Skip to content

Instantly share code, notes, and snippets.

View JSkally's full-sized avatar

Jason Scott JSkally

  • Kingston, Jamaica
View GitHub Profile
@JonCooperWorks
JonCooperWorks / threaded_server.py
Created February 13, 2013 19:30
threaded server in python
'''
620031587
Simple Python HTTP Server
'''
#import socket module
import socket
import threading
#Factor out common page serving logic to function
anonymous
anonymous / ajaxydemo.php
Created November 7, 2012 23:22
Demo of a simple (useless) PHP ajax thing based on prototype.js
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js"
type="text/javascript"></script>
<script src="validator.js"
type="text/javascript"></script>
</head>
<body>
<form>