ããããã«ããã£ã¦ãã¾ãã¾ããshapezã factorioã§å·¥å ´ç³»ã²ã¼ã ã«èå³ãæã£ã人ã¯å¤ãã¨æããã§ãããã¡ãããªã¹ã¹ã¡ãããã å®ã¯2å¹´åã«ã1度ãã£ã¦ãã¦ããã®ã¨ããããã§ã«å®æãããé¢ç½ãã ãªâ¦ã¨æã£ã¦ããã®ã§ãã 2å¹´ã®æãçµã¦ããªããªã便å©ã ã£ããå·¥å ´ã綺éºã«ä½ãããã¼ãã追å ããã¦ãã¾ããã ããã¦ä½ãã大ãã追å è¦ç´ ã§ããåè·¯ï¼wiresï¼ï¼ ä»åã¯ãã®åè·¯ã§è²ã éãã è¨é²ã«ãªãã¾ãã è²ã ä½ãããã¦ã¾ã¨ã¾ã£ã¦ãªãã£ããããã¤ã¼ããããã®è²¼ã£ãã ãã¨ããããã®ã§ ãã¨ããæ´çã»è¿½å ããããããã¾ããã åè·¯ã§ãªãå®å·¥å ´ã®è«¸ã ãã¾ã¨ãããã§ãããã ç®æ¬¡ ã·ã§ã¼ãï¼è¼»è¼³ãã¯ã¤ã¤ã¼ã¨ã©ã¼ï¼æ¤åºå¨ Pulse Extender é常ã«é·ããã«ã¹ãå¾ããå ´å ãã¬ãããã¼ãçãªæ¥ç¶ åè·¯ä½æã®ã³ã ã¾ã£ãããªã¯ã¤ã¤ã¼ã¯ã¨ããããWire Crossingä»ãã¦ãã WC以å¤ã®
æè¡é¨ã®é è¤ï¼@mametterï¼ã§ãããã¾ãããã¾ãããRubyKaigi 2022ã§åºé¡ããã¯ãã¯ããããã¼ã¹ã®ä¼ç»ãCookpad Code Puzzle for RubyKaigi 2022ã®è£ã¹ãã¼ã¸ã®è§£èª¬ã§ãã ãã®ããºã«èªä½ã®è§£èª¬ã¯åç·¨ã®è¨äºãããããã ããã techlife.cookpad.com ãã£ãã11åç®ãã解説ãã¦ããã¾ãã 11åç® p func11(0) #=> -510240563 p func11(1) #=> -171748573 p func11(2) #=> 405559065 p func11("foo") #=> -62024031 ä½ãä¸ãã¦ãããããããªãæ´æ°ã帰ã£ã¦ãã¾ããããªãã¼ãããã¨çµæãå¤ãããã¨ã«ãæ°ã¥ãããããã¾ãããã¤ã¾ããããã¯ããã·ã¥å¤ã§ãããã¨å½ãããã¤ãã¾ããã¨ãããã¨ã§çãã¯ãã¡ãã def answer11(v
æè¡é¨ã®é è¤ï¼@mametterï¼ã§ããRubyKaigiãç²ãæ§ã§ããï¼ ã¯ãã¯ãããã¯RubyKaigiã§ãRubyã使ã£ãããºã«ãåºãã¦ã¾ããããã®è¨äºã§ã¯ãåºé¡è ãæ³å®ãã¦ãã解ãæ¹ãå ¬éãã¾ããèªåã§éã³ãã人ã¯è§£ããå¾ã§èªãã§ãã ããã Cookpad Code Puzzle for RubyKaigi 2022 ã©ããªããºã«ï¼ ãããããå®ç¾©ãããè¬ã®é¢æ°ã®ä¸èº«ãå½ã¦ãããºã«ã§ããé©å½ãªå¼æ°ã§å¼ã³åºãã¦ã¿ã¦ãçµæã観å¯ãã¦ãä¸èº«ãæ³åãã¾ããããããã¤ããããåãé¢æ°ãå®ç¾©ãã¦ã¿ã¦ããã¹ãããã¹ãããã¯ãªã¢ã 次ã®URLã§ãã©ã¦ã¶ã§ãã¬ã¤ã§ãã¾ããããè³åã¯ãããã¾ãããã解ããã人ã¯ä»ããã§ãææ¦ãã¦ã¿ã¦ãã ããã ruby-puzzles-2022.cookpad.tech 以ä¸ããã¿ãã¬ã§ååé¡ã解説ãã¦ããã¾ãã 1åç® ããããããã³ããæ¸ããã¦ãã¾ãã # You
Goal You can run the Ruby code on a modern browser like Google Chrome. Try to press "Run Ruby" button. Observe the behavior of method func1 and define a method answer1 that performs the same behavior as func1. # You can call `func1` p func1(0) #=> 1 p func1(1) #=> 2 p func1(2) #=> 3 # Can you tell how `func1` is defined? # Hint: def func1(n) = n + ??? # Define `answer1` that works like `func1` def
Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, BSDs, and should run on other systems with some porting. The entire language (core library, interpreter, compiler, assembler, PEG) is less than 1MB. You can also add Janet scripting to an application by embedding a single C source file and a single header. Use Cases Janet makes a good system scripting lang
We announced Cloudflare Workers in 2017, giving developers access to compute on our network. We were excited about the possibilities this unlocked, but we quickly realized â most real world applications are stateful. Since then, weâve delivered KV, Durable Objects, and R2, giving developers access to various types of storage. Today, we're excited to announce D1, our first SQL database. While the w
æé10ä¸äººãèªãã§ããCoral Insightsã®ãã¥ã¼ã¹ã¬ã¿ã¼ã«ãç»é²ããã ãã¨ãCoral Capitalã¡ã³ãã¼ã«ããå½å å¤ã®ã¹ã¿ã¼ãã¢ããæ¥çã®ææ°ååã«é¢ããããã°ããç¹å¥ã¤ãã³ãã®æ å ±çã«ã¤ãã¦ãå®æçã«ãéãããã¦ããã ãã¾ãããã²ããç»é²ãã ããï¼ èªçãããããã30å¹´ããã¾ã ã«ä¸é¨ã®Windowsã¦ã¼ã¶ã¼ããæ ¹å¼·ãæ¯æãéããããã¹ãã¨ãã£ã¿ãç§ä¸¸ãããåãã§ããããã2021å¹´11æã«ã¯11å¹´ã¶ãã®âã¡ã¸ã£ã¼ã¢ãããã¼ãâãå ±ãããã話é¡ã«ãªãã¾ããã ç§ä¸¸ã¯å¤ãã®ããã°ã©ãã¼ãã©ã¤ã¿ã¼ãã¡ãæç¨ããã大ãããã½ããã¦ã§ã¢ã§ãã大æã®SIerã§ããçµ±åéçºç°å¢ãä¸è¬åãã2010å¹´é ã¾ã§ã¯æ¨æºéçºãã¼ã«ã¨ãã¦ä½¿ããã¦ãããã¨ãããã»ã©ã§ããã éçºè ã®æè¤ç§å¤«ããã¯ç§ä¸¸ããã¾ãã«å£²ãããããå½æå¤ãã¦ããå¯å£«éãéè·ãã¦ç¬ç«ãå人éçºã®ãããã¯ãã§ãããªããããã
WebAssemblyã§LISPã¤ã³ã¿ããªã¿ãæ¸ãã WebAssemblyã§LISP 1.5ã®å¦çç³»ãæ¸ããã è¶ é«éWebAssemblyå ¥é ã¾ã㯠ãã®ãã¼ã¸ ãèªããã WebAssemblyã®ãã¼ã¿å WebAssemblyã«ã¯åºæ¬çã«æ´æ°åã¨æµ®åå°æ°ç¹æ°åãããªããå ·ä½çã«ã¯ i32, i64, f32, f64 ã®4種é¡ã æååã¯Cè¨èªã®ããã«æ´æ°ã®ä¸¦ã³ã¨ãã¦è¡¨ç¾ããã WebAssemblyã®ã¡ã¢ãª WebAssemblyã«ã¯ãã¼ã¿ãç½®ãå ´æã¨ãã¦ã ã¹ã¿ãã¯ããã¼ã«ã«å¤æ°ãã°ãã¼ãã«å¤æ°ãã¡ã¢ãªãããã ã¡ã¢ãªã¯ã¢ãã¬ã¹ãä»ããã¢ã¯ã»ã¹ãã§ããã éã«è¨ãã°ã¹ã¿ãã¯ããã¼ã«ã«å¤æ°ãã°ãã¼ãã«å¤æ°ã¯ã¢ãã¬ã¹ãåå¾ã§ããªãã ã¢ãã¬ã¹çµç±ã§ã¢ã¯ã»ã¹ããããã®ã¯ã¡ã¢ãªã«ç½®ãå¿ è¦ãããã ;; åæå¤0ã®ã°ãã¼ãã«å¤æ° (global $gp (mut i32) (i32.c
Lambda Diagrams are a graphical notation for closed lambda terms, in which abstractions (lambdas) are represented by horizontal lines, variables by vertical lines emanating down from their binding lambda, and applications by horizontal links connecting the leftmost variables. In the alternative style, applications link the nearest deepest variables, for a more stylistic, if less uniform, look. The
000100011001100101000110100 000000101100000100100010101 11110111 101001000 11010000 111001101 000000000010110111001110011 11111011110000000011111001 10111000 00010110 0000110110 0011010100 0101000101 0001000001 0100000100 0101000100 0001000001 0100000100 0101000001 0001000001 0000000100 0101000101 0001000000 0000000100 0100000101 0000000001 0100000100 0001000100 0001000001 0100000000 0101000101 00
SectorLISP now supports garbage collection. This is the first time that a high-level garbage collected programming language has been optimized to fit inside the 512-byte boot sector of a floppy disk. Since we only needed 436 bytes, that means LISP has now outdistanced FORTH and BASIC to be the tiniest programming language in the world. SectorLISP consists of 223 lines of assembly. It provides a LI
Update: Please read our most recent SectorLISP v2 announcement: LISP with GC in 436 bytes The SectorLISP project has achieved its goal of creating a LISP that's tiny enough to fit in the master boot sector of a floppy disk. To the best of our knowledge, this is the tiniest LISP to date. Since a master boot record is only 512 bytes, that means LISP is now tied with FORTH to be the most lightweight
H(uman-friendly) 㪠grep ã³ãã³ã hgrep ãã¤ããã¾ããï¼ github.com '\w+ ã§æ¤ç´¢ããæã®åºå ãã¡ã¤ã«ãç¹å®ã®ãã¿ã¼ã³ã§æ¤ç´¢ãï¼ãããããç®æãæ§æãã¤ã©ã¤ãããã³ã¼ãçã§è¡¨ç¤ºãã¾ãï¼è¶ ãã£ããè¨ãã¨ï¼ripgrep ã§æ¤ç´¢ã㦠bat ã§ãããç®æä»è¿ã表示ãããããªæãã§ãï¼ grep -C ã«ããã³ã³ããã¹ã表示ã«ä¼¼ã¦ãã¾ããï¼ãããè¡ãè¿ãæã¯1ã¤ã®ã³ã¼ãçã«ã¾ã¨ããï¼å¨å²ä½è¡ã表示ãããããã¥ã¼ãªã¹ãã£ãã¯ã«å°ãè³¢ã決ãã¦ãããªã©ï¼ã¡ãã£ã¨åºåã¯å·¥å¤«ãã¦ãã¾ãï¼ åæ© æå ã®ãªãã¸ããªã§ã³ã¼ããæ¤ç´¢ããæ㯠åç´ã« grep ã§æ¤ç´¢ãã¦ãããçµæãçºãã grep | fzf ã®ããã«æ¤ç´¢çµæã fzf ã§çµãè¾¼ãã ããã¬ãã¥ã¼ãã vim $(grep -l ...) ã®ããã«æ¤ç´¢çµæãã¨ãã£ã¿ã§éã ãããã使ãåãã¦ããã®ã§ãã
22:22 21/11/20 ãã¬ãæä¸(æä¸åé)ãã㨠constexpr ã®ã㨠å»ã2020å¹´2æãç¸æé¶è¸å®¶ã«ãã¦C++ããã°ã©ãã¨ããå¸æãªäºã¤ã®é¡ãæã¤äººç©ããã®ä¸ãå»ãã¾ããã ãã¬ãæä¸ (æä¸åé) æ°ã§ãã æ£ç´ãªã¨ãããé¶è¸å®¶ã¨ãã¦ã®å½¼ã®å´é¢ã«ã¤ãã¦ã¯ç§ã¯ã»ã¨ãã©ä½ãç¥ããªãã«çããã§ãã æ®ãããä½åãè¦ã¦ä½ããèªããã»ã©è¸è¡ã«éãã¦ããããã§ãããã¾ããã ãã¤ãæ©ä¼ãããã°è¦ã«è¡ããã¨æã£ã¦ããæä¸ããã®ä½åãç®ã«ããæåã®æ©ä¼ãã æ¨å¹´è¨ªãã追æ¼å±ã«ãªã£ã¦ãã¾ãã¾ããã ãã ãããã§ãç§ã¯ãå½¼èªèº«ã®ç»å£çºè¡¨ã®è³æ ã§ãã£ããã ããã¦ä½ãããç¸æã»é¶è¸ã«é è©£ã®æ·±ãæ¹ã ã®è¨ãããå¹¾ã¤ãã®æç« ã«ãã£ã¦ã å½¼ãä¸ä½ä½ãæãéããã®ããæãéãããã¨ãã¦ããã®ãã«è§¦ãããã¨ãã§ãã¦ãã¾ãã ãã®å¤ã«ã¯ã¯ã©ã¦ããã¡ã³ãã£ã³ã°ã§ ä½åé ãåºçããã誰ã§ãæã«ã¨ã£ã¦ç¸æ
ã©ã³ãã³ã°
ãç¥ãã
ã©ã³ãã³ã°
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
å¦çãå®è¡ä¸ã§ã
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}