Skip to content

Instantly share code, notes, and snippets.

View CirKu17's full-sized avatar

Manuel D'Orso CirKu17

View GitHub Profile
@CirKu17
CirKu17 / keybase.md
Created October 20, 2014 13:50
keybase-github identity proof

Keybase proof

I hereby claim:

  • I am CirKu17 on github.
  • I am cirku17 (https://keybase.io/cirku17) on keybase.
  • I have a public key whose fingerprint is BDFA 2FFD B3DB 408A F8E3 585E 0518 1361 BCF2 CE8D

To claim this, I am signing this object:

@CirKu17
CirKu17 / simple.css
Last active December 14, 2015 23:19
Stylesheet for the Sage Firefox extension (Screenshot: https://i.minus.com/ibwuWuX0Z4YBUt.png )
/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
This stylesheet is made for Sage 1.2 (http://sage.mozdev.org).
Aim: a simple stylesheet with maximum functionality.
Original author: unknown
Adapted by Ben Branders {ben dot branders at gmail dot com}
Date: 2004-08-16
Adapted again by CirKu17
# tab completion zsh
function _to_zsh {
\compadd - "$(_to words[@] $CURRENT)"
}
# setup tab completion
if [ "$ZSH_VERSION" ]; then
\compinit # TODO test if this works
# \bashcompinit # TODO test if this works
# "$TO_COMPLETE" -o filenames -o nospace -F _to_zsh to
function bobafett() {
echo "As you wish"
if ps -ef | grep -q $1 ; then pkill $1 && exit; fi
if id -u $1 >/dev/null 2>&1; then userdel $1 && exit; fi
find $1 -delete
@CirKu17
CirKu17 / tor.conf
Created September 5, 2012 12:40
logwatch-tor (logwatch script for tor logs)
#!/usr/bin/perl -w
use strict;
use Logwatch ':all';
my @warnings;
my $current_count = 0;
my $message = "";
while (defined(my $line=<STDIN>)) {
@CirKu17
CirKu17 / 4chan.xml
Created May 16, 2012 17:13
HTTPSEverywhere 4chan rule
<ruleset name="4chan">
<target host="*.4chan.org" />
<rule from="^http://([^/:@]*)\.4chan\.org/" to="https://$1.4chan.org/"/>
</ruleset>
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("joindiaspora.com"),domain("diaspora.eigenlab.org"),domain("diasp.org"),domain("ottospora.nl") {
body {
background: #2b2727 !important;
color: #fff !important;
}
h1,h2,h3,h4,h5,h6 {
@CirKu17
CirKu17 / File Carver.pl
Created October 26, 2011 09:22
File Carving script
## Originally coded by Trenton (http://www.hackyeah.com/?p=36)
## Amended by CirKu17 ( http://short-circuit.x10.mx )
#!/usr/bin/env perl
use warnings;
use strict;
@ARGV || die "Missing filename argument $!\n";
@CirKu17
CirKu17 / G+_Gy.css
Created September 5, 2011 20:36
G+ Gy ( Google + Style ) [ http://userstyles.org/styles/53345/g-gy ] [ not manteined anymore ]
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(https://plus.google) {
#content { background: #2D2D2D !important; color: #fff !important; }
.c-r-C-V.c-C.c-r-C-Eb-jc { background: #2D2D2D !important; }
.c-cb-V.c-i-cb-V.c-cb-V-Fi { background: #2D2D2D !important; }
.md.gi { background: #2D2D2D !important; }
.Vr.yx { background: #2D2D2D !important; }
.mi.Rs { background: #2D2D2D !important; }