Skip to content

Instantly share code, notes, and snippets.

View nullwiz's full-sized avatar
:shipit:

nullwiz nullwiz

:shipit:
View GitHub Profile

GameInput PC Crashing

Solution using IFODE

In 2017 I wrote a program to take advantage of Windows Image Execution Options, which allows you to start a debugger whenever a program is launched. I never finished that program, but it got far enough that you can use it to prevent a program from ever running. You can download it from here. Windows and chrome may prevent you from downloading or running this program, but you can ignore their warnings and hit the download or run anyways options they have hidden in submenus. This program has to be run from command line in an admin prompt. The easiest way to get there on windows 10+ is to right-click your start menu and select "Windows Powershell (Administrator)". Then put in the following commands:

> cd $HOME/Downloads
> ./ifeode.exe -o gameinputsvc.exe -n C:\windows\system32\systray.exe

If there's no output from the command, it worked! GameInput should never bother you again

@ibraheem4
ibraheem4 / postgres-brew.md
Last active April 19, 2025 14:27 — forked from sgnl/postgres-brew.md
Installing Postgres via Brew (OSX)

Installing Postgres via Brew

Pre-Reqs

Brew Package Manager

In your command-line run the following commands:

  1. brew doctor
  2. brew update
@daveselinger
daveselinger / ubuntu_16_amd_rocm_theano
Last active March 7, 2019 11:50
Ubuntu 16.04 with proprietary AMD driver for OpenCL on Theano.
## Shout out to jarutis here https://gist.github.com/jarutis/ff28bca8cfb9ce0c8b1a
## install Catalyst proprietary
## sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.BAK
sudo apt update
sudo apt dist-upgrade
# on a clean install not needed but could be helpful
sudo apt-get remove --purge fglrx*