Skip to content

Instantly share code, notes, and snippets.

# Firejail profile for transmission-remote-gtk
# Description: A remote control utility for transmission-daemon (GTK GUI)
# This file is overwritten after every install/update
# Persistent local customizations
include transmission-remote-gtk.local
# Persistent global definitions
# added by included profile
#include globals.local
ignore private-lib
@ilikenwf
ilikenwf / js
Created June 13, 2019 22:08
js
'use strict';
alert('wtf')
function defineobjectproperty(val, e, c, w) {
// Makes an object describing a property
return {
value: val,
enumerable: !!e,
configurable: !!c,
writable: !!w
}
@ilikenwf
ilikenwf / gtk3.patch
Last active January 28, 2018 22:04
AUR is a pain in the rear
diff --git a/mcomix/about_dialog.py b/mcomix/about_dialog.py
index b31cbf4..4b2b6f3 100644
--- a/mcomix/about_dialog.py
+++ b/mcomix/about_dialog.py
@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
"""about_dialog.py - About dialog."""
-import webbrowser
-import gtk
@ilikenwf
ilikenwf / PKGBUILD
Created January 28, 2018 10:09
Fixed up anbox pkgbuild
# Maintainer: Iwan Timmer <irtimmer@gmail.com>
pkgname=('anbox-git' 'anbox-modules-dkms-git')
_pkgname=anbox
pkgver=r717.b21e5d9
pkgrel=1
epoch=1
arch=('x86_64')
url="http://anbox.io/"
license=('GPL3')
@ilikenwf
ilikenwf / keybase.md
Created December 19, 2017 15:46
Keybase

Keybase proof

I hereby claim:

  • I am ilikenwf on github.
  • I am mparnell (https://keybase.io/mparnell) on keybase.
  • I have a public key whose fingerprint is CB16 9483 2B15 998C 8A7B 136F B9DD 0E4F 24D2 5AA0

To claim this, I am signing this object:

@ilikenwf
ilikenwf / keybase.md
Created October 30, 2016 07:44
keybase.md

Keybase proof

I hereby claim:

  • I am ilikenwf on github.
  • I am mparnell (https://keybase.io/mparnell) on keybase.
  • I have a public key whose fingerprint is 642B 8CAC B8CB B6EB F45B 141E 49C1 372B 0AA0 E5C7

To claim this, I am signing this object:

@ilikenwf
ilikenwf / aegishosts.txt
Created March 4, 2016 03:15
hosts from aegis telemetry blocker in hosts file format
0.0.0.0 0.r.msn.com
0.0.0.0 a.ads1.msn.com
0.0.0.0 a.ads2.msads.net
0.0.0.0 a.ads2.msn.com
0.0.0.0 a.rad.msn.com
0.0.0.0 ac3.msn.com
0.0.0.0 act-3-blu.mesh.com
0.0.0.0 activesync.glbdns2.microsoft.com
0.0.0.0 ad.doubleclick.net
0.0.0.0 ads.eu.msn.com
@ilikenwf
ilikenwf / createNewObjects.py
Last active September 4, 2017 01:41
SWG Core3 (SWGEmu) Object Create/Import script (kinda crappy but it works)
#!/usr/bin/python
import sys
import os
objectluas=[]
cuserverobjs=[]
def objtypes(x):
return {
@ilikenwf
ilikenwf / README.md
Created February 13, 2015 15:52
JQPlot Meter for Dashing

jqplot meter Integration for Dashing

(C) 2015 Matt Parnell mparnell@dmp.com, Digital Monitoring Products https://dmp.com/

Special thanks to @tylermauthe for helping me get things working properly!

License

Licensed under the GNU GPL v3

Requirements

@ilikenwf
ilikenwf / Session_hybrid.php
Last active August 29, 2015 14:06
Hybrid Cookie or DB session driver for codeigniter - allows for API or cookie based auth
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.2.4 or newer
*
* NOTICE OF LICENSE
*
* Licensed under the Open Software License version 3.0
*