This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from blohg.ext import BlohgExtension | |
| ext = BlohgExtension(__name__) | |
| def foo(): | |
| return 'Hello world!' | |
| @ext.setup_extension |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| URxvt.scrollBar: false | |
| URxvt*background: #000000 | |
| URxvt*foreground: #CCCCCC | |
| URxvt*color0: #000000 | |
| URxvt*color1: #CC0000 | |
| URxvt*color2: #4E9A06 | |
| URxvt*color3: #C4A000 | |
| URxvt*color4: #3465A4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| """ | |
| wtf | |
| --- | |
| This is the wtf-server.co.cc client. It is based on the old `wtf` game, from | |
| NetBSD, but with a remote backend. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # -*- encoding: utf-8 -*- | |
| # MusicLog Daemon | |
| # | |
| # Copyright (c) 2008 Rafael G. Martins <rafael@rafaelmartins.com> | |
| # | |
| # 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 |
NewerOlder