[Erlang 0122] Erlang Resources 2014年1月~6月资讯合集
虽然忙,有些事还是要抽时间做;
by CHARLES MAX WOOD on JULY 17, 2013
https://blog.heroku.com/archives/2013/11/7/logplex-down-the-rabbit-hole
Did you ever wonder how Y works and how anyone could ever have thought of it? In this note I’ll try to explain to you not only how it works. http://www.dreamsongs.com/Files/WhyOfY.pdf
这个传奇般的团队搭建的服务稳定、低延迟,每天利用 Erlang 这种编程语言跨跃 7 个平台处理 500 亿条消息,且保持 99.9% 的正常运行时间。 http://www.36kr.com/p/209806.html
http://dou.bz/3mtCWL
http://v.youku.com/v_show/id_XNjgwNzU4MTky.html
从Python到Node.js再回到Python+Redis,最后他们还是选择了Erlang
http://v.youku.com/v_show/id_XNjg0MDU1NjU2.html
http://www.huffingtonpost.com/2014/03/11/erlang-from-whatsapp-to-o_n_4944667.html
http://dotnetrocks.com/default.aspx?showNum=753
http://www.theerlangelist.com/
http://rosettacode.org/wiki/Mutual_recursion#Erlang
http://orchestrate.io/blog/2014/03/21/voices-tristan-sloughter-on-erlang-nosql-and-technologys-effect-on-economics-and-culture/
https://github.com/rustyio/sync
On-the-fly recompiling and reloading in Erlang. Code without friction. Erlang 热更工具,支持rebar release,支持远程热更。
http://blog.yufeng.info/archives/3130
Erlang内存分配器之mbcs_pool
http://blog.yufeng.info/archives/3118
http://www.cnblogs.com/zhengsyao/p/erts_allocators_speech_by_lukas_larsson.html
Elixir Getting Started 3 Basic operators
http://blog.segmentfault.com/lds?page=1
Joke
http://www.infoq.com/news/2011/04/erlang-copied-jvm-and-scala
Solving Embarrassingly Obvious Problems In Erlang
http://www.gar1t.com/blog/solving-embarrassingly-obvious-problems-in-erlang.html
Erlang and code style (medium.com)
https://news.ycombinator.com/item?id=7775308
http://www.sics.se/~joe/sae.html#ecc
2048
https://github.com/zhongwencool/erlang-2048-game
Why The Cool Kids Don't Use Erlang (gar1t.com)
https://news.ycombinator.com/item?id=7927849
[Erlang 0122] Erlang Resources 2014年1月~6月资讯合集的更多相关文章
- [Erlang 0114] Erlang Resources 小站 2013年7月~12月资讯合集
Erlang Resources 小站 2013年7月~12月资讯合集,方便检索. 附 2013上半年盘点: Erlang Resources 小站 2013年1月~6月资讯合集 小站地 ...
- [Erlang 0105] Erlang Resources 小站 2013年1月~6月资讯合集
很多事情要做,一件一件来; Erlang Resources 小站 2013年1月~6月资讯合集,方便检索. 小站地址: http://site.douban.com/204209/ ...
- Power BI 3-4月功能更新培训合集
Power BI 3-4月功能更新培训合集 Power BI每月功能的更新,都有很多大咖精辟解读,我们一直也都是积极中期待,相信所有P友如是或更甚. 视频学习可以结合微软Power BI 3-4月文 ...
- [Erlang 0129] Erlang 杂记 VI
把之前阅读资料的时候记下的东西,整理了一下. Adding special-purpose processor support to the Erlang VM P23 简单介绍了Erlang C ...
- Erlang 103 Erlang分布式编程
Outline 笔记系列 Erlang环境和顺序编程Erlang并发编程Erlang分布式编程YawsErlang/OTP 日期 变更说明 2014-11-23 A Outl ...
- [Erlang 0057] Erlang 排错利器: Erlang Crash Dump Viewer
http://www.cnblogs.com/me-sa/archive/2012/04/28/2475556.html Erlang Crash Dump Viewer真的是排错的天兵神器,还记得我 ...
- [Erlang 0124] Erlang Unicode 两三事 - 补遗
最近看了Erlang User Conference 2013上patrik分享的BRING UNICODE TO ERLANG!视频,这个分享很好的梳理了Erlang Unicode相关的问题,基本 ...
- WhyEngine游戏合集2014贺岁版
WhyEngine游戏合集2014贺岁版 自去年9月份开始写我的第一个小游戏,到现在为止,共实现了14个小游戏,10个屏保程序,7个DEMO程序.开发环境是VS2008,渲染使用的是D3D,所有代码都 ...
- .Net 2014 Connect() 相关文章合集
微软在11月中旬的Connect()研讨会中公布了一系列 2015年的发展规划,今天在MSDN Blog上看到了一篇比较全的相关文章合集,这里转录一下,感兴趣的朋友可以看看. Announcement ...
随机推荐
- ABP源码分析二十一:Feature
Feature是什么?Feature就是对function的分类方法,其与function的关系就比如Role和User的关系一样. ABP中Feature具有以下属性: 其中最重要的属性是name, ...
- ABP框架 - 应用服务
文档目录 本节内容: IApplicationService 接口 ApplicationService 类 CrudAppService 和 AsyncCrudAppService 类 简单的CRU ...
- 总结项目开发中用到的一些css\html技巧
这篇就是用来总结记录的,会长期更新. 1,半透明背景效果(#ffffff颜色的半透明背景): font-style: italic;">#ffffff; filter:alpha(op ...
- JS入门
1,undefined,NaN,Null,infinity 1) undefined 是undefined 类型 var a; //声明变量后不赋值 typeof 类型判断方法 console.log ...
- 异步与并行~List<T>是线程安全的吗?
返回目录 题目有点意思,大家都知道Dictionary<K,V>不是线程安全的类型,而List<T>是线程安全的吗?在今天之前大叔没有去测试过,而就在今天也是一个VIP问我,说 ...
- redis成长之路——(五)
单例.哨兵.Cluster redis应用广泛,主要体现于实际场景的可用化,但是对于码农来说初步入手很多理念难以理解:码农的想法就是:为什么我要管那么多,我只想用,能用就行!所以必须将三个场景透明化. ...
- sublime text 插件
html-css-js prettify html5 anaconda pretty json JavaScript Completions SqlBeautifier Emmet Css Snipp ...
- PHP 高级编程(1/5) - 编码规范及文档编写
PHP 高级程序设计学习笔记20140612 软件开发中的一个重要环节就是文档编写.他可以帮助未来的程序维护人员和使用者理解你在开发时的思路.也便于日后重新查看代码时不至于无从下手.文档还有一个重要的 ...
- VS2010开发工具使用技巧<之简单讲解>
俗语云:工欲善其事必先利其器! 1.代码放大 效果:放大前----------------------------------------------------------------->放大 ...
- Python下载网页的几种方法
get和post方式总结 get方式:以URL字串本身传递数据参数,在服务器端可以从'QUERY_STRING'这个变量中直接读取,效率较高,但缺乏安全性,也无法来处理复杂的数据(只能是字符串,比如在 ...