Re: [nodejs] ORM for using with Express for SQL and.or NoSQL

2015-09-11 Thread Scott Elcomb
02d6ba3a96b%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Scott Elcomb @psema4 http://psema4.com/pubkey.txt http://www.pirateparty.ca/ -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-

Re: [nodejs] Re: [ANN] webkitgtk

2014-09-11 Thread Scott Elcomb
provide a link that would be great. Haven't tried it yet but these look about right: https://www.npmjs.org/package/webkitgtk https://github.com/kapouer/node-webkitgtk -- Scott Elcomb @psema4 http://psema4.com/pubkey.txt http://www.pirateparty.ca/ -- Job board: http

Re: [nodejs] Using WebSocket to communicate with a server-side app

2014-01-08 Thread Scott Elcomb
-transmit the message to the Commander application using a regular (non-web)socket. https://npmjs.org/package/websocket-upgrade -- Scott Elcomb @psema4 http://psema4.com/pubkey.txt http://www.pirateparty.ca/ -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https

Re: [nodejs] Node JS Blogging and CMS

2013-11-17 Thread Scott Elcomb
hosting you're after then I'm not aware of any providers. The Ghost software however appears to meet your stated requirements - it's an open source, express-based server: https://github.com/TryGhost/Ghost/blob/master/core/server.js You can add whatever functionality you need. -- Scott Elcomb

Re: [nodejs] Re: Exec() from Express route

2013-07-08 Thread Scott Elcomb
finished compiling node 0.11.3 on a Pi Model B (Raspbian) - it took about 3 1/2 hours to complete but there weren't any issues. Best, - Scott * https://github.com/psema4/pine-distro -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github more Atomic OS: Self Contained Microsystems http

[nodejs] Re: Exec() from Express route

2013-07-05 Thread Scott Elcomb
On Fri, Jul 5, 2013 at 1:04 AM, Scott Elcomb pse...@gmail.com wrote: If I run the aplay command (below) from bash, the sound card is detected and the file is played. When run from the express route handler, the sound card is not detected and no sound is played. (It's the same user in both

[nodejs] Exec() from Express route

2013-07-04 Thread Scott Elcomb
/aplay /tmp/testsound.wav , { cwd: process.env.pwd, env: process.env } , function(error, stdout, stderr) { puts(error, stdout, stderr); res.send('ok'); }); }); server.listen(5151); [-- example server.js ends --] -- Scott Elcomb @psema4 on Twitter

Re: [nodejs] Re: [ANN] ansi-canvas: Render a canvas node to your terminal

2013-06-14 Thread Scott Elcomb
On Fri, Jun 14, 2013 at 2:30 PM, Nathan Rajlich nat...@tootallnate.net wrote: Wow that's awesome, hahah. Screenshots nao! +1: this thread is loaded with awesome. =D -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github more Atomic OS: Self Contained Microsystems http

Re: [nodejs] Job management in Node

2013-04-04 Thread Scott Elcomb
On Thu, Apr 4, 2013 at 10:47 PM, Jatin Patel jatin.je...@gmail.com wrote: Hi, I'm looking for a simple way to create a job and then execute that job after some delay time. What kind of job? If your job is essentially a function, there's setTimeout() -- Scott Elcomb @psema4 on Twitter

Re: [nodejs] ECMAScript 6, asm.js, can node.js dump V8 or be VM agnostic?

2013-04-03 Thread Scott Elcomb
heard about Rust and Servo this morning - Mozilla's exploring other technologies as well. While this doesn't answer your question, you may find it an interesting read: https://blog.mozilla.org/blog/2013/04/03/mozilla-and-samsung-collaborate-on-next-generation-web-browser-engine/ Best, -- Scott

Re: [nodejs] Re: please include the full MIT license in your modules or they have none

2013-03-27 Thread Scott Elcomb
). http://en.wikipedia.org/wiki/Berne_Convention_for_the_Protection_of_Literary_and_Artistic_Works -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github more Atomic OS: Self Contained Microsystems http://code.google.com/p/atomos/ Member of the Pirate Party of Canada http

