gostewarts.wordpress.com
ldsute – Justin and Heather Stewart Family Blog
https://gostewarts.wordpress.com/author/ldsute
Justin and Heather Stewart Family Blog. Just another WordPress.com weblog. The Bramhall Family in England. October 13, 2014. Getting started with Mongo. Brew update & brew doctor. Justin@Justins-MacBook-Pro: /Dev/node]$ brew install mongodb. Installing mongodb dependency: scons. Downloading https:/ downloads.sourceforge.net/scons/scons-2.3.4.tar.gz. Usr/bin/python setup.py install - prefix=/usr/local/Cellar/scons/2.3.4 - standalone. Patching file src/third party/s2/util/endian/endian.h. J = { name: ̶...
eastbayjake.com
Google Locations NPM Module – Jake McGuire – Software Engineer
http://eastbayjake.com/Google-Locations-Find-Places-by-Phone-Number
Google Locations NPM Module. Last month one of my projects needed to search for information about businesses, particularly if you only have a phone number. My first thought was that the Google Places API. I tried to find any Node modules that might be useful. The best option, google-places. But the author was unresponsive. Because I wanted to go even further and do lookups by phone number or address, I decided to fork the project and create my own Node module: Google Locations. As far as I can tell, it’s...
blog.kolman.cz
Daniel Kolman: Jak správně pojmenovat test
http://blog.kolman.cz/2013/02/jak-spravne-pojmenovat-test.html
Jak správně pojmenovat test. Na názvu testu záleží! Může se to zdát jako nepodstatná banalita, ale není. Správná metoda pojmenovávání testů zlepší čitelnost testů a pomáhá psát čistší kód. Názvy vašich testů prozrazují, jaký máte přístup k testování. Vymýšlet názvy tříd a metod je těžké, dokonce tak těžké, že to zmiňuje i nejklasičtější anektoda o informatice: "There are only two hard problems in Computer Science: cache invalidation, naming things, and off-by-one errors.". Co metoda, to test. V dalším lo...
blog.krawaller.se
Algebra Explorer - a symbolic calculator web app
http://blog.krawaller.se/posts/algebra-explorer-a-symbolic-calculator-web-app
Introducing a symbolic calculator built on the web stack and peeping under the hood. Algebra Explorer - a symbolic calculator web app. For several years now Ive tried to combine my programming self with my maths teacher alter ego by working on a symbolic calculator that would show the substeps of the manipulations made, to allow people to more easily understand the intricacies of algebra. Now Im finally finished, and I am ever so happy to present to you - Algebra Explorer! I remember sketching out the pr...
zjhiphop.github.io
Thinking in D3 - Jade's fantastic Blog
http://zjhiphop.github.io/blog/2014/04/28/thinking-in-d3
Make a difference.Where amazing happens! D3js is a JavaScript library for manipulating documents based on data. D3.js 是一个基于数据,用于操纵文档的javascript库。 D3中含有3个D Data, Driven, Documents。 开源,并且在github中获得star前10位 BSD licensed (BSD-new). 背后有商业公司支持 New York Times. 社区活跃, 问题可以得到及时的解答, 以下是D3在Github中的实时状态. 当然,如果你的银子不在乎, 可以考虑使用highchart, 目前被很多大公司使用, 非常稳定。 Var margin = {top: 20, right: 20, bottom: 30, left: 50},. Width = 960 - margin.left - margin.right,. Height = 500 - margin.top - margin.bottom;. Range([0, width]);.
mspi.es
Continuous Integration von Node.js-Projekten mit GitHub und Travis-CI - Developers Diary - Marcell Spies
https://mspi.es/blog/Continuous-Integration-von-Node.js-Projekten-mit-GitHub-und-Travis-CI
Continuous Integration von Node.js-Projekten mit GitHub und Travis-CI. Handelt es sich um einen Online-Build-Dienst, welcher für OpenSource-Projekte kostenlos ist. Aktuell funktioniert das allerdings nur, wenn sich das Source-Code-Repository auf GitHub. Befindet. Hier eine aus der Online-Dokumentation. Stammende Liste der unterstützten Programmiersprachen:. JavaScript (with Node.js). Mit der leichtgewichtigen Markup-Sprache YAML. Der Travis-CI-Code, vom Blog. Vielem mehr bis zu den Chef-Cookbooks. Im wei...
rollbar.com
Rollbar - Node.js Integration
https://rollbar.com/docs/notifier/node_rollbar
Items (GET, PATCH). Rollbar notifier for Node.js. Include and initialize the rollbar library with your access token. POST SERVER ITEM ACCESS TOKEN. Record a generic message and send to rollbar. More is required to automatically detect and report errors. Keep reading for details. Be sure to replace. POST SERVER ITEM ACCESS TOKEN. Access token, which you can find in the Rollbar.com interface. Install using the node package manager, npm:. POST SERVER ITEM ACCESS TOKEN. POST SERVER ITEM ACCESS TOKEN. See bel...
nodeguide.com
Felix's Node.js Community Guide
http://www.nodeguide.com/community.html
171; Home / All Guides. Felix's Node.js Community Guide. If you have just read the Beginner's Guide, and you are interested in becoming more involved with the node.js community, this guide is for you. IRC is a great place to discuss the virtues of vim vs. emacs, as well as getting support and interaction from people within the node.js community. The official irc channel for node.js is located on chat.freenode.net. Oh, and you should always try to find your answer on the web first, but you know that.
docs.nodejitsu.com
Hosting, Conferences and More! - docs.nodejitsu.com
https://docs.nodejitsu.com/articles/other-resources/hosting-conferences-and-more
Edit this page on GitHub. How to create a custom repl. How to use nodejs repl. Hosting conferences and more. Tutorials and how tos. How to create default parameters for functions. Using ECMA5 in nodejs. What are the built in timer functions. What are truthy and falsy values. What is the arguments object. How to handle multipart form data. How to create a HTTP server. How to create a HTTPS server. How to read POST data. How to serve static files. How to access query string parameters. Globals in node js.