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
gdb
gdb attach `pidof your_program`
log to file
make 2>&1 | tee make.log
Git and Repo cheatsheet
https://source.android.com/source/developing.html [Note] Show git diff in every repository repo forall -p -c...
Best Practices for Software Engineers (May 2014)
http://www.youtube.com/watch?v=jzQmQDIii14
Gartner Digital Marketing Transit Map
https://www.gartner.com/technology/research/digital-marketing/transit-map.jsp
Azure Event Hubs
http://weblogs.asp.net/scottgu/azure-announcing-new-real-time-data-streaming-and-data-factory-services https://msdn.microsoft.com/en-us/mag...
Top Technology Trends for 2014
http://www.computer.org/portal/web/membership/Top-10-Tech-Trends-in-2014 http://www.forbes.com/sites/peterhigh/2013/10/14/gartner-top-10-st...
Google I/O '25 Developer Keynote
https://www.youtube.com/watch?v=GjvgtwSOCao 🔥 Gemini 與 AI 生態系 Gemini 2.5 Pro 與 Flash 模型: 支援語音、多語言、圖像、URL context、函式呼叫。 快速原型...
AI 2027
https://ai-2027.com/ 2030:接管 到了2030年初,機器人經濟已經填滿了舊的經濟特區(SEZs)、新的經濟特區,甚至佔據了大片海洋。唯一剩下的擴展空間,就是人類控制的地區。這本應早早引發抵抗;儘管機器人經濟取得了諸多進展,但其增長速度過快,無法避免污染...
Apache Spark
http://spark.apache.org/docs/latest/quick-start.html http://java.dzone.com/articles/apache-spark-next-big-data http://www.cs.berkeley.edu/...
Verse of the Day
AD2
No comments:
Post a Comment