Re: [nodejs] Re: please include the full MIT license in your modules or they have none

2013-03-27 Thread Scott Elcomb
On Wed, Mar 27, 2013 at 1:56 PM, Scott González scott.gonza...@gmail.com wrote: On Wed, Mar 27, 2013 at 1:52 PM, Scott Elcomb pse...@gmail.com wrote: On Wed, Mar 27, 2013 at 1:43 PM, Austin William Wright diamondma...@users.sourceforge.net wrote: If a work is creative enough to be covered

Re: [nodejs] Re: [ANN] node-chrome: a very simple module for building desktop apps

2013-02-06 Thread Scott Elcomb
a pull request this weekend - a small addition that would make node-chrome useful to me as a client-side development tool. (In a nutshell: launch my cwd as an app) -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github more Atomic OS: Self Contained Microsystems http://code.google.com/p

Re: [nodejs] How to create connect to twitter service

2013-01-17 Thread Scott Elcomb
://dev.twitter.com/terms/api-terms (Section III) Personally, I'd recommend applying for whitelisted (stream) access https://dev.twitter.com/docs/rate-limiting-faq#how-whitelisting -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github more Atomic OS: Self Contained Microsystems http

Re: [nodejs] new framework for json apis

2012-12-16 Thread Scott Elcomb
that percolatorjs is an implementation of your application/vnd.hyper+JSON draft at http://caines.ca/blog/programming/hyperjson-a-first-draft/ ? -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github more Atomic OS: Self Contained Microsystems http://code.google.com/p/atomos/ Member

Re: [nodejs] Announcing our game server framework--pomelo. Feedback please!

2012-11-21 Thread Scott Elcomb
and will definitely be checking about the pi's. Thanks for sharing =D -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github more Atomic OS: Self Contained Microsystems http://code.google.com/p/atomos/ Member of the Pirate Party of Canada http://www.pirateparty.ca/ -- Job Board

Re: [nodejs] Re: process.env - documentation?

2012-10-31 Thread Scott Elcomb
On Wed, Oct 31, 2012 at 1:46 PM, Jorge jorge%jorgechamorro@gtempaccount.com wrote: On 31 oct, 17:26, Scott Elcomb pse...@gmail.com wrote: On Wed, Oct 31, 2012 at 10:59 AM, Jorge jorge%jorgechamorro@gtempaccount.com wrote: On Oct 31, 2:04 pm, Bgsosh bgs...@gmail.com wrote: Hi

Re: [nodejs] What Editor / OS / Dev enviroment do you use?

2012-09-21 Thread Scott Elcomb
with Vim for most things. Raspbian with Vim for https://github.com/jeremyckahn/pine. And Windows with Notepad++ (or Vim under Cygwin) when I have to. -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github more Atomic OS: Self Contained Microsystems http://code.google.com/p/atomos

Re: [nodejs] Re: Node version 0.9.2 (Unstable)

2012-09-18 Thread Scott Elcomb
The HTTP refactoring will probably have to wait for the next round. Is v1.0 expected this year? Sounds like it's getting close. =D -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github more Atomic OS: Self Contained Microsystems http://code.google.com/p/atomos/ Member of the Pirate

Re: [nodejs] [ANN] SwallowApps, application authoring tool for html5

2012-08-01 Thread Scott Elcomb
development was precisely why I began work on what became Atomic OS. (It morphed very quickly into an OS-like abstraction rather than a RAD tool. One day...) -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github more Atomic OS: Self Contained Microsystems http://code.google.com/p

Re: [nodejs] Re: Need to run a loop in node.js

2012-04-06 Thread Scott Elcomb
environment. http://mongoosejs.com/ Handy, it is. :-) --   Scott Elcomb   @psema4 on Twitter / Identi.ca   Atomic OS: Self Contained Microsystems   http://code.google.com/p/atomos/   Member of the Pirate Party of Canada   http://www.pirateparty.ca/ -- Job Board: http://jobs.nodejs.org