Archive for August, 2016

OpenGL Versionen und Shading Language (GLSL) Versionen

Freitag, August 26th, 2016

https://github.com/mattdesl/lwjgl-basics/wiki/GLSL-Versions

Lubuntu numlock bei boot aktiv

Donnerstag, August 18th, 2016

sudo su –
apt-get install numlockx
echo „/usr/bin/numlockx on“ >> /etc/xdg/lxsession/Lubuntu/autostart

Internet Arcade MAME Spiele online spielen

Montag, August 8th, 2016

https://archive.org/details/internetarcade

SVN Konflikt lösen

Freitag, August 5th, 2016

svn resolve –accept working

Android Screenshot als Film aufnehmen

Montag, August 1st, 2016

#!/bin/sh
adb shell screenrecord /storage/sdcard0/$1
adb pull /storage/sdcard0/$1

https://www.cnet.com/how-to/how-to-record-your-screen-on-android-4-4-kitkat/