Skip to content

Instantly share code, notes, and snippets.

View mrjazz's full-sized avatar
🎯
Code as a product

Denis mrjazz

🎯
Code as a product
View GitHub Profile
// npm install websocket
var server = require('websocket').server, http = require('http');
var socket = new server({
httpServer: http.createServer().listen(8080)
});
socket.on('request', function(request) {
var connection = request.accept(null, request.origin);
@mrjazz
mrjazz / iOS Books
Last active December 29, 2015 11:45
Watch:
https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550
Books:
Beginning iOS 7 Development Exploring the iOS SDK
http://www.apress.com/9781430260226
@mrjazz
mrjazz / gist:aac1197ccc62d4a0f35d
Created December 24, 2015 15:30
Projection model
var $project = {
GlobalAssumptions: {
CompanyName: "Brand New Company",
Currency: "US Dollar",
StartMonth: new Date(2018, 0, 1),
CorporateTaxRate: 35,
PropertyTax: 1.2,
PayrollTaxRate: 7.7,
StartingCashBalance: 10000
},
Trying 128.149.23.134...
Connected to ssd.jpl.nasa.gov.
Escape character is '^]'.
======================================================================
| Jet Propulsion Laboratory |
| |
| * * * W A R N I N G * * * |
| |
| Property of the |
INFO: [v4] Send push message to f473a5ac6c19713896a74a88994ab31b8d2015c194877e700e073d9d699c4044; {message=Andrew has voted on your poll, activity_badge=0, badge=0, type=2, inbox_badge=0, poll_id=3645}
INFO: [v4] Send push message to f473a5ac6c19713896a74a88994ab31b8d2015c194877e700e073d9d699c4044; {message=Andrew Costa has voted on your poll, activity_badge=1, badge=1, type=2, inbox_badge=0, poll_id=3645}
INFO: [v4] Send push message to f473a5ac6c19713896a74a88994ab31b8d2015c194877e700e073d9d699c4044; {message=Leah Faith has voted on your poll, activity_badge=1, badge=1, type=2, inbox_badge=0, poll_id=3645}
INFO: [v4] Send push message to f473a5ac6c19713896a74a88994ab31b8d2015c194877e700e073d9d699c4044; {message=Brian Kavjian has voted on your poll, activity_badge=1, badge=1, type=2, inbox_badge=0, poll_id=3645}
INFO: [v4] Send push message to f473a5ac6c19713896a74a88994ab31b8d2015c194877e700e073d9d699c4044; {message=Wesley Pasfield has voted on your poll, activity_badge=1, badge=1, type=2, inbox_badge=0, po