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:
| ((dev) => { | |
| "use strict"; | |
| const fs = require('fs'); | |
| const path = require('path'); | |
| const express = require('express'); | |
| const log_color = { | |
| clear: "\x1b[0m", | |
| read: "\x1b[34m", |
| [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 |
| #!/bin/bash | |
| # | |
| # create a new empty remote repository. | |
| # | |
| # Usage: git-create <remote-url> | |
| # | |
| if [ -z "$1" ] | |
| then | |
| echo "Usage: $0 <remote-url>" | |
| echo |
| # 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' |
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * 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. | |
| * |
| /*! | |
| * @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 |
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.
A jQuery plugin to show and hide follow up questions in a form. The follow ups are specified through HTML5 [data-*] attributes.
| /*! | |
| * @license ObjectComparator | |
| * Copyright © 2012 Joel Purra <http://joelpurra.se/> | |
| * Released under MIT, BSD and GPL license. Comply with at least one. | |
| * | |
| * A javascript plugin to create a comparator for one or more properties of an object. | |
| * Comparators are useful for sorting arrays of objects, and for general comparisons | |
| * in, for example, if statements. | |
| * The comparison is done only if the types of both objects' property matches. | |
| */ |