(Full description and list of commands at - https://npmjs.org/doc/index.html)
Make sure to export your local $PATH and prepand relative ./node_modules/.bin/:
#!/usr/bin/ruby | |
## | |
# This script will calculate the total time for all videos on a user's channel | |
# It pulls from the channel's RSS feeds automatically, but is not particularly | |
# robust as it semi-scrapes out the time from the content area. | |
# | |
# (c) CBojar 2012, This is licensed under the MIT license. | |
## | |
require 'optparse' |
(Full description and list of commands at - https://npmjs.org/doc/index.html)
Make sure to export your local $PATH and prepand relative ./node_modules/.bin/:
<style type="text/css"> | |
a.link{margin:0;padding:0;border:none;text-decoration:none;} | |
</style> | |
<br /> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<meta name="format-detection" content="telephone=no"> | |
<table width='320' id="sig" cellspacing='0' cellpadding='0' border-spacing='0' style="width:320px;margin:0;padding:0;"> | |
<tr> |
The list would not be updated for now. Don't write comments.
The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Wed, 21 Sep 2022 till Thu, 21 Sep 2023.
Because of GitHub search limitations, only 1000 first users according to amount of followers are included. If you are not in the list you don't have enough followers. See raw data and source code. Algorithm in pseudocode:
githubUsers
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
#301 Redirects for .htaccess | |
#Redirect a single page: | |
Redirect 301 /pagename.php http://www.domain.com/pagename.html | |
#Redirect an entire site: | |
Redirect 301 / http://www.domain.com/ | |
#Redirect an entire site to a sub folder | |
Redirect 301 / http://www.domain.com/subfolder/ |