kriszyp (Kris Zyp)

Name
Kris Zyp
Email
Website/Blog
http://www.sitepen.com/blog/author/kzyp/
Company
SitePen
Location
Sandy, UT
Member Since
Nov 12, 2008 (about 1 year)

Following 0 githubbers and watching 16 repositories view all →

Public Repositories (10)

  • pintura

    Pintura is the JSGI-based RESTful JSON/JavaScript server written in JavaScript based on Persevere...

    legend

    Last updated Thu Dec 17 10:46:40 -0800 2009

  • jsgi-node

    JSGI Adapter for Node.js

    legend

    Last updated Wed Dec 16 14:21:32 -0800 2009

  • jack

    A port of Rack for the JavaScript JSGI web server interface

    legend

    Forked from tlrobinson/jack Tue Sep 22 08:57:36 -0700 2009

    Last updated Wed Dec 16 10:23:49 -0800 2009

  • narwhal

    A JavaScript standard library, package manager, and more.

    legend

    Forked from tlrobinson/narwhal Mon Sep 14 02:11:07 -0700 2009

    Last updated Tue Dec 15 06:44:13 -0800 2009

  • commonjs-utils

    Utility modules for CommonJS

    legend

    Last updated Wed Dec 09 18:21:34 -0800 2009

  • rhino-mirror

    A mirror of mozilla/js/rhino from Mozilla's CVS. Updated daily.

    legend

    Forked from earl/rhino-mirror Thu Nov 19 06:50:58 -0800 2009

    Last updated Thu Nov 19 00:32:11 -0800 2009

  • json-tools

    CommonJS tools for interaction with JSON and JSON-style structured data

    legend

    Last updated Sun Nov 15 20:14:26 -0800 2009

  • browserjs

    An implementation of browser JavaScript APIs for securable modules / ServerJS compatible environm...

    legend

    Forked from tlrobinson/browserjs Wed Nov 11 09:27:14 -0800 2009

    Last updated Wed Nov 11 19:58:39 -0800 2009

  • jack-servlet

    A servlet for running JSGI / Jack compatible server-side JavaScript applications and frameworks o...

    legend

    Forked from tlrobinson/jack-servlet Fri Oct 30 10:06:53 -0700 2009

    Last updated Fri Oct 30 10:18:34 -0700 2009

  • persevere

    The Persevere server features a secure RESTful JSON interface for data interaction and storage of...

    legend

    Last updated Wed Sep 16 06:44:13 -0700 2009

Public Activity feed

kriszyp pushed to master at kriszyp/pintura Thu Dec 17 10:46:40 -0800 2009
HEAD is e81d2a7a9e020680556a21b60c34b67edba89c7d

3 commits »

