- Henagar, AL
- https://social.heathanderson.net/
Block or Report
Block or report handerson
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
phpYoutubeDLWebUI Public
Forked from martinloren/Youtube-dl-WebUI-QNAP
phpYoutubeDLWebUI is a small web interface for youtube-dl command. Designed to be used on a QNAP NAS, but should work anywhere youtube-dl, ffmpeg, and php can run.
PHP 2
-
-
harp-blog-example Public
A Simple Blog Example for Harp with basic pagination, rss feed, and syntax highlighting
EJS
-
1
// from http://jquery-howto.blogspot.com/2009/09/get-url-parameters-values-with-jquery.html
2$.extend({
3getUrlVars: function(){
4var vars = [], hash;
5var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
-
1
//Simple AJAX Polling jQuery Plugin
2// example usage:
3/* $.ajaxPoll({
4url: "/path",
5type: "GET",
-
1
#MySQL Client
2ln -s /Applications/MySQLWorkbench.app/Contents/Resources/mysql /usr/bin/mysql
3#MySQL Dump
4ln -s /Applications/MySQLWorkbench.app/Contents/Resources/mysqldump /usr/bin/mysqldump
5