Go-style concurrency in C Home Download Tutorial Documentation Development Libmill is a library that introduces Go-style concurrency to C. It can execute up to 20 million coroutines and 50 million context switches per second.
ãã®è¨äºã¯ãLIFULL Advent Calendar 2017ã®2æ¥ç®ã®è¨äºã§ãã ãã¯ãããããã¾ããæ°UXéçºé¨ã®äºå®®( @ninomiyt )ã§ãã LIFULLã§ã¯ãã¼ã¿è§£æãæé©åã®ç¨éããããã¯AWS Lambdaä¸ã®ç°¡æãã¼ã«å®è£ ç¨éãªã©ã§Pythonããããªãã«æ®åãã¦ãã¾ãããæ°å¤è¨ç®å¯ãã®ï¼ãããããã¼ã¿ãµã¤ã¨ã³ãã£ã¹ãçãªï¼ã¡ã³ãã¼ãä»ã¯Pythonã使ããã¨ãå¤ããã³ã¼ãéã¨ãã¦ã¯å°è¦æ¨¡ãªããã¸ã§ã¯ããå¤ããç°¡åãªAPIããããå¦çã®å®è£ ã¾ã§ãã£ã¦ããããã¨ãããã¾ãã ãã®ã¬ãã¥ã¼ããã£ã¦ããä¸ã§ãããã使ãã¨ãã£ã¨ç°¡åã«å®è£ ã§ãããããã£ã¦ããã©ã¤ãã©ãªãããã¤ãã¾ã¨ã¾ã£ã¦ããã®ã§ç´¹ä»ãã¾ãã click ã³ãã³ãã©ã¤ã³ãã¼ãµã¼ç¨ã®ã©ã¤ãã©ãªã§ããã³ã¬ã¼ã¿ã使ã£ã¦é¢æ°ãç°¡åã«CLIåã§ãã¾ãã æ¨æºã©ã¤ãã©ãªã®argparseãããã¾ãããclickã§ã¯ããª
package main import ( "fmt" "net/http" "html/template" "github.com/gorilla/mux" "github.com/codegangsta/negroni" ) func main(){ r := mux.NewRouter() // Root ã¸ã®å¦ç r.HandleFunc("/", getRoot).Methods("GET") r.HandleFunc("/", postRoot).Methods("POST") // ã¢ããã³å¨ãã®å¦ç authBase := mux.NewRouter() r.PathPrefix("/admin").Handler(negroni.New( negroni.NewRecovery(), negroni.NewLogger(), negroni.HandlerFunc(aut
Photo by Jayphen ç§å±±ã§ãã å æ¥ãPython Fireãã¨ãããPythonã®ã³ãã³ãã©ã¤ã³ãã¼ã«ãèªåçæã§ããã©ã¤ãã©ãªãçºè¡¨ããã¾ããã ã©ã®ã¸ãã便å©ãªã®ããå®éã«ä½¿ã£ã¦ã¿ãªãã解説ããã¦ããã¾ãã®ã§ãæ°ã«ãªã£ã¦ã人ã®åèã«ãªãã°ã¨æãã¾ãã Googleã®ãªãã¸ããªã«åºã¦ããã®ã§Googleã®å ¬å¼ãããã¯ãï¼ã¨æããããæå¾ã«ãThis is not an official Google product.ãã®è¡¨è¨ãããã®ã§Googleå ¬å¼ã§ã¯ãªãããã§ãããGoogleã®ä¸ã®äººãä½ã£ãéå ¬å¼ã©ã¤ãã©ãªã¨ãããã¨ã§ãããããã github.com â Python Fire使ã£ã¦ã¿ã ããããPythonã«ã¯ãã³ãã³ãã©ã¤ã³ããã³ãã³ããåãä»ããçµã¿è¾¼ã¿ã®ã©ã¤ãã©ãªãããã¾ããä»ã«ãbakerã¨ããclickã¨ããæ¢ã«ã³ãã³ãã©ã¤ã³ãã¼ã«ãä½ãç¨ã®è£å©ã©ã¤ãã©
Goã§Webã¢ããªã±ã¼ã·ã§ã³ãæ¸ãã¦ã¿ãç·´ç¿ã¨ã㦠RequestBin ã½ããã®ã試ãã«ä½ã£ã¦ã¿ããgomibakoã¨ããååã§ãã¾ãã²ããã¯ãªãã以ä¸ã®URLã§è©¦ãã¾ãã https://gomibako.douzemille.net/ ã½ã¼ã¹ã³ã¼ããGitHubã«å ¬éãã¦ããã github.com ä½ãã§ããã HTTPãªã¯ã¨ã¹ããåãä»ããç¨ã®URLãä½ããã¨ãã§ãã¦ããã®URLã«å¯¾ããHTTPãªã¯ã¨ã¹ãã®ãã°ãWebä¸ã§ç¢ºèªãããã¨ãã§ãããã¡ãã£ã¨ããWebHookã®åãã®ãã§ãã¯ã¨ããªãã¼ã¹ãããã·ã®è¨å®ç¢ºèªã¨ãã«ä½¿ãã¦ä¾¿å©ã å ·ä½çã«ã¯ä»¥ä¸ã®æ§ã«ãã¦ä½¿ãã https://gomibako.douzemille.net/ ã«ã¢ã¯ã»ã¹ã㦠"New Gomibako" ãã¿ã³ãæ¼ã https://gomibako.douzemille.net/g/deadbeaf123/
Bokeh documentation# Bokeh is a Python library for creating interactive visualizations for modern web browsers. It helps you build beautiful graphics, ranging from simple plots to complex dashboards with streaming datasets. With Bokeh, you can create JavaScript-powered visualizations without writing any JavaScript yourself. Finding the right documentation resources# Bokehâs documentation consists
This project is now archived. As of 2024, no code changes have been made in 5 years, and I (Jim) have not had the time to port it to new technology, or maintain it in a way that it deserves. For existing projects using this code, it should continue to work, but I would recommend looking for other solutions. I (Jim) still think there is a clear gap in the market for a streaming-first JSON parser th
Sinatra ã£ã½ãç°¡åã« JS ã§ Dispatch ã§ãã micro_dispatcher.js ã®ãç´¹ä» https://github.com/tokuhirom/micro_dispatcher.js javascript ç¨ã®ã·ã³ãã«ãª Dispatcher ã«ã¯ããã¤ãããããã©ããæºè¶³ããã·ã³ãã«ãªå®è£ ããªãã£ãã®ã§ã¤ãã£ã(ã¨ããã Caym ã¨ãããªã¬ãªã¬ JS Framework ã®ä¸ã«ãã¾ã£ã¦ãããã®ãã¨ãã ãã)ã ç¹å¾´ã¨ãã¦ã¯ã Dispatcher ã ãã®ã·ã³ãã«ãªå®è£ (æ¬ä½ã¯ããåé·ã«ããã¦ãã¦ã40è¡ç¨åº¦) sinatra çãªã·ã³ãã«ãªè¨æ³ ã¨ãã£ãã¨ããã§ããããã ä½¿ãæ¹ã¯ä»¥ä¸ã®ã¨ããã var dispatcher = new MicroDispatcher() dispatcher.register('/', function () { })
ã©ã³ãã³ã°
ã¡ã³ããã³ã¹
ã©ã³ãã³ã°
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
å¦çãå®è¡ä¸ã§ã
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}