- Alabama
Pinned Loading
-
phpYoutubeDLWebUI
phpYoutubeDLWebUI PublicForked 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
harp-blog-example PublicA Simple Blog Example for Harp with basic pagination, rss feed, and syntax highlighting
EJS
-
Get URL Parameters values with jQuery
Get URL Parameters values with jQuery 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('&');
-
Simple AJAX Polling jQuery Plugin
Simple AJAX Polling jQuery Plugin 1//Simple AJAX Polling jQuery Plugin
2// example usage:
3/* $.ajaxPoll({
4url: "/path",
5type: "GET",
-
How to setup the MySQL client and My...
How to setup the MySQL client and MySQLDump client on Mac OS x from MySQL Workbench 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
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.