You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
ããã«ã¡ã¯ð @ryokotmngã§ãã ä»æ¥ã¯ç¤¾å ããã¥ã¡ã³ãã®ãRuståå¿è åãã®ã¯ãã¯ããã¯ãå ¬éãããã¨æãã¾ãã ç§èªèº«ã³ã¼ããæ¸ãã®ã«åè¦å «è¦ãã¦ããé ã«ã¨ã¦ãå©ããããã®ã§ãRustãã¯ãããã°ããã®æ¹ã®åèã«ãªãã°å¬ããã§ãã ç®æ¬¡ [toc] ã¯ããã« ãã®è¨äºã§ã¯ãThe Bookã«è¨è¼ããã¦ããç¥èãåæã¨ãã¦ãã¾ãã Rustãå ¨ãæ¸ãããã¨ããªãæ¹ã¯ãå ã«èªãã§ã¿ããã¨ããå§ããã¾ãã ãµã³ãã«ã³ã¼ããçµæ§é·ããã¨ãå®è¡ç°å¢ããã£ãæ¹ãè¯ãå 容ãå¤ããã¨ããããµã³ãã«ã³ã¼ãã¯å¤§ä½Rust Playgroundã®ãªã³ã¯ã¨ãªã£ã¦ãã¾ãã ãã²ãèªèº«ã§ä¿®æ£ãã¦éãã§ã¿ã¦ãã ããã åä½ã¤ãã®è¨ç®ãåã§å³æ ¼ã«ç¸ã ä¾ãã°è¤æ°ã®é·ãã®åä½ (mm, cm, mãªã©) ãæ±ãå ´åã«ãåä½ãåã£ã¦ããªãé·ãå士ã®è¨ç®ãããå ´åãåä½ãæããå¿ è¦ãããã¾ããã ãã®æãæçµç
Scala Cookbook http://xerial.org/scala-cookbook ã§ã¯ãScalaã§ã®ããã°ã©ãã³ã°ã«ã¤ãã¦ç´¹ä»ãã¦ããã¾ãã Scalaããããã使ãå§ããæ¹ã«ã¯ãã¡ããããããã15åã§å§ããScala Scalaåå¼·ä¼ã®äºå® - æ¥ç¨ãä»å¾ç´¹ä»ããå 容ãªã© Scala Cookbookã«å¯ç¨¿ãæ¹åã«ååãã ã¬ã·ãã®è¿½å ãä¿®æ£çãæè¿ãã¾ãã ä»å¾è¿½å ãããã»ãã¹ãå 容 New Recipes
By Karthik Iyengar This article targets an audience thatâs graduating from functional libraries like ramda to using Algebraic Data Types. Weâre using the excellent [crocks](https://evilsoft.github.io/crocks/?source=post_page---------------------------) library for our ADTs and helpers, although these concepts may apply to other ones as well. Weâll be focusing on demonstrating practical application
In the last couple of days I made a program called Horcrux which allows you to split a file into any number of horcruxes, a subset of which can then be recombined to resurrect the original file. In the process I learnt a lot about the io.Reader and io.Writer interface, and thought I would do a writeup to help build intuition for all the people out there who inevitably will find themselves using th
general recursion examples using match like switch current date/time if/then/else ternary operator for loop and yield curly brace packaging add methods to existing classes spring framework dependency injection classes and methods creating javabeans importing java code multiple constructors named and default parameters calling methods class casting equivalent of java .class rename classes on import
I love to cook with curl. Here are some useful curl recipes I often use. Make a POST Request (TLDR: Use -X POST argument) Add POST Data to a Request (TLDR: Use -d var=val argument) Construct a Query String (TLDR: Use -G argument) Add HTTP Headers (TLDR: Use -H 'Header: Value' argument) Change the User Agent (TLDR: Use -A 'User Agent' argument) Set Cookies (TLDR: Use -b name=value argument) Add a R
> (concat "hello" " world") "hello world" > (concat "hello" " world" " elisp ") "hello world elisp " > (apply #'concat '("hello" " world " " elisp ")) "hello world elisp "
New! OâReilly announces launch of the AI Academy. Read now Introducing the AI Academy Help your entire org put GenAI to work Every employee today needs to know how to prompt GenAI, use it to enhance critical thinking and productivity, and more. With the AI Academy they can. For less. OâReilly AI-powered Answers just got even smarter OâReilly Answers instantly generates information teams can trust,
Contents Introduction and Scope Why Use Lisp with Win32? A (Very) Brief Overview of a Win32 Program's Life Windows Character Systems and Lisp FLI - The Foreign Language Interface Translating C Header Files to Lisp FLI Data Types FLI Data Structures FLI Functions Callbacks from Windows to Lisp Starting the Program The Lisp REPL and Win32 Development Making Direct Win32 Calls from CAPI Interfacing t
ãã³ãã Ruby Cookbook ä¸å®æéãã¨ã«å¦çãå®è¡ æ¦è¦ ä¸å®æéãã¨ã«å¦çãå®è¡ ãµã³ãã« # æå®ããmsecãã¨ã«å¦çãå®è¡ãã def execute_each_sec(sleep_sec) yield sleep sleep_sec end 5.times do execute_each_sec(1) do || puts "å®è¡æé:#{Time.now}" end end åºå å®è¡æé:2012-06-24 23:45:40 +0900 å®è¡æé:2012-06-24 23:45:41 +0900 å®è¡æé:2012-06-24 23:45:42 +0900 å®è¡æé:2012-06-24 23:45:43 +0900 å®è¡æé:2012-06-24 23:45:44 +0900
ããã°(iiyu.asablo.jpã®æ¤ç´¢) ãããã³ã¼ãã¼å ã®æ¤ç´¢ ã§ãASAHIããã(asahi-net.or.jp)å ¨ä½ã®æ¤ç´¢ã§ãã æ¤ç´¢ãããè¨èã®ãã¨ã«ã空ç½ã§åºåã£ã¦ki4s-nkmrãå ¥ããã¨ããããã ä¾ãä¸æ(show) ki4s-nkmr ã¦ã§ãå ¨ä½ã®æ¤ç´¢ ASAHIããã(http://www.asahi-net.or.jp )ã®jouwa/salonãããããã³ã¼ãã¼(http://www.asahi-net.or.jp/~ki4s-nkmr/ )ã«è»¢è¼ãããã®ããã --- Clojureã®å ¥éããã人ã便å©ãããªå ´æãçºè¦ãã¾ãããå ¨é¨ãè±èªã§ããã http://en.wikibooks.org/wiki/Clojure_Programming Clojure Programming ãã¥ã¼ããªã¢ã«ã¯ã http://en.wikibooks.org/wik
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
å¦çãå®è¡ä¸ã§ã
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}