12/17 5:00 JSTで行われたkubo.watchのプロダクトによるプレゼン/ディスカッション内容のAI要約。
Web of Trust Foundation & Operation Kidster プロジェクト概要
- 背景と目的
- プロジェクト名: Operation Kidster(オペレーション・キッズスター)
- 運営組織: Web of Trust Foundation(慈善事業を行う法人として設立)
| package main | |
| import ( | |
| "fmt" | |
| "golang.org/x/net/websocket" | |
| "golang.org/x/term" | |
| "os" | |
| "strings" | |
| "time" | |
| ) |
| #include <curl/curl.h> | |
| #include <stdbool.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| typedef char* PCHAR; | |
| typedef void* PVOID; | |
| typedef CURL* PCURL; | |
| typedef struct curl_slist CurlList; | |
| typedef struct curl_slist* PCurlList; |
Deep ResearchでWebTransport / WebSocketの速度向上について扱った論文一覧を取ってきて、箇条書きで纏めたもの
英語の要約は、Deep Researchで出力された英語を機械翻訳したもの
sudo update-grub
sudo shutdown -h now| /** | |
| * @file websocket_frame_parse.c | |
| * | |
| * @brief Parses each parameter of a websocket frame stored in network byte order. | |
| * @see RFC6455 (https://datatracker.ietf.org/doc/html/rfc6455) | |
| */ | |
| #include <alloca.h> | |
| #include <stdio.h> | |
| #include <stdint.h> | |
| #include <string.h> |
| // Ukagaka SSTP send sample | |
| #define _WIN32_WINNT 0x0601 // Windows 7 later | |
| #include <winsock2.h> | |
| #include <ws2tcpip.h> | |
| #include <wincrypt.h> | |
| #include <stdio.h> | |
| #pragma comment(lib, "ws2_32.lib") |