Skip to content

Instantly share code, notes, and snippets.

@zofrus
zofrus / chrome_bookmarks_to_html.pl
Created September 25, 2017 14:56 — forked from sugmak/chrome_bookmarks_to_html.pl
A Perl script to export Google Chrome's bookmark to HTML in order to use from LaunchBar
#!/usr/bin/env perl
use strict;
use warnings;
use JSON;
use utf8;
use Encode;
# use Data::Dumper;
my $chrome_bookmark_file = $ENV{'HOME'}.'/Library/Application Support/Google/Chrome/Default/Bookmarks';
@zofrus
zofrus / .gitconfig
Created March 16, 2018 20:22 — forked from imkevinxu/.gitconfig
`git random` alias that will commit a random commit message from http://whatthecommit.com/
[alias]
random = !"git add -A; git commit -am \"$(echo $(curl -s http://whatthecommit.com/index.txt)\" (http://whatthecommit.com)\")\"; git pull --rebase; git push"
@zofrus
zofrus / .gitconfig
Created March 16, 2018 20:22 — forked from imkevinxu/.gitconfig
`git random` alias that will commit a random commit message from http://whatthecommit.com/
[alias]
random = !"git add -A; git commit -am \"$(echo $(curl -s http://whatthecommit.com/index.txt)\" (http://whatthecommit.com)\")\"; git pull --rebase; git push"

Keybase proof

I hereby claim:

  • I am zofrus on github.
  • I am zofrus (https://keybase.io/zofrus) on keybase.
  • I have a public key ASBqQO7oPzYLzn2M16uboKKuc8eXkClz8qUq-Upqcea7Ugo

To claim this, I am signing this object:

How To Clone Scrypt Based Altcoins for Fun and Profit

Wait a second, why would you want to give out the secrets?!? Because its not a secret anymore and besides, why shouldn't everyone and their neighbors be able to create a plethora of these useless yet exciting math bits? The information in this article took me a few weeks to compile and what works for me is not guaranteed to work for you. Please use this guide as a starting point to learn a bit about C programming and compiling software.