Skip to content

Instantly share code, notes, and snippets.

@cobryan05
cobryan05 / fixNvPe.py
Last active January 25, 2024 14:33
Python Script to disable ASLR and make nv fatbins read-only to reduce memory commit
# Simple script to disable ASLR and make .nv_fatb sections read-only
# Requires: pefile ( python -m pip install pefile )
# Usage: fixNvPe.py --input path/to/*.dll
import argparse
import pefile
import glob
import os
import shutil
@gb96
gb96 / user.js
Last active September 26, 2019 07:15
UserScript for Google Play Console Order management form. Selects items for refund based on a hard-coded filter
// ==UserScript==
// @name Google Dev Select Orders to Refund
// @namespace https://hypearth.com/
// @version 1.16
// @description Google Play Console Order management form: Selects items for refund based on a hard-coded filter. Adds a Page+10 button
// @author gerg.bowering
// @include https://play.google.com/apps/publish/*
// @grant none
// ==/UserScript==
@akiraak
akiraak / gist:b7c112e46b79dacfabf1
Created September 4, 2014 08:15
ingress glyph hack list
!shapers/play/calvinball
accept/human/weak
advance/civilization/pursue/shapers/path
advance/civilization/pursue/shapers/truth
advance/civilization/repeat/failure
advance/enlightenment
advance/future/not/war
advance/human/enlightenment
advance/human/resistance
@krishamoud
krishamoud / app.config
Last active June 3, 2019 11:18
Deploy Meteor onto Elastic Beanstalk
option_settings:
- option_name: AWS_SECRET_KEY
value: -------------------------------------------
- option_name: AWS_ACCESS_KEY_ID
value: ------------------------------
- option_name: PORT
value: 8081
@nheinric
nheinric / com.nheinric.hubot.plist
Last active April 19, 2016 18:59
Hubot .plist for running via launchctl on OSX
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>com.nheinric.hubot</string>
<!-- LSEnvironment does not work for PATH. I don't know why.
https://developer.apple.com/library/ios/documentation/general/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-106825

Update Worldwind Git Repo from Zip Distribution