Skip to content

Instantly share code, notes, and snippets.

View Akaricchi's full-sized avatar

Andrei Alexeyev Akaricchi

View GitHub Profile
@Akaricchi
Akaricchi / gitignore
Created August 7, 2011 08:38
.gitignore for windoze
#ignore thumbnails created by windows
Thumbs.db
#Ignore files created by Visual Studio and/or Mono
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
@Akaricchi
Akaricchi / fuu.txt
Created July 28, 2011 14:50 — forked from anonymous/fuu.txt
tralalalalala
sv_motd ""
maxplayers 16
minplayers 2 //bots
port 26000
log_file "nexuiz-server.log"
sv_friction_on_land 0.3
Assertion failed: S > 0.0f at line 302 of panda/src/linmath/lquaternion_src.cxx
Traceback (most recent call last):
File "/data/home/build/openlancer/client/odeSpace.py", line 651, in worldTask
self.camHandler.update(dx, dy)
File "/data/home/build/openlancer/client/odeSpace.py", line 84, in update
base.camera.lookAt(self.targetNode)
AssertionError: S > 0.0f at line 302 of panda/src/linmath/lquaternion_src.cxx
:task(error): Exception occurred in PythonTask spaceWorldTask
Traceback (most recent call last):
File "game.py", line 150, in <module>
#!/usr/bin/env bash
usage() {
cat << _EOF_
usage: $_app [option] <file|code>
options:
-p create a private gist
-g get gist specified by its code
-c clone gist specified by its code