kriszyp started watching raycmorgan/gateway Thu Dec 17 08:46:47 -0800 2009
gateway's description:
A standard web server/application interface that works with Node.js's asynchronous nature.
kriszyp pushed to master at kriszyp/pintura Thu Dec 17 07:33:16 -0800 2009
HEAD is 76e4111a6e7200e250052e737f822726709f6847
kriszyp created gist: 258809 Thu Dec 17 07:25:23 -0800 2009
var promise = new process.Promise(); promise.then(function(){ require("sys").puts("done");
kriszyp created gist: 258792 Thu Dec 17 07:05:33 -0800 2009
require.paths.push("."); exports.test = { get foo(){
kriszyp created gist: 258779 Thu Dec 17 06:34:46 -0800 2009
throw new Error("some error");
kriszyp created gist: 258778 Thu Dec 17 06:29:44 -0800 2009
require("sys").puts("a is loaded");
kriszyp pushed to master at kriszyp/jsgi-node Wed Dec 16 14:21:32 -0800 2009
HEAD is 9788e6a58fe27feb25f5a925e6f5e56e2a284aaf
kriszyp pushed to master at kriszyp/pintura Wed Dec 16 14:17:47 -0800 2009
HEAD is e4d6ddb97c2da175ab927538740900bacd1d1946

3 commits »

kriszyp pushed to master at kriszyp/jack Wed Dec 16 10:23:53 -0800 2009
HEAD is e98c50f9c839c7973b406d9dc3245eff3435bd33
  • kriszyp committed e98c50f9:
    HEAD should behave the same as GET, just without the body, per RFC 2616
kriszyp pushed to master at kriszyp/pintura Wed Dec 16 09:09:08 -0800 2009
HEAD is 146950d9d61b873b41cfcd0422d2db2fcb674d2f
kriszyp pushed to master at kriszyp/jack Tue Dec 15 09:35:00 -0800 2009
HEAD is bdcccd9f41f8161e7cd41e268add08f818041a73
kriszyp pushed to master at kriszyp/narwhal Tue Dec 15 06:44:16 -0800 2009
HEAD is 122aa33801983ff4c16751d04bc78c097701f348

73 commits »

kriszyp commented on kriszyp/narwhal Tue Dec 15 06:16:44 -0800 2009
Comment in ec3bd4b:

I wanted to use require("packages").resource in Jack's static so that resources could be inherited. The typical use case is to have static as middleware before the rest of the app. This essentially means that almost every request will have an exception thrown for every package (that static would catch). In the meantime I've been trying to reduce the number of unnecessary throws so that I can stay in Rhino's debugger with "break on exceptions" enabled as much as possible. Plus IIRC, throwing isn't cheap. How about I add a new method, resourceIfExists(path) and leave resource(path) to throw on resources that don't exist?

kriszyp pushed to master at kriszyp/pintura Mon Dec 14 12:11:15 -0800 2009
HEAD is fb5147135da7b4a22ac2387fa687146d220d0a86
kriszyp pushed to 280north/master at kriszyp/narwhal Sun Dec 13 20:18:11 -0800 2009
HEAD is f63c6c573f10ffb42309d7fb2623de97e7a468f5
kriszyp pushed to master at kriszyp/pintura Sun Dec 13 18:32:28 -0800 2009
HEAD is c7a6a4b327e63d61019d5e1361ff5128d7992e8f
kriszyp pushed to master at kriszyp/jack Sun Dec 13 18:29:18 -0800 2009
HEAD is 5129b9e0db3bd4726b474f764e6d06bd2a064bd9

5 commits »

kriszyp pushed to master at kriszyp/narwhal Sun Dec 13 17:29:44 -0800 2009
HEAD is d0a5bc181a9bbcd4e48379ebfcb1bdc4ea15c187

3 commits »

kriszyp pushed to master at kriszyp/narwhal Sat Dec 12 11:54:50 -0800 2009
HEAD is 81873a46fccd202bdf12937eb49c28224414f796
  • kriszyp committed 81873a46:
    Remove check for modifying Packages, since it no longer works in latest builds of rhino
kriszyp pushed to master at kriszyp/narwhal Sat Dec 12 11:36:14 -0800 2009
HEAD is a1e7498b34ed7153e5236c99c85f5d595f77b476

2 commits »

kriszyp pushed to master at kriszyp/pintura Fri Dec 11 10:42:51 -0800 2009
HEAD is 3ab77c8c3f35652daf81849b677a95e135b35ddd

9 commits »

kriszyp pushed to master at kriszyp/pintura Thu Dec 10 19:43:44 -0800 2009
HEAD is fefd11824e3ae1eefdf25fe72130e17b81cc5824

2 commits »

kriszyp pushed to 280north/master at kriszyp/narwhal Thu Dec 10 19:42:19 -0800 2009
HEAD is 2a23f957cc58635526c2fabe753493e7c81abca7

42 commits »

kriszyp pushed to master at kriszyp/narwhal Thu Dec 10 19:42:06 -0800 2009
HEAD is 83bfc66de345f0a3e5c41cbccd754cb55980d5f6

4 commits »

kriszyp pushed to master at kriszyp/narwhal Wed Dec 09 18:25:12 -0800 2009
HEAD is 5cecf9c060597b3b4f8d9d3e3273ab583d641e35

152 commits »

kriszyp pushed to master at kriszyp/pintura Wed Dec 09 18:22:50 -0800 2009
HEAD is da0d1816c420bf746057e2f3b743395aea159ecc

15 commits »

kriszyp pushed to master at kriszyp/jack Wed Dec 09 18:22:00 -0800 2009
HEAD is acde7efc5ae29d9f06dc665ea62f526f0f31fb39

3 commits »

kriszyp pushed to master at kriszyp/commonjs-utils Wed Dec 09 18:21:35 -0800 2009
HEAD is 05da8fdc40bd43a32934279f1545eea135b5d067

2 commits »

kriszyp opened issue 80 on tlrobinson/narwhal Fri Dec 04 20:46:02 -0800 2009
require("packages").resource does not work in a sandbox
kriszyp pushed to master at kriszyp/pintura Wed Dec 02 21:30:57 -0800 2009
HEAD is 6bdc49b107961b97132f3ca8db8cdb0cb45f70e0

3 commits »

kriszyp pushed to master at kriszyp/jsgi-node Wed Dec 02 20:32:09 -0800 2009
HEAD is ac901d0a3db3a8ccfaec1da426b17acddee2ef4c
kriszyp created branch master at kriszyp/jsgi-node Wed Dec 02 20:29:12 -0800 2009
kriszyp created repository jsgi-node Wed Dec 02 20:27:42 -0800 2009
New repository is at kriszyp/jsgi-node
kriszyp pushed to 280north/master at kriszyp/narwhal Tue Dec 01 19:09:29 -0800 2009
HEAD is 14bee3ba79821bf9d0c86480354847e16a6489fe
  • kriszyp committed 14bee3ba:
    Run the rhino build for release jar for js.jar