substack.net substack.net

substack.net

substack in cyberspace

Modular full stack web development. Tue Jul 14 15:31:22 2015 -0700. This writeup is cross-posted from the sudoroom blog. At the last hardware hack night. And I got a web page to transmit uart serial data to an arduino at 9600 baud using the webaudio browser api. For a quick demo, check out this web page: http:/ substack.neocities.org/serial.html. Here is the final project in action:. Serial uses a protocol called UART ( Universal Asynchronous Receiver/Transmitter. With a very simple data framing. For exa...

http://www.substack.net/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SUBSTACK.NET

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

February

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 18 reviews
5 star
9
4 star
5
3 star
2
2 star
0
1 star
2

Hey there! Start your review of substack.net

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1 seconds

CONTACTS AT SUBSTACK.NET

A HAPPY DREAMHOST CUSTOMER

PRIVATE REGISTRANT

417 ASS●●●●●●●RD #324

C/O S●●●●●K.NET

B●A , CA, 92821

US

1.71●●●●4182
SU●●●●●●●●●●@PROXY.DREAMHOST.COM

View this contact

A HAPPY DREAMHOST CUSTOMER

PRIVATE REGISTRANT

417 ASS●●●●●●●RD #324

C/O S●●●●●K.NET

B●A , CA, 92821

US

1.71●●●●4182
SU●●●●●●●●●●@PROXY.DREAMHOST.COM

View this contact

A HAPPY DREAMHOST CUSTOMER

PRIVATE REGISTRANT

417 ASS●●●●●●●RD #324

C/O S●●●●●K.NET

B●A , CA, 92821

US

1.71●●●●4182
SU●●●●●●●●●●@PROXY.DREAMHOST.COM

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2009 October 05
UPDATED
2013 December 17
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 15

    YEARS

  • 7

    MONTHS

  • 3

    DAYS

NAME SERVERS

1
ns1.dreamhost.com
2
ns2.dreamhost.com
3
ns3.dreamhost.com

REGISTRAR

NEW DREAM NETWORK, LLC

NEW DREAM NETWORK, LLC

WHOIS : whois.dreamhost.com

REFERRED : http://www.dreamhost.com

CONTENT

SCORE

6.2

PAGE TITLE
substack in cyberspace | substack.net Reviews
<META>
DESCRIPTION
Modular full stack web development. Tue Jul 14 15:31:22 2015 -0700. This writeup is cross-posted from the sudoroom blog. At the last hardware hack night. And I got a web page to transmit uart serial data to an arduino at 9600 baud using the webaudio browser api. For a quick demo, check out this web page: http:/ substack.neocities.org/serial.html. Here is the final project in action:. Serial uses a protocol called UART ( Universal Asynchronous Receiver/Transmitter. With a very simple data framing. For exa...
<META>
KEYWORDS
1 unix philosopher
2 beep boop
3 mad science
4 music
5 code
6 serial over webaudio
7 commit
8 author
9 james halliday
10 date
CONTENT
Page content here
KEYWORDS ON
PAGE
unix philosopher,beep boop,mad science,music,code,serial over webaudio,commit,author,james halliday,date,jake,uart,scheme,write,read,methods,webaudio,inside the,audioprocess,we can do,inclusive,context samplerate,with webaudio serial tx,serial js,circuit
CONTENT-TYPE
iso-8859-1
GOOGLE PREVIEW

substack in cyberspace | substack.net Reviews

https://substack.net

Modular full stack web development. Tue Jul 14 15:31:22 2015 -0700. This writeup is cross-posted from the sudoroom blog. At the last hardware hack night. And I got a web page to transmit uart serial data to an arduino at 9600 baud using the webaudio browser api. For a quick demo, check out this web page: http:/ substack.neocities.org/serial.html. Here is the final project in action:. Serial uses a protocol called UART ( Universal Asynchronous Receiver/Transmitter. With a very simple data framing. For exa...

INTERNAL PAGES

substack.net substack.net
1

some libraries I use to build webapps

http://www.substack.net/some_libraries_I_use_to_build_webapps

Available for hands-on training. Some libraries I use to build webapps. Tue Jan 13 12:04:08 2015 -0800. Here are some tiny backend node modules I like to glue together to build webapps. Check out the repo on github: substack-flavored-webapp. Var alloc = require(tcp-bind); var minimist = require(minimist); var argv = minimist(process.argv.slice(2), { alias: { p: port, u: uid, g: gid }, default: { port: require(is-root)()? POST) { res.statusCode = 400; res.end(not a POST n); } body(req, res, functi...Modul...

2

finding modules

http://www.substack.net/finding_modules

Available for hands-on training. Sat May 17 23:15:29 2014 0200. One of the most common objections Ive heard about embracing modularity and favoring libraries that do a single thing well. Is that it can be difficult and time-consuming to find packages for each piece of functionality you might need for a given task. With a bit of training and practice, you will be skimming npm search results at great speed in no time! Heres my own internal heuristic for evaluating npm packages:. I can install it with npm.

3

serial over webaudio

http://www.substack.net/serial_over_webaudio

Available for hands-on training. Tue Jul 14 15:31:22 2015 -0700. This writeup is cross-posted from the sudoroom blog. At the last hardware hack night. And I got a web page to transmit uart serial data to an arduino at 9600 baud using the webaudio browser api. For a quick demo, check out this web page: http:/ substack.neocities.org/serial.html. Here is the final project in action:. Serial uses a protocol called UART ( Universal Asynchronous Receiver/Transmitter. With a very simple data framing. For exampl...

4

many things

http://www.substack.net/many_things

Available for hands-on training. Thu Mar 14 19:16:19 2013 -0700. As a true believer in the UNIX way of tiny self-contained modules that each do just one thing, I find myself at a fundamental disagreement when talking with IDE-adherents or framework-oriented programmers. So it is with many things. It used to be the languages had a monopoly on abstractions. The standard distribution would bundle some handy libraries to do common things like option parsing, making http requests, and sending email. T...Its a...

5

how I write tests for node and the browser

http://www.substack.net/how_I_write_tests_for_node_and_the_browser

Available for hands-on training. How I write tests for node and the browser. Sun Dec 8 16:14:47 2013 -0800. In node I use simple test libraries like tap. That let you run the test files directly. For code that needs to run in both the browser and node I use tape. Because tap doesnt run in the browser very well and the APIs are mostly interchangeable. The simplest kind of test I might write in test/ looks like:. To run a single test file in node I just do:. And if I have multiple tests I want to run I do:.

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

5

LINKS TO THIS WEBSITE

endofline.ws 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 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 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 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 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 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 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 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 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...

UPGRADE TO PREMIUM TO VIEW 130 MORE

TOTAL LINKS TO THIS WEBSITE

139

SOCIAL ENGAGEMENT



OTHER SITES

substaat.bandcamp.com substaat.bandcamp.com

Music | SUBSTAAT

Switch to mobile view.

substaat.com substaat.com

www.substaat.com

Your user agent does not support frames or is currently configured not to display frames. However you may visit the page that was supposed to be here.

substaatofficial.blogspot.com substaatofficial.blogspot.com

SUBSTAAT

Tirsdag 29. juli 2014. Review of "Macht" in music-scan.de. Send dette via e-post. Onsdag 9. juli 2014. Substaat @ PlusWelt Festival 2014. Send dette via e-post. Mandag 23. juni 2014. Macht, our new album will be out August 16th on Danse Macabre. Send dette via e-post. Tirsdag 5. november 2013. SUBSTAAT goes to Moscow! Substaat will be playing at Moscow Synthetic Snow Festival, 07.12.2013. With Diary of Dreams, Melotron, 32 Crash and Patenbrigade: Wolff. See you soon Moscow! Send dette via e-post. 2403201...

substab.com substab.com

Substab.COM

Substab.COM is a leader in consumer support services. Customers that receive a charge on their statement(s) that show 'Substab.COM', can use this site to obtain membership information, submit billing and support related questions or contact a representative for support directly by phone. In order to serve you better, please click on a menu item above that best suits what you are looking for. If the provided tools cannot help you, please feel free to contact one of our customer support representatives.

substack.net substack.net

substack in cyberspace

Modular full stack web development. Tue Jul 14 15:31:22 2015 -0700. This writeup is cross-posted from the sudoroom blog. At the last hardware hack night. And I got a web page to transmit uart serial data to an arduino at 9600 baud using the webaudio browser api. For a quick demo, check out this web page: http:/ substack.neocities.org/serial.html. Here is the final project in action:. Serial uses a protocol called UART ( Universal Asynchronous Receiver/Transmitter. With a very simple data framing. For exa...

substacon.com substacon.com

Sustainable Container Solutions

This page uses frames, but your browser doesn't support them.

substaff.com substaff.com

substaff pharmacy staffing solutions for wisconsin

Try before you Buy. Request for Staffing online Form. SubStaff has been staffing professionals on both a permanent and temporary basis to the healthcare industry for over 10 years. Our staff, with over 30 years combined experience, is committed to your success. Since 1991, we have helped over 1300 health care professionals begin new career opportunities. Whether you need a temporary or permanent staffing solution, a new career opportunity, or are just considering a per diem position, we can help.

substaffing.com substaffing.com

substaffing.com - This website is for sale! - sub staffing Resources and Information.

The domain substaffing.com. May be for sale by its owner! This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.

substag.blogspot.com substag.blogspot.com

SubsTag

Montag, 7. Mai 2007. Montag, 30. April 2007. Kann nicht einloggen, Benny. Hilft ihm aber eh! Er kanns nämlich auch nicht. Das Bild hat nichts mit dem Text zu tun. Daniel und Benni können gar nicht skaten. Herr professor Schuber aber auch nicht. Er wird auch nie eine Oma. Die Bilder sollten in den Blog immer schon in der Größe geladen werden, in der sie dann auch angezeigt werden sollen. Das macht man mit Hilfe eines Grafikprogramms. Also hier die Liste der Blogs in unserer Gruppe:.

substage.de substage.de

SUBSTAGE Karlsruhe e.V.

CHUCK RAGAN and THE CAMARADERIE. Sonntag, 23.08.2015. Mit Chuck Ragan’s lang erwar- tetem neuen Album Till Midnight feiert die amerikani- sche Indie-Folk-Ikone eine unglaubliche Erfolgsgeschichte. Chart-Platzierungen in Deutschland, UK und den USA und ausverkaufte Hallen mani- festierten den aus Gainesville stammenden Songwriter zum . Mittwoch, 16.09.2015. Donnerstag, 05.11. 2015. Donnerstag, 15.10.2015. Ihre selbst kreierte "Kollektivgefühlbewusst- seins-erweiterung! Sonntag, 08.11.2015. Ziemlich genau ...