eran.sandler.co.il
March 2010 – Another blog bites the dust
http://eran.sandler.co.il/2010/03
Another blog bites the dust. Not biting dust since 2005. A blog by Eran Sandler. Advanced .NET Debugging blog (unmaintained). Membase cloudformation template generator. 5 tips on future proofing your Medium posts. Lets Encrypt Error: The server could not connect to the client to verify the domain : Failed to connect to host for DVSNI challenge. Tornado’s secure cookie support in Flask. Nsq-to-gs – Streaming NSQ messages directly to Google Cloud Storage. On 5 tips on future proofing your Medium posts.
oubiwann.blogspot.com
Electric Duncan: 2014.11
http://oubiwann.blogspot.com/2014_11_01_archive.html
I t a l l c o m e s d o w n t o I / O , e v e n t u a l l y. Friday, November 28, 2014. Scientific Computing with Hy and IPython. This blog post is a bit different than other technical posts I've done in the past in that the majority of the content is not on the blog in or gists; instead, it is in an IPython. Notebook. Having adored Mathematica back in the 90s, you can imagine how much I love the IPython Notebook. App I'll have more to say on that at a future date. Spoiler: observed data and.
en.wikipedia.org
MapReduce - Wikipedia, the free encyclopedia
https://en.wikipedia.org/wiki/Map_reduce
From Wikipedia, the free encyclopedia. Redirected from Map reduce. Is a programming model. And an associated implementation for processing and generating large data sets with a parallel. Algorithm on a cluster. Conceptually similar approaches have been very well known since 1995 with the Message Passing Interface. A MapReduce program is composed of a Map(). Method) that performs filtering and sorting (such as sorting students by first name into queues, one queue for each name) and a Reduce(). The use of ...
wiki.python.org
ParallelProcessing - Python Wiki
https://wiki.python.org/moin/ParallelProcessing
Revert to this revision. Parallel Processing and Multiprocessing in Python. A number of Python-related libraries exist for the programming of solutions either employing multiple CPUs or multicore CPUs in a symmetric multiprocessing (SMP). Or shared memory environment, or potentially huge numbers of computers in a cluster or grid environment. This page seeks to provide references to the different libraries and solutions available. Cluster solutions ( Kerrighed. Fork-based process creation with pickled dat...
blog.mackdanz.net
Projects
http://blog.mackdanz.net/Stayin-Alive-with-Nokia
Stayin Alive with Nokia. Me: What if I told you I was going to implement Google's MapReduce white paper? You: Erik, that's a gargantuan effort! And why would you do that, when Hadoop already exists? Me: Now what if I said I could do it in less than 20,000 lines of code? I'd have thought so too, but Nokia Labs has already done it: Meet the Disco Project. I've been playing with it all weekend. The install is like butter, basically a. Here's the interface for working with the filesystem:. The main cluster s...
github.com
GitHub - discoproject/disco: a Map/Reduce framework for distributed computing
https://github.com/discoproject/disco
A Map/Reduce framework for distributed computing. Use Git or checkout with SVN using the web URL. Jun 25, 2016. Add scheme for "https". Failed to load latest commit information. Don't ignore compress argument. Oct 6, 2014. Cloud: add initial script for setting up a Disco cluster in AWS. Nov 3, 2014. Conf: Add a spec file for creating rpm packages from Disco. Apr 2, 2014. Docker: work around the new limitations of sshd in newer versions of. Feb 8, 2015. Bump version to 0.5.4. Oct 28, 2014. Sep 30, 2014.
mobiletestingbp.blogspot.com
手机软件测试最佳实践: 五月 2009
http://mobiletestingbp.blogspot.com/2009_05_01_archive.html
和"G3",这两个品牌标识都体现出了3G,在设计上也体现出上网速度快的特点。 联通在4月27日姗姗来迟终于发布了联通3G全业务品牌名称就是之前流传的"沃",英文名为"WO",没有明显的3G的字样。但与其他运营商不同,联通3G业务品牌分为商务、 生活. 12289;时尚三个子品牌,分别以蓝色、绿色和橘黄色。 对于这个品牌社会褒贬不一。有人说:以活力、进取、开放、时尚为特性的中国联通全业务品牌"沃",旨在塑造全新的品牌个性,为广大客户带来耳目一新的人性化沟通体验。"沃"品牌作为中国联通与客户沟通的核心品牌,未来将涵盖中国联通的所有产品、业务、服务等多个领域。 而有些人说:对于这个"沃"字,我们可以联想到肥沃的土地,无法和3G通信业务有任何关联。 据报道:3月23日消息,江苏电信已经开始3G商用放号,而中国电信首批商用的省市还有北京、上海、湖北等地。这将是中国电信3G业务面向公众的首次规模性正式商用,也意味着备受关注的中国电信3G商用拉开序幕。 据消息:在5月17日试商用过程中,技术暂时具有领先优势的新联通将推出以下九项主打3G业务:. 通过移动通信网络和移动终端,利用中国联通WAPӌ...
jon.io
Building a backtesting system in Python: or how I lost $3400 in two hours - Jon.IO
http://jon.io/building-a-backtesting-system-in-python-or-how-i-lost-3400-in-two-hours.html
BigData. Startups. Trading. BigData. Startups. Trading. BigData. Startups. Trading. Building a backtesting system in Python: or how I lost $3400 in two hours. This is the another post of the series: How to build your own algotrading platform. Building a backtest system is actually pretty easy. Easy to screw up I mean. Even though there are tons of excellent libraries out there (and we'll go through them at some point), I always like doing this on my own in order to fine-tune it. How our strategy did.