Skip to content

Instantly share code, notes, and snippets.

@Hello71
Hello71 / exe.sh
Last active December 5, 2015 15:02
#!/bin/sh
# Run this script at boot somehow then run .exes directly.
# Requires "file" utility at least version 4.18 (released 2006-10-31)
# Uncomment the following line and adjust as necessary if necessary.
# iam="$HOME/bin/exe"
if [ "$#" = 0 ]; then
if ! [ -f "$iam" ]; then
iam="${BASH_SOURCE}"
@Hello71
Hello71 / annoying.js
Created December 25, 2011 00:31 — forked from Kilian/annoying.js
How to be an asshole
/**
* Annoying.js - How to be an asshole to your users
*
* DO NOT EVER, EVER USE THIS.
*
* Copyright (c) 2011 Kilian Valkhof (kilianvalkhof.com)
* Visit https://gist.github.com/767982 for more information and changelogs.
* Visit http://kilianvalkhof.com/2011/javascript/annoying-js-how-to-be-an-asshole/ for the introduction and weblog
* Check out https://gist.github.com/942745 if you want to annoy developer instead of visitors
*
@Hello71
Hello71 / znc.pl
Created February 25, 2014 00:51 — forked from anonymous/znc.pl
use strict;
use warnings;
our $VERSION = '0.1';
our %IRSSI = (
authors => 'Alex Xu',
contact => 'alex_y_xu@yahoo.ca',
description => 'Reformat znc buffer playback messages',
license => 'GPL',
name => 'znc',