Skip to content

Instantly share code, notes, and snippets.

View dynajoe's full-sized avatar

Joe Andaverde dynajoe

  • Temporal Technologies
  • United States
View GitHub Profile
@dynajoe
dynajoe / speakerbio.md
Created January 25, 2012 22:11 — forked from smerchek/speakerbio.md
My Speaker Bio

Scott graduated from Kansas State University in 2010 and has worked at Softek Solutions ever since. At Softek, Scott is regarded as a talented and multi-faceted team member. He has experience with many aspects of software development from server side to client facing. He's always interested in learning and seeking out knowledge on how new technologies can be applied to his interests in analytics, data visualization, and search. Outside of software, Scott enjoys reading, cycling, running, spending time with his wife, and working toward a triathlon this year.

@dynajoe
dynajoe / gist:1696239
Created January 28, 2012 23:24
initial meeting

In order for me to have a good idea of who will be attending the event please #rsvp to @nodekc before each meeting. Our meetings will be held at snow and company (Just off I35 in downtown KC) monthly or bi-weekly depending on interest. If you have a laptop please bring it wireless internet is provided.

The NodeKC user group will be focusing on open source node projects. We'll work collaboratively on projects that the group determines to be interesting and challenging. Our first project, however, has already been determined for sake of a quick start. This project idea will be announced and developed further at the first meetup.

We'll break into two groups and work toward a similar goal on the project after the first meeting. These groups will have a set of user stories to accomplish before the next meetup. At the following meeting we'll review each of the groups code and determine which codebase to merge into the main github branch. We can also selectively choose parts of each of the groups work. Note that

@dynajoe
dynajoe / gist:1696433
Created January 29, 2012 00:33 — forked from smerchek/gist:1696321
initial meeting

In order for me to have a good idea of who will be attending the event please #rsvp to @nodekc before each meeting. If you're not a twitter user just shoot an e-mail to me (joe [hat] nodekc.org). Our meetings will be held at snow and company (Just off I35 in downtown KC) monthly or every other week, depending on interest. If you have a laptop please bring it (wireless internet will be provided).

The NodeKC user group will focus on building open source node projects. We'll work collaboratively on projects that the group determines to be interesting and challenging. Our first project, however, has been pre-determined for the sake of a quick start. This project idea will be announced and developed further at the first meetup.

We'll break into two groups and work toward a similar goal on the project after the first meeting. These groups will have a set of user stories to accomplish before the next meetup. At the following meeting we'll review each of the groups code and determine which codebase to merge into

@dynajoe
dynajoe / gist:3422212
Created August 22, 2012 04:05
Final Notes - NodeKC - 21 Aug 12
Ideas!
Workshop for node.js and javascript
https://github.com/nodekc/workshop
Node knockout
(1) 1. Desktop clients in node.js and javascript

These instructions work for the Raspberry Pi running Raspbian (hard float) and create a hardware optimized version of NodeJS for the Raspberry PI, (and include a working install and NPM!!!):

  1. Install Raspbian - http://www.raspberrypi.org/downloads

  2. Install the necessary dependecies:

sudo apt-get install git-core build-essential
@dynajoe
dynajoe / Program.cs
Created November 1, 2012 16:06
Example C# HTTP Server
using System;
using System.Net;
using System.Text;
using System.Threading;
namespace ExampleSimpleWebserver
{
class Program
{
static void Main (string[] args)
@dynajoe
dynajoe / pingserver.js
Created November 3, 2012 21:45
Ping Server
var net = require('net');
var http = require('http');
var lastKey = "";
var sockets = [];
var netServer = net.createServer(function (socket) {
sockets.push(socket);
var removeClient = function () {
@dynajoe
dynajoe / Smoking-12.8.12.json
Created December 8, 2012 23:56
Smoking Data 12/8/12
[{"time":1354996461089,"temp":"176"},{"time":1354996463121,"temp":"175"},{"time":1354996465152,"temp":"175"},{"time":1354996467183,"temp":"176"},{"time":1354996469215,"temp":"175"},{"time":1354996471246,"temp":"176"},{"time":1354996473278,"temp":"176"},{"time":1354996475310,"temp":"176"},{"time":1354996477342,"temp":"176"},{"time":1354996479374,"temp":"176"},{"time":1354996481405,"temp":"175"},{"time":1354996483437,"temp":"177"},{"time":1354996485468,"temp":"176"},{"time":1354996487516,"temp":"176"},{"time":1354996489547,"temp":"176"},{"time":1354996491563,"temp":"176"},{"time":1354996493594,"temp":"176"},{"time":1354996495627,"temp":"176"},{"time":1354996497658,"temp":"177"},{"time":1354996501721,"temp":"176"},{"time":1354996503752,"temp":"176"},{"time":1354996507816,"temp":"176"},{"time":1354996511879,"temp":"177"},{"time":1354996513912,"temp":"176"},{"time":1354996515943,"temp":"177"},{"time":1354996517975,"temp":"177"},{"time":1354996520021,"temp":"177"},{"time":1354996522037,"temp":"177"},{"time":1354996
@dynajoe
dynajoe / topics
Created February 8, 2013 05:50
NodeKC meeting topics
# Next Meetup: Tuesday, january 15
# Topics:
- connect/express middleware - 3
- non-http networks - 8 - DUN DUN DUN
- Torrent
- UDP
- Multicast (Frank)
- XMPP (XTENSIBLE MESSAGING AND PRESENCE PROTOCOL)
- Serial
@dynajoe
dynajoe / nodekc.md
Last active December 16, 2015 07:48 — forked from adunkman/nodekc.md

Next Meetup: Tuesday, April 16

  • Hack and Tell (another group|sucky npm packages)

Topics:

  • What's new in node 0.10 (and why isn't it 1 yet?) - 0
  • native bindings - 0
  • how do you create blocking javascript - 1
  • Hosting node.js on production windows - 1
    • node.js on azure
  • Cross-meetup meeting (game group?) - 0