Skip to content

Instantly share code, notes, and snippets.

View thomasleveil's full-sized avatar

Thomas LÉVEIL thomasleveil

  • MV Group
  • Rennes, France
View GitHub Profile
@thomasleveil
thomasleveil / gist:3258810
Created August 4, 2012 17:11
[Urt42 bug] #cucurb2 - ClientUserinfo lines got messed up
@thomasleveil
thomasleveil / gist:3258868
Created August 4, 2012 17:33
[Urt42 bug] #cucurb3 - server renames players 'UnnamedPlayer_x'
@thomasleveil
thomasleveil / gist:3259730
Created August 4, 2012 20:24
[Urt42 bug] #cucurb4 - Connecting on a full server shows wrong message after a while

level 2 title followed by Fenced code block

  0:00 ------------------------------------------------------------
  0:00 InitGame: \sv_allowdownload\0\g_matchmode\0\g_gametype\4\sv_maxclients\12\sv_floodprotect\1\g_warmup\20\capturelimit\0\sv_hostname\Le ^4po^7tag^1er ^7de ^2Courgette ^3[4.2]\g_followstrict\0\fraglimit\15\timelimit\20\g_cahtime\60\g_swaproles\0\g_roundtime\3\g_bombexplodetime\40\g_bombdefusetime\10\g_hotpotato\2\g_waverespawns\0\g_redwave\15\g_bluewave\15\g_respawndelay\8\g_suddendeath\1\g_maxrounds\20\g_friendlyfire\2\g_allowvote\536870984\g_armbands\2\auth_notoriety\0\auth_cheaters\1\auth_enable\0\g_ctfUnsubWait\0\dmflags\0\sv_minRate\0\sv_maxRate\0\sv_minPing\0\sv_maxPing\120\sv_dlURL\urbanterror.net\g_maxGameClients\0\g_deadchat\2\g_gear\0\g_teamnamered\patates\g_teamnameblue\navets\g_survivorrule\0\version\ioQ3 1.35urt linux-i386 Aug  3 2012\protocol\70\mapname\ut4_casa\sv_privateClients\0\ Admin\Courgette\ Email\[email protected]\gamename\q3urt42\g_needpass\0\
@thomasleveil
thomasleveil / gist:3508333
Created August 29, 2012 08:07
Bookmarklet for http://pulse.me that keeps the article iframe focused to navigation keys can be used to scroll the article content

Drag the following bookmarklet link on your bookmark bar Pulse: focus my article to enjoy navigating Pulse article with the keyboard.

Once on pulse.me, you only need to click that bookmarklet once and all your article will be fixed.

@thomasleveil
thomasleveil / ravaged_rcon.py
Created September 23, 2012 17:36
python module able to communicate with the Ravaged gameserver rcon interface. Is run as a script, provide an interactive command line rcon client for Ravaged
# coding=UTF-8
#
# Rcon client for Ravaged game server
# Copyright (C) 2012 Thomas LEVEIL
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
@thomasleveil
thomasleveil / github_hooks_sorter_userscript.js
Created September 24, 2012 23:01
userscript for the Github Service Hooks page that put your active hooks at the top
// ==UserScript==
// @id github.com-d86a8bf3-0cf3-4cb5-b311-3b20f108a4ab@scriptish
// @name Github Service Hooks sorter
// @version 1.3
// @namespace https://github.com/
// @author Thomas LEVEIL
// @description Sort your Github Service Hooks by putting the enabled one at the top
// @include /^https?:\/\/github\.com\/[^/]+\/[^/]+\/admin/[^/]+$/i
// @run-at window-load
// @updateURL https://raw.github.com/gist/3778981/github_hooks_sorter_userscript.js
@thomasleveil
thomasleveil / b3.xml
Created October 19, 2012 20:49
BigBrotherBot easy config for Ravaged game servers
<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
<settings name="b3">
<set name="parser">ravaged</set>
<!--
<set name="database">mysql://dbuser:dbpass@localhost/dbname</set>
-->
<set name="database">sqlite://@conf/database.sqlite</set>
<set name="bot_name">b3</set>
<set name="bot_prefix"><![CDATA[<FONT COLOR='#F9D90F'> B³:]]></set>
@thomasleveil
thomasleveil / B3_ravaged_howto.md
Created October 19, 2012 21:33
BigBrotherBot for Ravaged HOWTO

BigBrotherBot for Ravaged HOWTO

Starting from v1.9.0dev10 BigBrotherBot (B3) has support for Ravaged dedicated game servers.

Install

@thomasleveil
thomasleveil / login.py
Created November 25, 2012 20:01
B3 login plugin
#
# BigBrotherBot(B3) (www.bigbrotherbot.net)
# Plugin for extra authentication of privileged users
# Copyright (C) 2005 Tim ter Laak ([email protected])
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#