Skip to content

Instantly share code, notes, and snippets.

View skmedix's full-sized avatar
:shipit:
java.lang.NullPointerException

skmedix skmedix

:shipit:
java.lang.NullPointerException
View GitHub Profile
@skmedix
skmedix / pysnip_python27_on_ubuntu.sh
Last active August 21, 2017 23:16
PySnip 0.75 & Python 2.7 on Ubuntu 16.04
#!/bin/bash
clear
echo Installing Python dependencies..
sudo apt-get install build-essential libsqlite3-dev zlib1g-dev libncurses5-dev libgdbm-dev libbz2-dev libreadline6 libreadline6-dev libssl-dev libdb-dev gunzip
echo Done.
echo Downloading Python 2.7.12..
wget https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tgz
echo Done.
@skmedix
skmedix / GTA V Online 1.34 Update Fix.txt
Created June 7, 2016 16:08
FIX - Rockstar update service is unavailable
1. Download and install: http://patches.rockstargames.com/prod/socialclub/Social-Club-v1.1.9.5-Setup.exe
2. Download and install: http://patches.rockstargames.com/prod/gtav/Launcher_EFIGS/GTA_V_Launcher_1_0_757_3.exe
Optional:
3. Use right mouse button on "Grand Theft Auto V" icon from your Desktop, and choose Properties.
4. In Target, after second " symbol, append -verify
5. Now click OK button, and run GTA V.
6. Done. After update, you can remove -verify from your icon properties.