I hereby claim:
- I am julionc on github.
- I am julionc (https://keybase.io/julionc) on keybase.
- I have a public key whose fingerprint is C521 522A 7ED2 E37F F3B4 40E5 26B3 1D45 7BFD 4016
To claim this, I am signing this object:
| // open console and run cmd+v every time | |
| var i = 0; | |
| var el = document.querySelectorAll('[aria-label="Starred, click to unstar this repository"]'); | |
| function myLoop () { | |
| setTimeout(function () { | |
| el[i].click() | |
| i++; | |
| if (i < 30) { |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # Things to do after install ArchLinux (2012.12.01) | |
| pacman --noconfirm -S sudo | |
| # Enabled archlinuxfr repo | |
| arch=$(uname -m) | |
| sudo cp /etc/pacman.conf /etc/pacman.conf.bak | |
| echo "" >> /etc/pacman.conf | |
| echo "[archlinuxfr]" >> /etc/pacman.conf |
| # Taken from http://blog.bigbinary.com/2012/10/12/redirect-to-www-heroku-ssl.html | |
| Bigbinary::Application.routes.draw do | |
| constraints(:host => /^bigbinary.com/) do | |
| root :to => redirect("http://www.bigbinary.com") | |
| match '/*path', :to => redirect {|params| "http://www.bigbinary.com/#{params[:path]}"} | |
| end | |
| end |
| <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
| class Admin_Controller extends CI_Controller { | |
| protected $the_user; | |
| public function __construct() { | |
| parent::__construct(); |
| // ==UserScript== | |
| // @name Add MafiaWars Links to Facebook Profiles | |
| // @copyright 2011 - Julio Napuri | |
| // @version 1.0 | |
| // @description Adds MafiaWars specific links to the standard Facebook profile menu. | |
| // @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html | |
| // @include http://*.facebook.com/* | |
| // @include http://*.facebook.com/*#* | |
| // @exclude http://apps.facebook.com/* | |
| // @exclude http://apps.facebook.com/inthemafia |