This file contains 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> | |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | |
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | |
ga('create', 'UA-1161728-1', 'auto'); | |
ga('send', 'pageview'); | |
</script> |
This file contains 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
We're honored to have Founder/pres/ed of SFLC Eben Moglen. | |
*applause* | |
I hope you feel as happy about the 30th as I do. After only 22 years of this, | |
I'm getting a discount on the 30th. If you've been working for 22, it may feel | |
like 30... |
This file contains 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
$ nikola bootswatch_theme paper | |
[2015-04-01T04:28:57Z] WARNING: Nikola: Your BASE_URL doesn't end in / -- adding it, but please fix it in your config file! | |
[2015-04-01T04:28:57Z] WARNING: Nikola: WRITE_TAG_CLOUD is not set in your config. Defaulting to True (== writing tag_cloud_data.json). | |
[2015-04-01T04:28:57Z] WARNING: Nikola: Please explicitly add the setting to your conf.py with the desired value, as the setting will default to False in the future. | |
[2015-04-01T04:28:57Z] INFO: bootswatch_theme: Creating 'custom' theme from 'slate' and 'bootstrap3' | |
[2015-04-01T04:28:57Z] INFO: bootswatch_theme: Downloading: http://bootswatch.com/slate/bootstrap.min.css | |
INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): bootswatch.com | |
INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): bootswatch.com | |
[2015-04-01T04:28:58Z] WARNING: InsecurePlatformWarning: /home/decause/.virtualenvs/twif/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:79: A true |
This file contains 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
% Contributing Authors [email protected] and [email protected] | |
% LaTeX Hacker_CV using res.cls | |
\documentclass[margin]{res} | |
\usepackage{enumitem} | |
\setlist[itemize]{nosep,label=-} | |
%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty) | |
%\usepackage{newcent} % uses new century schoolbook postscript font. | |
\setlength{\textwidth}{5.1in} % set width of text portion | |
\newcommand{\centered}{\moveleft.5\hoffset\centerline} | |
\newcommand{\event}[2]{{\it #1}\hfill #2\\} |
This file contains 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
2014 | |
January | |
Su Mo Tu We Th Fr Sa | |
1 2 3 4 | |
5 6 7 8 9 10 11 | |
12 13 14 15 16 17 18 | |
19 20 21 22 23 24 25 | |
26 27 28 29 30 31 | |
This file contains 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
from bb_pystepper import Stepper | |
mystepper = Stepper() | |
mystepper.rotate(180, 10) | |
mystepper.angle |
This file contains 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
echo "blacklist mei_me" > /etc/modprobe.d/blacklist-mei.conf | |
echo "blacklist mei" >> /etc/modprobe.d/blacklist-mei.conf | |
cp /etc/default/grub /etc/default/grub.bak | |
sed -i 's/quiet/rdblacklist=mei rdblacklist=mei_me quiet/' | |
/etc/default/grub | |
grub2-mkconfig -o /boot/grub2/grub.cfg | |
# then if you don't want to reboot | |
rmmod mei_me | |
rmmod mei |
This file contains 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
import ConfigParser | |
config = ConfigParser.ConfigParser() | |
config.read('config.ini') | |
CLIENT_ID = config.get('general', 'CLIENT_ID', 0) | |
CLIENT_SECRET = config.get('general', 'CLIENT_SECRET', 0) |
This file contains 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
while read p; do | |
git clone $p | |
done < gittiprepos.txt |
This file contains 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
from tahrir_api.dbapi import TahrirDatabase | |
db = TahrirDatabase('backend://badges:badgesareawesome@localhost/badges') | |
badge_id = 'fossbox' | |
person_email = '[email protected]' | |
person_id = hash(person_email) | |
issued_on = None |
NewerOlder