2010-06-21 17:23:46 +02:00
[##c]
2010-06-20 08:16:48 +02:00
<!>
2010-05-09 01:36:56 +02:00
action: the unary boolean not operator
created_on: 1104600621
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: kulp
last_referenced_on: 1296779075.57811
2010-05-09 01:36:56 +02:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 114
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<!!>
2010-05-09 01:36:56 +02:00
action: /say !! is a common idiom for normalizing booleans - it will turn any nonzero value into 1, and leave zero at 0. For example, !!50 is 1.
created_on: 1262200005
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297500662.42098
2010-05-09 01:36:56 +02:00
owner: Random832
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 11
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<!=>
2010-05-09 01:36:56 +02:00
action: the comparison for inequality operator
created_on: 1104871606
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_on: 1279640013.20094
2010-05-09 01:36:56 +02:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 6
ref_user: KragenSitaker
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<!false>
2010-05-09 01:36:56 +02:00
action: true
created_on: 1270856176
enabled: 1
2010-06-29 06:33:27 +02:00
last_referenced_on: 1277547324.73551
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-06-29 06:33:27 +02:00
ref_count: 3
ref_user: megabraker
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<">
2010-05-09 01:36:56 +02:00
action: the character that begins and terminates a string literal
created_on: 1106527346
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 3
ref_user: fickbowt
type: text
2010-06-20 08:16:48 +02:00
<#>
2010-05-09 01:36:56 +02:00
action: used to commence a preprocessor directive (include, define, undef, ifdef, ifndef, pragma) and as the stringization operator (#x).
created_on: 1197579677
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_on: 1279640100.10456
2010-05-09 01:36:56 +02:00
owner: Auris-
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 5
ref_user: KragenSitaker
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<##>
2010-05-09 01:36:56 +02:00
action: the preprocessor concatenation (token pasting) operator.
created_on: 1211531275
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pragma_
last_referenced_on: 1297291017.20337
2010-05-09 01:36:56 +02:00
owner: Auris-
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 19
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<##c>
2010-06-30 07:42:50 +02:00
action: /say ##c is for discussion involving the C programming language itself. We do not deal with the whole range of the spectrum. libgtk may be written in C, but this is hardly the proper channel for GTK-related questions. Try #gtk. Likewise, makefiles and autotools: #devtools, assembly: #asm, Xlib: #xlib, C++: #c++, and so on.
2010-05-09 01:36:56 +02:00
created_on: 1245454768
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: limitedatonement
last_referenced_on: 1296762546.00542
2010-05-09 01:36:56 +02:00
owner: anttil
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 10
ref_user: LimitedAtonement
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<#c>
2010-06-30 07:42:50 +02:00
action: /call ##c
2010-05-09 01:36:56 +02:00
created_on: 1109029677
enabled: 1
2010-06-30 07:42:50 +02:00
last_referenced_on: 1277878149.92288
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-06-30 07:42:50 +02:00
ref_count: 22
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-20 02:16:08 +01:00
<#c++>
action: not ##C - down the hall, down the stairs, next to the boiler-room - across from ##C-sharp. (##objc is behind the boilers - be careful).
created_on: 1278891031.30827
enabled: 1
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297322006.2584
2011-01-20 02:16:08 +01:00
owner: PoppaVic
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 16
2011-01-20 02:16:08 +01:00
ref_user: PoppaVic
type: text
2010-06-20 08:16:48 +02:00
<$>
2010-05-09 01:36:56 +02:00
action: a character that has no special meaning
created_on: 1106526551
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: remoun
last_referenced_on: 1290889301.26271
2010-05-09 01:36:56 +02:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 5
ref_user: Remoun
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<%>
2010-05-09 01:36:56 +02:00
action: the remainder after division operator
created_on: 1106531636
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 3
ref_user: lemonade`
type: text
2010-06-20 08:16:48 +02:00
<%:>
2010-05-09 01:36:56 +02:00
action: digraph alternative for #
created_on: 1104401858
enabled: 1
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<%:%:>
2010-05-09 01:36:56 +02:00
action: digraph alternative for ##
created_on: 1104401865
enabled: 1
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<%>>
2010-05-09 01:36:56 +02:00
action: digraph alternative for }
created_on: 1104616316
enabled: 1
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<%d>
2010-05-09 01:36:56 +02:00
action: a *printf format specifier which converts its signed int argument to decimal representation; a *scanf format specifier which parses a decimal representation to its int* argument
created_on: 1104400903
enabled: 1
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-27 00:35:01 +02:00
ref_count: 2
ref_user: s00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<%f>
2010-05-09 01:36:56 +02:00
action: /call double
created_on: 1262199608
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_on: 1290889319.75478
2010-05-09 01:36:56 +02:00
owner: Random832
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 4
ref_user: Remoun
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<%p>
2010-05-09 01:36:56 +02:00
action: the printf/scanf format specifier used to print/read void pointers
created_on: 1106868530
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 3
ref_user: Sepero
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<%zu>
action: the printf format specifier used to print size_t values (sizeof, strlen, etc)
created_on: 1106868530
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296427871.54847
2011-01-29 09:33:00 +01:00
owner: pragma_
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 5
ref_user: pragma_
2011-01-29 09:33:00 +01:00
type: text
2010-06-20 08:16:48 +02:00
<&>
2010-05-09 01:36:56 +02:00
action: the bitwise AND binary operator. It is also the unary address operator.
created_on: 1104602453
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 10
ref_user: Kernoops
type: text
2010-06-20 08:16:48 +02:00
<&&>
2010-05-09 01:36:56 +02:00
action: the McCarthy logical-and binary operator
created_on: 1106515352
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296381970.62659
2010-05-09 01:36:56 +02:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 4
ref_user: Maxdamantus
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<&=>
2010-05-09 01:36:56 +02:00
action: the bitwise inclusive-AND assignment operator. The expression (x &= y) is equivalent to (x = x & y) except that the expression x is evaluated only once.
created_on: 1107898482
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
last_referenced_on: 1290169948.10744
2010-05-09 01:36:56 +02:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 1
ref_user: ule
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<&x->y>
2010-05-09 01:36:56 +02:00
action: The address of the y member of the structure pointed to by x.
created_on: 1107406471
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
ref_user: prec
type: text
2010-06-20 08:16:48 +02:00
<&x[y]>
2010-05-09 01:36:56 +02:00
action: equivalent to (x+y). Neither the & operator nor the implied * operator (see x[y]) are evaluated.
created_on: 1107730768
enabled: 1
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 6
ref_user: Random832
type: text
2010-06-20 08:16:48 +02:00
<'>
2010-05-09 01:36:56 +02:00
action: the character that begins and terminates a character constant
created_on: 1106526412
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<''>
2010-05-09 01:36:56 +02:00
action: the delimiter of the start and end of a char
created_on: 1104887580
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<(>
2010-05-09 01:36:56 +02:00
action: used to commence a grouped expression
created_on: 1106527263
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: debCarlos
type: text
2010-06-20 08:16:48 +02:00
<)>
2010-05-09 01:36:56 +02:00
action: used to terminate a grouped expression
created_on: 1106527206
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: kulp
last_referenced_on: 1296902097.70234
2010-05-09 01:36:56 +02:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 2
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<*>
2010-05-09 01:36:56 +02:00
action: the multiplication binary operator. It is also the unary pointer dereference operator. It is also used in declarations to declare a variable which is a pointer to a type: <type> *p;
created_on: 1104600319
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-01-26 00:52:55 +01:00
last_referenced_on: 1295705689.89413
2010-05-09 01:36:56 +02:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-26 00:52:55 +01:00
ref_count: 21
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<*(char*)NULL>
2010-05-09 01:36:56 +02:00
action: /say Segmentation fault
created_on: 1251796928
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: kulp
last_referenced_on: 1296780309.32336
2010-05-09 01:36:56 +02:00
owner: joeyadams
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 3
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<*=>
2010-05-09 01:36:56 +02:00
action: the operator that multiplies the lvalue [to the left of the *] by the expression [to the right of the =]
created_on: 1107662838
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<+>
2010-05-09 01:36:56 +02:00
action: the addition binary operator
created_on: 1104595760
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 8
ref_user: mordy_
type: text
2010-06-20 08:16:48 +02:00
<++>
2010-05-09 01:36:56 +02:00
action: a unary operator that increments basic types by 1; if it is placed before a variable the value of the expression is: <var> + 1; if it is placed after a variable the value of the expression is: <var>
created_on: 1105219173
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
ref_user: jengelh
type: text
2010-06-20 08:16:48 +02:00
<+=>
2010-05-09 01:36:56 +02:00
action: the operator that adds the expression [to the right of the =] to the lvalue [to the left of the +]
created_on: 1107661684
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<,>
2010-05-09 01:36:56 +02:00
action: the sequence operator. It is also used to separate syntactic elements of: function arguments in a function call, declarators (in declarations of the same type), formal parameters in function declarations, enumeration elements, and initializers.
created_on: 1107316491
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296380606.53593
2010-05-09 01:36:56 +02:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 15
2010-07-01 03:44:02 +02:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<->
2010-05-09 01:36:56 +02:00
action: the unary negation operator; the binary subtraction operator
created_on: 1104595811
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: logann2019
last_referenced_on: 1288278988.64451
2010-05-09 01:36:56 +02:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 11
ref_user: logann2019
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<-->
2010-05-09 01:36:56 +02:00
action: a unary operator that decrements basic types by 1; if it is placed before a variable the value of the expression is: <var> - 1; if it is placed after a variable the value of the expression is: <var>
created_on: 1105219433
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: jengelh
type: text
2010-06-20 08:16:48 +02:00
<-=>
2010-05-09 01:36:56 +02:00
action: the operator that subtracts the expression [to the right of the =] to the lvalue [to the left of the -]
created_on: 1107661964
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<->>
2010-05-09 01:36:56 +02:00
action: the operator that dereferences a pointer to permit access to a structure/union member. The expressions (x->y) and ((*x).y) are equivalent.
created_on: 1104601334
enabled: 1
2011-01-26 00:52:55 +01:00
last_referenced_in: ##c
last_referenced_on: 1295712704.67243
2010-05-09 01:36:56 +02:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-26 00:52:55 +01:00
ref_count: 11
ref_user: kosiini
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<-Wall>
action: not sufficient enough. Use -Wall -Wextra.
created_on: 1275902093
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297166813.97173
2010-06-20 08:16:48 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 3
ref_user: carcat
2010-06-20 08:16:48 +02:00
type: text
<-lm>
2010-05-09 01:36:56 +02:00
action: the standard UNIX linker command line option to link the functions in the math library.
created_on: 1106448497
enabled: 1
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 5
ref_user: Random832
type: text
2010-06-20 08:16:48 +02:00
<-pedantic>
2010-05-09 01:36:56 +02:00
action: a GCC flag that issues all warnings demanded by strict ISO C; rejects most programs that use forbidden extensions; should not be used to check for strict ISO conformance as it only warns for coding practices that _require_ a diagnostic, not everything; loosely supported
created_on: 1107929320
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 7
ref_user: jwillia3
type: text
2010-06-20 08:16:48 +02:00
<-std>
2010-05-09 01:36:56 +02:00
action: a GCC flag that is used to specify which C standard to follow when compiling; some valid standards are: c89 (-ansi), c99, gnu89 (default), gnu99
created_on: 1107929785
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 16
ref_user: jwillia3
type: text
2010-06-20 08:16:48 +02:00
<.>
2010-05-09 01:36:56 +02:00
action: the decimal point; the operator that permits access to a structure/union member; is used in structure member designators in C99.
created_on: 1104600864
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296379838.18769
2010-05-09 01:36:56 +02:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 27
ref_user: Maxdamantus
2010-06-20 08:16:48 +02:00
type: text
<...>
2010-05-09 01:36:56 +02:00
action: an ellipsis; used to mark a function or macro as variadic. variadic macros were added by C99.
created_on: 1106943402
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296380046.68963
2010-05-09 01:36:56 +02:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 17
ref_user: Maxdamantus
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
</>
2010-05-09 01:36:56 +02:00
action: the division binary operator
created_on: 1104600246
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<//>
2010-05-09 01:36:56 +02:00
action: used to introduce a comment that continues to the end of the line [C99]
created_on: 1108293482
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
ref_user: Major-Willard
type: text
2010-06-20 08:16:48 +02:00
</=>
2010-05-09 01:36:56 +02:00
action: the division assignment operator. The expression (x /= y) is equivalent to (x = x / y) except that the expression x is evaluated only once.
created_on: 1107662173
enabled: 1
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<:>>
action: digraph alternative for ]
created_on: 1104401890
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<;>
2010-05-09 01:36:56 +02:00
action: a statement and declaration terminator
created_on: 1104886076
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: Spark
type: text
2010-06-20 08:16:48 +02:00
<<>
2010-05-09 01:36:56 +02:00
action: the less than comparison operator
created_on: 1104599441
enabled: 1
2011-01-26 00:52:55 +01:00
last_referenced_in: #pbot2
last_referenced_on: 1295838180.5495
2010-05-09 01:36:56 +02:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-26 00:52:55 +01:00
ref_count: 5
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<<%>
2010-05-09 01:36:56 +02:00
action: digraph replacement for {
created_on: 1104401845
enabled: 1
2011-01-26 00:52:55 +01:00
last_referenced_in: ##c
last_referenced_on: 1295697076.7578
2010-05-09 01:36:56 +02:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-26 00:52:55 +01:00
ref_count: 1
ref_user: phao
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<<:>
2010-05-09 01:36:56 +02:00
action: digraph replacement for [
created_on: 1104401882
enabled: 1
2011-01-26 00:52:55 +01:00
last_referenced_in: #pbot2
last_referenced_on: 1295838410.60961
2010-05-09 01:36:56 +02:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-26 00:52:55 +01:00
ref_count: 3
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<<<>
2010-05-09 01:36:56 +02:00
action: the binary left shift operator
created_on: 1107979350
enabled: 1
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<<=>
2010-05-09 01:36:56 +02:00
action: the less than or equal to comparison operator
created_on: 1104599493
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<=>
2010-05-09 01:36:56 +02:00
action: the assignment operator
created_on: 1104595880
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296344555.41317
2010-05-09 01:36:56 +02:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 55
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<==>
2010-05-09 01:36:56 +02:00
action: the comparison for equivalence operator
created_on: 1104595949
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 3
ref_user: Skapare
type: text
2010-06-20 08:16:48 +02:00
<>>
2010-05-09 01:36:56 +02:00
action: /say > is the greater than comparison operator
created_on: 1239017335
enabled: 1
owner: Jafet
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 5
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<>=>
2010-05-09 01:36:56 +02:00
action: the greater than or equal to comparison operator
created_on: 1104599538
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<>>>
2010-05-09 01:36:56 +02:00
action: the binary right shift operator
created_on: 1108253247
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: mordy_
type: text
2010-06-20 08:16:48 +02:00
<?>
2010-05-09 01:36:56 +02:00
action: a question mark.
created_on: 1237066516
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
last_referenced_on: 1291905592.74614
2010-05-09 01:36:56 +02:00
owner: Quetzalcoatl_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 3
ref_user: Maxdamantus
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<?:>
2010-05-09 01:36:56 +02:00
action: the conditional (ternary) operator; <e1> ? <e2> : <e3> if <e1> is true, the operator evaluates and yields <e2>; otherwise it evaluates and yields <e3>
created_on: 1104925315
enabled: 1
owner: infobahn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 6
ref_user: Wulf
type: text
2010-06-20 08:16:48 +02:00
<??!>
2010-05-09 01:36:56 +02:00
action: trigraph replacement for |
created_on: 1104400693
enabled: 1
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
ref_user: GhostlyDeath
type: text
2010-06-20 08:16:48 +02:00
<??''>
2010-05-09 01:36:56 +02:00
action: trigraph replacement for ^
created_on: 1104400673
enabled: 1
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<??(>
2010-05-09 01:36:56 +02:00
action: trigraph replacement for [
created_on: 1104400644
enabled: 1
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<??)>
2010-05-09 01:36:56 +02:00
action: trigraph replacement for ]
created_on: 1104400667
enabled: 1
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<??->
2010-05-09 01:36:56 +02:00
action: trigraph replacement for ~
created_on: 1104400703
enabled: 1
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<??/>
2010-05-09 01:36:56 +02:00
action: trigraph replacement for \\
created_on: 1104400660
enabled: 1
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<??<>
2010-05-09 01:36:56 +02:00
action: trigraph replacement for {
created_on: 1104400680
enabled: 1
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
ref_user: ron2
type: text
2010-06-20 08:16:48 +02:00
<??=>
2010-05-09 01:36:56 +02:00
action: trigraph replacement for #
created_on: 1104400632
enabled: 1
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<??>>
2010-05-09 01:36:56 +02:00
action: trigraph replacement for }; digraph replacement for }
created_on: 1104400686
enabled: 1
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<B>
2010-05-09 01:36:56 +02:00
action: the programming language which was the precursor of C ; http://en.wikipedia.org/wiki/B_programming_language
created_on: 1111209918
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296372664.84498
2010-05-09 01:36:56 +02:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 9
2010-05-27 00:35:01 +02:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<C/C++>
action: a misnomer. These two languages are completely different languages with each having its own standard. C++ is not a "superset" of C anymore. For C++ questions, please join #C++
created_on: 1108258486
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 14
ref_user: lemonade`
type: text
2010-06-20 08:16:48 +02:00
<CARM>
2010-05-09 01:36:56 +02:00
action: /call H&S
created_on: 1199659530
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 6
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<CE>
action: Unix system calls and subroutines using C: http://www.cs.cf.ac.uk/Dave/C/CE.html
created_on: 1202752439
enabled: 1
owner: PoppaVic
rate_limit: 15
ref_count: 2
ref_user: PoppaVic
type: text
2010-06-20 08:16:48 +02:00
<CHAR_BIT>
2010-05-09 01:36:56 +02:00
action: #include <limits.h> - maximum value for the number of bits used to represent an object of type char. - >= 8
created_on: 1104389685
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
last_referenced_on: 1288190281.84237
2010-05-09 01:36:56 +02:00
owner: defrost
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 9
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<CHAR_MAX>
2010-05-09 01:36:56 +02:00
action: #include <limits.h> - maximum value for type char. Its value is: SCHAR_MAX if char represents negative values, UCHAR_MAX otherwise. - >= 127
created_on: 1104389685
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
last_referenced_on: 1288191304.54422
2010-05-09 01:36:56 +02:00
owner: defrost
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 1
ref_user: s00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<CHAR_MIN>
2010-05-09 01:36:56 +02:00
action: #include <limits.h> - minimum value for type char. Its value is: SCHAR_MIN if char represents negative values, zero otherwise. - <= 0
created_on: 1104389685
enabled: 1
owner: defrost
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<CnotC++>
2011-01-29 06:03:18 +01:00
action: /say C is not a subset of C++
2010-05-09 01:36:56 +02:00
created_on: 1176998419
enabled: 1
owner: LordOllie
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
ref_user: cousteau
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<EOF>
action: an integer constant expression, with type int and a negative value, that is returned by several functions to indicate end-of-file (ISO/IEC 9899:1999 7.19.1(3)). It is NOT a char. It is NOT a byte that is stored at the end of every file.
created_on: 1104596552
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1290427074.70155
owner: infobahn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 43
ref_user: angstrom
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<EXIT_FAILURE>
action: a macro defined in <stdlib.h> whose value can be passed to exit() or returned from main() to indicate unsuccessful termination
created_on: 1105443776
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: mauke
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<EXIT_SUCCESS>
action: a macro defined in <stdlib.h> whose value can be passed to exit() or returned from main() to indicate successful termination
created_on: 1105443603
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: mauke
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<H&S>
action: "C - A Reference Manual" by Harbison & Steele; a reference for C on par with K&R - http://www.amazon.com/Reference-Manual-Samuel-P-Harbison/dp/013089592X
created_on: 1109636091
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297028460.89201
2011-01-29 06:03:18 +01:00
owner: heina
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 169
ref_user: Dianora
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<INT_MAX>
action: #include <limits.h> - INT_MAX - maximum value of an int object, at least +32767
created_on: 1104369616
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1289073849.48754
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<INT_MIN>
action: #include <limits.h> - INT_MIN - minimum value of an int object, at least -32767
created_on: 1104369627
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<LONG_MAX>
action: #include <limits.h> - LONG_MAX - maximum value of a long int object, at least +2147483647
created_on: 1104369746
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<LONG_MIN>
action: #include <limits.h> - LONG_MIN - minimum value of a long int object, at least -2147483647
created_on: 1104369732
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<MB_CUR_MAX>
action: #include <limits.h> - maximum number of bytes in a mult-byte character for an extended character in the current locale, which is never greater than MB_LEN_MAX.
created_on: 1104394983
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<MB_LEN_MAX>
action: #include <limits.h> - maximum number of characters that constitute a multibyte character in any supported locale. Its value is >= MB_CUR_MAX.
created_on: 1104389706
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: defrost
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<NULL>
action: the (implementation defined) pointer value used to indicate a pointer that refers to no object; a macro expanding to a compile-time integer zero, possibly cast to (void *), e.g. ((void *)0) or 0L
created_on: 1104596262
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1287614948.63785
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 42
ref_user: foocraft
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ObfsC>
action: http://www.cs.bgu.ac.il/~omri/Humor/ObfsC.html -- What were you saying about Perl, again?
created_on: 1273340691
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<SCHAR_MAX>
action: #include <limits.h> - maximum value for type signed char. - >= 127
created_on: 1104389707
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: defrost
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<SCHAR_MIN>
action: #include <limits.h> - minimum value for type signed char. - <= -127
created_on: 1104389707
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: defrost
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<SHRT_MAX>
action: #include <limits.h> - maximum value for type short. - >= 32,767
created_on: 1104389724
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: defrost
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<SHRT_MIN>
action: #include <limits.h> - minimum value for type short. - <= -32,767
created_on: 1104389724
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: defrost
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<UCHAR_MAX>
action: #include <limits.h> - maximum value for type unsigned char. - >= 255
created_on: 1104389724
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: defrost
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<UINT_MAX>
action: #include <limits.h> - UINT_MAX - maximum value of an unsigned int object, at least 65535
created_on: 1104369656
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ULONG_MAX>
action: #include <limits.h> - ULONG_MAX - maximum value of an unsigned long int object, at least 4294967295
created_on: 1104369766
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<USHRT_MAX>
action: #include <limits.h> - maximum value for type unsigned short. - >= 65,535
created_on: 1104389735
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: defrost
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<[]>
action: the array subscript operator. It is also part of declarator syntax. The expressions (x[y]) and (*(x + y)) are equivalent. See also &x[y].
created_on: 1194260776
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<\>
action: the line continuation character; used in strings to specify special characters; used in character constants to specify special characters; when followed by u or U in C99, is used to specify a universal character name for use in string constants, character constants, or identifiers.
created_on: 1104603271
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 8
ref_user: Random832
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^>
action: the bitwise exclusive OR (XOR) binary operator
created_on: 1104595483
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 12
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<_>
action: /say All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use. All identifiers that begin with an underscore are always reserved for use as identifiers with file scope in both the ordinary and tag name spaces. (ISO 9899:1999, 7.1.3) Don't use such identifiers.
created_on: 1105863511
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296844361.66967
2011-01-29 06:03:18 +01:00
owner: mauke
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 18
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<__>
action: /say The *__*!*@* ban is there to stop idle reconnecting clients and ugly nicks with postfixed underscores.
created_on: 1249744636
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: kate`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<address>
action: /say C has pointer types and addresses (or pointer values). foo x; &x results in an address that points to an object. foo *y; y is an instance of a pointer type. Instances of pointer types do not magically point to objects. They must be assigned to before being used, for example: y = &x;
created_on: 1273064028
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: s00p
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ansispec>
action: www.nirvani.net/docs/ansi_c.pdf
created_on: 1190684046
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Cin
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ansispecpdf>
action: /call standard
created_on: 1192736407
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<argc>
action: the traditional name of the first parameter to main(); argc is non-negative and gives the number of command line arugments (including the program name).
created_on: 1104396991
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: Draconx
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<argv>
action: the traditional name of the second parameter to main(); argv[argc] == NULL; if argc>0 argv[0] is the program name. if argc>1, argv[1] through argv[argc-1] are the command line arguments.
created_on: 1104397065
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277547204.8049
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 8
ref_user: megabraker
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<array>
action: An array type describes a contiguously allocated nonempty set of objects with a particular member object type, called the element type.
created_on: 1247726531
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297304123.58045
2011-01-29 06:03:18 +01:00
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 14
ref_user: Dumbificate
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<arrays>
action: /say Arrays and pointers: http://www.eskimo.com/~scs/C-faq/s6.html
created_on: 1106022495
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: thfabba
last_referenced_on: 1297310805.79106
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 41
ref_user: ThFabba
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<aryptr>
action: http://c-faq.com/aryptr/index.html
created_on: 1257021622
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<bcopy>
action: way cool, but it's more portable to use memcpy
created_on: 1107484574
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<bdwgc>
action: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
created_on: 1278590020.17125
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<beejc>
action: http://beej.us/guide/bgc/
created_on: 1206996386
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: snhmib
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<binky>
action: the Binky Pointer Fun Video at http://cslibrary.stanford.edu/104/
created_on: 1106444999
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297251085.93802
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 160
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<bit>
action: /say A bit is a unit of data storage large enough to hold an object that may have one of two values. It need not be possible to express the address of each individual bit of an object.
created_on: 1288301601.60807
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1292712804.34657
owner: s00p
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: sacho
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<bithacks>
action: http://www.cs.utk.edu/~vose/c-stuff/bithacks.html or http://graphics.stanford.edu/~seander/bithacks.html
created_on: 1256619383
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296616148.19165
2011-01-29 06:03:18 +01:00
owner: Chris
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 31
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<bitwise>
action: http://www.codersger.de/mags/cscene/CS9/CS9-02.html
created_on: 1255220538
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1278593906.15978
owner: Random832
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
ref_user: Jafet
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<book>
action: /me points accusingly at $args, "Where is your book?!" See http://www.iso-9899.info/wiki/Books for some useful book recommendations, including FREE online resources!
created_on: 1179504776
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297409042.51901
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 861
ref_user: mike_f
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<books>
action: /say See http://www.iso-9899.info/wiki/Books for some useful book recommendations, including FREE online resources!
created_on: 1104378101
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297398311.01807
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 525
2011-01-29 06:03:18 +01:00
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<break>
action: the statement used terminate the currently executing block
created_on: 1104888615
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: ktietz
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<byte>
action: defined by the C standard as an addressable unit of storage large enough to hold a character value. The char type is byte-sized and is at least 8 bits wide. CHAR_BIT in <limits.h> defines the byte size for any given implementation. The term "byte" is most often used to mean 8 bits; however, the term octet is preferred.
created_on: 1104873342
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1288918687.33545
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 16
ref_user: guidj0s
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<c>
action: /say C is a low level language designed to make assembly "easier", useful for device drivers or operating systems. Thusly, one has to maintain buffers, memory, and various low level information. C is not meant to be used for everyday applications, a common misconception.
created_on: 1108006206
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pythoned
last_referenced_on: 1297507555.03234
2011-01-29 06:03:18 +01:00
owner: pragma
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 189
ref_user: pythoned
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<c++>
action: /say C++ is not C, try ##c++
created_on: 1108585029
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297265079.08169
2011-01-29 06:03:18 +01:00
owner: NeverDream
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 63
ref_user: guidj0s
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<c++diffs>
action: http://david.tribble.com/text/cdiffs.htm
created_on: 1204224553
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: lemonade`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<c/c++>
action: http://david.tribble.com/text/cdiffs.htm
created_on: 1252250954
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296779214.42508
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 5
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<c1x>
action: /say C1X draft: http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1516.pdf - C1X Charter: http://www.open-std.org/JTC1/SC22/wg14/www/docs/n1250.pdf - C1X Overview: http://en.wikipedia.org/wiki/C1X - An explanation of all C standards: http://clc-wiki.net/wiki/The_C_Standard
created_on: 1296116263.83864
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296539333.07071
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 3
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<c2eng>
action: /say C-to-English-and-English-to-C translators: http://www.cs.cmu.edu/~dst/DeCSS/Baccash/
created_on: 1296189344.48248
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1296266353.79764
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<c89>
action: /say C89 draft: http://flash-gordon.me.uk/ansi.c.txt
created_on: 1236861685
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: #pbot2
last_referenced_on: 1291960250.17063
2010-05-09 01:36:56 +02:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 15
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<c9888>
action: www.nirvani.net/docs/ansi_c.pdf
created_on: 1190426882
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Cin
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<c9899>
action: www.nirvani.net/docs/ansi_c.pdf
created_on: 1190426934
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Cin
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<c99>
action: /call std
created_on: 1204312010
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1296116171.94976
owner: peapicker
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 43
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<c99status>
action: GCC's C99 implementation status: http://gcc.gnu.org/c99status.html
created_on: 1108082627
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1280851314.14312
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
ref_user: Cammaaron
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<c9xdiffs>
action: http://home.datacomm.ch/t_wolf/tw/c/c9x_changes.html
created_on: 1104460717
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: lemonade`
last_referenced_on: 1291509147.1196
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: lemonade`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<casting>
2011-01-29 09:33:00 +01:00
action: http://web.archive.org/web/20060228210010/http://www.cognitiveprocess.com/~rjh/prg/writings/casting.html
created_on: 1296283738.47843
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cat>
action: http://www.iso-9899.info/wiki/Cat
created_on: 1195413751
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: #perl
last_referenced_on: 1296666480.58455
2011-01-29 06:03:18 +01:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 9
ref_user: rindolf
type: text
<cc-cmdline>
action: http://code.google.com/p/pbot2-pl/source/browse/trunk/modules/compiler_vm/ <-- download: cc, compiler_vm_server.pl, compiler_vm_client.pl, compiler_watchdog.pl and debugcommands -- Now you too can use cc in on your shell command-line! See the README, as well.
created_on: 1296535000.38713
enabled: 1
last_referenced_in: #pbot2
last_referenced_on: 1297585713.55584
owner: pragma_
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 8
2011-02-13 11:37:28 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cfa>
action: /say http://benpfaff.org/writings/clc/
created_on: 1245945081
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: kate`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cfaq>
action: comp.lang.c FAQ: http://www.eskimo.com/~scs/C-faq/top.html
created_on: 1106283720
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1285739467.21426
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 20
ref_user: dave0
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<channelstats>
action: /say See http://ortdotlove.net/c.html for #C channel statistics for irc.freenode.net!
created_on: 1106000070
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<char>
action: /say char is required to be able to represent (at least) the values inclusively between -127 and 127 (signed char), or 0 and 255 (unsigned char). The representation chosen is implementation-defined, meaning some compilers will treat a char as signed, others unsigned. sizeof (char) is always 1. See also: CHAR_BIT, CHAR_MIN, CHAR_MAX and byte
created_on: 1288191355.84716
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pragma_
last_referenced_on: 1297119833.37181
2011-01-29 06:03:18 +01:00
owner: s00p
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 20
2011-01-29 09:33:00 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<char*a,b>
action: /say The declaration "char* a, b" declares a as a pointer to char and b as a char - it does not declare b as a pointer to char.
created_on: 1262676676
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Random832
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: Chris
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<chill>
action: /say OK, it's getting a little hairy, and really we're all here because we love C. So relax, take a walk, have a cuppa, whatever. Er.. please? ;)
created_on: 1182354783
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: notadev
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 8
ref_user: lclimber
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<class>
action: not c, try ##c++
created_on: 1177799535
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: runtime
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<clcwiki>
action: http://clc-wiki.net/wiki/The_C_Standard
created_on: 1276719385
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: lemonade`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: lemonade`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<compilerline>
action: /say Order Matters: CC <overall options> [-std=whatever] <debugging> <optimizing> <warnings> [-pedantic] <Other Include Paths> <Other Lib Paths> <Magic Defines> <Magic Undefines> [-f<language/platform options] [-m<machine options>] [-o outfile] files..... (this is all documented, and files can be .c or .o, .a or .so, or -l<to be linked> commands.) <paraphrased from man gcc>
created_on: 1266709397
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: solar_sea
last_referenced_on: 1290596135.7668
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 15
ref_user: solar_sea
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<const>
action: http://publications.gbdirect.co.uk/c_book/chapter8/const_and_volatile.html - see section 8.4.1, http://c-faq.com/ansi/constmismatch.html
created_on: 1107648578
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: pragma_
last_referenced_on: 1292131165.48109
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 23
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<continue>
action: the statement used recommence the currently executing block
created_on: 1104888657
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<converting>
action: http://www.iso-9899.info/wiki/Converting
created_on: 1106351170
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: orbitz
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-02-13 11:37:28 +01:00
<coroutines>
action: /say Co-routines in C, using Duff's Device: http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html
created_on: 1296848475.53312
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
2011-01-29 06:03:18 +01:00
<cpp>
action: The C Preprocessor ; integrated with gcc
created_on: 1107543769
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1284743221.66555
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 20
ref_user: pseud0cod3r
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cpp-com>
action: /say cplusplus-dot-com is a C++-related website that happens to reference C89 functions. Many of the examples given are actually C++ because they use 'headers' such as <cstdio> instead of <stdio.h>. A better reference would be the !c99 standard.
created_on: 1263936430
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: n00p
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: s00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cpp_output>
action: http://gcc.gnu.org/onlinedocs/gcc-3.2.3/cpp/Preprocessor-Output.html
created_on: 1188757324
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cprogramming.com>
action: /say cprogramming.com is not a site to be recommended to C learners because it "provide you with C and C++ programming language resources". Find a resource that distinctly teaches C to avoid confusion. See !books.
created_on: 1278133140.9678
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1284486154.08487
owner: n00p
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: fper
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cpuzzles>
action: http://www.gowrikumar.com/c/index.html
created_on: 1263170451
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<d>
action: the wrong specifier for double
created_on: 1108430071
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297127478.22002
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 10
ref_user: carcat
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<decl>
action: http://www.cs.usfca.edu/~parrt/course/652/lectures/cdecls.html
created_on: 1195724740
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1292680920.47573
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: snhmib
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<declare>
action: /call cdecl declare
created_on: 1191042438
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296378714.42926
2011-01-29 06:03:18 +01:00
owner: pragma_
rate_limit: 0
2011-02-13 11:37:28 +01:00
ref_count: 276
ref_user: Maxdamantus
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<declaredefine>
action: A declaration specifies the interpretation and attributes of a set of identifiers. A definition of an identifier is a declaration for that identifier that: for an object, causes storage to be reserved for that object; for a function, includes the function body; for an enumeration constant or typedef name, is the (only) declaration of the identifier.
created_on: 1179653420
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<digraph>
action: a two character alternative punctuator, intended to make using c possible on systems where the primary punctuator is missing, typically from keyboards. they are normal tokens, so are processed in the same way as other source characters (apart from trigraphs).
created_on: 1104552499
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<does not work>
action: /call doesntwork
created_on: 1273363712
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pbot3
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<doesn'?t\swork>
action: doesntwork
created_on: 1231207773
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<doesntcare>
action: /say Standard C does not know nor care about colors, mice, windows, keyboards, networks or any other system specific things. If you want help with something like that, you would want to tell us what OS, compiler, tools or libraries you are or intend to use/abuse.
created_on: 1105954303
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 15
ref_user: visof
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<don'?t\scast\smalloc,?>
action: dontcastmalloc
created_on: 1194258211
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<dontcastmalloc>
action: /say There is no need to cast the result of library functions that return void *; it makes your code hard to read, adds no value, and can hide a bug if you don't have a valid prototype in scope. See http://www.cpax.org.uk/prg/writings/casting.php and http://c-faq.com/malloc/mallocnocast.html
created_on: 1104594725
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297513518.16915
2011-01-29 06:03:18 +01:00
owner: infobahn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 549
ref_user: ThFabba
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<double>
action: /say When taking input for type double you need to use lf format specifier in the scanf statement. But when you are outputting a double you use f format specifier in the printf statements.
created_on: 1195072541
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296941885.2419
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 28
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<draft>
action: /call standard
created_on: 1252608384
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1285450095.61059
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: Animus_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<drafts>
action: /call standard
created_on: 1252608917
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: lemonade`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<duffs-device>
action: magical old school technique to directly express general loop unrolling in C. see http://www.lysator.liu.se/c/duffs-device.html
created_on: 1104395556
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: defrost
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<else>
action: the keyword that executes a statement/block should an ''if'' expression evaluates to false
created_on: 1105258795
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<english>
action: /call c2english
created_on: 1296182114.77211
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297583700.01465
2011-01-29 06:03:18 +01:00
owner: pragma_
rate_limit: 0
2011-02-13 11:37:28 +01:00
ref_count: 136
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<errno>
action: library error macro, #include <errno.h> The macro designates a modifiable int object that is asigned a value greater than zero on certain library errors. see http://www.iso-9899.info/man?strerror
created_on: 1104386234
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: defrost
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<explain>
action: /call cdecl explain
created_on: 1191042468
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297376941.30815
2011-01-29 06:03:18 +01:00
owner: pragma_
rate_limit: 0
2011-02-13 11:37:28 +01:00
ref_count: 2485
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<f>
action: /call double
created_on: 1195072614
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296941885.2385
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 14
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-02-13 11:37:28 +01:00
<fam>
action: /say The last element of a structure with more than one named member may have an incomplete array type; this is called a flexible array member (6.7.2.1p16). struct s { int n; double d[]; } *p = malloc(sizeof *p + 17 * sizeof *p->d);
created_on: 1297061351.3835
enabled: 1
last_referenced_in: wulf
last_referenced_on: 1297061523.70542
owner: Wulf
rate_limit: 15
ref_count: 1
ref_user: Wulf
type: text
2011-01-29 06:03:18 +01:00
<feof>
action: a function, taking one FILE * as an argument, indicating a file has been completely read by getc/getchar/fread (not a recommended construct)
created_on: 1104888995
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: kuala
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<fflush(stdin)>
action: /call stdinflush
created_on: 1193892350
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296514942.15805
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 16
ref_user: thommey
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<fgets.idiom>
action: while (fgets(line, sizeof line, stdin)) { /* process line */ }
created_on: 1106767895
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1286630309.59922
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 13
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<findmybug>
action: /call errors
created_on: 1275602822
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1287610155.99524
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<flushstdin>
action: /call stdinflush
created_on: 1251612101
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<fpt>
action: /say Function Pointer Tutorial: http://www.newty.de/fpt/fpt.html
created_on: 1189558928
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-01-29 06:03:18 +01:00
last_referenced_on: 1296009713.77547
owner: OrngeTide
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 8
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<freebooks>
action: http://qink.net/page/The-Ultimate-List-of-Freely-Available-Programming-Books.aspx
created_on: 1288521640.40726
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gccwarnings>
action: http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
created_on: 1292724675.8739
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<getcdecl>
action: http://hpux.cs.utah.edu/hppd/hpux/Misc/cdecl-2.5/
created_on: 1191041433
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1289073798.29132
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<getopt>
action: a C library function for parsing command-line arguments. It is found on Linux, BSD, and other Unix systems.
created_on: 1237062000
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Quetzalcoatl_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: cousteau
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gets>
action: very bad. It cannot be told the size of the buffer to read in, therefore it has no way of preventing buffer overflows. Use fgets() with 'stdin' as the FILE* instead. http://www.eskimo.com/~scs/C-faq/q12.23.html
created_on: 1108103139
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297155231.8794
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 56
2011-01-29 06:03:18 +01:00
ref_user: bhwhite
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gigo>
action: Garbage In, Garbage Out -- http://c-faq.com/malloc/malloc1.html
created_on: 1177948351
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: zu22
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<global>
action: /say There is no "global" scope in C. There are four kinds of scopes: function, file, block, and function prototype. A variable that appears outside of any block or list of parameters has file scope, which terminates at the end of the translation unit.
created_on: 1271966015
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297222864.50723
2011-01-29 06:03:18 +01:00
owner: n00p
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 17
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gotchas>
action: /say http://www.iso-9899.info/wiki/C_gotchas -- http://www.drpaulcarter.com/cs/common-c-errors.html
created_on: 1244833982
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297361376.59559
2011-01-29 06:03:18 +01:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 126
ref_user: Dianora
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<helloworld>
action: http://www.lisha.ufsc.br/~guto/teaching/os/exercise/hello.html
created_on: 1237684920
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1280421427.05268
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: sanjoyd
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-02-13 11:37:28 +01:00
<here>
action: the paste.
created_on: 1297258417.70667
enabled: 1
owner: ranjan
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
2011-01-29 06:03:18 +01:00
<hint>
action: http://www.yesfunny.com/Sports/sports8.jpeg -- in other words, are you sure C is for you?
created_on: 1205575974
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_in: ##c
last_referenced_on: 1296283661.73722
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 4
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<idb>
action: implementation dependent behaviour. This must be documented by the implementation.
created_on: 1211031479
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Auris-
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: kate`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<identifier>
action: /say An identifier can denote an object; a function; a tag or a member of a structure, union, or enumeration; a typedef name; a label name; a macro name; or a macro parameter. The same identifier can denote different entities at different points in the program.
created_on: 1268936732
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<if>
action: the keyword that tests a bracketed expression and if true, executes the following statement or block; if the expression evaluates to false an optional ''else'' clause is executed
created_on: 1105258377
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296769566.10676
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 16
ref_user: ThFabba
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<implementation>
action: a particular set of software, running in a particular translation environment under particular control options, that performs translation of programs for, and supports execution of functions in, a particular execution environment (ISO/IEC 9899:1999 3.12)
created_on: 1106459085
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<incomplete>
action: /say A type which describes an object is incomplete if it lacks information needed to determine its size.
created_on: 1296160419.56957
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1296163938.35018
owner: Wulf
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<inline>
action: /say A function declared with an inline function specifier is an inline function. Making a function an inline function suggests that calls to the function be as fast as possible. If you use `inline', always use `static', too.
created_on: 1273526791
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_in: ##c
last_referenced_on: 1296283409.05105
2011-01-29 06:03:18 +01:00
owner: Wulf
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 3
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<int>
action: a signed integer data type, at least 16 bits wide, which must be able to represent (at least) all the numbers in the range -32767 to +32767. Its lowest value, INT_MIN, and highest value, INT_MAX, are defined in <limits.h>
created_on: 1104595147
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: kulp
last_referenced_on: 1297376914.15515
2011-01-29 06:03:18 +01:00
owner: infobahn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 58
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<isospec>
action: /call standard
created_on: 1192736447
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1289607305.71185
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 9
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-02-13 11:37:28 +01:00
<java>
action: http://www.joelonsoftware.com/articles/ThePerilsofJavaSchools.html
created_on: 1297127623.92844
enabled: 1
owner: ouah
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
2011-01-29 06:03:18 +01:00
<k&r>
action: The C Programming Language, 2nd edition, by Kernighan and Ritchie, http://cm.bell-labs.com/cm/cs/cbook/ - be sure to see the errata as well, at http://cm.bell-labs.com/cm/cs/cbook/2ediffs.html
created_on: 1278668183.21606
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297304937.23949
2011-01-29 06:03:18 +01:00
owner: Chris
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 160
2011-01-29 06:03:18 +01:00
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<knr>
action: http://www.blackshell.com/~msmud/knr/
created_on: 1275526780
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pragma_
last_referenced_on: 1296979641.32113
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 5
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ld>
action: /say "Undefined reference" is a linker error. It's not a compile error. #includes don't help. You did not define the thing in the error message; you forgot to link the file that defines it; you forgot to link to the library that defines it; or, if it's a static library, you have the wrong order on the linker command line. Check which one. (Note that some linkers call it an unresolved external.)
created_on: 1287675054.41867
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1288132927.89701
owner: boris``
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<lf>
action: /call double
created_on: 1195072615
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277216617.67801
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: Jafet
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<long>
action: a signed integer data type, at least 32 bits wide, which must be able to represent (at least) all the integers in the range -2147483647 to +2147483647. Its lowest value, LONG_MIN, and highest value, LONG_MAX, are defined in <limits.h>
created_on: 1104595499
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1289140536.73446
owner: infobahn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 11
ref_user: Marach
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<lvalue>
action: expression with an object type or an incomplete type other than void
created_on: 1251745741
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: #pbot2
last_referenced_on: 1296185792.84888
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: sjs205
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<lysator>
action: http://www.lysator.liu.se/c/
created_on: 1104460803
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<main>
action: int main(int argc, char *argv[]); or int main(int argc, char **argv); or int main(void); or some other implementation-defined prototype; See also ''argc'' and ''argv''; the standard entry point to C programs
created_on: 1104231974
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1295817998.2315
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 84
ref_user: ThFabba
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<mainloop_io>
action: http://www.linuxjournal.com/article/8545
created_on: 1181404512
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<malloc>
action: /call dontcastmalloc
created_on: 1280342692.40847
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296376167.04141
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 18
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<manpages>
action: Man? Why bother installing? Ask ##C - Knows All, Tells All.
created_on: 1271821903
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1290235886.26088
owner: PoppaVic
rate_limit: 15
ref_count: 16
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<mem>
action: a reserved function identifier prefix when followed by a lowercase letter
created_on: 1104399754
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
ref_user: Saparok
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<muldim>
action: http://c-faq.com/aryptr/dynmuldimary.html
created_on: 1271609036
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297294583.19531
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 24
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<n1256>
action: http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256.pdf
created_on: 1271198634
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pythoned
last_referenced_on: 1297507585.94511
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 3
ref_user: pythoned
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<nelemof>
action: a standard idiom for computing the number of elements in an array variable: #define nelemof(array) (sizeof array/sizeof *array)
created_on: 1108151345
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1278616504.23704
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<notC>
action: /say ##C is not a support channel for applications written in C. If there aren't any manuals for the relevant software, then ask the authors of the software. If they've run away, don't use the software. It doesn't take Albert Einstein to work out that ##C is not a good place to ask about operating systems that are written in C. Please find a more suitable channel.
created_on: 1273154639
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: kulp
last_referenced_on: 1296778955.37485
2011-01-29 06:03:18 +01:00
owner: n00p
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 1
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<object>
action: region of data storage in the execution environment, the contents of which can represent values
created_on: 1240461189
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: animus`
last_referenced_on: 1285539668.10817
owner: Wulf_
rate_limit: 15
ref_count: 14
ref_user: Animus`
type: text
<objectcgi>
action: See http://www.messners.com/objectcgi/objectcgi.html for a library to handle web CGI with C.
created_on: 1106001595
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: n00p
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ohshit>
action: /say Common C mistakes: http://www.drpaulcarter.com/cs/common-c-errors.html
created_on: 1203450520
2010-05-09 01:36:56 +02:00
enabled: 1
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: cousteau
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<onlinek&r2>
action: /say If you cannot will not buy k&r2 go here at least, then quit pissing and moaning. http://publications.gbdirect.co.uk/c_book/
created_on: 1175854606
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: pragma_
last_referenced_on: 1296247901.81994
owner: LordOllie
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 27
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ordermatters>
action: /call compilerline
created_on: 1266709336
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1282713906.81782
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 12
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<p2s>
action: /say A pointer to a string is a pointer to its initial (lowest addressed) character. The length of a string is the number of bytes preceding the null character and the value of a string is the sequence of the values of the contained characters, in order.
created_on: 1289157193.4768
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1289157238.22498
owner: n00p
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: guidj0s
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<parsing>
action: http://www.ddj.com/cpp/196603535
created_on: 1208718021
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1296224634.3527
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: pippijn
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<peril>
action: http://www.pldaniels.com/c-of-peril/
created_on: 1104460665
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296754788.22058
2010-05-09 01:36:56 +02:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 6
ref_user: Maxdamantus
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<pointerfun>
action: /call binky
created_on: 1206989366
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296989126.19607
2011-01-29 06:03:18 +01:00
owner: Baughn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 13
ref_user: kaste
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<pointerops>
action: /say The * operator makes an object from a pointer value. The & operator makes a pointer value from an object.
created_on: 1195411991
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: kate`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<pointers>
action: http://pw2.netcom.com/~tjensen/ptr/cpoint.htm | http://c-faq.com/ptrs/index.html | http://boredzo.org/pointers/
created_on: 1280111959.6076
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297492511.73321
2011-01-29 06:03:18 +01:00
owner: CyL_Zz
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 5
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<portability>
action: very important: http://clc-wiki.net/wiki/C_community:comp.lang.c:Portability_attitude
created_on: 1263936716
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1278489748.97558
owner: n00p
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
2010-05-09 01:36:56 +02:00
ref_user: n00p
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<prototype>
action: a function declaration that also includes types for the parameters.
created_on: 1105035288
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277142106.61885
2010-05-09 01:36:56 +02:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 10
ref_user: sepult
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<qsort>
action: / qsort() sorts an array of data, #include <stdlib.h>, void qsort(void *base, size_t nelems, size_t elsize, int (*compar)(const void *, const void *)); returns nothing, see http://www.iso-9899.info/man?qsort
created_on: 1104399031
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: guest_143
last_referenced_on: 1290170055.15603
2010-05-09 01:36:56 +02:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: guest_143
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<quine>
action: char*s="char*s=%c%s%c,c='%c';main(){printf(s,c,s,c,c);}",c='"';main(){printf(s,c,s,c,c);}
created_on: 1275530214
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296770424.23453
2011-01-29 06:03:18 +01:00
owner: dave0
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 8
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<rand>
action: pseudo-random number generator, #include <stdlib.h>, int rand(void); returns the next number in the sequence in the range [0,RAND_MAX], see http://www.iso-9899.info/man?rand and http://www.azillionmonkeys.com/qed/random.html
created_on: 1104397431
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1290392012.76817
2010-05-09 01:36:56 +02:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 12
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<rationale>
action: /say Draft ANSI C Rationale: http://www.scribd.com/doc/16306895/Draft-ANSI-C-Rationale
created_on: 1266015713
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: umopepisdn`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<realloc>
action: http://www.iso-9899.info/wiki/Why_not_realloc
created_on: 1254955396
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297329894.29539
2011-01-29 06:03:18 +01:00
owner: Chris
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 27
ref_user: PoppaVic
2010-05-27 00:35:01 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<reference>
action: http://www.acm.uiuc.edu/webmonkeys/book/c_guide/
created_on: 1104460727
2010-05-27 00:35:01 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: bhwhite
last_referenced_on: 1289583232.26652
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 31
ref_user: bhwhite
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<referencedtype>
action: "a pointer type may be derived from a function type, an object type, or an incomplete type, called the referenced type. A pointer type describes an object whose value provides a reference to an entity of the referenced type. A pointer type derived from the referenced type T is sometimes called ``pointer to T''. The construction of a pointer type from a referenced type is called ``pointer type derivation''."
created_on: 1107989463
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: lemonade`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<references>
action: C does not have pass-by-reference or "heavy" references like C++ or some other languages do. C does have a definition of references that is probably not what you want or need to know about, see: !referencedtype
created_on: 1108087719
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<regexp>
action: http://swtch.com/~rsc/regexp/regexp1.html
created_on: 1205423735
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<register>
action: a storage-class specifier for an object that suggests that access for the object be as fast as possible. The extent to which the suggestion is effective is implementation defined. Whether or not addressable storage is actually used, the address of any part of an object declared with storage-class specifier register cannot be computed.
created_on: 1107636580
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: mji
last_referenced_on: 1292569036.36144
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 17
ref_user: mji
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<registers>
action: /say If you have a question about accessing registers in C, please don't ask us. Standard C has no way of manipulating hardware registers. We don't know what compiler or platform you're using. You should be reading the documentation instead.
created_on: 1288774027.48456
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1288774185.47036
owner: boris``
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 1
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<religion>
action: http://www.iso-9899.info/wiki/Religion
created_on: 1202935690
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Baughn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<remove_char_from_string>
action: while((ptr=strchr(str, 'w')))memmove(ptr,ptr+1,strlen(ptr));
created_on: 1275787387
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: dave0
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<resources>
action: http://www.lysator.liu.se/c/ - http://www.iso-9899.info/wiki/Web_resources - http://www.iso-9899.info/wiki/Books - See also: reference
created_on: 1106813548
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 20
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<restrict>
action: a type qualifier, which may only be used with a pointer type, and which requires that objects referenced through such a pointer must be made through a single pointer value, i.e., no aliases / pointers into other parts of the object are allowed
created_on: 1105427254
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: s00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<rtfb>
action: /say Read the @#&ing Book - Your primary guide for learning C should be a good book (see http://www.iso-9899.info/wiki/Books). You must not expect to become a proficient C programmer just from reading crappy online `tuts', staring at other people's code, and/or boring us to death by asking dozens of exceedingly trivial questions.
created_on: 1192833517
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 9
ref_user: lemonade`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<s&w>
action: /say /When k&r fails, try http://www.smith-wesson.com/
created_on: 1251220163
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_in: ##c
last_referenced_on: 1296283538.80082
2011-01-29 06:03:18 +01:00
owner: ment
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 2
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<scanf>
action: a function that's stupid - "It's nearly impossible to do decent error recovery with scanf; usually it's far easier to read entire lines (with fgets or the like), then interpret them, either using sscanf or some other techniques." - See http://www.eskimo.com/~scs/C-faq/q12.20.html
created_on: 1106970012
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297529870.18051
2010-05-09 01:36:56 +02:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 340
ref_user: Dianora
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<scanf_is_stupid>
action: /say It looks like the !scanf factoid was unsuccessful at convincing you not to use scanf(). scanf() isn't really that stupid, providing you know how to use it correctly. Chris Torek explains some problems with the way scanf() is commonly used and provides methods of solving those problems here: http://bytes.com/topic/c/answers/215517-warning-against-scanf#post840862
created_on: 1264982172
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1288630775.76832
owner: n00p
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<schildt>
action: /say Please avoid Herbert Schildt's C books. See http://www.seebs.net/c/c_tcn4e.html and http://www.lysator.liu.se/c/schildt.html -- Other stuff to avoid: http://www.iso-9899.info/wiki/Main_Page#Stuff_that_should_be_avoided
created_on: 1277949707.2979
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: thfabba
last_referenced_on: 1296400512.38206
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 8
ref_user: ThFabba
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<seed>
action: http://www.stanford.edu/~blp/writings/clc/random-seed.html
created_on: 1201872769
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<seqpoint>
action: http://c-faq.com/expr/seqpoints.html
created_on: 1212874512
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: igli
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<sequencepoint>
action: Evaluation of an expression may produce side effects. At certain specified points in the execution sequence called sequence points, all side effects of previous evaluations shall be complete and no side effects of subsequent evaluations shall have taken place.
created_on: 1263575275
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<sex>
action: /say Sex is allowed in ##C only on weekdays starting with 'T'.
created_on: 1243974321
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1296165746.09034
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 8
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<short>
action: a signed integer data type, at least 16 bits wide, which must be able to represent (at least) all the numbers in the range -32767 to +32767. Its lowest value, SHRT_MIN, and highest value, SHRT_MAX, are defined in <limits.h>
created_on: 1104595429
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: armyriad
last_referenced_on: 1289022942.15464
owner: infobahn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: armyriad
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<sitestats>
action: http://www.iso-9899.info/webstats/
created_on: 1104462371
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pragma_
last_referenced_on: 1296377834.20106
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 3
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<size_t>
action: an unsigned integer type which is the result type of the sizeof operator. A size_t variable can store the size of any object. C90: printf("%lu\n", (unsigned long)sizeof a); C99: printf("%zu\n", sizeof a);
created_on: 1107760223
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1296037148.49069
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 24
ref_user: Maxdamantus
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<sizeof>
action: an operator which yields the size, in bytes, of the expression or the parenthesized type given as its operand. The result type of the sizeof operator is size_t. See also size_t and byte.
created_on: 1108181591
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297299807.19787
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 20
ref_user: carcat
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<smarties>
action: http://www.torek.net/torek/c/index.html
created_on: 1104460794
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<snippets>
action: http://www.iso-9899.info/wiki/Snippets
created_on: 1203783826
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<sometypes>
action: "char a[1]" "char a[2]" "int a" "void a" "void* a[6]"
created_on: 1236414189
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: rsca
last_referenced_on: 1289964335.56925
owner: snhmib
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: rsca
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<spiral>
action: The "Clockwise/Spiral Rule" is a technique for understanding C declarations. See http://c-faq.com/decl/spiral.anderson.html
created_on: 1198028238
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1281464705.34387
owner: Draconx|Laptop
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 11
2011-01-29 06:03:18 +01:00
ref_user: sn5
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-02-13 11:37:28 +01:00
<split>
action: aaaaaaaaaaaaand... split.
created_on: 1297231286.22678
enabled: 1
last_referenced_in: ##c
last_referenced_on: 1297231303.6974
owner: guidj0s
rate_limit: 15
ref_count: 1
ref_user: guidj0s
type: text
2011-01-29 06:03:18 +01:00
<sscanf>
action: /say The sscanf function is similar to scanf, except that its input comes from a string instead of a stream. fgets is commonly used prior to sscanf to provide a simple approach which doesn't leave unmatched bytes on the stream, unlike scanf. Note that sscanf's and sprintf's format specifiers are not perfectly reflective, and that it is possible for fgets to fetch part of a line.
created_on: 1271531720
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1278186086.32073
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<stacktrace>
action: http://www.tlug.org.za/wiki/index.php/Obtaining_a_stack_trace_in_C_upon_SIGSEGV
created_on: 1235765092
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<standard>
action: /say C99 + TC1,2,3 working paper: http://open-std.org/JTC1/SC22/WG14/www/docs/n1256.pdf - Quick C library reference: http://www.acm.uiuc.edu/webmonkeys/book/c_guide/ - An explanation of all C standards: http://clc-wiki.net/wiki/The_C_Standard - Draft ANSI C Rationale: http://www.scribd.com/doc/16306895/Draft-ANSI-C-Rationale
created_on: 1249578326
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297269550.77469
2011-01-29 06:03:18 +01:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 187
ref_user: Chris
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<static>
action: used if the function/variable is only used in one source file, at file scope, it should be declared as static; variables of this storage class are initialised to zero; variables of this storage class which are declared in functions maintain their value between calls to the function
created_on: 1106976976
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296753866.38624
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 19
ref_user: mike_f
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<std>
action: /call standard
created_on: 1247743928
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297269550.77055
2011-01-29 06:03:18 +01:00
owner: Chris
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 238
ref_user: Chris
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<std::>
action: C++, not C. Try #c++
created_on: 1108585411
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: NeverDream
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 3
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<stdarg>
action: interfaces for handling variable argument lists; #include <stdarg.h>; void va_start(va_list ap, arg); void va_copy(va_list dest, va_list src); type va_arg(va_list ap, type); void va_end(va_list ap); see http://www.iso-9899.info/man?stdarg
created_on: 1104404716
enabled: 1
last_referenced_in: ##c
last_referenced_on: 1285562556.49245
owner: prec
rate_limit: 15
ref_count: 3
ref_user: dave0
type: text
2011-02-13 11:37:28 +01:00
<stdc>
action: /call cstd
created_on: 1297391573.67872
enabled: 1
last_referenced_on: 1297391607.12873
owner: pragma_
rate_limit: 15
ref_count: 1
ref_user: carcat
type: text
2011-01-29 06:03:18 +01:00
<stderr>
action: a FILE *, traditionally associated with file descriptor 2
created_on: 1104616252
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
2011-01-29 06:03:18 +01:00
ref_user: s00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<stdin>
action: a FILE *, traditionally associated with file descriptor 0, using fflush() with it is generally pointless
created_on: 1104616182
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 16
ref_user: Major-Willard
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<stdinflush>
action: /say Will fflush(stdin) flush unread characters from the standard input stream? No! See http://www.c-faq.com/stdio/stdinflush.html and http://www.c-faq.com/stdio/stdinflush2.html
created_on: 1193892288
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: thommey
last_referenced_on: 1296514942.16783
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 21
ref_user: thommey
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<stdout>
action: a FILE *, traditionally associated with file descriptor 1
created_on: 1104616210
2010-05-09 01:36:56 +02:00
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: Major-Willard
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<storage>
action: /call linkageandstorage
created_on: 1221600563
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1290596208.41816
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
ref_user: solar_sea
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<str>
action: a reserved file-scope identifier prefix when followed by a lowercase letter
created_on: 1104399552
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1289157280.21692
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: n00p
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<strcat>
action: /say IT CAN ALL GO WRONG!
created_on: 1288807638.54215
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1288807642.57971
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<strcpy>
action: /say IT CAN ALL GO WRONG!
created_on: 1288807630.54684
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1288898006.48959
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: guidj0s
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<string>
action: a contiguous sequence of characters terminated by and including the first null character; http://www.iso-9899.info/wiki/String
created_on: 1179262366
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296988075.66498
2011-01-29 06:03:18 +01:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 62
2011-01-29 06:03:18 +01:00
ref_user: Wulf
type: text
2010-06-20 08:16:48 +02:00
2011-02-13 11:37:28 +01:00
<stringification>
action: /say C pre-processor stringification macros: http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
created_on: 1296689295.26187
enabled: 1
last_referenced_in: ##c
last_referenced_on: 1297291049.60443
owner: pragma_
rate_limit: 15
ref_count: 2
ref_user: pragma_
type: text
<stringify>
action: /call stringification
created_on: 1296689310.59683
enabled: 1
last_referenced_on: 1297291049.60092
owner: pragma_
rate_limit: 15
ref_count: 2
ref_user: pragma_
type: text
2011-01-29 06:03:18 +01:00
<stringptr>
action: /say A pointer to a string is a pointer to its initial (lowest addressed) character. See also: !string
created_on: 1289157592.73858
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: n00p
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<strlen(s)>
action: quite expressive
created_on: 1224143962
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: banisterfiend
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<strncpy>
action: http://c-faq.com/lib/strncpy.html and http://blogs.msdn.com/oldnewthing/archive/2005/01/07/348437.aspx
created_on: 1204705609
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1288807425.0955
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 12
ref_user: bhwhite
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<struct>
action: used to define an abstract data type containing other (possibly nested) data types
created_on: 1104886362
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: caze
last_referenced_on: 1290786647.89142
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 12
ref_user: CaZe
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<support>
action: /say If you are looking for installation support for a particular piece of software, you are in the wrong place. This channel exists for C programmers and those aspiring to be C programmers -- it is not a general software support channel.
created_on: 1108943444
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297024426.07002
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 22
2011-01-29 06:03:18 +01:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<system-dependent>
action: /call doesntcare
created_on: 1199480739
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: jwillia3
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<t&g>
action: The C Answer Book by Clovis L. Tondo and Scott E. Gimpel.
created_on: 1198330155
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: gamag
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: Love4Boobies
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<terminator>
action: http://img223.imageshack.us/img223/7959/stringliteralgg3.png
created_on: 1194839172
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Cin
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<test>
action: /say A test in ##c!
created_on: 1277013257.49081
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1280342241.78681
owner: pbot3
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: SeySayux
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<therule>
action: a C rule that turns an array object into a pointer value. The Rule, as Chris Torek calls it, says: "In a value context, an object of type "array N of T" (for suitable size N and element type T) becomes a value of type "pointer to T", pointing to the first element of that array, i.e., the one with subscript 0." http://web.torek.net/torek/c/pa.html
created_on: 1295884125.80932
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297461936.25364
2011-01-29 06:03:18 +01:00
owner: ouah
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 8
ref_user: Wulf
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<to>
action: a reserved function identifier prefix when followed by a lowercase letter
created_on: 1104400219
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1289963248.42205
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: paideia
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<top10>
action: /say Top 10 beginner mistakes: http://www.andromeda.com/people/ddyer/topten.html (Bonus: find the mistakes within the mistakes!)
created_on: 1193812563
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-26 00:52:55 +01:00
last_referenced_in: ##c
2011-01-29 06:03:18 +01:00
last_referenced_on: 1296164447.10558
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 22
ref_user: sjs205
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<trie>
action: http://www.cs.bu.edu/teaching/c/tree/trie/
created_on: 1205343145
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
2011-01-29 06:03:18 +01:00
ref_user: Wulf_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<trigraph>
action: a three character sequence beginning with two question marks, intended to make using C possible on systems where the usual punctuators are missing, typically from keyboards. these sequence is replaced during phase 1 of translation and takes place even within quoted strings.
created_on: 1104552373
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: pippijn
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<tutorial>
action: http://www.iso-9899.info/wiki/Web_resources#Getting_Started
created_on: 1108597292
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: snhmib
last_referenced_on: 1296174387.59243
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 42
2010-05-09 01:36:56 +02:00
ref_user: snhmib
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<tuts>
action: /say Almost every "tutorial" on the web is written by a person who does not know C well. Would you learn C from such a person? Obtain a good C book (see !books) and read it.
created_on: 1216118004
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: #perl
last_referenced_on: 1296655165.73733
2011-01-29 06:03:18 +01:00
owner: Jafet
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 8
ref_user: rindolf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<types>
action: http://www.ibm.com/developerworks/power/library/pa-ctypes3/ -- http://www.ibm.com/developerworks/views/power/libraryview.jsp?search_by=everything+you+ever+wanted+to+know+about+C+types
created_on: 1289629005.77406
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_in: ##c
last_referenced_on: 1296282951.9489
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 2
ref_user: pragma_
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<union>
action: used to define an abstract data type whose members occupy the same memory
created_on: 1104886538
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1285731738.09649
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: edman007
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<unsigned>
action: a qualifier for integer data types, which renders them incapable of representing negative numbers but increases the number of positive values they can represent.
created_on: 1104595343
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: bgmerrell
last_referenced_on: 1288288185.63506
owner: infobahn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: bgmerrell
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<vla>
action: a variable length array; an array data structure of automatic storage duration whose length is determined at run time (instead of at compile time). Example: void voo(int n) { float arr[n]; }
created_on: 1241436478
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297405288.58811
2011-01-29 06:03:18 +01:00
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 7
ref_user: carcat
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<voidmain>
action: main returns an int, void main() is for dummies
created_on: 1104875507
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pythoned
last_referenced_on: 1296832515.80471
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 8
ref_user: pythoned
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<volatile>
action: a type qualifier, which requires that value caching not be performed.
created_on: 1105427414
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-01-29 06:03:18 +01:00
last_referenced_on: 1288968673.50741
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 9
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<warnings>
action: http://www.iso-9899.info/wiki/WarningFlags
created_on: 1173671019
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297482504.87731
2011-01-29 06:03:18 +01:00
owner: Baughn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 141
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<wcs>
action: a reserved function identifier prefix when followed by a lowercase letter
created_on: 1104399769
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: Saparok
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<wcsftime>
action: convert date and time to wide string, #include <wchar.h>, size_t wcsftime(wchar_t *ws, size_t maxlen, const wchar_t *format, const struct tm *timeptr); returns NULL if the conversion would succeed within maxlen wide characters otherwise the number of codes stored excluding the terminating null wide character, see http://www.iso-9899.info/man?wcsftime
created_on: 1104393957
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: mauke
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<wcsrtombs>
action: convert wide character string to (narrow) character string (restartable), #include <wchar.h>, size_t wcsrtombs(char *s, const wchar_t **ws, size_t len, mbstate_t *ps); returns (size_t)-1 and stores EILSEQ in errno if a wide character is encountered that cannot be converted otherwise the number of bytes in the resulting sequence not including the terminating null character, see http://www.iso-9899.info/man?wcsrtombs
created_on: 1104395426
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<wg14>
action: http://www.open-std.org/jtc1/sc22/wg14/
created_on: 1104460837
2010-06-23 03:23:38 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-23 03:23:38 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
2010-06-29 06:33:27 +02:00
ref_user: pragma_
2011-01-29 06:03:18 +01:00
type: text
2010-06-23 03:23:38 +02:00
2011-02-13 11:37:28 +01:00
<winsock>
action: http://msdn.microsoft.com/en-us/library/ms740673%28v=vs.85%29.aspx
created_on: 1296827238.89673
enabled: 1
last_referenced_in: ##c
last_referenced_on: 1296827241.10531
owner: Wulf
rate_limit: 15
ref_count: 1
ref_user: Wulf
type: text
2011-01-29 06:03:18 +01:00
<x>
action: exactly equivalent to x != 0
created_on: 1267135629
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: mauke
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<x->y>
action: (*x).y
created_on: 1108845393
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 2
2011-01-29 06:03:18 +01:00
ref_user: prec
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<x[y]>
action: syntactic sugar for *(x + y)
created_on: 1106283927
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: pragma_
last_referenced_on: 1295738847.39764
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 34
2011-01-20 02:16:08 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<x[y][z]>
action: syntactic sugar for *(*(x + y) + z)
created_on: 1268438822
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<{>
action: used to commence a block
created_on: 1106528232
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: gracenotes
last_referenced_on: 1296630767.39145
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 8
ref_user: Gracenotes
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<|>
action: the bitwise inclusive OR binary operator
created_on: 1104595595
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 10
2011-01-29 06:03:18 +01:00
ref_user: mordy_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<|=>
action: the bitwise inclusive-OR assignment operator. The expression (x |= y) is equivalent to (x = x | y) except that the expression x is evaluated only once.
created_on: 1107898467
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1290169792.80662
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 11
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<||>
action: the McCarthy logical-or binary operator
created_on: 1106515400
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 11
ref_user: mordy_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<}>
action: used to terminate a block
created_on: 1106528206
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: Jsonic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<~>
action: the bitwise NOT unary operator
created_on: 1104602592
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296927500.13804
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 12
ref_user: Maxdamantus
type: text
[##cc]
<bcpl>
action: http://cnew.abstrakt.li/wiki/Primordial
created_on: 1297562746.40101
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
<bcplman>
action: http://www.cl.cam.ac.uk/users/mr/bcplman.pdf
created_on: 1297563303.18027
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
<chist>
action: /say A History of C, by Ritchie: http://cm.bell-labs.com/cm/cs/who/dmr/chist.html
created_on: 1297486399.2414
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
<intcode>
action: /call bcpl
created_on: 1297562767.03921
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
<ocode>
action: /call bcpl
created_on: 1297562789.1406
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
<rollback>
action: http://cnew.abstrakt.li/wiki/Rollback
created_on: 1297491519.94141
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
<wiki>
action: http://cnew.abstrakt.li/wiki/Main_Page
created_on: 1297562677.90131
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
[##club-ubuntu]
<sudo>
action: /say $args, make your own damn sandwich!
created_on: 1277372207.45751
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297413662.69186
2011-01-29 06:03:18 +01:00
owner: NoCode
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 10
ref_user: kaste
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
[##posix]
<E2BIG>
action: Argument list too long
created_on: 1239972824
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EACCES>
action: Permission denied
created_on: 1239972852
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
rate_limit: 15
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EADDRINUSE>
action: Address already in use
created_on: 1239973057
2011-01-20 02:16:08 +01:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2011-01-20 02:16:08 +01:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2011-01-29 09:33:00 +01:00
type: text
2011-01-20 02:16:08 +01:00
2011-01-29 09:33:00 +01:00
<EADDRNOTAVAIL>
action: Cannot assign requested address
created_on: 1239973059
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2011-01-29 09:33:00 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EADV>
action: Advertise error
created_on: 1239972985
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EAFNOSUPPORT>
action: Address family not supported by protocol
created_on: 1239973054
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EAGAIN>
action: Resource temporarily unavailable
created_on: 1239972852
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_in: wulf
last_referenced_on: 1290332775.70585
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 2
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EALREADY>
action: Operation already in progress
created_on: 1239973097
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EBADE>
action: Invalid exchange
created_on: 1239972945
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EBADF>
action: Bad file descriptor
created_on: 1239972829
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 1
ref_user: Wulf_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EBADFD>
action: File descriptor in bad state
created_on: 1239973005
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EBADMSG>
action: Bad message
created_on: 1239972997
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EBADR>
action: Invalid request descriptor
created_on: 1239972948
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EBADRQC>
action: Invalid request code
created_on: 1239972955
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
rate_limit: 15
ref_count: 0
ref_user: nobody
2010-05-14 04:02:11 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EBADSLT>
action: Invalid slot
created_on: 1239972957
2010-05-14 04:02:11 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EBFONT>
action: Bad font file format
created_on: 1239972962
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EBUSY>
action: Device or resource busy
created_on: 1239972854
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ECANCELED>
action: Operation canceled
created_on: 1239973124
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2011-01-29 06:03:18 +01:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: text
2011-01-29 09:33:00 +01:00
<ECHILD>
action: No child processes
created_on: 1239972831
2011-01-29 06:03:18 +01:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2010-06-04 07:01:16 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ECHRNG>
action: Channel number out of range
created_on: 1239972925
2010-06-04 07:01:16 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ECOMM>
action: Communication error on send
created_on: 1239972992
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ECONNABORTED>
action: Software caused connection abort
created_on: 1239973070
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ECONNREFUSED>
action: Connection refused
created_on: 1239973089
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ECONNRESET>
action: Connection reset by peer
created_on: 1239973072
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EDEADLK>
action: Resource deadlock avoided
created_on: 1239972902
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EDEADLOCK>
action: Resource deadlock avoided
created_on: 1239972960
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EDESTADDRREQ>
action: Destination address required
created_on: 1239973034
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EDOM>
action: Numerical argument out of domain
created_on: 1239972897
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EDOTDOT>
action: RFS specific error
created_on: 1239972994
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EDQUOT>
action: Disk quota exceeded
created_on: 1239973117
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EEXIST>
action: File exists
created_on: 1239972856
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EFAULT>
action: Bad address
created_on: 1239972852
enabled: 1
owner: Wulf4
rate_limit: 15
ref_count: 1
ref_user: Wulf_
type: text
<EFBIG>
action: File too large
created_on: 1239972881
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EHOSTDOWN>
action: Host is down
created_on: 1239973092
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EHOSTUNREACH>
action: No route to host
created_on: 1239973094
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2011-01-20 02:16:08 +01:00
type: text
2011-01-29 09:33:00 +01:00
<EIDRM>
action: Identifier removed
created_on: 1239972923
2011-01-20 02:16:08 +01:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2011-01-20 02:16:08 +01:00
rate_limit: 15
ref_count: 0
ref_user: nobody
2010-06-04 07:01:16 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EILSEQ>
action: Invalid or incomplete multibyte or wide character
created_on: 1239973022
2010-06-04 07:01:16 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EINPROGRESS>
action: Operation now in progress
created_on: 1239973099
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EINTR>
action: Interrupted system call
created_on: 1239972819
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EINVAL>
action: Invalid argument
created_on: 1239972869
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
2011-01-29 09:33:00 +01:00
ref_user: joeyadams
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EIO>
action: Input/output error
created_on: 1239972819
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EISCONN>
action: Transport endpoint is already connected
created_on: 1239973077
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EISDIR>
action: Is a directory
created_on: 1239972867
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EISNAM>
action: Is a named type file
created_on: 1239973112
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EKEYEXPIRED>
action: Key has expired
created_on: 1239973129
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EKEYREJECTED>
action: Key was rejected by service
created_on: 1239973134
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EKEYREVOKED>
action: Key has been revoked
created_on: 1239973132
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EL2HLT>
action: Level 2 halted
created_on: 1239972942
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 1
ref_user: joeyadams
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 09:33:00 +01:00
<EL2NSYNC>
action: Level 2 not synchronized
created_on: 1239972927
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EL3HLT>
action: Level 3 halted
created_on: 1239972930
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 1
ref_user: joeyadams
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EL3RST>
action: Level 3 reset
created_on: 1239972932
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ELIBACC>
action: Can not access a needed shared library
created_on: 1239973009
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ELIBBAD>
action: Accessing a corrupted shared library
created_on: 1239973012
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ELIBEXEC>
action: Cannot exec a shared library directly
created_on: 1239973019
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ELIBMAX>
action: Attempting to link in too many shared libraries
created_on: 1239973017
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ELIBSCN>
action: .lib section in a.out corrupted
created_on: 1239973014
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ELNRNG>
action: Link number out of range
created_on: 1239972935
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ELOOP>
action: Too many levels of symbolic links
created_on: 1239972915
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EMEDIUMTYPE>
action: Wrong medium type
created_on: 1239973122
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EMFILE>
action: Too many open files
created_on: 1239972874
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EMLINK>
action: Too many links
created_on: 1239972897
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EMSGSIZE>
action: Message too long
created_on: 1239973037
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EMULTIHOP>
action: Multihop attempted
created_on: 1239972992
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENAMETOOLONG>
action: File name too long
created_on: 1239972905
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENAVAIL>
action: No XENIX semaphores available
created_on: 1239973110
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENETDOWN>
action: Network is down
created_on: 1239973062
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENETRESET>
action: Network dropped connection on reset
created_on: 1239973067
2010-05-09 01:36:56 +02:00
enabled: 1
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENETUNREACH>
action: Network is unreachable
created_on: 1239973064
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENFILE>
action: Too many open files in system
created_on: 1239972871
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOANO>
action: No anode
created_on: 1239972952
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOBUFS>
action: No buffer space available
created_on: 1239973074
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOCSI>
action: No CSI structure available
created_on: 1239972940
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENODATA>
action: No data available
created_on: 1239972967
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENODEV>
action: No such device
created_on: 1239972861
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOENT>
action: No such file or directory
created_on: 1239972819
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-14 04:02:11 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOEXEC>
action: Exec format error
created_on: 1239972826
2010-05-14 04:02:11 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-14 04:02:11 +02:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOKEY>
action: Required key not available
created_on: 1239973127
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOLCK>
action: No locks available
created_on: 1239972907
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOLINK>
action: Link has been severed
created_on: 1239972983
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOMEDIUM>
action: No medium found
created_on: 1239973119
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOMEM>
action: Cannot allocate memory
created_on: 1239972852
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOMSG>
action: No message of desired type
created_on: 1239972920
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
rate_limit: 15
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENONET>
action: Machine is not on the network
created_on: 1239972975
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2011-01-20 02:16:08 +01:00
type: text
2011-01-29 09:33:00 +01:00
<ENOPKG>
action: Package not installed
created_on: 1239972977
2011-01-20 02:16:08 +01:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
rate_limit: 15
ref_count: 0
ref_user: nobody
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 09:33:00 +01:00
<ENOPROTOOPT>
action: Protocol not available
created_on: 1239973042
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOSPC>
action: No space left on device
created_on: 1239972884
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOSR>
action: Out of streams resources
created_on: 1239972972
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2010-06-06 11:13:17 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOSTR>
action: Device not a stream
created_on: 1239972965
2010-06-23 04:18:26 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-23 04:18:26 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-06-23 04:18:26 +02:00
type: text
2011-01-29 09:33:00 +01:00
<ENOSYS>
action: Function not implemented
created_on: 1239972910
2010-06-06 11:13:17 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOTBLK>
action: Block device required
created_on: 1239972852
2011-01-26 00:52:55 +01:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2011-01-26 00:52:55 +01:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2011-01-26 00:52:55 +01:00
type: text
2011-01-29 09:33:00 +01:00
<ENOTCONN>
action: Transport endpoint is not connected
created_on: 1239973079
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-14 04:02:11 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOTDIR>
action: Not a directory
created_on: 1239972864
2010-05-14 04:02:11 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOTEMPTY>
action: Directory not empty
created_on: 1239972912
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOTNAM>
action: Not a XENIX named type file
created_on: 1239973107
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOTRECOVERABLE>
action: State not recoverable
created_on: 1239973139
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOTSOCK>
action: Socket operation on non-socket
created_on: 1239973032
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENOTTY>
action: Inappropriate ioctl for device
created_on: 1239972876
2010-06-20 08:16:48 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 09:33:00 +01:00
<ENOTUNIQ>
action: Name not unique on network
created_on: 1239973002
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ENXIO>
action: No such device or address
created_on: 1239972821
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 09:33:00 +01:00
<EOPNOTSUPP>
action: Operation not supported
created_on: 1239973049
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EOVERFLOW>
action: Value too large for defined data type
created_on: 1239972999
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EOWNERDEAD>
action: Owner died
created_on: 1239973137
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EPERM>
action: Operation not permitted
created_on: 1239972819
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EPFNOSUPPORT>
action: Protocol family not supported
created_on: 1239973052
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EPIPE>
action: Broken pipe
created_on: 1239972897
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EPROTO>
action: Protocol error
created_on: 1239972992
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EPROTONOSUPPORT>
action: Protocol not supported
created_on: 1239973044
2011-01-20 02:16:08 +01:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
2011-01-20 02:16:08 +01:00
2011-01-29 09:33:00 +01:00
<EPROTOTYPE>
action: Protocol wrong type for socket
created_on: 1239973040
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ERANGE>
action: Numerical result out of range
created_on: 1239972900
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 09:33:00 +01:00
<EREMCHG>
action: Remote address changed
created_on: 1239973007
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EREMOTE>
action: Object is remote
created_on: 1239972980
2011-01-20 02:16:08 +01:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2011-01-20 02:16:08 +01:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2011-01-20 02:16:08 +01:00
type: text
2011-01-29 09:33:00 +01:00
<EREMOTEIO>
action: Remote I/O error
created_on: 1239973114
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ERESTART>
action: Interrupted system call should be restarted
created_on: 1239973024
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EROFS>
action: Read-only file system
created_on: 1239972897
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ESHUTDOWN>
action: Cannot send after transport endpoint shutdown
created_on: 1239973082
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ESOCKTNOSUPPORT>
action: Socket type not supported
created_on: 1239973047
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ESPIPE>
action: Illegal seek
created_on: 1239972886
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ESRCH>
action: No such process
created_on: 1239972819
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 1
ref_user: Wulf_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ESRMNT>
action: Srmount error
created_on: 1239972992
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ESTALE>
action: Stale NFS file handle
created_on: 1239973102
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ESTRPIPE>
action: Streams pipe error
created_on: 1239973027
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ETIME>
action: Timer expired
created_on: 1239972970
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 09:33:00 +01:00
<ETIMEDOUT>
action: Connection timed out
created_on: 1239973087
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ETOOMANYREFS>
action: Too many references: cannot splice
created_on: 1239973084
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-14 04:02:11 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<ETXTBSY>
action: Text file busy
created_on: 1239972879
2010-05-14 04:02:11 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 1
ref_user: Wulf4
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EUCLEAN>
action: Structure needs cleaning
created_on: 1239973104
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EUNATCH>
action: Protocol driver not attached
created_on: 1239972937
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EUSERS>
action: Too many users
created_on: 1239973029
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
rate_limit: 15
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EWOULDBLOCK>
action: Resource temporarily unavailable
created_on: 1239972917
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EXDEV>
action: Invalid cross-device link
created_on: 1239972859
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<EXFULL>
action: Exchange full
created_on: 1239972950
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<SIGBUS>
action: a signal sent when an address is referenced that is not correctly aligned
created_on: 1107559298
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 2
ref_user: Major-Willard
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<SIGSEGV>
action: a signal sent when an address is referenced that has not been allocated to your virtual address space
created_on: 1104612469
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<SIGUSR1>
action: a signal reserved for unspecified user process use
created_on: 1104612781
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<SIGUSR2>
action: a signal reserved for unspecified user process use
created_on: 1104613039
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:50:38 +01:00
<apue>
action: Advanced Programming in the UNIX Environment, by Stevens and Rago, see http://www.apuebook.com/
created_on: 1268625692
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297526383.0287
2011-01-29 09:50:38 +01:00
owner: PoppaVic
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 25
ref_user: Dianora
2011-01-29 09:50:38 +01:00
type: text
<apue2>
action: http://www.apuebook.com/
created_on: 1197696012
enabled: 1
owner: kp
rate_limit: 15
ref_count: 5
ref_user: Draconx
type: text
2011-01-29 09:33:00 +01:00
<beej>
action: http://beej.us/guide/bgnet/
created_on: 1186757356
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_in: ##c
last_referenced_on: 1292206426.74268
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 73
ref_user: snhmib
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:50:38 +01:00
<gettimeofday>
action: a function that returns the time in seconds and milliseconds since the epoch (Thursday, January 1 1970) and the local timezone
created_on: 1104639290
enabled: 1
owner: Major-Willard
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
<ipc>
action: /say IPC is Inter-Process Communication. A nice tutorial for UNIX is at http://www.ecst.csuchico.edu/~beej/guide/ipc/
created_on: 1104609621
enabled: 1
owner: twkm
rate_limit: 15
ref_count: 7
ref_user: n00p
type: text
2011-01-29 09:33:00 +01:00
<posix>
action: /say The Open Group Base Specifications Issue 6: http://www.opengroup.org/onlinepubs/009695399/
created_on: 1179496311
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_in: pragma_
last_referenced_on: 1295723488.7735
owner: pragma_
2011-01-29 06:03:18 +01:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 17
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:50:38 +01:00
<pth>
action: http://www.gnu.org/software/pth/
created_on: 1181487162
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296694044.23265
2011-01-29 09:50:38 +01:00
owner: PoppaVic
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 7
ref_user: pragma_
2011-01-29 09:50:38 +01:00
type: text
<raw_ping>
action: http://courses.cs.vt.edu/~cs4254/fall04/slides/raw_1.pdf
created_on: 1203042361
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 1
ref_user: pragma_
type: text
<unbufferedgetc>
action: /say How to disable line-buffering with termios: http://shtrom.ssji.net/skb/getc.html
created_on: 1106032892
enabled: 1
last_referenced_on: 1278255236.92206
owner: pragma_
rate_limit: 15
ref_count: 10
ref_user: pragma_
type: text
<unixfaq>
action: http://www.erlenstar.demon.co.uk/unix/faq_toc.html
created_on: 1104460642
enabled: 1
last_referenced_on: 1281777553.47855
owner: twkm
rate_limit: 15
ref_count: 3
ref_user: luneff
type: text
<unp>
action: /call unp1
created_on: 1269767264
enabled: 1
last_referenced_on: 1292267014.95146
owner: pragma_
rate_limit: 15
ref_count: 42
ref_user: ws
type: text
<unp1>
action: Unix Network Programming Vol I: http://www.unpbook.com/
created_on: 1195011079
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297526401.44707
2011-01-29 09:50:38 +01:00
owner: pragma_
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 127
ref_user: Dianora
2011-01-29 09:50:38 +01:00
type: text
<unp2>
action: unix network programming, volume 2: interprocess communications, by stevens, see http://www.kohala.com/start/unpv22e/unpv22e.html
created_on: 1104636219
enabled: 1
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297526408.81251
2011-01-29 09:50:38 +01:00
owner: twkm
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 25
ref_user: Dianora
type: text
[#foo]
<test1>
action: /me smiles
created_on: 1296376399.97413
enabled: 1
last_referenced_in: pragma_
last_referenced_on: 1296376402.05111
owner: pragma_
rate_limit: 15
ref_count: 1
ref_user: pragma_
2011-01-29 09:50:38 +01:00
type: text
2011-02-13 11:37:28 +01:00
[#foobar]
2011-01-29 09:33:00 +01:00
[#pbot2]
<resistance>
action: futile.
created_on: 1195527445
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_in: #pbot2
last_referenced_on: 1296270012.10031
owner: kp
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 1
ref_user: pragma_
2010-06-20 08:16:48 +02:00
type: text
2011-02-13 11:37:28 +01:00
[#pbot2-test]
2011-01-29 09:33:00 +01:00
[#philosophy]
<advice>
action: /say $advicepredicate $advicehelper.
created_on: 1258762773
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_in: ##c
last_referenced_on: 1292382199.87372
owner: PARLIAMENT
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 28
ref_user: guidj0s
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<advicehelper>
action: "do it" "not do it"
created_on: 1258762756
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: PARLIAMENT
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<advicehelper2>
action: "would" "would not" might "could possibly" may "may not" "couldn't possibly"
created_on: 1258763100
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<advicehelper3>
action: wise dumb smart stupid
created_on: 1258763112
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<advicepredicate>
action: "I recommend to" "My advice is to" "I think it $advicehelper2 be $advicehelper3 to" "I think it $advicehelper2 be $advicehelper3 to" "I think it $advicehelper2 be $advicehelper3 to" "I think it $advicehelper2 be $advicehelper3 to" "I think it $advicehelper2 be $advicehelper3 to"
created_on: 1258763084
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<death>
action: http://www.newscientist.com/article/mg19626252.800
created_on: 1262505629
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 1
ref_user: n00p
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 09:33:00 +01:00
<everything>
action: for the best, right?
created_on: 1264580456
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_on: 1280442244.75866
owner: Nately
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 3
ref_user: Midass
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<evilandomnipotence>
action: http://www.ditext.com/mackie/evil.html
created_on: 1260213447
2011-01-20 02:16:08 +01:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: pragma_
2011-01-20 02:16:08 +01:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 1
ref_user: n00p
2011-01-20 02:16:08 +01:00
type: text
2011-01-29 09:33:00 +01:00
<existence>
action: /say The most basic property is the property that there are no properties; which is a property in itself. The most basic object is the void; which by the same vein of the first sentence means that there cannot be a void. Everything and nothing is filled with something. Existence is simply a paradox of contradictions and opposite reactions. Ones and zeroes, truth and fiction. Everything that shall be will be. A collective imagination of sentience.
created_on: 1258974955
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 10
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<fool>
action: /say He who asks a question may be a fool for five minutes; he who does not ask a question remains a fool forever.
created_on: 1194366107
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_in: pseudonymous
last_referenced_on: 1296107642.23715
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 15
ref_user: pseudonymous
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<gamers>
action: http://infovore.org/talks/if-gamers-ran-the-world/
created_on: 1228387329
2011-01-29 06:03:18 +01:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: pragma_
2011-01-29 06:03:18 +01:00
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
2011-01-29 09:33:00 +01:00
<godprogrammer>
action: /say It's not unreasonable that if computer programmers developed an autonomous self-learning/self-correcting AI world and allowed it to run for several billion iterations; then came back to it, that they may not be able to alter it without destroying it. If such a programmer were to have orginally created debug routines and backdoors, such code would ultimately point to obsolete code regions.
created_on: 1260214264
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_in: ##c
last_referenced_on: 1287610343.13599
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 11
ref_user: Love4Boobies
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<mankind>
action: http://etext.virginia.edu/toc/modeng/public/VanStor.html
created_on: 1277818342.77735
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_in: remoun
last_referenced_on: 1290889231.26566
owner: pragma_
rate_limit: 15
ref_count: 2
ref_user: Remoun
type: text
<meaning>
action: http://users.aristotle.net/~diogenes/meaning1.htm
created_on: 1269729905
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-14 04:02:11 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<meat>
action: http://baetzler.de/humor/meat_beings.html -- What aliens would say if they discovered Earth
created_on: 1260485203
2010-05-14 04:02:11 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_in: gionnico
last_referenced_on: 1287612645.89854
owner: pragma_
rate_limit: 15
ref_count: 2
ref_user: gionnico
type: text
<onedim-man>
action: http://www.marcuse.org/herbert/pubs/64onedim/odmcontents.html
created_on: 1258771422
enabled: 1
last_referenced_in: ##c
last_referenced_on: 1285212597.51546
owner: pragma_
rate_limit: 15
ref_count: 2
ref_user: JodaZ
type: text
<phil31>
action: http://philosophy.ucsd.edu/faculty/dbrink/courses/31-05/
created_on: 1258966138
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 2
ref_user: n00p
type: text
<questions>
action: http://www.roangelo.net/logwitt/logwit12.html
created_on: 1258590235
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296704854.11099
2011-01-29 09:33:00 +01:00
owner: pragma_
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 3
ref_user: pragma_
2011-01-29 09:33:00 +01:00
type: text
<scale>
action: /say The scale of the Universe: http://htwins.net/scale/index.html
created_on: 1282252138.81919
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-14 04:02:11 +02:00
ref_count: 0
ref_user: nobody
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 09:33:00 +01:00
<sky>
action: /say The sky is $colors.
created_on: 1186181196
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: #philosophy
last_referenced_on: 1296345007.5248
2011-01-29 09:33:00 +01:00
owner: upd
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 22
ref_user: pragma_
2011-01-29 09:33:00 +01:00
type: text
<stinkin-thinkin>
action: http://psychcentral.com/lib/2006/the-top-10-types-of-stinkin-thinkin/
created_on: 1203669727
enabled: 1
owner: _pragma
rate_limit: 15
ref_count: 1
ref_user: pragma_
type: text
<thesims>
action: /say It's not entirely unreasonable that God is just a computer programmer and we're just The Sims; albeit with a very complex and intelligent autonomous AI that is capable of deluding us into thinking we have free-will. See also !godprogrammer
created_on: 1260214746
enabled: 1
last_referenced_in: #pbot2
last_referenced_on: 1296270243.39787
owner: pragma_
rate_limit: 15
ref_count: 4
ref_user: pragma_
type: text
<theworld>
action: http://strangemaps.files.wordpress.com/2006/11/800px-reagan-digitised-poster.JPG -- http://interactive.usc.edu/members/nsharkasi/americanworld.jpg -- http://cdn.epltalk.com/wp-content/uploads/2009/10/world-according-to-americans.jpg -- http://img293.imageshack.us/img293/2952/usworldem8.jpg
created_on: 1262055589
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 1
ref_user: n00p
type: text
<thingswedo>
action: http://faculty.ed.uiuc.edu/g-cziko/twd/pdf/index.html
created_on: 1259592605
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<trolley>
action: http://www.saintgasoline.com/comics/2007-03-04-Allegory_of_Trolley_Problem_Paradox.JPG
created_on: 1275605468
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: #philosophy
last_referenced_on: 1296337652.65433
2011-01-29 09:33:00 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 2
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<validity>
action: http://www.jimpryor.net/teaching/vocab/validity.html
created_on: 1260221360
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: pragma_
rate_limit: 15
ref_count: 2
ref_user: n00p
type: text
[.*]
<.*love\s+.*>
action: lovequote
created_on: 1271635108
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2011-01-29 09:33:00 +01:00
type: regex
<.*thank\s+(you|u).*>
action: thanks
created_on: 1251695217
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
type: regex
</say>
action: /call say
created_on: 1251694751
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297478711.69602
2011-01-29 09:33:00 +01:00
owner: pragma_
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 15
ref_user: pragma_
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 09:33:00 +01:00
<0>
action: !1
created_on: 1268450206
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_on: 1277899716.06298
owner: Maxdamantus
rate_limit: 15
ref_count: 3
ref_user: pragma_
type: text
<1>
action: !0
created_on: 1268450213
enabled: 1
owner: Maxdamantus
rate_limit: 15
ref_count: 1
ref_user: Maxdamantus
type: text
<10words>
action: http://theoatmeal.com/comics/misspelling
created_on: 1262461605
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 1
ref_user: n00p
type: text
<20q>
action: /say If you have a question, please be specific and concise. Don't ask questions like 'Does anyone know how to ...' or 'What is the best way to ...'. We do not have the time or patience to play a game of 20 questions with people that are not capable of articulating properly. See also: http://catb.org/~esr/faqs/smart-questions.html
created_on: 1215709795
enabled: 1
last_referenced_on: 1277900053.49188
owner: Jafet
rate_limit: 15
ref_count: 3
ref_user: pragma_
type: text
<21days>
action: http://norvig.com/21-days.html
created_on: 1177064329
enabled: 1
owner: kate`
rate_limit: 15
ref_count: 18
ref_user: cppn3wbee
type: text
<2html.vim>
action: #!/bin/sh vim -n -c ':so \$VIMRUNTIME/syntax/2html.vim' -c ':wqa' \$1 > /dev/null 2> /dev/null
created_on: 1183513530
enabled: 1
last_referenced_in: ##c
last_referenced_on: 1296268938.05751
owner: pragma_
rate_limit: 15
ref_count: 6
ref_user: pragma_
type: text
<3star>
action: http://c2.com/cgi/wiki?ThreeStarProgrammer
created_on: 1111867182
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296333992.18419
2011-01-29 09:33:00 +01:00
owner: pragma_
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 8
2011-01-29 09:33:00 +01:00
ref_user: pragma_
type: text
<6thsense>
action: http://www.movie-moron.com/wp-content/gallery/various/I-See-Stupid-People.jpg
created_on: 1262501664
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 2
ref_user: n00p
type: text
<8ball>
action: /say $nick, $answers
created_on: 1193948417
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297527967.14071
2011-01-29 09:33:00 +01:00
owner: pragma_
rate_limit: 0
2011-02-13 11:37:28 +01:00
ref_count: 841
ref_user: Dianora
2011-01-29 09:33:00 +01:00
type: text
<:(>
action: /call :)
created_on: 1180052710
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297390548.50173
2011-01-29 09:33:00 +01:00
owner: pragma_
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 17
ref_user: pragma_
2011-01-29 09:33:00 +01:00
type: text
<:)>
action: /say $faces
created_on: 1109365121
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297390548.51055
2011-01-29 09:33:00 +01:00
owner: pragma_
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 121
ref_user: pragma_
2011-01-29 09:33:00 +01:00
type: text
<:-(>
action: /call :)
created_on: 1180052743
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<:-)>
action: /call :)
created_on: 1180052725
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: pragma_
rate_limit: 15
ref_count: 3
ref_user: lemonade`
type: text
<:-D>
action: /call :)
created_on: 1180052738
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<:-P>
action: /call :)
created_on: 1180052730
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: pragma_
rate_limit: 15
ref_count: 2
ref_user: yobo2
type: text
<:-p>
action: /call :)
created_on: 1180052734
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<:D>
action: /call :)
created_on: 1180052717
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297028844.83873
2011-01-29 09:33:00 +01:00
owner: pragma_
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 12
ref_user: NinoScript
2011-01-29 09:33:00 +01:00
type: text
<:o>
action: /call :)
created_on: 1180052721
enabled: 1
last_referenced_on: 1295697348.33155
owner: pragma_
rate_limit: 15
ref_count: 6
ref_user: pragma_
type: text
<:p>
action: /call :)
created_on: 1180052714
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297028847.23758
2011-01-29 09:33:00 +01:00
owner: pragma_
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 3
ref_user: NinoScript
2011-01-29 09:33:00 +01:00
type: text
<;)>
action: /me $body_action seductively.
created_on: 1109657503
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 6
ref_user: veronica_
type: text
<APPALLING>
action: Acronym Production Particularly At Lavish Level Is No Good
created_on: 1108954548
enabled: 1
owner: Major-Willard
rate_limit: 15
ref_count: 3
ref_user: lemonade`
type: text
<BFS>
action: Breadth First Search -- http://en.wikipedia.org/wiki/Breadth-first_search
created_on: 1242883241
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 1
ref_user: zacs7
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<DFS>
action: Depth First Search -- http://en.wikipedia.org/wiki/Depth-first_search
created_on: 1242883141
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
owner: Chris
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 1
ref_user: Chris
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<GIGO>
action: garbage in, garbage out
created_on: 1174497896
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<GP>
action: General Purpose
created_on: 1107533027
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<IB>
action: implementation defined behaviour
created_on: 1253031223
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<IMP>
action: Interface Message Processor
created_on: 1108947650
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<LE>
action: Learning Experience. Any LE is a good one, as long as you survive it.
created_on: 1266717828
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
2011-01-29 06:03:18 +01:00
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<LFS>
action: http://en.wikipedia.org/wiki/Large_file_support
created_on: 1183700942
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: vorpal
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<Lt-Col-Kilgore>
action: 1st of the 9th, air-mobile
created_on: 1106871669
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Lt-Col-Kilgore
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<Major-Willard>
action: a $sizes $colors gun totin non-jesus freak
created_on: 1104594621
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: defrost
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 9
ref_user: kate`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<Pascal>
action: "A program language named after a man who would turn over in his grave if he knew about it."
created_on: 1108206649
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277542016.49202
owner: Tom^
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: megabraker
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<Plan9>
action: written in C, it's free and you can find it here: http://plan9.bell-labs.com/plan9dist or /join #plan9
created_on: 1106978951
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: solar_sea
last_referenced_on: 1290597484.42051
owner: Major-Willard
rate_limit: 15
ref_count: 1
ref_user: solar_sea
type: text
<QED>
action: from the Latin; therin lies the proof
created_on: 1106890375
enabled: 1
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<SDL>
action: http://www.libsdl.org
created_on: 1107541279
2010-06-20 08:16:48 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277542232.75328
owner: Tom^
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: megabraker
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<SNAFU>
action: Situation Normal All Fucked Up
created_on: 1109292157
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: Major-Willard
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<SOP>
action: "Standard Operating Procedure"
created_on: 1107543001
2010-05-09 01:36:56 +02:00
enabled: 1
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<TARFU>
action: Things Are Really Fucked Up
created_on: 1109292407
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<TIL>
action: "Threaded Interpretive Language"
created_on: 1107798020
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296694066.21827
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 3
ref_user: crct
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<TLI>
action: "Too Little Info"
created_on: 1107535494
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
2011-01-29 06:03:18 +01:00
ref_user: PoppaVic
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<TMI>
action: "Too Much Info"
created_on: 1107535524
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<UB>
action: undefined behavior. See, http://en.wikipedia.org/wiki/Undefined_behavior
created_on: 1177692387
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296769563.26882
2011-01-29 06:03:18 +01:00
owner: LordOllie
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 12
ref_user: ouah
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<UTSL>
action: /say Use the source, Luke!
created_on: 1229211575
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 10
ref_user: Wulf4
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<Zhivago>
action: http://bigeyedeer.files.wordpress.com/2008/07/graf.gif
created_on: 1217055595
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: wulf
last_referenced_on: 1287507131.87423
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 13
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<\Wbot(\W|$).*>
action: say $bot_reply
created_on: 1275630337
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: candide
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<\Wcake(.*)>
action: say $the_cake
created_on: 1195100298
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<\n>
action: (new line) Moves the active position to the initial position of the next line.
created_on: 1244570270
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: Wulf_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<\r>
action: (carriage return) Moves the active position to the initial position of the current line.
created_on: 1244570284
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277228153.1788
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^am\s(.*)>
action: 8ball
created_on: 1195010735
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
<^aren?'?t?\s(.*)>
action: 8ball
created_on: 1195010513
2010-06-29 06:33:27 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-29 06:33:27 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-29 06:33:27 +02:00
2011-01-29 06:03:18 +01:00
<^bot(.*)>
action: say $bot_reply
created_on: 1195528219
2010-06-04 07:01:16 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^cake(.*)>
action: say $the_cake
created_on: 1195100325
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^can'?t?\s(.*)>
action: 8ball
created_on: 1195010466
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^do[n't]+?\s(.*)>
action: 8ball
created_on: 1195010567
2010-05-27 00:35:01 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^do\s.*>
action: 8ball
created_on: 1277879456.23137
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^how>
action: 8ball
created_on: 1271202576
2011-01-20 02:16:08 +01:00
enabled: 1
owner: pragma_
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^how\s(.*)>
action: say $nick, $how_answers
created_on: 1195010357
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^i\s(.*)>
action: say That's $severity $question_type, $nick.
created_on: 1195247407
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^isn?'?t?\s(.*)>
action: 8ball
created_on: 1195010631
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^wh?(a|u)t'?s?\s?up>
action: hi
created_on: 1194255564
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^what\s(.*)>
action: say $nick, $what_answers
created_on: 1195012121
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2011-01-20 02:16:08 +01:00
2011-01-29 06:03:18 +01:00
<^what\sis\s(.*)>
action: def2 $1
created_on: 1195009982
2011-01-20 02:16:08 +01:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2011-01-20 02:16:08 +01:00
rate_limit: 15
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^who\sis\s(.*)>
action: def2 $1
created_on: 1195009578
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^will\s(.*)>
action: 8ball
created_on: 1195010657
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^won'?t\s(.*)>
action: 8ball
created_on: 1195010690
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^wouldn?'?t?\s(.*)>
action: 8ball
created_on: 1195010814
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<^you\s([^.,!?;]+).*$>
action: say I $1? $reaction
created_on: 1194384930
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<acronym>
action: acronym.pl
created_on: 1105953751
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1297387312.68608
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 492
ref_user: Dianora
2010-06-20 08:16:48 +02:00
type: module
2011-01-29 06:03:18 +01:00
<adjective>
action: fail stupid ignorant annoying awesome unique able adorable adventurous active afraid aggressive amusing awful bad bitter brief careless careful dark dangerous cheap chilly clean
created_on: 1254003465
enabled: 1
owner: syntropy
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
<admins>
action: /call list admins
created_on: 1192736884
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
2011-01-20 02:16:08 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ago>
action: ago.pl
created_on: 1277256899.15762
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: pragma_
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297028655.69719
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 29
2011-01-29 06:03:18 +01:00
ref_user: pragma_
type: module
<aids>
action: "There's no easy way to say this. You got aids. Yuck! :x" $noaids $noaids $noaids "You contracted aids from $who_answers!" "You were attacked by a $animals! You now have aids." $noaids $noaids
created_on: 1264285407
enabled: 1
last_referenced_in: pseudonymous
last_referenced_on: 1296033123.49287
owner: PARLIAMENT
rate_limit: 15
ref_count: 3
ref_user: pseudonymous
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<aidsroulette>
action: /say $aids
created_on: 1264285308
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PARLIAMENT
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 109
ref_user: notk0
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<alias>
action: /call factalias
created_on: 1277259091.375
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297562789.14009
2011-01-29 06:03:18 +01:00
owner: pbot3
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 24
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<aliases>
action: /call find ^/call
created_on: 1179677200
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277953841.43233
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 26
2011-01-26 00:52:55 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<animal_nouns>
action: wet overweight bloated skinny shaved dirty rabid drooling aroused fat filthy golden timid aggressive rabid shy demure seductive
created_on: 1108981750
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<animals>
action: armadillo whale hyena squid trout hedgehog cat pig buffalo earthworm alligator turkey chicken cock badger calf platypus grue
created_on: 1108931430
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297284537.3114
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 11
ref_user: pointlessfamine
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<ansicode>
action: http://www.inwap.com/pdp10/ansicode.txt
created_on: 1107812373
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ansiprint>
action: http://linuxgazette.net/issue65/padala.html
created_on: 1230592488
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: sig^
last_referenced_on: 1291298282.76431
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: sig^
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<answers>
action: Yes. "Most likely." No. "I think not." Brilliant! "Are you a $sizes $idiot?" "Definitely not." "Most assuredly." Absolutely! "Not likely!" "Do I look like I care?" "Ask again later." "Outlook good." "Outlook not so good." "Reply hazy, try again." "Forget it!" "Yeah, right." "As if!" "Can has happy fun time!" "Signs point to yes." "You may rely on it." "That gives me an idea!"
created_on: 1195010969
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-01-29 06:03:18 +01:00
last_referenced_on: 1285996804.04893
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
ref_user: dave0
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<apropos>
action: /call man
created_on: 1278231978.63715
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1278231989.69858
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ask>
action: /say If you have a question, just ask. If somebody knows, they'll answer :) For best results, be specific, informative, complete, concise and on-topic! Don't ask if you can ask a question. Don't ask if anyone uses/knows about foo. Please don't be demanding or insulting. Remember, we're all volunteers. Also see: http://www.catb.org/~esr/faqs/smart-questions.html
created_on: 1106341082
enabled: 1
last_referenced_in: ##c
last_referenced_on: 1292269408.98364
owner: pragma_
rate_limit: 15
ref_count: 223
ref_user: bone
type: text
<asm>
action: /call cc -lang=asm
created_on: 1273436768
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296351192.82698
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 6
ref_user: pragma_
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<assume>
action: /say Assumption is the mother of all fuck-ups.
created_on: 1204315475
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: PoppaVic
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<attack>
action: /call slap
created_on: 1275116449
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1280851303.24685
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: Cammaaron
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<attacks>
action: thwaps smacks whacks whaps whips thwacks bashes boots headbutts bitchslaps punts
created_on: 1108933612
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1280851293.33563
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
ref_user: Cammaaron
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<autoshit>
action: the portability whore that is GNU autoconf/automake/configure/aclocal/libtool/sh/m4 messes that are NOT portable
created_on: 1104954897
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 9
2011-01-20 02:16:08 +01:00
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<autotools>
action: http://sources.redhat.com/autobook/
created_on: 1107806042
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: veronica_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<awaken>
action: /call unignore .* $args
created_on: 1258799692
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277906938.22876
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: pragma_
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<away>
action: http://sackheads.org/~bnaylor/spew/away_msgs.html
created_on: 1177950209
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Shadewalker
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<b1>
action: bashphorism 1: the questioner's first description of the problem/question will be misleading.
created_on: 1183722776
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: notadev
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 8
ref_user: lemonade`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<b2>
action: bashphorism 2: The questioner will keep changing the original question until it drives the helpers in the channel insane.
created_on: 1183722799
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: notadev
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: kate`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<badcode>
action: http://www.exmsft.com/~hanss/badcode.htm
created_on: 1232034710
2010-06-20 08:16:48 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1284486099.08916
2010-06-20 08:16:48 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: DrDuck
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<bash>
action: /call cc -lang=bash
created_on: 1273286262
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1289189827.35093
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 104
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<beer>
action: The breakfast of champions
created_on: 1110681030
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1296165116.5586
owner: dooky
rate_limit: 15
ref_count: 9
ref_user: sjs205
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<bf>
action: /call cc -lang=bf
created_on: 1275123815
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: vixey
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<bite>
action: /me bites $args. Yummy!
created_on: 1244945112
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1296064516.80154
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: ManDay
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<blamethecompiler>
action: a common disease mostly contracted by beginning programmers. There is no known cure except that over time, outbreaks will occur with less and less frequency.
created_on: 1106336163
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: sacho
last_referenced_on: 1289935049.26651
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: sacho
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<bodily_action>
action: vomits sneezes coughs snores yawns
created_on: 1108935242
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<body_action>
action: snorts coughs sneezes snores chokes spasms "cracks his neck" "scratches his butt"
created_on: 1109657461
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<body_part>
action: arm hand head foot leg face ass ear nose neck "left buttock" nuts
created_on: 1109021527
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<bookorder>
action: SICP -> I2A -> TAOCP -> APUE
created_on: 1198331081
enabled: 1
last_referenced_in: cthuluh
last_referenced_on: 1283864464.08512
owner: gamag
rate_limit: 15
ref_count: 3
ref_user: cthuluh
type: text
2011-01-29 06:03:18 +01:00
<booty(.*)>
action: me wiggles her butt.
created_on: 1195532640
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
<bot_reply>
action: "Bot? Where?" "We can't stop here, this is bot country!" "Who's a bot?"
created_on: 1195528131
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: text
2010-06-30 07:42:50 +02:00
2011-01-29 06:03:18 +01:00
<botsnack>
action: /me $eat_adverbs $eat_actions her $snacks.
action_with_args: /me gives $args a $sizes $snacks.
created_on: 1174693123
2010-06-30 07:42:50 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297550135.94629
2010-06-30 07:42:50 +02:00
owner: pragma_
2011-01-29 06:03:18 +01:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 254
ref_user: Wulf
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<bottom_up>
action: http://www.paulgraham.com/progbot.html
created_on: 1187190800
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<bounce>
action: /me bounces around.
created_on: 1108872842
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-01-29 06:03:18 +01:00
last_referenced_on: 1295814588.22762
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 17
ref_user: jadugar
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<british>
action: http://www.effingpot.com/index.shtml
created_on: 1208327851
2010-06-20 08:16:48 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: #pbot2
last_referenced_on: 1296177515.05824
2010-06-20 08:16:48 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: pragma_
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<bye>
action: /say $bye_words, $nick
created_on: 1109365229
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: architekt
last_referenced_on: 1296687232.72511
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 39
ref_user: architekt
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<bye!>
action: /say Excellently observed, $nick, but let us cultivate our garden.
created_on: 1109793039
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: gionnico
last_referenced_on: 1287612650.65304
owner: NeverDream
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: gionnico
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<bye_words>
action: Bye Later Adios Good-bye Sayonara Bye-bye "See you later"
created_on: 1109013658
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 3
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-02-13 11:37:28 +01:00
<c.char>
action: tristate: it's the only integral type suffering 3 states: signed, unsigned, and "char". The latter is platform and compiler discretionary. char is the smallest-addressable-unit, and ALWAYS sizeof==1. Are.You.Having.Fun.Yet
created_on: 1296776524.89356
enabled: 1
last_referenced_in: ##c
last_referenced_on: 1296776533.89448
owner: PoppaVic
rate_limit: 15
ref_count: 1
ref_user: PoppaVic
type: text
2011-01-29 06:03:18 +01:00
<c10k>
action: the c10k problem, see http://www.kegel.com/c10k.html
created_on: 1104635961
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1278984575.38732
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 11
ref_user: apples
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<c2english>
action: c2english.pl
created_on: 1296182059.70458
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: kulp
last_referenced_on: 1297583700.02023
2011-01-29 06:03:18 +01:00
owner: pragma_
rate_limit: 0
2011-02-13 11:37:28 +01:00
ref_count: 143
ref_user: kulp
2011-01-29 06:03:18 +01:00
type: module
<caio>
action: /call bye
created_on: 1193167316
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 1
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<calc>
action: /call math
created_on: 1193082106
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1290909275.35169
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 32
ref_user: Aegis_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<callgraph>
action: /say Generating a potential call graph from an RTL dump: http://www.gson.org/egypt/
created_on: 1247207074
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ouah
last_referenced_on: 1292234448.30969
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 9
ref_user: ouah
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<calvinandhobbes>
action: http://progressiveboink.com/archive/calvinhobbes.htm
created_on: 1273441671
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<candide>
action: a bot. See http://www.iso-9899.info/wiki/Candide for more information.
created_on: 1107122441
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297305659.4392
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 59
ref_user: carcat
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cast>
action: /call cdecl cast
created_on: 1191042665
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296379461.15222
2010-05-09 01:36:56 +02:00
owner: pragma_
2011-01-29 06:03:18 +01:00
rate_limit: 0
2011-02-13 11:37:28 +01:00
ref_count: 58
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cbad>
action: /call size
created_on: 1199480037
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Baughn_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: pragma_
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<cc>
action: /call compiler $nick
created_on: 1272176634
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297587753.01066
2010-05-09 01:36:56 +02:00
owner: pragma_
2011-02-13 11:37:28 +01:00
rate_limit: 4
ref_count: 9797
ref_user: carcat
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cc2>
action: /call codepad $nick
created_on: 1269788333
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297489324.40107
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 1170
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cc3>
action: /call ideone $nick
created_on: 1291939644.25307
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297489400.81462
2011-01-29 06:03:18 +01:00
owner: pragma_
rate_limit: 0
2011-02-13 11:37:28 +01:00
ref_count: 407
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cdecl>
action: cdecl.pl
created_on: 1191041914
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: kulp
last_referenced_on: 1297376941.30991
2011-01-29 06:03:18 +01:00
owner: pragma_
rate_limit: 0
2011-02-13 11:37:28 +01:00
ref_count: 2902
ref_user: kulp
2011-01-29 06:03:18 +01:00
type: module
<cgisock>
action: See http://www.cyberspace.org/~pfv/libcgisock.html for a nifty little module for the Apache Web Server that allows a browser to connect to programs already loading and running on remote systems via the ubiquitous Unix-Socket.
created_on: 1106002098
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ikarus
last_referenced_on: 1296827247.38911
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 1
ref_user: Ikarus
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<change>
action: /call factchange
created_on: 1277259441.33026
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297489338.43744
2011-01-29 06:03:18 +01:00
owner: pbot3
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 31
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<changelist>
action: http://code.google.com/p/pbot2-pl/source/list
created_on: 1275818314
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277165352.6388
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
2010-05-09 01:36:56 +02:00
ref_user: pragma_
2010-05-14 04:02:11 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<changes>
action: /say My changelist: http://code.google.com/p/pbot2-pl/source/list
created_on: 1295696760.24981
2010-06-23 04:15:13 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1296689987.84862
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-23 04:15:13 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 6
2011-01-20 02:16:08 +01:00
ref_user: pragma_
2010-06-23 04:15:13 +02:00
type: text
2011-01-29 06:03:18 +01:00
<charset>
action: a character set is a set of characters. http://www.cs.tut.fi/~jkorpela/chars.html
created_on: 1107982156
2010-05-14 04:02:11 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: richardus
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<ciao>
action: /call bye
created_on: 1296179551.55168
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1296179555.47104
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cluebat>
action: /me whacks $args with a $sizes $colors cluebat.
created_on: 1208762427
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: andy
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<codeblocks>
action: /say Code::Blocks is a fairly popular IDE for C and C++ development. Some folks beef that it has been distributing nightly builds and not releasing stable ones for quite some time now, others like it for this very fact. http://codeblocks.org
created_on: 1185606931
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Jafet
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: whoppix
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<codepad>
action: codepad.pl
created_on: 1269788272
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1297489324.40241
2011-01-29 06:03:18 +01:00
modulelauncher_subpattern: s/([^ ]+)\s+(.*)/$1 '$2'/
owner: pragma_
rate_limit: 1
2011-02-13 11:37:28 +01:00
ref_count: 1712
ref_user: pragma_
2011-01-29 06:03:18 +01:00
type: module
<colors>
action: red green yellow blue purple pink brown black white octarine cyan magenta orange
created_on: 1108931265
enabled: 1
last_referenced_on: 1280267066.42372
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 9
ref_user: Midass
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<commands>
action: /call list commands
created_on: 1179674227
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296347875.77977
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 26
ref_user: ThFabba
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<common>
action: http://www.myconfinedspace.com/wp-content/uploads/2008/04/common-sense-superpower.jpg
created_on: 1230993541
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
2010-05-09 01:36:56 +02:00
ref_user: n00p
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<comparch>
action: http://dept-info.labri.fr/~strandh/Teaching/AMP/Common/Strandh-Tutorial/Dir.html
created_on: 1180158061
2010-06-29 06:33:27 +02:00
enabled: 1
owner: pragma_
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 2
2011-01-29 06:03:18 +01:00
ref_user: n00p
2010-06-29 06:33:27 +02:00
type: text
2011-01-29 06:03:18 +01:00
<compilable>
action: /say Please paste a *compilable* test-case that exhibits your symptoms. If the code is incomplete, we cannot discount potential errors or undefined behavior elsewhere in your code, nor can we use our tools to debug. Please do not waste our time this way.
created_on: 1271712329
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1290616342.26593
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 11
ref_user: pragma_
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<compiler>
action: compiler_client.pl
created_on: 1291939583.25391
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: #pbot2
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297587753.01443
2010-05-09 01:36:56 +02:00
owner: pragma_
2011-02-13 11:37:28 +01:00
rate_limit: 4
ref_count: 2658
ref_user: carcat
2011-01-29 06:03:18 +01:00
type: module
<compliment>
action: compliment
created_on: 1255395343
2010-07-01 03:44:02 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pragma_
last_referenced_on: 1297587721.64501
2010-07-01 03:44:02 +02:00
owner: pragma_
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 104
ref_user: pragma_
2011-01-29 06:03:18 +01:00
type: module
2010-07-01 03:44:02 +02:00
2011-01-29 06:03:18 +01:00
<condiment>
action: salt vinegar lemon pepper honey onion garlic mustard chilli
created_on: 1285731911.98509
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1286577529.58862
owner: dave0
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: synx`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<controlstack>
action: http://www.answers.com/topic/call-stack
created_on: 1174907617
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 2
2011-01-29 06:03:18 +01:00
ref_user: lemonade`_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cookie>
action: /call botsnack
created_on: 1195333486
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297550135.94048
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 43
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cpu>
action: http://webster.cs.ucr.edu/AoA/Windows/HTML/CPUArchitecturea3.html
created_on: 1181742365
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: leomonadedrink
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cstd>
action: cstd.pl
created_on: 1270956236
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1297396293.51726
2010-05-09 01:36:56 +02:00
owner: pragma_
2011-01-29 06:03:18 +01:00
rate_limit: 0
2011-02-13 11:37:28 +01:00
ref_count: 1499
ref_user: pragma_
2011-01-29 06:03:18 +01:00
type: module
<csv>
action: http://en.wikipedia.org/wiki/CSV_application_support
created_on: 1234298513
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: lemonade`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: lemonade`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<curse>
action: /call compliment
created_on: 1273798449
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<cya>
action: /call bye
created_on: 1193167291
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277547280.59756
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: megabraker
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<dads>
action: http://www.nist.gov/dads
created_on: 1104460751
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<dance>
action: /me $dances.
created_on: 1271192355
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277952224.51451
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 15
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<dances>
action: "does a slow Fandango" "dances an Irish jig" "does the bunny hop" "does the Macarena" "does the robot" "shakes it like a Polaroid picture"
created_on: 1271192341
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: mauke
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<databases>
action: http://blackshell.com/~msmud/candide/dict_databases.txt
created_on: 1269778271
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pragma_
last_referenced_on: 1296720593.67153
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 10
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ddd>
action: a graphical front end to gdb and other debuggers (http://www.gnu.org/software/ddd/)
created_on: 1175114372
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: n00p
2010-06-04 07:01:16 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<def2>
action: define2.pl
created_on: 1194748965
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 43
ref_user: candide
type: module
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<define>
action: /call dict
created_on: 1269778750
2010-05-27 00:35:01 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297385322.15022
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 61
2011-01-26 00:52:55 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<describe>
action: /call explain
created_on: 1193083745
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1287470794.42914
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 111
ref_user: neurodrone
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<dickwad>
action: http://www.imagepoop.com/image/1427/Greater-Internet-Dickwad-Theory.html
created_on: 1199691115
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1281608960.0845
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 8
ref_user: upd
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<dict>
action: dict.org.pl
created_on: 1269777616
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pragma_
last_referenced_on: 1297385359.93026
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 497
2011-01-29 06:03:18 +01:00
ref_user: pragma_
type: module
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<did>
action: /call 8ball
created_on: 1286073809.59989
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1286073824.04734
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<div0>
action: http://fun.drno.de/pics/english/divided_by_zero.jpg
created_on: 1277798070.11308
2011-01-20 02:16:08 +01:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277804358.95194
owner: Wulf
2011-01-20 02:16:08 +01:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
2011-01-20 02:16:08 +01:00
ref_user: pragma_
type: text
2011-02-13 11:37:28 +01:00
<does>
action: /call 8ball
created_on: 1296769593.08091
enabled: 1
last_referenced_on: 1296769595.52219
owner: pragma_
rate_limit: 15
ref_count: 1
ref_user: pragma_
type: text
2011-01-29 06:03:18 +01:00
<doesntwork>
action: /say "It doesn't work!" is not very informative for the people trying to help you. Please describe what you think may be wrong, what results you expected to get and what instead actually happens. Pasting a compilable test-case and/or compiler messages to http://ideone.com/ may be helpful.
created_on: 1175456821
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pragma_
last_referenced_on: 1296769598.92974
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 148
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<dragonbook>
action: http://en.wikipedia.org/wiki/Dragon_Book
created_on: 1199314983
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Saparok
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<driven-development>
action: http://www.scottberkun.com/blog/2007/asshole-driven-development/
created_on: 1253816749
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<duffgrams>
action: http://www.iq0.com/duffgram/index.html
created_on: 1180325598
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<duffing>
action: writing code from top to bottom, as opposed to horizontally. See http://iq0.com/notes/deep.nesting.html
created_on: 1176900462
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297463725.90235
2010-05-09 01:36:56 +02:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 82
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<east>
action: /say $rpg_ans
created_on: 1231873978
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1279662439.59275
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
ref_user: SeySayux
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<eat_actions>
action: gobbles snarfs munches inhales "wolfs down"
created_on: 1174693106
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<eat_adverbs>
action: daintily hungrily messily greedily enthusiastically partially
created_on: 1207738047
2010-05-09 01:36:56 +02:00
enabled: 1
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<egypt>
action: /call callgraph
created_on: 1272355709
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1289073940.43133
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 9
ref_user: Asem
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<emacs>
action: The Only Editor, http://www.gnu.org/software/emacs/
created_on: 1279678958.80756
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1279678975.88974
owner: rhubarb
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 1
2011-01-29 06:03:18 +01:00
ref_user: rhubarb
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-02-13 11:37:28 +01:00
<english_units>
action: http://upload.wikimedia.org/wikipedia/commons/e/eb/English_length_units_graph.svg
created_on: 1297549846.86423
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
2011-01-29 06:03:18 +01:00
<errors>
action: /say If you have an error message please paste the actual error message. Do not say "I have an error in my code." Please paste the relevant code at http://ideone.com with comments indicating the line numbers and a description of what you're trying to accomplish. Do not ask to "find the error in my code, plzz".
created_on: 1108853504
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: sacho
last_referenced_on: 1289935036.23939
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 20
ref_user: sacho
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<escapes>
action: http://www-ccs.ucsd.edu/c/charset.html
created_on: 1186590660
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<espdiff>
action: a program which applies the appropriate transformation to a patch or set of patches, depending on what you intend to accomplish.
created_on: 1106956904
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<excuse>
action: excuse.sh
created_on: 1236819394
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: wulf
last_referenced_on: 1297353139.8066
2011-01-29 06:03:18 +01:00
owner: pragma_
rate_limit: 5
2011-02-13 11:37:28 +01:00
ref_count: 350
ref_user: Wulf
2011-01-29 06:03:18 +01:00
type: module
<faces>
action: :) ;) :o >:) :p :P~ :D ;-D :^) =^.^= >:O
created_on: 1209250455
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1278350344.41917
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
2011-01-29 06:03:18 +01:00
ref_user: hnd
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<factoids>
action: /call list factoids
created_on: 1192737117
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297299609.92175
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 11
ref_user: Dumbificate
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<false>
action: !true
created_on: 1197769474
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: remoun
last_referenced_on: 1290889132.84881
owner: snhmib
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 8
ref_user: Remoun
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<faq>
action: cfaq.pl
created_on: 1104460444
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pragma_
last_referenced_on: 1297153476.68706
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 534
ref_user: pragma_
2011-01-29 06:03:18 +01:00
type: module
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ffi>
action: Foreign Function Interface
created_on: 1192819360
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1280462438.74276
2010-05-09 01:36:56 +02:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
2010-05-09 01:36:56 +02:00
ref_user: PoppaVic
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<fhs>
action: http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-filesystem-fhs.html
created_on: 1104460859
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
ref_user: n00p
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<find>
action: /call factfind
created_on: 1277784994.65625
2011-01-20 02:16:08 +01:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297585682.59975
2011-01-29 06:03:18 +01:00
owner: pbot3
2011-01-20 02:16:08 +01:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 114
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2011-01-20 02:16:08 +01:00
type: text
2011-01-29 06:03:18 +01:00
<floating>
action: http://docs.sun.com/source/806-3568/ncg_goldberg.html
created_on: 1200954186
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1292268421.11263
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 29
ref_user: pragma_
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<fnord>
action: fnord.pl
created_on: 1274561219
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: #pbot2
last_referenced_on: 1296353768.14995
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 29
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-06-20 08:16:48 +02:00
type: module
2011-01-29 06:03:18 +01:00
<foldoc>
action: /call dict -d foldoc
created_on: 1269854612
2010-06-30 07:42:50 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296688302.11835
2010-06-30 07:42:50 +02:00
owner: pragma_
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 37
ref_user: L4B-away
2010-06-30 07:42:50 +02:00
type: text
2011-01-29 06:03:18 +01:00
<forth>
2011-02-13 11:37:28 +01:00
action: /call cc3 -lang=forth
2011-01-29 06:03:18 +01:00
created_on: 1278217489.9096
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297489400.80981
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 16
2010-05-09 01:36:56 +02:00
ref_user: PoppaVic
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<fquote>
action: funnyish_quote.pl
created_on: 1258701318
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 23
ref_user: PARLIAMENT
type: module
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<funcpointers>
action: http://www.function-pointer.org/
created_on: 1104460679
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 12
ref_user: kuala
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<functionpointer>
action: http://www.function-pointer.org
created_on: 1104968677
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: orbitz
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: lemonade`
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<g>
action: /call google
created_on: 1240680519
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1291235301.26187
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 97
ref_user: pikpik
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gas-notes>
action: http://www.cs.cmu.edu/afs/cs.cmu.edu/academic/class/15213-s00/doc/gas-notes.txt
created_on: 1199243990
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-06-20 08:16:48 +02:00
ref_count: 0
ref_user: nobody
type: text
2011-01-29 06:03:18 +01:00
<gcc>
action: GNU Compiler Collection, also the command name of the c compilation controller - Online manual pages: http://gcc.gnu.org/onlinedocs/
created_on: 1104389164
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: pragma_
last_referenced_on: 1296116466.52919
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 27
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gcc-macros>
action: http://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html
created_on: 1296116876.12476
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gcchacks>
action: http://www.ibm.com/developerworks/linux/library/l-gcc-hacks/
created_on: 1261374181
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 1
2011-01-29 06:03:18 +01:00
ref_user: jwillia3
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gdb>
action: /say GDB website: http://www.gnu.org/software/gdb/ - GDB Manual: http://sourceware.org/gdb/current/onlinedocs/gdb/
created_on: 1104460628
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1296154104.3697
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 16
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gdefine>
action: gdefine.pl
created_on: 1236819675
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1296878371.95518
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 440
2010-05-09 01:36:56 +02:00
ref_user: pragma_
2011-01-29 06:03:18 +01:00
type: module
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gdict>
action: /call gdefine
created_on: 1255125488
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296878371.95159
2010-05-09 01:36:56 +02:00
owner: pragma_
2011-01-29 09:33:00 +01:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 345
2011-01-29 09:33:00 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<get>
action: /me $attacks $args with a $sizes $colors $animal_nouns $animals
created_on: 1257711390
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: arvind_khadri
last_referenced_on: 1289323365.98697
owner: Irishmanluke
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 18
ref_user: arvind_khadri
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<getabook>
action: http://img145.imageshack.us/img145/6982/1193921620752dw2.jpg
created_on: 1194842863
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Cin
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 3
2011-01-29 06:03:18 +01:00
ref_user: cousteau
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gnumake>
action: http://www.gnu.org/software/make/manual/make.pdf
created_on: 1194222910
2010-05-14 04:02:11 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 09:33:00 +01:00
<good\sgirl>
action: me wags her tail happily.
created_on: 1271799942
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<google>
action: /say http://lmgtfy.com/?q=$args
created_on: 1283520362.81541
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297294187.2846
2011-01-29 06:03:18 +01:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 22
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<goto>
action: http://imgs.xkcd.com/comics/goto.png
created_on: 1186325626
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1290343484.5208
owner: Baughn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 10
ref_user: eboyjr
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<greenspun>
action: /say Greenspun's Tenth Rule of Programming: "Any sufficiently complicated C or Fortran program contains an ad-hoc, informally-specified bug-ridden slow implementation of half of Common Lisp."
created_on: 1108933892
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: mauke
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 3
2011-01-29 06:03:18 +01:00
ref_user: leth
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<grot>
action: /say <grot> I remember the relief of waking up one morning (sane) in a hospital bed, after a night of terror after smoking cannbis, having freaked out completely and developed symptoms that went beyond ordinary panic attacks
created_on: 1260048234
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1282602919.32164
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: apropos
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gspy>
action: gspy.pl
created_on: 1105953720
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: agiofws
last_referenced_on: 1288050071.54131
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 51
ref_user: Agiofws
type: module
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gtop10>
action: gtop10.pl
created_on: 1175420853
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 12
2010-05-09 01:36:56 +02:00
ref_user: pragma_
2011-01-29 06:03:18 +01:00
type: module
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gtop15>
action: gtop15.pl
created_on: 1175428910
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 47
2010-05-09 01:36:56 +02:00
ref_user: pragma_
2011-01-29 06:03:18 +01:00
type: module
<guesscoding>
action: the act of trying to write code without learning the language, or to use a library without reading the documentation. How guesscoders even get anything done is anyone's guess.
created_on: 1215947047
enabled: 1
owner: Tefaj
rate_limit: 15
ref_count: 4
ref_user: Jafet
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gut>
action: /call get
created_on: 1257712588
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<gw>
action: /say "Given..Want": What do you have to work with? What's the desired goal? Between them is the resulting Process. Now ask yourself: WHY am I doing this? Why THIS way?
created_on: 1254241388
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1289513610.04657
owner: dbtid
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 30
2010-05-09 01:36:56 +02:00
ref_user: PoppaVic
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<happy\snew\syear>
action: say Happy New Year, $nick!
created_on: 1199174945
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<has>
action: /call 8ball
created_on: 1296164798.11986
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297479452.45676
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 3
ref_user: Dianora
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<hash>
action: http://en.wikipedia.org/wiki/Hashtable
created_on: 1199914203
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: remoun
last_referenced_on: 1290889545.83476
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 5
2011-01-29 06:03:18 +01:00
ref_user: Remoun
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<having?.*>
action: 8ball
created_on: 1276141317
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<hello>
action: /call hi
created_on: 1179679787
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296379353.72868
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 107
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<help>
action: /say To learn all about me, see http://www.iso-9899.info/wiki/Candide
action_with_args: /say To learn all about $args, see http://www.iso-9899.info/wiki/Candide#$args
created_on: 1109792986
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: decaf
last_referenced_on: 1297583771.45136
2011-01-29 06:03:18 +01:00
owner: NeverDream
rate_limit: 0
2011-02-13 11:37:28 +01:00
ref_count: 652
ref_user: decaf
type: text
<here>
action: the output
created_on: 1297258690.24372
enabled: 1
owner: ranjan
rate_limit: 15
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<herring>
action: a vicious species, loyal only to Baughn. Attempts to wrest control of the Herring Hordes can result in consequences similar to http://fukung.net/v/2833/15cod.jpg .
created_on: 1173805492
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Baughn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
2010-05-09 01:36:56 +02:00
ref_user: n00p
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<hi>
action: /say $hi_phrases, $nick
created_on: 1109044278
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 09:33:00 +01:00
last_referenced_in: pragma_
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297412995.75851
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 1017
2011-01-29 09:33:00 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<hi_phrases>
action: "Well, hello there" "Hi there" "Hey, whats up" Hola Hi Hello "Que pasa"
created_on: 1109044257
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
2011-01-29 06:03:18 +01:00
ref_user: dav7
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<hit>
action: /call slap
created_on: 1258701405
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277909033.91337
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<hola>
action: /call hi
created_on: 1193167207
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1288280682.03835
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 4
2011-01-29 06:03:18 +01:00
ref_user: logann2019
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<homework>
action: /say We can help with homework, as long as it's within the spirit of the assignment. We won't do it for you, though. Ask questions such as "Why is it that ... ?" rather than "Show me how to ..."
created_on: 1231165509
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1278516912.98663
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 31
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<horoscope>
action: horoscope
created_on: 1255107146
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: stdin
last_referenced_on: 1296182406.03891
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 40
ref_user: candide
type: module
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<horrorscope>
action: horrorscope
created_on: 1277799286.01727
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1296165659.81008
owner: pragma_
rate_limit: 0
ref_count: 6
ref_user: Headcrab
type: module
<hostile>
action: http://www.iscblog.info/blog/display/32
created_on: 1105037725
enabled: 1
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<house>
action: /say What you're attempting is akin to an apprentence carpenter attempting to construct an entire house without having learned how to measure. In other words, there will be a lot of holes -- if the entire contraption doesn't fall apart completely.
created_on: 1194058489
2011-01-20 02:16:08 +01:00
enabled: 1
last_referenced_in: ##c
2011-01-29 06:03:18 +01:00
last_referenced_on: 1288602578.9381
owner: pragma_
2011-01-20 02:16:08 +01:00
rate_limit: 15
ref_count: 4
2011-01-29 06:03:18 +01:00
ref_user: n00p
2011-01-20 02:16:08 +01:00
type: text
2011-01-29 06:03:18 +01:00
<how>
action: /say $how_answers
created_on: 1276845773
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297389202.63174
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 40
ref_user: carcat
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<how_answers>
action: "I don't know." "If you investigate a $sizes amount further, you can figure it out." "Are you thinking clearly?" "Are you sure you're not a $sizes $idiot?" "By reading the documentation, of course."
created_on: 1193949354
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<howto>
action: /say http://samizdat.mines.edu/howto/HowToBeAProgrammer.html
created_on: 1208326120
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<htdp>
action: /say How to Design Programs: http://www.htdp.org/
created_on: 1270427313
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: angstrom
last_referenced_on: 1284743490.85082
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 3
2011-01-29 06:03:18 +01:00
ref_user: angstrom
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<hug>
action: /me hugs $args
created_on: 1205458354
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1296465514.2088
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 16
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<hush>
action: /me blushes and goes quiet for now.
created_on: 1258843946
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1280175972.3589
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: slonopotamus
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<i2a>
action: Introduction to Algorithms - http://highered.mcgraw-hill.com/sites/0070131511/
created_on: 1198330021
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Baughn_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ia>
action: /say Your inner animal is a $sizes $animal_nouns $animals, $args.
created_on: 1174590993
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: remoun
last_referenced_on: 1290889066.85509
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 88
ref_user: Remoun
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ide>
action: http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments
created_on: 1268466837
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277929915.53698
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: MikeW_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ideone>
action: ideone.pl
created_on: 1272176604
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1297489400.81668
2011-01-29 06:03:18 +01:00
modulelauncher_subpattern: s/([^ ]+)\s+(.*)/$1 '$2'/
2010-05-09 01:36:56 +02:00
owner: pragma_
2011-01-29 06:03:18 +01:00
rate_limit: 0
2011-02-13 11:37:28 +01:00
ref_count: 6904
ref_user: PoppaVic
2011-01-29 06:03:18 +01:00
type: module
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<idiot>
action: moron knucklehead dolt half-wit retard idiot chowderhead
created_on: 1194139898
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1296466509.41929
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 9
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ilmm>
action: /say I love my mother. Her behaviour is well defined.
created_on: 1272700243
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: n00p
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<info>
action: /call factinfo
created_on: 1277259101.38088
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297325937.6972
2011-01-29 06:03:18 +01:00
owner: pbot3
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 48
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<insult>
action: insult.pl
created_on: 1236819209
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297528076.70662
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 525
ref_user: snhmib
2011-01-29 06:03:18 +01:00
type: module
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<integer>
action: http://wikipedia.org/wiki/Integer
created_on: 1189048945
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<intelmanuals>
action: http://developer.intel.com/products/processor/manuals/index.htm
created_on: 1260039944
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: ColonelJ
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<is>
action: /call 8ball
created_on: 1277624712.94018
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297390541.48888
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 8
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<it\sworks>
action: works
created_on: 1231373738
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<itsatrap>
action: http://www.dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/90000/2000/700/92768/92768.strip.sunday.gif
created_on: 1277910211.5416
2010-05-14 04:02:11 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1277910221.1587
2010-05-14 04:02:11 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: pragma_
type: text
<itworks>
action: /call works
created_on: 1231373861
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1291315953.5892
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<javabad>
action: /call size
created_on: 1199480034
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297127501.97805
2011-01-29 06:03:18 +01:00
owner: Baughn_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 3
ref_user: carcat
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<js>
action: /call cc2 -lang=JavaScript
created_on: 1288706195.35286
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1292135467.8492
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 16
ref_user: Maxdamantus
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<jump>
action: /me jumps out the window
created_on: 1194414478
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: kp
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: kp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<k&r2>
action: /call k&r
created_on: 1198032355
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: pragma_
last_referenced_on: 1296270811.36419
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 63
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<kate`>
action: Lasagnasian
created_on: 1177655583
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1288280932.55317
owner: Baughn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: \-|lw]^]
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<kernelnewbies>
action: #kernelnewbies at irc.kernelnewbies.org (or irc.oftc.net).
created_on: 1107807003
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: noselasd
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<kickass>
action: /me kicks $args's ass with a $weapon
created_on: 1208762874
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-01-29 09:33:00 +01:00
last_referenced_on: 1296283524.338
2011-01-29 06:03:18 +01:00
owner: andy
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 09:33:00 +01:00
ref_count: 5
ref_user: snhmib
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<kill>
action: /me kills $args
created_on: 1258609384
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: remoun
last_referenced_on: 1290889389.2205
owner: PARLIAMENT
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 18
ref_user: Remoun
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<kiss>
action: /me kisses $args
created_on: 1233633783
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1290889662.02597
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 33
ref_user: acidflash
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<lart>
action: /me makes an attitude adjustment upside $args's head with the aid of a $lart_tool
created_on: 1208660815
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: vorpal
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 31
ref_user: dave0
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<lart_tool>
action: 2x4 knobkerry AK-47 flamethrower "tactical nuclear weapon"
created_on: 1208660856
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: vorpal
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<later>
action: /call bye
created_on: 1193167299
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: cloudowind
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<latest>
action: /call top20 recent
created_on: 1194642834
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 21
2011-01-26 00:52:55 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<learn21days>
action: http://abstrusegoose.com/249
created_on: 1268317654
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: cppn3wbee
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<libpack>
action: http://www.leonerd.org.uk/code/libpack
created_on: 1200500816
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297552765.90796
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 84
2011-01-29 06:03:18 +01:00
ref_user: LeoNerd
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<lidapin>
action: /say Vill du bli fin, får du lida pin.
created_on: 1268386194
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: kate`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<line>
action: a sequence of characters terminated by a newline sequence ('\n' in C, CRLF in various Internet protocols).
created_on: 1106779283
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: remoun
last_referenced_on: 1290889221.28175
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: Remoun
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<linkage>
action: /call linkageandstorage
created_on: 1221600538
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1288768779.58587
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: Sunil
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<linkageandstorage>
action: /say http://www.iso-9899.info/wiki/LinkageAndStorage
created_on: 1221600612
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: solar_sea
last_referenced_on: 1290596208.42814
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 12
ref_user: solar_sea
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<literal>
action: /call show
created_on: 1179678945
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 8
ref_user: kate`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<look\sup\s([^\s]+)>
action: man $1
created_on: 1194261643
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<lovequote>
action: love_quote.pl
created_on: 1271363105
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pragma_
last_referenced_on: 1297138324.13762
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 46
ref_user: pragma_
2011-01-29 06:03:18 +01:00
type: module
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<lsb>
action: http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/book1.html
created_on: 1182000690
2010-06-20 08:16:48 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: lemonade`
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<lto>
action: /say Link-time optimization is a type of program optimization performed by a compiler to a program at link time. Link time optimization occurs in programming languages that compile programs on a file-by-file basis (such as C and Fortran), rather than all at once (such as Java).
created_on: 1279664679.51194
2010-06-20 08:16:48 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1279665056.87261
owner: zumbi
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: pragma_
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<luke>
action: http://www.destgulch.com/movies/luke/luke18.wav
created_on: 1180621290
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1297399727.97903
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 7
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<magic>
action: /me dances, magic, dance!
created_on: 1196992954
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1279235009.46232
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 10
ref_user: ecrane
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<make>
action: /say make: *** Don't know how to make `$args'. Stop.
created_on: 1194222985
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296877150.47312
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 16
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<man>
action: man.pl
created_on: 1107137901
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297533857.93051
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 1107
ref_user: snhmib
2011-01-29 06:03:18 +01:00
type: module
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<manpage>
action: /say Read the manual.
created_on: 1204078264
2010-06-04 07:01:16 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: themathkid
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 8
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<manual>
action: /me $attacks $args $rtfm_smack the $body_part with a $sizes $colors manual.
created_on: 1199758660
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1290998728.88543
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<marco>
action: /say polo!
created_on: 1261090941
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: megabraker
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<math>
action: math.pl
created_on: 1105953711
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: pragma_
last_referenced_on: 1295840196.59037
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 328
2010-05-09 01:36:56 +02:00
ref_user: pragma_
2011-01-29 06:03:18 +01:00
type: module
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<me>
action: /me $args
created_on: 1109820558
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pragma_
last_referenced_on: 1296376369.62067
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 31
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<mitletter>
action: http://www.c4vct.com/kym/humor/mitlettr.htm
created_on: 1251212390
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<modules>
action: /call list modules
created_on: 1192736662
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<morning>
action: /say $nick, $morning_reply
created_on: 1296244983.20176
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: #pbot2
last_referenced_on: 1296245018.65137
owner: pragma_
rate_limit: 5
ref_count: 6
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<morning_replay "good morning" "morning" "what,>
action: it morning already, $nick?"
created_on: 1296244754.35134
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: text
<morning_reply>
action: "Good morning" "Leave $nick alone and go back to bed!" "what, is it morning already?"
created_on: 1296244963.89068
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<msg>
action: /msg $args
created_on: 1109820572
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: pragma_
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297478771.89581
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 50
2011-01-29 06:03:18 +01:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<murphy>
action: /say If there's more than one possible outcome of a job or task, and one of those outcomes will result in disaster or an undesirable consequence, then somebody will do it that way.
created_on: 1191356935
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1288606297.90027
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: LKWgti\
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<mute>
action: /call ignore .* $args 99999999
created_on: 1270574813
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<next>
action: /say Another satisfied customer! NEXT!!
action_with_args: /say $args is another satisfied customer! NEXT!!
created_on: 1270253222
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297408860.4842
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 152
2011-01-29 09:33:00 +01:00
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<nickreg>
action: /say In order to speak in this channel, you must register your IRC nick-name through NickServ. See `/msg nickserv help register` or follow the guide at http://www.wikihow.com/Register-a-User-Name-on-Freenode
created_on: 1267639456
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<noaids>
action: "Whew, you lucked out" "The needle was clean!" "The fresh corpse was clean!" "The prosititute didn't have aids!" "The teddy bear was aids free." "The homeless bum didn't have aids!" "Your hands were aids-free that time." "$who_answers didn't have aids . . . yet!" "$who_answers is aids-free at this time."
created_on: 1264284537
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PARLIAMENT
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
2011-01-29 06:03:18 +01:00
ref_user: PARLIAMENT
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<nobook>
action: /say If you don't have a book then you are wasting your time and ours. The only good way to learn C or C++ is through a book. If you are too cheap to buy a book then just give up and learn something else that doesn't require a book. In either case, go away until you have a book.
created_on: 1186245248
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Baughn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 8
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<north>
action: /say $rpg_ans
created_on: 1231873805
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1279662453.37453
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 17
ref_user: SeySayux
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<northeast>
action: /say $rpg_ans
created_on: 1231873992
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
ref_user: Wulf_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<northwest>
action: /say $rpg_ans
created_on: 1231873986
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<notfound>
action: "What are you $talking about?" "Say what?" "Come again?" "Make sense much?"
created_on: 1194262141
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<nowandthen>
action: http://www.cheaphumor.com/nowandthen.html
created_on: 1254519322
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-02-13 11:37:28 +01:00
<nutsandbolts>
action: http://justpaste.it/7ux
created_on: 1296942648.15658
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
2011-01-29 06:03:18 +01:00
<offtopic>
action: /say My pants are going on a rapmage through a long island bowling alley
created_on: 1199181686
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296785730.85813
2011-01-29 06:03:18 +01:00
owner: kp
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 13
ref_user: crct
2010-06-06 11:13:17 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<one-true-solution>
action: /me commits seppuku
created_on: 1194548341
2010-06-06 11:13:17 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Cin
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<oopbad>
action: http://www.geocities.com/tablizer/oopbad.htm
created_on: 1190225745
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1278382618.44825
owner: Baughn
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: alexbobP
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<options>
action: /me points accusingly at $args, "What are your CLI options?!"
created_on: 1185471587
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: jwillia3
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<orbitz>
action: http://img69.imageshack.us/img69/6370/orbitzkeyboardtx3.jpg
created_on: 1194840323
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1296224617.36961
owner: Cin
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 13
ref_user: pippijn
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<oreo>
action: /say Considering your ineptitude and lack of formulating pointed questions, these people have actually wasted more time attempting to assist you than you deserve. I suggest you copy the answers they are giving you and take a break to review them later when you are of a more calm disposition. Obviously you are too upset or frustrated to think straight. Go have an oreo.
created_on: 1108081475
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1284743225.28715
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 13
ref_user: kate`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<pant_status>
action: off on crotchless "around ankles" "showing butt-crack"
created_on: 1173823726
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<pants>
action: /say Pants status: $pant_status
created_on: 1189873025
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 12
ref_user: kate`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<paper>
action: /call rockpaperscissors
created_on: 1273104506
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1291861668.33321
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 15
ref_user: vdjh
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<pass-by-reference>
action: http://www.techlists.org/archives/programming/pythonlist/2007-07/msg01786.shtml
created_on: 1210056353
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<pass-by-value>
action: /call pass-by-reference
created_on: 1210056370
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<paste>
action: /say Paste code/errors to http://ideone.com or http://codepad.org
created_on: 1247850332
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1296276599.25624
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 76
ref_user: snhmib
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<pastebin>
action: /say Please do not use pastebin.com. The reasons are many, including: the font is small and makes '1' and 'l' indistinguishable, among others; copy/paste includes line numbers (and NO, we do not want to scroll around in an ugly black-and-white textbox looking for what we wanted to copy); cluttered layout; etc. Please use http://codepad.org instead.
created_on: 1193081655
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297149931.70498
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 98
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<pastebin.com>
action: /say pastebin.com and similar pastebins have ugly colour contrast, hard-to-read fonts, and insert pesky line numbers into the clipboard. Please use a better pastebin, like http://codepad.org
created_on: 1216238716
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Jafet
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<patterns>
action: /call size
created_on: 1199480016
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Baughn_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<perl>
action: /call cc -lang=perl
created_on: 1273693148
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296655186.22147
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 21
ref_user: Yaakov
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<pftgu>
action: http://programminggroundup.blogspot.com/2007/01/programming-from-ground-up.html
created_on: 1209194984
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<php>
action: /call cc -lang=php
created_on: 1276978893
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1289082620.19891
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 18
ref_user: Asem
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<pi>
2011-01-29 09:33:00 +01:00
action: 3.14159265358979323846264338327950288419716939937510582097494459230781640628620899862803482534211706798214808651328230
2011-01-29 06:03:18 +01:00
created_on: 1245253689
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296428869.67288
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 5
2011-01-29 09:33:00 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ping>
action: /say pong
created_on: 1109821018
2010-06-20 08:16:48 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297097191.10011
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 57
ref_user: Wulf
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<plz>
action: /say Please do not abbreviate 'please', 'thanks' or 'sorry'. It makes you look as though you don't really care. See http://lumpio.no-ip.com/dont-use-thx-sry-plz.txt
created_on: 1187652483
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-26 00:52:55 +01:00
last_referenced_in: ##c
2011-01-29 06:03:18 +01:00
last_referenced_on: 1288755474.55407
owner: Draconx
2011-01-20 02:16:08 +01:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 22
ref_user: sswam
2011-01-20 02:16:08 +01:00
type: text
2011-01-29 06:03:18 +01:00
<portal>
action: http://portal.wecreatestuff.com/
created_on: 1194469348
2011-01-20 02:16:08 +01:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: remoun
last_referenced_on: 1290889171.41433
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: Remoun
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<pounding-a-nail>
action: http://weblogs.asp.net/alex_papadimoulis/archive/2005/05/25/408925.aspx
created_on: 1189284983
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
2011-01-20 02:16:08 +01:00
ref_user: n00p
type: text
2011-01-29 06:03:18 +01:00
<pragma>
action: /call foldoc pragma
created_on: 1270763790
2011-01-20 02:16:08 +01:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296688302.11235
2011-01-20 02:16:08 +01:00
owner: pragma_
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 10
ref_user: L4B-away
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<predef>
action: http://predef.sourceforge.net/ -- the Pre-defined C/C++ Compiler Macros project
created_on: 1191766349
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1289014635.06867
owner: Auris-
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 14
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<prepared>
action: /say If you're working on this, you really shouldn't be asking C questions. All your C questions should have been answered years ago or you probably aren't ready/prepared for this project.
created_on: 1175464588
2010-06-20 08:16:48 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 13
2010-06-20 08:16:48 +02:00
ref_user: pragma_
type: text
2011-01-29 06:03:18 +01:00
<preprocessor>
action: an application that processes code before compilation/execution.
created_on: 1109792251
2010-06-20 08:16:48 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: NeverDream
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-06-20 08:16:48 +02:00
ref_count: 2
2011-01-29 06:03:18 +01:00
ref_user: Lenhix
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<process>
action: /call projectprocess
created_on: 1180197626
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1287915049.13831
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: apparle
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<projectprocess>
action: http://www.projectcartoon.com/cartoon/644
created_on: 1180197615
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1287915049.14373
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
ref_user: apparle
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<py>
action: /call cc -lang=python
created_on: 1276574930
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 10
ref_user: Waste
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<python>
action: /call cc -lang=python
created_on: 1276564725
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1278216513.41405
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 12
ref_user: skampler
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<qed>
action: the multi-file, command line editor written by Rob Pike
created_on: 1106889817
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<question>
action: /say Don't ask to ask, just ask.
created_on: 1250110634
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: joeyadams
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: dave0
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<question_type>
action: pointless interesting fascinating profound clueless uninteresting boring childish clever tricky
created_on: 1195012266
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: kate`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<quote>
action: /call topic
created_on: 1258699991
2010-06-20 08:16:48 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297324383.82229
2010-06-20 08:16:48 +02:00
owner: pragma_
2011-01-29 06:03:18 +01:00
rate_limit: 0
2011-02-13 11:37:28 +01:00
ref_count: 1902
ref_user: kulp
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<quotegrabs>
action: /say For quotegrab commands: http://www.iso-9899.info/wiki/Candide#Quotegrabs -- For a table of grabbed quotes: http://blackshell.com/~msmud/candide/quotegrabs.html
created_on: 1260876948
2010-05-27 00:35:01 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1297487822.93819
2010-05-27 00:35:01 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 21
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<quotehelp>
action: /say Usage: !quote [--author <author>] [text] -- If you use !quote without arguments, it returns a random quote; if you use it with an argument, it searches for quotes containing that text; if you add --author <name> at the end, it searches for a quote by that author; if you specify text and --author, it searches for quotes by that author, containing that text.
created_on: 1258776165
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: #pbot2
last_referenced_on: 1296270373.72263
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 17
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-02-13 11:37:28 +01:00
<r>
action: http://i.imgur.com/HL1ZR.jpg
created_on: 1296695473.42519
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
2011-01-29 06:03:18 +01:00
<rafb>
action: /call paste
created_on: 1194140597
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 72
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<reaction>
action: "If you say so." "Why, thanks." "Are you sure about that?" "YES!" "Mission accomplished."
created_on: 1194383902
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<reading>
action: /say READING HURTS
created_on: 1188437684
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: fax
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 12
ref_user: kate`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<reason>
action: /call excuse
created_on: 1242245702
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<reason\sfor>
action: excuse
created_on: 1236819909
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<recurrence>
action: see: recursion
created_on: 1238875844
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: ws
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: daemon
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<recursion>
action: see: recurrence
created_on: 1238875840
enabled: 1
owner: ws
rate_limit: 15
ref_count: 1
ref_user: daemon
type: text
<rednecks>
action: http://tlf.cx/bilder/tn/computing_for_farmers.jpg.ths.html
created_on: 1180158102
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-26 10:41:25 +01:00
last_referenced_in: ##c
2011-01-29 06:03:18 +01:00
last_referenced_on: 1281897519.77329
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 5
ref_user: pippijn
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<retort>
action: /call insult
created_on: 1237170413
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1296107668.78996
owner: snhmib
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
ref_user: pseudonymous
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<rock>
action: /call rockpaperscissors
created_on: 1273104501
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1291861077.10021
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 7
2011-01-29 06:03:18 +01:00
ref_user: vdjh
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<rockpaperscissors>
action: /me uses $rps!
created_on: 1273104483
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1297486506.35147
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 22
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<roulette>
action: /say $roulette_outcome
created_on: 1254874530
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1285374560.31323
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 147
ref_user: synx`
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<roulette_outcome>
action: *click* *click* *click* *click* *BANG!*
created_on: 1254874748
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<rpg_ans>
action: "You are standing $rpg_location. You see a $sizes $rpg_location2 to the $rpg_direction." "You have been killed by a $sizes $animals! R.I.P."
created_on: 1231873892
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: rsca
last_referenced_on: 1290179344.37196
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: rsca
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<rpg_direction>
action: north east south west southwest northwest northeast southeast
created_on: 1231873524
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<rpg_distance>
action: "near" "close to" "next to" "in"
created_on: 1231873429
2011-01-26 00:52:55 +01:00
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
2011-01-29 06:03:18 +01:00
<rpg_location>
action: "$rpg_distance a $sizes $rpg_location2"
created_on: 1231873398
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: rsca
last_referenced_on: 1290179338.78133
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 4
ref_user: rsca
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<rpg_location2>
action: city castle headshop village "bath house"
created_on: 1231873954
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: rsca
2011-01-29 06:03:18 +01:00
last_referenced_on: 1290179333.76742
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
2011-01-20 02:16:08 +01:00
ref_user: rsca
2010-06-20 08:16:48 +02:00
type: text
2011-01-29 06:03:18 +01:00
<rps>
action: rock paper scissors
created_on: 1273104493
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2011-01-29 06:03:18 +01:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<rtfm>
action: /say Please find and read the documentation for that.
created_on: 1199758774
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296776225.38095
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 38
ref_user: crct
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<rtfm_smack>
action: upside across about over
created_on: 1109185551
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<ruby>
action: /call cc -lang=ruby
created_on: 1289051812.05396
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1289082683.49619
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 6
ref_user: Asem
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<rvalue>
action: the "value of an expression"
created_on: 1251745571
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: #pbot2
last_referenced_on: 1296185806.85629
owner: Wulf_
rate_limit: 15
ref_count: 2
ref_user: sjs205
type: text
<say>
action: /say $args
created_on: 1251663502
enabled: 1
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297507625.42987
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 500
ref_user: pythoned
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<scissors>
action: /call rockpaperscissors
created_on: 1273104511
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297486506.34996
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 5
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<seen>
action: /say $nick: /msg nickserv info $args
created_on: 1215709237
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1292674961.15622
owner: Jafag
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 36
ref_user: Independer
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<segfault>
action: http://www.iso-9899.info/wiki/Segfault
created_on: 1106351158
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pragma_
last_referenced_on: 1297148925.19761
2011-01-29 06:03:18 +01:00
owner: prec
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 2
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<serialize>
action: packing structures, usually portably for later extraction: see man 3 xdr as well as http://tpl.sourceforge.net/ and http://www.leonerd.org.uk/code/libpack/
created_on: 1266811304
enabled: 1
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297301556.37292
2011-01-29 06:03:18 +01:00
owner: PoppaVic
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 32
ref_user: PoppaVic
2011-01-29 06:03:18 +01:00
type: text
<severity>
action: very slighty moderately profoundly blatantly absolutely
created_on: 1195012218
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<sh>
action: /call cc -lang=bash
created_on: 1275822098
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1285074202.83161
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 55
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<shoes>
action: /say Lets say you want to buy a pair of shoes, right? You come to my shoe store and I ask you what size your feet are. You respond, "I like red." I say, "That's nice, I'll look for some red shoes. What size are your feet?" And you respond, "I really like red." Try to answer our questions, please.
created_on: 1274214754
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: armyriad
last_referenced_on: 1289022927.98956
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 3
ref_user: armyriad
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<shoot>
action: /me $weapon_action her $weapon and $shoot_action $args's $body_part.
created_on: 1109021460
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-01-29 06:03:18 +01:00
last_referenced_on: 1289027167.32702
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 158
ref_user: armyriad
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<shoot_action>
action: "blows away" "shoots off" "shoots holes in" "takes off" "blows off" blasts "blasts off" "blasts through" "shoots through"
created_on: 1109021600
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<should>
action: /call advice
created_on: 1258762922
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1292382199.86617
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 20
ref_user: guidj0s
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<shouldn?'?t?\s(.*)>
action: 8ball
created_on: 1195010837
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
type: regex
<show>
action: /call factshow
created_on: 1277259146.86343
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297489306.23629
2011-01-29 06:03:18 +01:00
owner: pbot3
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 34
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<sicp>
action: "Structure and Interpretation of Computer Programs", http://mitpress.mit.edu/sicp/
created_on: 1191901455
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-01-29 06:03:18 +01:00
last_referenced_on: 1287653075.12242
owner: pizza_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 49
ref_user: banisterfiend
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<sicp+>
action: http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/
created_on: 1198816281
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: snhmib
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: n00p
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<size>
action: http://steve-yegge.blogspot.com/2007/12/codes-worst-enemy.html
created_on: 1199479944
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297127501.98466
2011-01-29 06:03:18 +01:00
owner: Baughn_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 8
ref_user: carcat
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<sizes>
action: large small tiny massive huge gigantic titanic teeny miniscule
created_on: 1108931310
2010-05-09 01:36:56 +02:00
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: R0b0t1
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<slap>
action: /me $attacks $args with a $sizes $animal_nouns $animals!
created_on: 1108932778
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1280851303.25364
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 110
ref_user: Cammaaron
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<smart>
action: /say See http://www.catb.org/~esr/faqs/smart-questions.html
created_on: 1106519094
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1291501425.20117
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 24
ref_user: Migaaresno
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<snacks>
action: "magic brownies" "creme brulee" burrito taco cookie snack hot-dog "duck l'orange"
created_on: 1295988189.25185
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<sorting>
action: /say Sorting algorithm animations: http://www.sorting-algorithms.com/
created_on: 1249125597
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1289140485.92091
2010-05-09 01:36:56 +02:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: Maxdamantus
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<source>
action: /say My guts can be browsed at http://code.google.com/p/pbot2-pl/source/browse/#svn/trunk or checked out via ` svn checkout http://pbot2-pl.googlecode.com/svn/trunk `
created_on: 1105954460
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1297486679.65694
2011-01-29 06:03:18 +01:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 84
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2011-01-20 02:16:08 +01:00
type: text
2011-01-29 06:03:18 +01:00
<south>
action: /say $rpg_ans
created_on: 1231873967
enabled: 1
last_referenced_on: 1278350267.68603
owner: pragma_
rate_limit: 15
ref_count: 3
ref_user: skampler
type: text
<southeast>
action: /say $rpg_ans
created_on: 1231873996
2011-01-20 02:16:08 +01:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: kulp
last_referenced_on: 1296694027.53544
2011-01-20 02:16:08 +01:00
owner: pragma_
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 2
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<southwest>
action: /say $rpg_ans
created_on: 1231874001
2011-01-20 02:16:08 +01:00
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 2
2011-01-29 06:03:18 +01:00
ref_user: Wulf_
2011-01-20 02:16:08 +01:00
type: text
2011-01-29 06:03:18 +01:00
<sry>
action: /call plz
created_on: 1187652590
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1288755474.5471
owner: Draconx
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: sswam
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<stack_machine>
action: http://forth.sourceforge.net/ http://www.zetetics.com/bj/papers/moving1.htm http://www.albany.net/~hello/simple.htm http://www.ece.cmu.edu/~koopman/stack_computers/index.html http://galileo.phys.virginia.edu/classes/551.jvn.fall01/primer.htm
created_on: 1182007038
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 2
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<stfu>
action: /say No, you stfu!
created_on: 1180052783
2010-05-09 01:36:56 +02:00
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297300591.68407
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 14
ref_user: PoppaVic
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<stupid>
2010-05-09 01:36:56 +02:00
action: /say $args is a $sizes $idiot!
created_on: 1194256622
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297413617.53784
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 46
ref_user: logann2019
type: text
<sup>
action: /call hi
created_on: 1297413792.81045
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<surprise>
2010-05-09 01:36:56 +02:00
action: /say How about a nice cold glass of shut the fuck up
created_on: 1250290153
enabled: 1
owner: syntropy_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
ref_user: syntropy_
type: text
2010-06-20 08:16:48 +02:00
2011-02-13 11:37:28 +01:00
<synergy>
action: /say Share keyboard/mouse and copy/paste between networked computers (optionally using ssh): http://synergy-foss.org/
created_on: 1296366682.46458
enabled: 1
last_referenced_in: #pbot2-test
last_referenced_on: 1296366691.11516
owner: pragma_
rate_limit: 15
ref_count: 1
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<take>
2010-05-09 01:36:56 +02:00
action: /say You take the $args.
created_on: 1231874071
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 27
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<talking>
2010-05-09 01:36:56 +02:00
action: babbling talking "going on" ranting raving spouting muttering mumbling
created_on: 1194294839
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: remoun
last_referenced_on: 1290889247.2955
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 2
ref_user: Remoun
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<taocp>
2010-05-09 01:36:56 +02:00
action: The Art of Computer Programming, by Knuth, http://www.iso-9899.info/wiki/Special:Booksources/0201485419
created_on: 1104462083
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
last_referenced_on: 1284831446.23842
2010-05-09 01:36:56 +02:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 12
ref_user: Love4Boobies
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<taunt>
2010-05-09 01:36:56 +02:00
action: /call insult
created_on: 1259025697
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<teacher>
2010-05-09 01:36:56 +02:00
action: /say If someone in the channel is asking pointed questions of a specific individual, please do not answer their questions if you are not that individual. We're sure you're quite smart and capable, but the point is to let the individual infer the answer himself. You can give a programmer Coca-cola, but if you teach them how to carbonate coffee ...
created_on: 1199779292
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: kate`
last_referenced_on: 1284648281.79672
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 7
2010-05-09 01:36:56 +02:00
ref_user: kate`
type: text
2010-06-20 08:16:48 +02:00
<teaching>
2010-05-09 01:36:56 +02:00
action: not just accepting that the person asking knows what they are doing and has merely forgotten the proper forms to use. Rather, they need insight into what solutions exist to solve the problems they face; for which, there can be no better tool than a clear explanation of the problem, even if you must draw it out of them millimeter by torturous millimeter.
created_on: 1108008187
enabled: 1
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 7
ref_user: lemonade`
type: text
2010-06-20 08:16:48 +02:00
<test>
2010-06-20 09:02:49 +02:00
action: /say Testing in any channel ...
2010-05-09 01:36:56 +02:00
created_on: 1272786662
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: kulp
last_referenced_on: 1296774443.03739
2010-05-09 01:36:56 +02:00
owner: arenics
2010-06-30 07:42:50 +02:00
rate_limit: 10
2011-02-13 11:37:28 +01:00
ref_count: 31
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<testbed>
2010-05-09 01:36:56 +02:00
action: A simple program that grows and evolves to _test_ what you learn/read and is disposable.
created_on: 1187198287
enabled: 1
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 3
ref_user: Wulf
type: text
2010-06-20 08:16:48 +02:00
<testcase>
2011-01-20 02:16:08 +01:00
action: /say A testcase is a minimal compilable example exhibiting your symptoms. "Minimal" means just the bare essentials required to illustrate your question. "Compilable" means that there is enough code to compile it on our machines, and therefore use our debuggers. Please paste a testcase at http://ideone.com to help us assist you.
2010-05-09 01:36:56 +02:00
created_on: 1249772768
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297585467.06971
2010-05-09 01:36:56 +02:00
owner: lemonade`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 368
ref_user: kulp
2010-06-20 08:16:48 +02:00
type: text
<than[ksx]+.*>
2010-05-09 01:36:56 +02:00
action: tyresponse
created_on: 1271368772
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2010-06-20 08:16:48 +02:00
type: regex
2010-06-30 07:42:50 +02:00
<thanks>
action: /say $welcome
2011-01-26 00:52:55 +01:00
action_with_args: /say $tyresponse, $nick
2010-06-30 07:42:50 +02:00
created_on: 1277870713.88835
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1297291032.20027
2010-06-30 07:42:50 +02:00
owner: pragma_
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 6
ref_user: callen
2010-06-30 07:42:50 +02:00
type: text
2010-06-20 08:16:48 +02:00
<the_cake>
2010-05-09 01:36:56 +02:00
action: "The cake was moist and delicious." "The cake is a lie ... The cake is a lie ... The cake is a lie ..."
created_on: 1195100423
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<thinking>
2010-05-09 01:36:56 +02:00
action: http://thinking-forth.sourceforge.net/
created_on: 1185822844
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: remoun
last_referenced_on: 1290889256.21648
2010-05-09 01:36:56 +02:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 9
ref_user: Remoun
type: text
2010-06-20 08:16:48 +02:00
<threads>
2011-02-13 11:37:28 +01:00
action: /say POSIX Threads programming: https://computing.llnl.gov/tutorials/pthreads/
2010-05-09 01:36:56 +02:00
created_on: 1104460742
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296693954.99307
2010-05-09 01:36:56 +02:00
owner: twkm
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 22
ref_user: crct
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<thx>
2010-05-09 01:36:56 +02:00
action: /call thanks
created_on: 1179879858
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_on: 1290346104.4442
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 32
ref_user: Kismet010
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<tias>
2010-05-09 01:36:56 +02:00
action: /say "Try It And See" is a damaged philosophy that may lead to unportable code/undefined behavior.
created_on: 1228985071
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
last_referenced_on: 1292105681.43499
2010-05-09 01:36:56 +02:00
owner: Spark
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 23
ref_user: guidj0s
2010-06-20 08:16:48 +02:00
type: text
2011-02-13 11:37:28 +01:00
<tiger>
action: GROAWR! http://www.cs.princeton.edu/~appel/modern
created_on: 1297528021.44358
enabled: 1
owner: snhmib
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
<tigerbook>
action: GROAWR! http://www.cs.princeton.edu/~appel/modern
created_on: 1297528006.4394
enabled: 1
last_referenced_in: ##c
last_referenced_on: 1297528026.51924
owner: snhmib
rate_limit: 15
ref_count: 1
ref_user: snhmib
type: text
2010-06-20 08:16:48 +02:00
<title>
2010-05-09 01:36:56 +02:00
action: get_title.pl
created_on: 1258840021
enabled: 1
2010-06-29 06:33:27 +02:00
last_referenced_on: 1277343545.04534
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-23 03:23:38 +02:00
rate_limit: 0
2010-06-29 06:33:27 +02:00
ref_count: 35
ref_user: pragma_
2010-06-20 08:16:48 +02:00
type: module
<tits>
2010-05-09 01:36:56 +02:00
action: http://fukung.net/v/9783/10c26d61f447c5ae1d141cc1485244fe.gif
created_on: 1252284750
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: remoun
last_referenced_on: 1290889113.46753
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 3
ref_user: Remoun
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<titsorgtfo>
2010-05-09 01:36:56 +02:00
action: /call testcase
created_on: 1271645810
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<tnx>
2010-05-09 01:36:56 +02:00
action: /call thanks
created_on: 1251695064
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_on: 1288580478.91824
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 2
ref_user: mithridates
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<toolchain>
2011-01-26 10:41:25 +01:00
action: /say For all your makefile/scripting/toolchain needs, please join ##workingset. Don't ask why. Please.
2011-01-20 02:16:08 +01:00
created_on: 1289691889.26701
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297315577.24126
2010-05-09 01:36:56 +02:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 8
2010-05-09 01:36:56 +02:00
ref_user: PoppaVic
type: text
2010-06-20 08:16:48 +02:00
<topic>
2010-05-09 01:36:56 +02:00
action: random_quote.pl
created_on: 1258699440
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1297324383.82772
2010-05-09 01:36:56 +02:00
owner: pragma_
2011-01-29 06:03:18 +01:00
rate_limit: 0
2011-02-13 11:37:28 +01:00
ref_count: 1916
ref_user: kulp
2010-06-20 08:16:48 +02:00
type: module
2011-01-29 06:03:18 +01:00
<touche>
action: /call touché
2010-05-09 01:36:56 +02:00
created_on: 1203837688
enabled: 1
2011-01-29 06:03:18 +01:00
owner: nobody
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: themathkid
type: text
2010-06-20 08:16:48 +02:00
2011-01-29 06:03:18 +01:00
<touché>
action: /say Touché is what you say when you make a point, then someone makes a counterpoint.
created_on: 1203837688
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: themathkid
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 1
ref_user: themathkid
2010-06-04 07:01:16 +02:00
type: text
2010-06-20 08:16:48 +02:00
<true>
2010-05-09 01:36:56 +02:00
action: !false
created_on: 1197769594
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: remoun
last_referenced_on: 1290889130.10153
2010-05-09 01:36:56 +02:00
owner: snhmib
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 6
ref_user: Remoun
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<truth>
2010-05-09 01:36:56 +02:00
action: http://www.cs.virginia.edu/~evans/cs655/readings/ewd498.html
created_on: 1189455615
enabled: 1
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 14
ref_user: n00p
type: text
2010-06-20 08:16:48 +02:00
<twiddle>
2010-05-09 01:36:56 +02:00
action: /call twiddling
created_on: 1204722036
enabled: 1
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: kate`
type: text
2010-06-20 08:16:48 +02:00
<twiddling>
2010-06-06 11:13:17 +02:00
action: /call bithacks
2010-05-09 01:36:56 +02:00
created_on: 1221611255
enabled: 1
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-06-06 11:13:17 +02:00
ref_count: 12
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<ty>
2010-05-09 01:36:56 +02:00
action: /call thanks
created_on: 1179879872
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297028488.25526
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 7
ref_user: dfcode
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<typo>
2010-05-09 01:36:56 +02:00
action: typographical error
created_on: 1235599055
enabled: 1
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: Wulf_
type: text
2010-06-20 08:16:48 +02:00
<tyresponse>
2011-01-26 00:52:55 +01:00
action: /say $welcome, $args
2010-05-09 01:36:56 +02:00
created_on: 1271368737
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ninoscript
last_referenced_on: 1297028791.40458
2010-05-09 01:36:56 +02:00
owner: pragma_
2011-01-26 00:52:55 +01:00
rate_limit: 0
2011-02-13 11:37:28 +01:00
ref_count: 96
ref_user: NinoScript
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<u>
2011-02-13 11:37:28 +01:00
action: /say plz learn how 2 spl "you"! http://i.imgur.com/HL1ZR.jpg
2010-05-09 01:36:56 +02:00
created_on: 1252559062
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1296855365.36243
2010-05-09 01:36:56 +02:00
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 11
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<ub>
2010-05-09 01:36:56 +02:00
action: undefined behavior. Invoking undefined behavior can cause fluffy kittens to fly out from your nose.
created_on: 1236376997
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
last_referenced_on: 1286290643.4972
2010-05-09 01:36:56 +02:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 41
ref_user: Wulf
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<ubuntumanpages>
2010-05-09 01:36:56 +02:00
action: sudo apt-get install manpages manpages-dev
created_on: 1238264335
enabled: 1
owner: lemonade`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: Random832
type: text
2010-06-20 08:16:48 +02:00
<udefine>
2010-05-09 01:36:56 +02:00
action: /call urban
created_on: 1255059316
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-27 00:35:01 +02:00
ref_count: 5
ref_user: Kaye
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<udict>
2010-05-09 01:36:56 +02:00
action: /call urban
created_on: 1255059294
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296695242.42955
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 602
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<understood>
2010-05-09 01:36:56 +02:00
action: /say We understood you the first time, and answered already; you may not have understood the answers. Instead of ignoring them and repeating your question, find out what they mean.
created_on: 1204317155
enabled: 1
2011-01-26 23:48:16 +01:00
last_referenced_in: pragma_
last_referenced_on: 1296087256.84478
2010-05-09 01:36:56 +02:00
owner: Auris-
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-26 23:48:16 +01:00
ref_count: 16
ref_user: pragma_
2010-06-06 11:13:17 +02:00
type: text
2010-06-20 08:16:48 +02:00
<unicode>
2010-06-06 11:13:17 +02:00
action: http://icu-project.org/apiref/icu4c/ustring_8h.html
created_on: 1275736127
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-06-06 11:13:17 +02:00
ref_count: 0
ref_user: nobody
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<unmaintainable>
2010-05-09 01:36:56 +02:00
action: http://freeworld.thc.org/root/phun/unmaintain.html
created_on: 1207882362
enabled: 1
owner: vorpal
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: vorpal
type: text
2010-06-20 08:16:48 +02:00
<urban>
2010-05-09 01:36:56 +02:00
action: urban
created_on: 1255045031
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: pragma_
last_referenced_on: 1296695242.43134
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 696
2010-06-04 07:01:16 +02:00
ref_user: pragma_
2010-06-20 08:16:48 +02:00
type: module
<usetherighttool>
2010-05-09 01:36:56 +02:00
action: /say Use the right tool for the job. Someone once said, "if the only tool you have is a hammer, you tend to see every problem as a nail." Avoid placing artificial limitations on your projects by keeping an open mind and learning more tools, as your skills improve.
created_on: 1225802282
enabled: 1
owner: vorpal
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 4
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<utf-8>
2010-05-09 01:36:56 +02:00
action: an ascii-compatible way to represent arbitrary unicode characters with octets. http://en.wikipedia.org/wiki/UTF-8 | printf("\xc3\xb6\n");
created_on: 1236229252
enabled: 1
owner: Wulf_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 6
ref_user: Random832
type: text
2010-06-20 08:16:48 +02:00
<utsl>
2010-05-09 01:36:56 +02:00
action: /call UTSL
created_on: 1235548349
enabled: 1
owner: Wulf4
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 3
2011-01-29 06:03:18 +01:00
ref_user: Wulf4
2011-01-20 02:16:08 +01:00
type: text
2010-06-20 08:16:48 +02:00
<valgrind>
2010-05-09 01:36:56 +02:00
action: a memory debugging tool. When your program is exhibiting erratic behavior, it may be due to a memory error such as overrunning a buffer or not updating the pointer after a realloc. Try running your program with valgrind; it will save you a lot of time.
created_on: 1249675748
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ouah
last_referenced_on: 1292234428.6951
2010-05-09 01:36:56 +02:00
owner: joeyadams
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 8
ref_user: ouah
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<vampire>
2010-07-01 03:44:02 +02:00
action: /say The Help Vampire: A Spotter's Guide http://slash7.com/2006/12/22/vampires/
2010-05-09 01:36:56 +02:00
created_on: 1189558513
enabled: 1
2011-01-26 10:41:25 +01:00
last_referenced_in: love4boobies
last_referenced_on: 1296040410.99256
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-26 10:41:25 +01:00
ref_count: 9
ref_user: Love4Boobies
2011-01-20 02:16:08 +01:00
type: text
2010-06-20 08:16:48 +02:00
<vera>
2010-05-09 01:36:56 +02:00
action: /call dict -d vera
created_on: 1270941287
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_on: 1288219931.54905
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 18
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<version>
2011-02-13 11:37:28 +01:00
action: /say PBot revision 313 2011-02-13
created_on: 1297593985.83679
2010-06-20 08:16:48 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
owner: candide
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-06-20 08:16:48 +02:00
ref_count: 0
ref_user: nobody
type: text
<videotestcase>
2011-02-13 11:37:28 +01:00
action: /say A video testcase is a minimal viewable video exhibiting your problem. "Minimal" means just the bare essentials required to illustrate your problem. Please record a video testcase at http://www.youtube.com to help us assist you.
2010-05-09 01:36:56 +02:00
created_on: 1236379037
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296869192.93382
2010-05-09 01:36:56 +02:00
owner: lemonade`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 4
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<vim-cheat-sheet>
2010-05-09 01:36:56 +02:00
action: http://www.viemu.com/vi-vim-cheat-sheet.gif
created_on: 1199481348
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<vt100>
2010-05-09 01:36:56 +02:00
action: http://pegasus.cs.csubak.edu/Tables_Charts/VT100_Escape_Codes.html http://members.save-net.com/jko@save-net.com/asm/r_vt200.txt
created_on: 1188660161
enabled: 1
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<warning-labels>
2010-05-09 01:36:56 +02:00
action: http://www.myconfinedspace.com/2007/03/23/internet-warning-labels/
created_on: 1183266883
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<was>
2010-05-09 01:36:56 +02:00
action: /call 8ball
created_on: 1270604559
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1296165721.9257
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 13
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<wdict>
2010-05-09 01:36:56 +02:00
action: /call wikipedia
created_on: 1257554566
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1296164841.46134
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 388
ref_user: sjs205
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<weapon>
2010-05-09 01:36:56 +02:00
action: "Beretta 9mm" "Smith and Wesson" BFG9000 MP40 "rocket launcher" "hand grenade" shotgun railgun catapult "Cupid's bow" M16 "flare gun" harpoon flamethrower "chainsaw bazooka"
created_on: 1208626492
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: architekt
last_referenced_on: 1296165115.35981
2010-05-09 01:36:56 +02:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 7
ref_user: architekt
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<weapon_action>
2010-05-09 01:36:56 +02:00
action: "locks and loads" cocks loads "lovingly cleans" aims
created_on: 1109021669
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1296749324.60417
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 4
ref_user: gl
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<websters>
2010-05-09 01:36:56 +02:00
action: /call dict -d web1913
created_on: 1273286214
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<welcome>
2010-05-09 01:36:56 +02:00
action: "No problem" "You're welcome" "Think nothing of it" "Not a problem" "My pleasure"
created_on: 1109979223
enabled: 1
2011-01-26 00:52:55 +01:00
last_referenced_in: pragma_
last_referenced_on: 1296003468.19164
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-26 00:52:55 +01:00
ref_count: 7
2010-05-09 01:36:56 +02:00
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<west>
2010-05-09 01:36:56 +02:00
action: /say $rpg_ans
created_on: 1231873982
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
last_referenced_on: 1290955815.83632
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 9
ref_user: hackysack
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<what>
2010-05-09 01:36:56 +02:00
action: /call excuse
created_on: 1236820003
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297292366.72393
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 279
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<what_answers>
2010-05-09 01:36:56 +02:00
action: "I don't know." "That is a $severity $question_type question."
created_on: 1195012185
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<where>
2011-01-29 06:03:18 +01:00
action: /call 8ball
created_on: 1296119558.07728
2010-05-09 01:36:56 +02:00
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_on: 1296176815.48718
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 8
ref_user: kulp
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<who>
2010-05-09 01:36:56 +02:00
action: /say $who_answers
created_on: 1258611970
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: architekt
last_referenced_on: 1296164354.05898
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 28
ref_user: architekt
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<who_answers>
2010-05-09 01:36:56 +02:00
action: "Hannah Montana" "Britney Spears" "Thomas Hobbes" "Rene Descartes" "Mr. T" "Chuck Norris" "the Power Rangers" "the Teletubbies" "Spider-Man" "Hulk Hogan" "a butterfly" Goethe "Barack Obama" "John McCain" "Hillary Clinton" "Rodney Dangerfield" "LeVar Burton" "Sarah Palin"
created_on: 1258611928
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<whoami>
2010-05-09 01:36:56 +02:00
action: /say $nick
created_on: 1270939558
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 2
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<why>
2010-05-09 01:36:56 +02:00
action: /say $why_answers
created_on: 1194258443
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: pragma_
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297030320.99239
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 79
2011-01-29 06:03:18 +01:00
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<why_answers>
2010-05-09 01:36:56 +02:00
action: "I don't know." "Because the $sizes $colors $animals made it that way." "That's just how it is." "If you just investigate a $sizes amount further, you can figure it out." "Because I said so!" "Are you thinking clearly?" "Are you sure you're not a $sizes $idiot?"
created_on: 1194140322
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 4
ref_user: joeyadams
type: text
2010-06-20 08:16:48 +02:00
<whymove>
2010-05-09 01:36:56 +02:00
action: /say See http://freenode.net/policy.shtml and http://freenode.net/policy.shtml#channelnaming for information on the unusual channel name.
created_on: 1111196059
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1296165805.83335
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 8
ref_user: pragma_
2010-06-20 08:16:48 +02:00
type: text
<wikipedia>
2010-05-09 01:36:56 +02:00
action: wikipedia.pl
created_on: 1257554350
enabled: 1
2011-01-29 06:03:18 +01:00
last_referenced_in: ##c
last_referenced_on: 1296164841.47162
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-29 06:03:18 +01:00
ref_count: 393
ref_user: sjs205
2010-06-20 08:16:48 +02:00
type: module
<win32>
2010-05-09 01:36:56 +02:00
action: try #winprog on EFnet or #winapi on freenode
created_on: 1180888225
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296431825.42177
2010-05-09 01:36:56 +02:00
owner: PoppaVic
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 124
2011-01-20 02:16:08 +01:00
ref_user: PoppaVic
2010-06-04 07:01:16 +02:00
type: text
2010-06-20 08:16:48 +02:00
<winapi>
2010-06-04 07:01:16 +02:00
action: /call win32
created_on: 1275596861
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_on: 1290633221.49648
2010-06-04 07:01:16 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 4
ref_user: cthuluh
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<windows>
2010-05-09 01:36:56 +02:00
action: a thirty-two bit extension and graphical shell to a sixteen-bit patch to an eight-bit operating system originally coded for a four-bit microprocessor which was written by a two-bit company that can't stand one bit of competition.
created_on: 1106527942
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##c
last_referenced_on: 1297330784.11531
2010-05-09 01:36:56 +02:00
owner: Major-Willard
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 19
ref_user: Dumbificate
2010-06-30 13:36:45 +02:00
type: text
<winprog>
action: /call win32
created_on: 1277898858.41818
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_on: 1290889259.06502
2010-06-30 13:36:45 +02:00
owner: pragma_
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 2
ref_user: Remoun
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<works>
2010-05-09 01:36:56 +02:00
action: /say It works it works! Omg omg omg! I mean it compiles. Now what's a segfault?
created_on: 1231373678
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: blargg
last_referenced_on: 1291933584.76869
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-20 02:16:08 +01:00
ref_count: 30
ref_user: blargg
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<wotsit>
2010-05-09 01:36:56 +02:00
action: http://www.wotsit.org, loads of file type resources!
created_on: 1199573903
enabled: 1
owner: snhmib
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 7
ref_user: n00p
type: text
2010-06-20 08:16:48 +02:00
<wright>
2010-05-09 01:36:56 +02:00
action: http://www.pagetutor.com/jokebreak/139.html
created_on: 1263178267
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 1
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<wtf>
2010-05-09 01:36:56 +02:00
action: /call acronym
created_on: 1251245783
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_on: 1297387312.6851
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 99
ref_user: Dianora
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<xy>
2010-05-09 01:36:56 +02:00
action: /say The XY problem: You want to do X, but don't know how. You think you can solve it using Y, but don't know how to do that, either. You ask about Y, which is a strange thing to want to do. Just ask about X.
created_on: 1175596315
enabled: 1
2011-01-20 02:16:08 +01:00
last_referenced_in: ##c
2011-02-13 11:37:28 +01:00
last_referenced_on: 1296620597.59153
2010-05-09 01:36:56 +02:00
owner: Draconx|Laptop
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 208
2011-01-29 06:03:18 +01:00
ref_user: bhwhite
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
2011-02-13 11:37:28 +01:00
<xyproblem>
action: /call xy
created_on: 1296333623.20987
enabled: 1
last_referenced_on: 1296394556.92188
owner: pragma_
rate_limit: 15
ref_count: 2
ref_user: kaste
type: text
<y>
action: http://i.imgur.com/HL1ZR.jpg
created_on: 1296695481.15346
enabled: 1
owner: pragma_
rate_limit: 15
ref_count: 0
ref_user: nobody
type: text
2010-06-20 08:16:48 +02:00
<yo>
2010-05-09 01:36:56 +02:00
action: /call hi
created_on: 1179679895
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 5
ref_user: pragma_
2010-06-20 08:16:48 +02:00
type: text
<you\sremind\sme\sof\sthe\s(.*)>
2010-05-09 01:36:56 +02:00
action: say $nick: What $1
created_on: 1196905060
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 0
ref_user: nobody
2010-06-20 08:16:48 +02:00
type: regex
<youredoingitwrong>
2010-05-09 01:36:56 +02:00
action: /say This is you: http://www.doingitwrong.com/
created_on: 1178966474
enabled: 1
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2010-05-09 01:36:56 +02:00
ref_count: 4
ref_user: pragma_
type: text
2010-06-20 08:16:48 +02:00
<yz>
2010-05-09 01:36:56 +02:00
action: /call understood
created_on: 1203601730
enabled: 1
2011-01-26 23:48:16 +01:00
last_referenced_on: 1296087256.83515
2010-05-09 01:36:56 +02:00
owner: kate`
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-01-26 23:48:16 +01:00
ref_count: 9
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00
<zalgo>
2010-05-09 01:36:56 +02:00
action: http://www.centernegative.com/2009/03/zalgo-he-comes/
created_on: 1262652805
enabled: 1
2011-02-13 11:37:28 +01:00
last_referenced_in: ##cc
last_referenced_on: 1297488126.73094
2010-05-09 01:36:56 +02:00
owner: pragma_
2010-06-21 17:23:46 +02:00
rate_limit: 15
2011-02-13 11:37:28 +01:00
ref_count: 7
ref_user: pragma_
2010-05-09 01:36:56 +02:00
type: text
2010-06-20 08:16:48 +02:00