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
************* Module bot | |
F: 10: Unable to import 'eventlet' | |
F: 11: Unable to import 'eventlet.green' | |
C: 17: Invalid name "cg" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) | |
C: 18: Invalid name "cfile" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) | |
C: 21: Invalid name "cg" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) | |
C: 22: Invalid name "cfile" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) | |
C: 24: Invalid name "conf" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) | |
W: 62:IRCCli.onjoin: No exception type(s) specified | |
E: 61:IRCCli.onjoin: Class 'events' has no 'join' member |
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 perl | |
# circe - Perl replacement for Redis | |
# Copyright 2011 Alexandria M. Wolcott <[email protected]> | |
# Released under the same terms as Perl itself. | |
use warnings; | |
use strict; | |
package Circe; | |
use Tree::RB; |
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
#define __DBL_MIN_EXP__ (-1021) | |
#define __UINT_LEAST16_MAX__ 65535 | |
#define __FLT_MIN__ 1.17549435082228750797e-38F | |
#define __UINT_LEAST8_TYPE__ unsigned char | |
#define __INTMAX_C(c) c ## L | |
#define __CHAR_BIT__ 8 | |
#define __UINT8_MAX__ 255 | |
#define __WINT_MAX__ 4294967295U | |
#define __SIZE_MAX__ 18446744073709551615UL | |
#define __WCHAR_MAX__ 2147483647 |
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/perl -w -- | |
# generated by wxGlade 0.6.3 on Sun Apr 24 21:53:14 2011 | |
# To get wxPerl visit http://wxPerl.sourceforge.net/ | |
use Wx 0.15 qw[:allclasses]; | |
use strict; | |
package MyUnicorns; | |
use base qw(Wx::App); | |
use strict; |
NewerOlder