I hereby claim:
- I am m0rth1um on github.
- I am morth (https://keybase.io/morth) on keybase.
- I have a public key ASDi8RobamqP4UVRyidzLBiHXz1TPpL2ij-GC0shiDgmLgo
To claim this, I am signing this object:
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
<?php | |
declare(strict_types=1); | |
/** | |
* Class MaxSquareFinder | |
* | |
*/ | |
class MaxSquareFinder | |
{ | |
/** |
<?php | |
declare(strict_types=1); | |
/** | |
* Class MaxSquareFinder | |
* | |
*/ | |
class MaxSquareFinder | |
{ | |
/** |
<?php | |
declare(strict_types=1); | |
/** | |
* Class MaxSquareFinder | |
* | |
*/ | |
class MaxSquareFinder | |
{ | |
/** |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
#!/usr/bin/env python2.7 | |
# -*- coding: utf-8 -*- | |
# | |
# Sending a SMS with Python and pyserial via an USB 3G Modem on pfSense/FreeBSD | |
# tested with: Huawei Technologies Co., Ltd. E620 USB Modem | |
# and a Telekom SIM card | |
import serial | |
from curses import ascii | |
import time |
When you often have to SSH into VMs with changing SSH Keys and you dont want to edit your known_hosts everytime ...
Usage:
sshvm.sh 2
Looks for 10.2.3.2 in your known_hosts. Deletes any matching entries. Copies your ssh key. SSHs into the machine.
// ==UserScript== | |
// @id iitc-plugin-highlight-newmods@morth | |
// @name IITC plugin: highlight new mods on portals | |
// @category Highlighter | |
// @version 0.1 | |
// @namespace http://morth.q1cc.net/ | |
// @updateURL http://morth.q1cc.net/portal-highlight-newmods.user.js | |
// @downloadURL http://morth.q1cc.net/portal-highlight-newmods.user.js | |
// @description Uses the fill color of the portals to denote portals if they have new Special Mods | |
// @include https://www.ingress.com/intel* |