skip to main
|
skip to sidebar
funsung
Sunday, September 07, 2014
word counts in scala
http://bcomposes.wordpress.com/2011/09/19/first-steps-in-scala-for-beginning-programmers-part-8/
http://stackoverflow.com/questions/15487413/scala-beginners-simplest-way-to-count-words-in-file
scala> val counts = holmes.
split
("\\s+").
groupBy
(x=>x).
mapValues
(x=>x.length)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
CodeLlama vs. CodeStral
CodeLlama vs CodeStral:AI 程式生成模型的比較分析 CodeLlama vs CodeStral:AI 程式生成模型的比較分析 隨著人工智慧在程式開發領域的應用日益普及,越...
MTK roadmap 2015
http://blog.csdn.net/u013531497/article/details/43409267 http://www.mediatek.com/en/products/mobile-communications/smartphone1/
docker hub
https://hub.docker.com/ https://docs.docker.com/userguide/dockerrepos/ https://docs.docker.com/examples/running_ssh_service/ https://docs...
Gemma3
https://developers.googleblog.com/en/introducing-gemma3/ https://blog.google/technology/developers/gemma-3/ https://huggingface.co/blog/ge...
Signal
http://man7.org/linux/man-pages/man7/signal.7.html
pkill : regex
http://linux.die.net/man/1/pkill if we have some process like: ...... /usr/bin/valgrind --gen-suppressions=all ...... then: $ pkill ...
Generative AI Practitioner
https://skillbuilder.aws/learning-plan/3HCD821CNZ/aws-simulearn-generative-ai-practitioner/ Cloud Computing Essentials Cloud First Steps E...
Google I/O '25 Developer Keynote
https://www.youtube.com/watch?v=GjvgtwSOCao 🔥 Gemini 與 AI 生態系 Gemini 2.5 Pro 與 Flash 模型: 支援語音、多語言、圖像、URL context、函式呼叫。 快速原型...
IP PBX
http://www.ggutc.com.tw/NEWS/news_ippbx_upg.htm http://www.netcom.com.tw/Mosa/index.htm http://eservice.seed.net.tw/class/class147.html h...
tail call (tail recursive)
http://en.wikipedia.org/wiki/Tail_call http://angelonotes.blogspot.com/2011/03/tail-call-tail-recursive.html http://seedmanee.blogspot.com...
Verse of the Day
AD2
No comments:
Post a Comment