Skip to content

Instantly share code, notes, and snippets.

View neilsarkar's full-sized avatar
🌴
On vacation

Neil Sarkar neilsarkar

🌴
On vacation
View GitHub Profile
@nondebug
nondebug / known_gamepads.txt
Last active November 4, 2024 09:20
A list of vendor and product IDs for known USB and Bluetooth gamepad devices
0000:006f JessTechColourRumblePad
0001:0329 Sl6566
0005:05ac Mocute
0010:0082 AkishopCustomsPs360Plus
0078:0006 MicrontekUsbJoystick
0079:0006 PcTwinShock
0079:0011 DragonRiseGamepad
0079:1800 MayflashWiiUProAdapter
0079:181a VenomLimitedArcadeJoystick
0079:181b VenomArcadeJoystick
namespace UnityEngine.UI
{
[AddComponentMenu("Layout/Horizontal Layout Group", 150)]
public class HorizontalLayoutGroup : HorizontalOrVerticalLayoutGroup
{
protected HorizontalLayoutGroup()
{}
public override void CalculateLayoutInputHorizontal ()
@mischa
mischa / gist:1828536
Created February 14, 2012 17:45
Hombrew os x lion postgres 9.0 to 9.1 upgrade
Based off of this: https://raw.github.com/gist/1252442/ebd81b8f73fb80f1aa88fe1bbca3c5bcfc0d55d3/gistfile1.txt (which wasn't using homebrew)
unload whatever launch agents you have for postgres
launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
make sure pg is stopped