endofline.ws
Frontend – End-of-Line
http://www.endofline.ws/category/frontend
Programming bits and bytes for the web. June 29, 2016. A small ES6 module for filtering array which contains async functions:. Transform all the elements into an array of promises using the predicate as the promise. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21. FilterAsync from './array-filter-promises'. Tops, highlights ]. Promisify() use my module that turns any async function with callback into a promise https:/ www.npmjs.com/package/promisify-callback. June 28, 2016. June 9, 2016. My new exp...
alfredodinapoli.wordpress.com
Humbly simple F# Maybe monad application scenario | Web life between Python and lambda calculus
https://alfredodinapoli.wordpress.com/2012/04/02/humbly-simple-f-maybe-monad-application-scenario
Web life between Python and lambda calculus. Simple is better than complex. Humbly simple F# Maybe monad application scenario. I won’t turn this article in another spammish claim about monads and functional programming. If you are interested in digging inside it, from a theoretical point of view, I suggest you start here. Good programmers would throw an exception, that will be captured at run-time somewhere, leading to a code that we know very well, and that’s not so beautiful to look at:. Monads and F# ...
alfredodinapoli.wordpress.com
About me | Web life between Python and lambda calculus
https://alfredodinapoli.wordpress.com/info
Web life between Python and lambda calculus. Simple is better than complex. My name is Alfredo and I’m a 24 y.o. student at “Università degli Studi Roma Tre”. I’m a Mac user since December, 2007 and I’m in love with Clojure and Python. I’m the author of the clj3D. Check out my personal website at www.alfredodinapoli.com. 14 thoughts on “ About me. 8 dicembre 2008 alle 7:27 pm. Bello ho anch’io aperto di recente un blog su python: http:/ www.pythonhacks.blogspot.com. Ti va uno scambio di link? 17 novembre...
alfredodinapoli.wordpress.com
Setting up a simple Mogre Application in F# | Web life between Python and lambda calculus
https://alfredodinapoli.wordpress.com/2012/02/28/setting-up-a-simple-mogre-application-in-f
Web life between Python and lambda calculus. Simple is better than complex. Setting up a simple Mogre Application in F#. Game engine panorama is pretty crowded. There are open source ones, commercial ones and so on. Ogre. Is properly defined as an. 8220;Open Source 3D Graphics Engine”. Which means that it is at a lower level than a fully-fledged Game Engine. You can use Ogre for 3D rendering and assemble your homemade Game Engine picking up other useful library, for example OpenAL. Cool, it worked! Open ...
endofline.ws
PM2 the missing node.js process manager – End-of-Line
http://www.endofline.ws/2015/06/pm2-the-missing-node-js-process-manager
Programming bits and bytes for the web. June 11, 2015. PM2 the missing node.js process manager. Long time I’ve searched for a NodeJS process manager that keep our script alive forever, ensure that our service and the worker restarted when the server restarted. I mean in a seamless and beautiful way. So finally the team from keymetrics.io. AFull Stack monitoring and App management web service) comes to the rescue. There highly active project PM2. Combine these cool features and is super easy to use. Joerg...
endofline.ws
20th, March 2015: Solar Eclipse Experiment :) – End-of-Line
http://www.endofline.ws/2015/03/20th-march-2015-solar-eclipse-experiment
Programming bits and bytes for the web. March 21, 2015. 20th, March 2015: Solar Eclipse Experiment :). Colleague and me we instantly built a camera obscura experiment for the Solar Eclipse 2015. Install latest Apache 2.4.X with PHP-FPM on Ubuntu 14.04. No more fat JS frameworks. Leave a Reply Cancel. Joerg is a Software Developer with expertise on the back-end site. He is crafting fancy code. For the world wide web and living in Berlin, Germany. My new experimental playground started. more coming soon.
endofline.ws
Javascript – End-of-Line
http://www.endofline.ws/category/frontend/javascript
Programming bits and bytes for the web. June 29, 2016. A small ES6 module for filtering array which contains async functions:. Transform all the elements into an array of promises using the predicate as the promise. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21. FilterAsync from './array-filter-promises'. Tops, highlights ]. Promisify() use my module that turns any async function with callback into a promise https:/ www.npmjs.com/package/promisify-callback. June 28, 2016. June 9, 2016. My new exp...
jfhbrook.github.io
The Case For A Node.js Framework
http://jfhbrook.github.io/2013/05/28/the-case-for-a-nodejs-framework.html
The Case For A Node.js Framework (posted 28 May 2013). This presents a welcome change to the way we can write apps. The epitome of TIMTOWTDI. This allows one to explicitly choose how to do every part of their application and not have to worry about a large group of awkward standardized APIs getting in the way of that. Has an api that interfaces with a request/response pair like this:. If (glog.test(req.method) { return glog(req, res); }. You’re doing something, not. Moreover, the higher the complexity an...
jfhbrook.github.io
AGU, Day 2
http://jfhbrook.github.io/2010/12/14/agu-day2.html
AGU, Day 2 (posted 14 Dec 2010). I Did Something Stupid This Morning. I gave a homeless dude a dollar. Happen to me once. This guy, who was obviously. Homeless, had forgotten his wallet, and it was cold out. He was really nice, didn’t expect anything, and when I did happen to have change he thanked me and everything. If I was suckered by. Guy, at least it wasn’t too terrible an experience. So, that’s what I was thinking when I gave this guy the time of day. A little late. Oh well. Anyways: As a consequen...
SOCIAL ENGAGEMENT