A javascript plugin used to collect information about forms in a page. This information is then used to filter out potential form problems, like missing values for radio buttons etcetera.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* @license PubSubLogging | |
* Copyright © 2012 Joel Purra <http://joelpurra.se/> | |
* Released under MIT, BSD and GPL license. Comply with at least one. | |
* | |
* Overriding $.publish() to capture the event for logging purposes. | |
* | |
* For use with jQuery pub/sub plugin by Peter Higgins ([email protected]) | |
* http://higginsforpresident.net/ | |
* https://github.com/phiggins42/bloody-jquery-plugins/blob/master/pubsub.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* jquery.youtubin.js | |
* Copyright (c) 2009 Jon Raasch (http://jonraasch.com/) | |
* Licensed under the Free BSD License (see http://dev.jonraasch.com/youtubin/docs#licensing) | |
* | |
* @author Jon Raasch | |
* @author Joel Purra <[email protected]> | |
* | |
* @projectDescription jQuery plugin to allow simple and unobtrusive embedding of youtube videos with a variety of options. | |
* |
I hereby claim:
- I am joelpurra on github.
- I am joelpurra (https://keybase.io/joelpurra) on keybase.
- I have a public key whose fingerprint is 4C47 B4FF 173A E6ED 0DB7 3394 6DF6 890D 2A97 7668
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Script has moved to https://github.com/joelpurra/getdns-developer-support/tree/master/src/getdns-node/nan-upgrade | |
open 'https://github.com/joelpurra/getdns-developer-support/tree/master/src/getdns-node/nan-upgrade' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# create a new empty remote repository. | |
# | |
# Usage: git-create <remote-url> | |
# | |
if [ -z "$1" ] | |
then | |
echo "Usage: $0 <remote-url>" | |
echo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=FastCGI mono server 4 | |
After=network.target | |
[Service] | |
Environment=MONO_IOMAP=all | |
EnvironmentFile= | |
Type=simple | |
ExecStart=/usr/bin/fastcgi-mono-server4 /applications=*:/:/srv/www/mvc/ /socket=tcp:127.0.0.1:9000 | |
User=www-data |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
((dev) => { | |
"use strict"; | |
const fs = require('fs'); | |
const path = require('path'); | |
const express = require('express'); | |
const log_color = { | |
clear: "\x1b[0m", | |
read: "\x1b[34m", |
OlderNewer