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:
| # 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 |
| '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 | |
| } |
| 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 |
| # Maintainer: Iwan Timmer <[email protected]> | |
| 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') |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 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 |
| #!/usr/bin/python | |
| import sys | |
| import os | |
| objectluas=[] | |
| cuserverobjs=[] | |
| def objtypes(x): | |
| return { |
(C) 2015 Matt Parnell [email protected], Digital Monitoring Products https://dmp.com/
Special thanks to @tylermauthe for helping me get things working properly!
Licensed under the GNU GPL v3
| <?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 | |
| * |