I hereby claim:
- I am kenoph on github.
- I am kenoph (https://keybase.io/kenoph) on keybase.
- I have a public key ASDM2sDBmy36iF2z4zWL2-xOVW6zgdOcPbQ8VFIq3qdjmAo
To claim this, I am signing this object:
| # Copyright: Benjamin Weiss (keyboardsurfer) https://github.com/keyboardsurfer | |
| # Under CC-BY-SA V3.0 (https://creativecommons.org/licenses/by-sa/3.0/legalcode) | |
| # linux text editor backups | |
| *~ | |
| # built application files | |
| *.apk | |
| *.ap_ | |
| *.jar |
| #!/bin/sh | |
| ## Remove Unity package files from project directory. | |
| ## On windows with GIT installed, use GIT bash. | |
| ## | |
| ## Author: Paolo Montesel | |
| if [ $# -ne 2 ] | |
| then | |
| echo "Usage: ./script.sh unity.package projectDirectory" |
| #!/usr/bin/python | |
| """ | |
| Find IMDB id of a given movie searching by title. | |
| Works with all languages, not just English like | |
| all the IMDB-python libs I've found on the internet. | |
| """ | |
| __author__ = '3mpty' |
| # sudo apt-get install scim | |
| # sudo apt-get install scim-anthy | |
| # sudo apt-get install scim-gtk-immodule | |
| # sudo apt-get install scim-qt-immodule | |
| # | |
| # CHROME: | |
| # GTK_IM_MODULE=xim XMODIFIERS="@im=SCIM" chromium-browser %U | |
| export XMODIFIERS="@im=SCIM" | |
| #export GTK_IM_MODULE="scim" |
| #!/bin/sh | |
| sudo umount ~/nexus4/ | |
| sudo go-mtpfs -allow-other=true ~/nexus4 |
| /** | |
| * Helper to make Javascript's XPath calls simpler. | |
| * Basically you just need to give a query to the xp function. | |
| * Especially useful in manual testing of XPath strings inside a browser's console. | |
| * | |
| * Example: | |
| * xp("//body/text()") | |
| * | |
| * Author: Paolo Montesel | |
| * License: https://opensource.org/licenses/MIT |
| # Because I was on Windows, without dd :) | |
| import os | |
| import struct | |
| import sys | |
| if len(sys.argv) != 3: | |
| print "Usage:", sys.argv[0], "<crx file> <zip file>" | |
| exit(0) |
| #!/usr/bin/env python | |
| import keras | |
| import keras.callbacks | |
| import keras.models | |
| import keras.optimizers | |
| import keras.layers | |
| import numpy as np | |
| import theano |
| /** | |
| * Replace CSV download links with urls to re-evaluate the past submission. | |
| * Basically, you can get the private leaderboard score without re-uploading the file. | |
| * | |
| * USAGE: | |
| * 1) Copy this script and change COMPETITION_URL accordingly | |
| * 2) Go to "My Submissions" page | |
| * 3) Open the Developer Console | |
| * 4) Paste the script and execute it | |
| * 5) Click on the links to open new tabs :) |
I hereby claim:
To claim this, I am signing this object: