mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-02 18:19:33 +01:00
9237 lines
185 KiB
Plaintext
9237 lines
185 KiB
Plaintext
-
|
||
trigger: !
|
||
type: text
|
||
action: the unary boolean not operator
|
||
created_on: 1104600621
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 91
|
||
ref_user: zid`
|
||
-
|
||
trigger: !!
|
||
type: text
|
||
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
|
||
owner: Random832
|
||
ref_count: 5
|
||
ref_user: salil_
|
||
-
|
||
trigger: !=
|
||
type: text
|
||
action: the comparison for inequality operator
|
||
created_on: 1104871606
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 5
|
||
ref_user: pragma_
|
||
-
|
||
trigger: !false
|
||
type: text
|
||
action: true
|
||
created_on: 1270856176
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: !non_zero_int
|
||
type: text
|
||
action: guaranteed to return either 0 or 1.
|
||
created_on: 1232742194
|
||
enabled: 1
|
||
owner: dho
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: !std
|
||
type: text
|
||
action: /say $args is not mandated by the C standard. stfu.
|
||
created_on: 1243936077
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 2
|
||
ref_user: robbe-
|
||
-
|
||
trigger: "
|
||
type: text
|
||
action: the character that begins and terminates a string literal
|
||
created_on: 1106527346
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 3
|
||
ref_user: fickbowt
|
||
-
|
||
trigger: #
|
||
type: text
|
||
action: used to commence a preprocessor directive (include, define, undef, ifdef, ifndef, pragma) and as the stringization operator (#x).
|
||
created_on: 1197579677
|
||
enabled: 1
|
||
owner: Auris-
|
||
ref_count: 4
|
||
ref_user: disappearedng
|
||
-
|
||
trigger: ##
|
||
type: text
|
||
action: the preprocessor concatenation (token pasting) operator.
|
||
created_on: 1211531275
|
||
enabled: 1
|
||
owner: Auris-
|
||
ref_count: 18
|
||
ref_user: pragma_
|
||
-
|
||
trigger: ##c
|
||
type: text
|
||
action: #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.
|
||
created_on: 1245454768
|
||
enabled: 1
|
||
owner: anttil
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: #c
|
||
type: text
|
||
action: 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.
|
||
created_on: 1109029677
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 19
|
||
ref_user: anttil
|
||
-
|
||
trigger: $
|
||
type: text
|
||
action: a character that has no special meaning
|
||
created_on: 1106526551
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 4
|
||
ref_user: pragma_
|
||
-
|
||
trigger: %
|
||
type: text
|
||
action: the remainder after division operator
|
||
created_on: 1106531636
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 3
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: %:
|
||
type: text
|
||
action: digraph alternative for #
|
||
created_on: 1104401858
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: %:%:
|
||
type: text
|
||
action: digraph alternative for ##
|
||
created_on: 1104401865
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: %>
|
||
type: text
|
||
action: digraph alternative for }
|
||
created_on: 1104616316
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: %d
|
||
type: text
|
||
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
|
||
ref_count: 2
|
||
ref_user: s00p
|
||
-
|
||
trigger: %f
|
||
type: text
|
||
action: /call double
|
||
created_on: 1262199608
|
||
enabled: 1
|
||
owner: Random832
|
||
ref_count: 3
|
||
ref_user: Random832
|
||
-
|
||
trigger: %p
|
||
type: text
|
||
action: the printf/scanf format specifier used to print/read void pointers
|
||
created_on: 1106868530
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: Sepero
|
||
-
|
||
trigger: &
|
||
type: text
|
||
action: the bitwise AND binary operator. It is also the unary address operator.
|
||
created_on: 1104602453
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 10
|
||
ref_user: Kernoops
|
||
-
|
||
trigger: &&
|
||
type: text
|
||
action: the McCarthy logical-and binary operator
|
||
created_on: 1106515352
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 3
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: &=
|
||
type: text
|
||
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
|
||
owner: prec
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: &x->y
|
||
type: text
|
||
action: The address of the y member of the structure pointed to by x.
|
||
created_on: 1107406471
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: prec
|
||
-
|
||
trigger: &x[y]
|
||
type: text
|
||
action: equivalent to (x+y). Neither the & operator nor the implied * operator (see x[y]) are evaluated.
|
||
created_on: 1107730768
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 6
|
||
ref_user: Random832
|
||
-
|
||
trigger: '
|
||
type: text
|
||
action: the character that begins and terminates a character constant
|
||
created_on: 1106526412
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ''
|
||
type: text
|
||
action: the delimiter of the start and end of a char
|
||
created_on: 1104887580
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: (
|
||
type: text
|
||
action: used to commence a grouped expression
|
||
created_on: 1106527263
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 1
|
||
ref_user: debCarlos
|
||
-
|
||
trigger: )
|
||
type: text
|
||
action: used to terminate a grouped expression
|
||
created_on: 1106527206
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 1
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: *
|
||
type: text
|
||
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
|
||
owner: Major-Willard
|
||
ref_count: 19
|
||
ref_user: geckos
|
||
-
|
||
trigger: *(char*)NULL
|
||
type: text
|
||
action: /say Segmentation fault
|
||
created_on: 1251796928
|
||
enabled: 1
|
||
owner: joeyadams
|
||
ref_count: 2
|
||
ref_user: joeyadams
|
||
-
|
||
trigger: *=
|
||
type: text
|
||
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
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: *s
|
||
type: text
|
||
action: cute
|
||
created_on: 1224143901
|
||
enabled: 1
|
||
owner: banisterfiend
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: +
|
||
type: text
|
||
action: the addition binary operator
|
||
created_on: 1104595760
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 8
|
||
ref_user: mordy_
|
||
-
|
||
trigger: ++
|
||
type: text
|
||
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
|
||
ref_count: 2
|
||
ref_user: jengelh
|
||
-
|
||
trigger: +=
|
||
type: text
|
||
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
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ,
|
||
type: text
|
||
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
|
||
owner: prec
|
||
ref_count: 7
|
||
ref_user: Wulf
|
||
-
|
||
trigger: -
|
||
type: text
|
||
action: the unary negation operator; the binary subtraction operator
|
||
created_on: 1104595811
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 10
|
||
ref_user: pZombie
|
||
-
|
||
trigger: --
|
||
type: text
|
||
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
|
||
ref_count: 1
|
||
ref_user: jengelh
|
||
-
|
||
trigger: -=
|
||
type: text
|
||
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
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ->
|
||
type: text
|
||
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
|
||
owner: Major-Willard
|
||
ref_count: 9
|
||
ref_user: cousteau
|
||
-
|
||
trigger: -lm
|
||
type: text
|
||
action: the standard UNIX linker command line option to link the functions in the math library.
|
||
created_on: 1106448497
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 5
|
||
ref_user: Random832
|
||
-
|
||
trigger: -pedantic
|
||
type: text
|
||
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_
|
||
ref_count: 7
|
||
ref_user: jwillia3
|
||
-
|
||
trigger: -std
|
||
type: text
|
||
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_
|
||
ref_count: 16
|
||
ref_user: jwillia3
|
||
-
|
||
trigger: .
|
||
type: text
|
||
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
|
||
owner: Major-Willard
|
||
ref_count: 19
|
||
ref_user: [Pwner]John
|
||
-
|
||
trigger: .*love\s+.*
|
||
type: regex
|
||
action: lovequote
|
||
created_on: 1271635108
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: .*sorry.*
|
||
type: regex
|
||
action: say Why are you sorry? . . .
|
||
created_on: 1251663630
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: .*thank\s+(you|u).*
|
||
type: regex
|
||
action: thanks
|
||
created_on: 1251695217
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ...
|
||
type: text
|
||
action: an ellipsis; used to mark a function or macro as variadic. variadic macros were added by C99.
|
||
created_on: 1106943402
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 16
|
||
ref_user: SM0TVI
|
||
-
|
||
trigger: /
|
||
type: text
|
||
action: the division binary operator
|
||
created_on: 1104600246
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: //
|
||
type: text
|
||
action: used to introduce a comment that continues to the end of the line [C99]
|
||
created_on: 1108293482
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 2
|
||
ref_user: Major-Willard
|
||
-
|
||
trigger: /=
|
||
type: text
|
||
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
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: /say
|
||
type: text
|
||
action: /call say
|
||
created_on: 1251694751
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 9
|
||
ref_user: pragma_
|
||
-
|
||
trigger: 0
|
||
type: text
|
||
action: !1
|
||
created_on: 1268450206
|
||
enabled: 1
|
||
owner: Maxdamantus
|
||
ref_count: 2
|
||
ref_user: Aless67
|
||
-
|
||
trigger: 0L
|
||
type: text
|
||
action: not something I know about :(
|
||
created_on: 1231291850
|
||
enabled: 1
|
||
owner: dav7
|
||
ref_count: 4
|
||
ref_user: dav7
|
||
-
|
||
trigger: 1
|
||
type: text
|
||
action: !0
|
||
created_on: 1268450213
|
||
enabled: 1
|
||
owner: Maxdamantus
|
||
ref_count: 1
|
||
ref_user: Maxdamantus
|
||
-
|
||
trigger: 10words
|
||
type: text
|
||
action: http://theoatmeal.com/comics/misspelling
|
||
created_on: 1262461605
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: 1234
|
||
type: text
|
||
action: foo
|
||
created_on: 1259540426
|
||
enabled: 1
|
||
owner: Maxdamantus
|
||
ref_count: 7
|
||
ref_user: jwillia3
|
||
-
|
||
trigger: 20?
|
||
type: text
|
||
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://www.catb.org/~esr/faqs/smart-questions.html
|
||
created_on: 1200772242
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: 20q
|
||
type: text
|
||
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
|
||
owner: Jafet
|
||
ref_count: 2
|
||
ref_user: n00p
|
||
-
|
||
trigger: 21days
|
||
type: text
|
||
action: http://norvig.com/21-days.html
|
||
created_on: 1177064329
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 18
|
||
ref_user: cppn3wbee
|
||
-
|
||
trigger: 2html.vim
|
||
type: text
|
||
action: #!/bin/sh vim -n -c ':so \$VIMRUNTIME/syntax/2html.vim' -c ':wqa' \$1 > /dev/null 2> /dev/null
|
||
created_on: 1183513530
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: pragma_
|
||
-
|
||
trigger: 3star
|
||
type: text
|
||
action: http://c2.com/cgi/wiki?ThreeStarProgrammer
|
||
created_on: 1111867182
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 6
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: 5ex
|
||
type: text
|
||
action: /call sex
|
||
created_on: 1243974339
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: 6thsense
|
||
type: text
|
||
action: http://www.movie-moron.com/wp-content/gallery/various/I-See-Stupid-People.jpg
|
||
created_on: 1262501664
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: n00p
|
||
-
|
||
trigger: 8ball
|
||
type: text
|
||
action: /say $nick, $answers
|
||
created_on: 1193948417
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 661
|
||
ref_user: one28bit
|
||
-
|
||
trigger: :(
|
||
type: text
|
||
action: /call :)
|
||
created_on: 1180052710
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 15
|
||
ref_user: rgz
|
||
-
|
||
trigger: :)
|
||
type: text
|
||
action: /say $faces
|
||
created_on: 1109365121
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 110
|
||
ref_user: rgz
|
||
-
|
||
trigger: :-(
|
||
type: text
|
||
action: /call :)
|
||
created_on: 1180052743
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: :-)
|
||
type: text
|
||
action: /call :)
|
||
created_on: 1180052725
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: :-D
|
||
type: text
|
||
action: /call :)
|
||
created_on: 1180052738
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: :-P
|
||
type: text
|
||
action: /call :)
|
||
created_on: 1180052730
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: yobo2
|
||
-
|
||
trigger: :-p
|
||
type: text
|
||
action: /call :)
|
||
created_on: 1180052734
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: :>
|
||
type: text
|
||
action: digraph alternative for ]
|
||
created_on: 1104401890
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: :D
|
||
type: text
|
||
action: /call :)
|
||
created_on: 1180052717
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 9
|
||
ref_user: rgz
|
||
-
|
||
trigger: :o
|
||
type: text
|
||
action: /call :)
|
||
created_on: 1180052721
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 4
|
||
ref_user: kate`
|
||
-
|
||
trigger: :p
|
||
type: text
|
||
action: /call :)
|
||
created_on: 1180052714
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ;
|
||
type: text
|
||
action: a statement and declaration terminator
|
||
created_on: 1104886076
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 1
|
||
ref_user: Spark
|
||
-
|
||
trigger: ;)
|
||
type: text
|
||
action: /me $body_action seductively.
|
||
created_on: 1109657503
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 6
|
||
ref_user: veronica_
|
||
-
|
||
trigger: <
|
||
type: text
|
||
action: the less than comparison operator
|
||
created_on: 1104599441
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 1
|
||
ref_user: aguai
|
||
-
|
||
trigger: <%
|
||
type: text
|
||
action: digraph replacement for {
|
||
created_on: 1104401845
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: <:
|
||
type: text
|
||
action: digraph replacement for [
|
||
created_on: 1104401882
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: <<
|
||
type: text
|
||
action: the binary left shift operator
|
||
created_on: 1107979350
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: <=
|
||
type: text
|
||
action: the less than or equal to comparison operator
|
||
created_on: 1104599493
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: =
|
||
type: text
|
||
action: the assignment operator
|
||
created_on: 1104595880
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 44
|
||
ref_user: LeoNerd
|
||
-
|
||
trigger: ==
|
||
type: text
|
||
action: the comparison for equivalence operator
|
||
created_on: 1104595949
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 3
|
||
ref_user: Skapare
|
||
-
|
||
trigger: >
|
||
type: text
|
||
action: /say > is the greater than comparison operator
|
||
created_on: 1239017335
|
||
enabled: 1
|
||
owner: Jafet
|
||
ref_count: 5
|
||
ref_user: pragma_
|
||
-
|
||
trigger: >=
|
||
type: text
|
||
action: the greater than or equal to comparison operator
|
||
created_on: 1104599538
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: >>
|
||
type: text
|
||
action: the binary right shift operator
|
||
created_on: 1108253247
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 1
|
||
ref_user: mordy_
|
||
-
|
||
trigger: ?
|
||
type: text
|
||
action: a question mark.
|
||
created_on: 1237066516
|
||
enabled: 1
|
||
owner: Quetzalcoatl_
|
||
ref_count: 2
|
||
ref_user: crosvera
|
||
-
|
||
trigger: ?:
|
||
type: text
|
||
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
|
||
ref_count: 6
|
||
ref_user: Wulf
|
||
-
|
||
trigger: ??!
|
||
type: text
|
||
action: trigraph replacement for |
|
||
created_on: 1104400693
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 2
|
||
ref_user: GhostlyDeath
|
||
-
|
||
trigger: ??''
|
||
type: text
|
||
action: trigraph replacement for ^
|
||
created_on: 1104400673
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ??(
|
||
type: text
|
||
action: trigraph replacement for [
|
||
created_on: 1104400644
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ??)
|
||
type: text
|
||
action: trigraph replacement for ]
|
||
created_on: 1104400667
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: ??-
|
||
type: text
|
||
action: trigraph replacement for ~
|
||
created_on: 1104400703
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ??/
|
||
type: text
|
||
action: trigraph replacement for \\
|
||
created_on: 1104400660
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: ??<
|
||
type: text
|
||
action: trigraph replacement for {
|
||
created_on: 1104400680
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 2
|
||
ref_user: ron2
|
||
-
|
||
trigger: ??=
|
||
type: text
|
||
action: trigraph replacement for #
|
||
created_on: 1104400632
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: ??>
|
||
type: text
|
||
action: trigraph replacement for }; digraph replacement for }
|
||
created_on: 1104400686
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: APPALLING
|
||
type: text
|
||
action: Acronym Production Particularly At Lavish Level Is No Good
|
||
created_on: 1108954548
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 3
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: Aless67
|
||
type: text
|
||
action: a steaming, grotesque, viscous stool of an excuse for a cognition-utilising being.
|
||
created_on: 1272814299
|
||
enabled: 1
|
||
owner: n00p
|
||
ref_count: 4
|
||
ref_user: s00p
|
||
-
|
||
trigger: B
|
||
type: text
|
||
action: the programming language which was the precursor of C ; http://en.wikipedia.org/wiki/B_programming_language
|
||
created_on: 1111209918
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 7
|
||
ref_user: pragma_
|
||
-
|
||
trigger: BFS
|
||
type: text
|
||
action: Breadth First Search -- http://en.wikipedia.org/wiki/Breadth-first_search
|
||
created_on: 1242883241
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 1
|
||
ref_user: zacs7
|
||
-
|
||
trigger: C/C++
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 14
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: CARM
|
||
type: text
|
||
action: /call H&S
|
||
created_on: 1199659530
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 6
|
||
ref_user: pragma_
|
||
-
|
||
trigger: CE
|
||
type: text
|
||
action: http://www.cs.cf.ac.uk/Dave/C/CE.html
|
||
created_on: 1202752439
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 2
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: CHAR_BIT
|
||
type: text
|
||
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
|
||
owner: defrost
|
||
ref_count: 8
|
||
ref_user: s00p
|
||
-
|
||
trigger: CHAR_MAX
|
||
type: text
|
||
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
|
||
owner: defrost
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: CHAR_MIN
|
||
type: text
|
||
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
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: CnotC++
|
||
type: text
|
||
action: C is not a subset of C++
|
||
created_on: 1176998419
|
||
enabled: 1
|
||
owner: LordOllie
|
||
ref_count: 2
|
||
ref_user: cousteau
|
||
-
|
||
trigger: DFS
|
||
type: text
|
||
action: Depth First Search -- http://en.wikipedia.org/wiki/Depth-first_search
|
||
created_on: 1242883141
|
||
enabled: 1
|
||
owner: Chris
|
||
ref_count: 1
|
||
ref_user: Chris
|
||
-
|
||
trigger: E2BIG
|
||
type: text
|
||
action: Argument list too long
|
||
created_on: 1239972824
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EACCES
|
||
type: text
|
||
action: Permission denied
|
||
created_on: 1239972852
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EADDRINUSE
|
||
type: text
|
||
action: Address already in use
|
||
created_on: 1239973057
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EADDRNOTAVAIL
|
||
type: text
|
||
action: Cannot assign requested address
|
||
created_on: 1239973059
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EADV
|
||
type: text
|
||
action: Advertise error
|
||
created_on: 1239972985
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EAFNOSUPPORT
|
||
type: text
|
||
action: Address family not supported by protocol
|
||
created_on: 1239973054
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EAGAIN
|
||
type: text
|
||
action: Resource temporarily unavailable
|
||
created_on: 1239972852
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 1
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: EALREADY
|
||
type: text
|
||
action: Operation already in progress
|
||
created_on: 1239973097
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EBADE
|
||
type: text
|
||
action: Invalid exchange
|
||
created_on: 1239972945
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EBADF
|
||
type: text
|
||
action: Bad file descriptor
|
||
created_on: 1239972829
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 1
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: EBADFD
|
||
type: text
|
||
action: File descriptor in bad state
|
||
created_on: 1239973005
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EBADMSG
|
||
type: text
|
||
action: Bad message
|
||
created_on: 1239972997
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EBADR
|
||
type: text
|
||
action: Invalid request descriptor
|
||
created_on: 1239972948
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EBADRQC
|
||
type: text
|
||
action: Invalid request code
|
||
created_on: 1239972955
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EBADSLT
|
||
type: text
|
||
action: Invalid slot
|
||
created_on: 1239972957
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EBFONT
|
||
type: text
|
||
action: Bad font file format
|
||
created_on: 1239972962
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EBUSY
|
||
type: text
|
||
action: Device or resource busy
|
||
created_on: 1239972854
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ECANCELED
|
||
type: text
|
||
action: Operation canceled
|
||
created_on: 1239973124
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ECHILD
|
||
type: text
|
||
action: No child processes
|
||
created_on: 1239972831
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ECHRNG
|
||
type: text
|
||
action: Channel number out of range
|
||
created_on: 1239972925
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ECOMM
|
||
type: text
|
||
action: Communication error on send
|
||
created_on: 1239972992
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ECONNABORTED
|
||
type: text
|
||
action: Software caused connection abort
|
||
created_on: 1239973070
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ECONNREFUSED
|
||
type: text
|
||
action: Connection refused
|
||
created_on: 1239973089
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ECONNRESET
|
||
type: text
|
||
action: Connection reset by peer
|
||
created_on: 1239973072
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EDEADLK
|
||
type: text
|
||
action: Resource deadlock avoided
|
||
created_on: 1239972902
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EDEADLOCK
|
||
type: text
|
||
action: Resource deadlock avoided
|
||
created_on: 1239972960
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EDESTADDRREQ
|
||
type: text
|
||
action: Destination address required
|
||
created_on: 1239973034
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EDOM
|
||
type: text
|
||
action: Numerical argument out of domain
|
||
created_on: 1239972897
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EDOTDOT
|
||
type: text
|
||
action: RFS specific error
|
||
created_on: 1239972994
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EDQUOT
|
||
type: text
|
||
action: Disk quota exceeded
|
||
created_on: 1239973117
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EEXIST
|
||
type: text
|
||
action: File exists
|
||
created_on: 1239972856
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EFAULT
|
||
type: text
|
||
action: Bad address
|
||
created_on: 1239972852
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 1
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: EFBIG
|
||
type: text
|
||
action: File too large
|
||
created_on: 1239972881
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EHOSTDOWN
|
||
type: text
|
||
action: Host is down
|
||
created_on: 1239973092
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EHOSTUNREACH
|
||
type: text
|
||
action: No route to host
|
||
created_on: 1239973094
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EIDRM
|
||
type: text
|
||
action: Identifier removed
|
||
created_on: 1239972923
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EILSEQ
|
||
type: text
|
||
action: Invalid or incomplete multibyte or wide character
|
||
created_on: 1239973022
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EINPROGRESS
|
||
type: text
|
||
action: Operation now in progress
|
||
created_on: 1239973099
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EINTR
|
||
type: text
|
||
action: Interrupted system call
|
||
created_on: 1239972819
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EINVAL
|
||
type: text
|
||
action: Invalid argument
|
||
created_on: 1239972869
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 1
|
||
ref_user: joeyadams
|
||
-
|
||
trigger: EIO
|
||
type: text
|
||
action: Input/output error
|
||
created_on: 1239972819
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EISCONN
|
||
type: text
|
||
action: Transport endpoint is already connected
|
||
created_on: 1239973077
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EISDIR
|
||
type: text
|
||
action: Is a directory
|
||
created_on: 1239972867
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EISNAM
|
||
type: text
|
||
action: Is a named type file
|
||
created_on: 1239973112
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EKEYEXPIRED
|
||
type: text
|
||
action: Key has expired
|
||
created_on: 1239973129
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EKEYREJECTED
|
||
type: text
|
||
action: Key was rejected by service
|
||
created_on: 1239973134
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EKEYREVOKED
|
||
type: text
|
||
action: Key has been revoked
|
||
created_on: 1239973132
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EL2HLT
|
||
type: text
|
||
action: Level 2 halted
|
||
created_on: 1239972942
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 1
|
||
ref_user: joeyadams
|
||
-
|
||
trigger: EL2NSYNC
|
||
type: text
|
||
action: Level 2 not synchronized
|
||
created_on: 1239972927
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EL3HLT
|
||
type: text
|
||
action: Level 3 halted
|
||
created_on: 1239972930
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 1
|
||
ref_user: joeyadams
|
||
-
|
||
trigger: EL3RST
|
||
type: text
|
||
action: Level 3 reset
|
||
created_on: 1239972932
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ELIBACC
|
||
type: text
|
||
action: Can not access a needed shared library
|
||
created_on: 1239973009
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ELIBBAD
|
||
type: text
|
||
action: Accessing a corrupted shared library
|
||
created_on: 1239973012
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ELIBEXEC
|
||
type: text
|
||
action: Cannot exec a shared library directly
|
||
created_on: 1239973019
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ELIBMAX
|
||
type: text
|
||
action: Attempting to link in too many shared libraries
|
||
created_on: 1239973017
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ELIBSCN
|
||
type: text
|
||
action: .lib section in a.out corrupted
|
||
created_on: 1239973014
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ELNRNG
|
||
type: text
|
||
action: Link number out of range
|
||
created_on: 1239972935
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ELOOP
|
||
type: text
|
||
action: Too many levels of symbolic links
|
||
created_on: 1239972915
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EMEDIUMTYPE
|
||
type: text
|
||
action: Wrong medium type
|
||
created_on: 1239973122
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EMFILE
|
||
type: text
|
||
action: Too many open files
|
||
created_on: 1239972874
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EMLINK
|
||
type: text
|
||
action: Too many links
|
||
created_on: 1239972897
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EMSGSIZE
|
||
type: text
|
||
action: Message too long
|
||
created_on: 1239973037
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EMULTIHOP
|
||
type: text
|
||
action: Multihop attempted
|
||
created_on: 1239972992
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENAMETOOLONG
|
||
type: text
|
||
action: File name too long
|
||
created_on: 1239972905
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENAVAIL
|
||
type: text
|
||
action: No XENIX semaphores available
|
||
created_on: 1239973110
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENETDOWN
|
||
type: text
|
||
action: Network is down
|
||
created_on: 1239973062
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENETRESET
|
||
type: text
|
||
action: Network dropped connection on reset
|
||
created_on: 1239973067
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENETUNREACH
|
||
type: text
|
||
action: Network is unreachable
|
||
created_on: 1239973064
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENFILE
|
||
type: text
|
||
action: Too many open files in system
|
||
created_on: 1239972871
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOANO
|
||
type: text
|
||
action: No anode
|
||
created_on: 1239972952
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOBUFS
|
||
type: text
|
||
action: No buffer space available
|
||
created_on: 1239973074
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOCSI
|
||
type: text
|
||
action: No CSI structure available
|
||
created_on: 1239972940
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENODATA
|
||
type: text
|
||
action: No data available
|
||
created_on: 1239972967
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENODEV
|
||
type: text
|
||
action: No such device
|
||
created_on: 1239972861
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOENT
|
||
type: text
|
||
action: No such file or directory
|
||
created_on: 1239972819
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOEXEC
|
||
type: text
|
||
action: Exec format error
|
||
created_on: 1239972826
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOKEY
|
||
type: text
|
||
action: Required key not available
|
||
created_on: 1239973127
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOLCK
|
||
type: text
|
||
action: No locks available
|
||
created_on: 1239972907
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOLINK
|
||
type: text
|
||
action: Link has been severed
|
||
created_on: 1239972983
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOMEDIUM
|
||
type: text
|
||
action: No medium found
|
||
created_on: 1239973119
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOMEM
|
||
type: text
|
||
action: Cannot allocate memory
|
||
created_on: 1239972852
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOMSG
|
||
type: text
|
||
action: No message of desired type
|
||
created_on: 1239972920
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENONET
|
||
type: text
|
||
action: Machine is not on the network
|
||
created_on: 1239972975
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOPKG
|
||
type: text
|
||
action: Package not installed
|
||
created_on: 1239972977
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOPROTOOPT
|
||
type: text
|
||
action: Protocol not available
|
||
created_on: 1239973042
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOSPC
|
||
type: text
|
||
action: No space left on device
|
||
created_on: 1239972884
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOSR
|
||
type: text
|
||
action: Out of streams resources
|
||
created_on: 1239972972
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOSTR
|
||
type: text
|
||
action: Device not a stream
|
||
created_on: 1239972965
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOSYS
|
||
type: text
|
||
action: Function not implemented
|
||
created_on: 1239972910
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOTBLK
|
||
type: text
|
||
action: Block device required
|
||
created_on: 1239972852
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOTCONN
|
||
type: text
|
||
action: Transport endpoint is not connected
|
||
created_on: 1239973079
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOTDIR
|
||
type: text
|
||
action: Not a directory
|
||
created_on: 1239972864
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOTEMPTY
|
||
type: text
|
||
action: Directory not empty
|
||
created_on: 1239972912
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOTNAM
|
||
type: text
|
||
action: Not a XENIX named type file
|
||
created_on: 1239973107
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOTRECOVERABLE
|
||
type: text
|
||
action: State not recoverable
|
||
created_on: 1239973139
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOTSOCK
|
||
type: text
|
||
action: Socket operation on non-socket
|
||
created_on: 1239973032
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOTTY
|
||
type: text
|
||
action: Inappropriate ioctl for device
|
||
created_on: 1239972876
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENOTUNIQ
|
||
type: text
|
||
action: Name not unique on network
|
||
created_on: 1239973002
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ENXIO
|
||
type: text
|
||
action: No such device or address
|
||
created_on: 1239972821
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EOF
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: infobahn
|
||
ref_count: 33
|
||
ref_user: Wulf
|
||
-
|
||
trigger: EOPNOTSUPP
|
||
type: text
|
||
action: Operation not supported
|
||
created_on: 1239973049
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EOVERFLOW
|
||
type: text
|
||
action: Value too large for defined data type
|
||
created_on: 1239972999
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EOWNERDEAD
|
||
type: text
|
||
action: Owner died
|
||
created_on: 1239973137
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EPERM
|
||
type: text
|
||
action: Operation not permitted
|
||
created_on: 1239972819
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EPFNOSUPPORT
|
||
type: text
|
||
action: Protocol family not supported
|
||
created_on: 1239973052
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EPIPE
|
||
type: text
|
||
action: Broken pipe
|
||
created_on: 1239972897
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EPROTO
|
||
type: text
|
||
action: Protocol error
|
||
created_on: 1239972992
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EPROTONOSUPPORT
|
||
type: text
|
||
action: Protocol not supported
|
||
created_on: 1239973044
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EPROTOTYPE
|
||
type: text
|
||
action: Protocol wrong type for socket
|
||
created_on: 1239973040
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ERANGE
|
||
type: text
|
||
action: Numerical result out of range
|
||
created_on: 1239972900
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EREMCHG
|
||
type: text
|
||
action: Remote address changed
|
||
created_on: 1239973007
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EREMOTE
|
||
type: text
|
||
action: Object is remote
|
||
created_on: 1239972980
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EREMOTEIO
|
||
type: text
|
||
action: Remote I/O error
|
||
created_on: 1239973114
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ERESTART
|
||
type: text
|
||
action: Interrupted system call should be restarted
|
||
created_on: 1239973024
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EROFS
|
||
type: text
|
||
action: Read-only file system
|
||
created_on: 1239972897
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ESHUTDOWN
|
||
type: text
|
||
action: Cannot send after transport endpoint shutdown
|
||
created_on: 1239973082
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ESOCKTNOSUPPORT
|
||
type: text
|
||
action: Socket type not supported
|
||
created_on: 1239973047
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ESPIPE
|
||
type: text
|
||
action: Illegal seek
|
||
created_on: 1239972886
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ESRCH
|
||
type: text
|
||
action: No such process
|
||
created_on: 1239972819
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 1
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: ESRMNT
|
||
type: text
|
||
action: Srmount error
|
||
created_on: 1239972992
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ESTALE
|
||
type: text
|
||
action: Stale NFS file handle
|
||
created_on: 1239973102
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ESTRPIPE
|
||
type: text
|
||
action: Streams pipe error
|
||
created_on: 1239973027
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ETIME
|
||
type: text
|
||
action: Timer expired
|
||
created_on: 1239972970
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ETIMEDOUT
|
||
type: text
|
||
action: Connection timed out
|
||
created_on: 1239973087
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ETOOMANYREFS
|
||
type: text
|
||
action: Too many references: cannot splice
|
||
created_on: 1239973084
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ETXTBSY
|
||
type: text
|
||
action: Text file busy
|
||
created_on: 1239972879
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 1
|
||
ref_user: Wulf4
|
||
-
|
||
trigger: EUCLEAN
|
||
type: text
|
||
action: Structure needs cleaning
|
||
created_on: 1239973104
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EUNATCH
|
||
type: text
|
||
action: Protocol driver not attached
|
||
created_on: 1239972937
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EUSERS
|
||
type: text
|
||
action: Too many users
|
||
created_on: 1239973029
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EWOULDBLOCK
|
||
type: text
|
||
action: Resource temporarily unavailable
|
||
created_on: 1239972917
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EXDEV
|
||
type: text
|
||
action: Invalid cross-device link
|
||
created_on: 1239972859
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EXFULL
|
||
type: text
|
||
action: Exchange full
|
||
created_on: 1239972950
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EXIT_FAILURE
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: mauke
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: EXIT_SUCCESS
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: mauke
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: GIGO
|
||
type: text
|
||
action: garbage in, garbage out
|
||
created_on: 1174497896
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: GP
|
||
type: text
|
||
action: General Purpose
|
||
created_on: 1107533027
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 1
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: Gorgoroth
|
||
type: text
|
||
action: a french software engineer who is very cool.
|
||
created_on: 1260304343
|
||
enabled: 1
|
||
owner: Gorgoroth
|
||
ref_count: 2
|
||
ref_user: Gorgoroth
|
||
-
|
||
trigger: H&S
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: heina
|
||
ref_count: 125
|
||
ref_user: Draconx
|
||
-
|
||
trigger: IB
|
||
type: text
|
||
action: implementation defined behaviour
|
||
created_on: 1253031223
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: IMP
|
||
type: text
|
||
action: Interface Message Processor
|
||
created_on: 1108947650
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: INT_MAX
|
||
type: text
|
||
action: #include <limits.h> - INT_MAX - maximum value of an int object, at least +32767
|
||
created_on: 1104369616
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: INT_MIN
|
||
type: text
|
||
action: #include <limits.h> - INT_MIN - minimum value of an int object, at least -32767
|
||
created_on: 1104369627
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: It
|
||
type: text
|
||
action: hard to tell the difference between newlines and new posts.
|
||
created_on: 1258439566
|
||
enabled: 1
|
||
owner: ntis11
|
||
ref_count: 1
|
||
ref_user: Love4Boobies
|
||
-
|
||
trigger: LE
|
||
type: text
|
||
action: Learning Experience. Any LE is a good one, as long as you survive it.
|
||
created_on: 1266717828
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 1
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: LFS
|
||
type: text
|
||
action: http://en.wikipedia.org/wiki/Large_file_support
|
||
created_on: 1183700942
|
||
enabled: 1
|
||
owner: vorpal
|
||
ref_count: 2
|
||
ref_user: n00p
|
||
-
|
||
trigger: LONG_MAX
|
||
type: text
|
||
action: #include <limits.h> - LONG_MAX - maximum value of a long int object, at least +2147483647
|
||
created_on: 1104369746
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: LONG_MIN
|
||
type: text
|
||
action: #include <limits.h> - LONG_MIN - minimum value of a long int object, at least -2147483647
|
||
created_on: 1104369732
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: Lt-Col-Kilgore
|
||
type: text
|
||
action: 1st of the 9th, air-mobile
|
||
created_on: 1106871669
|
||
enabled: 1
|
||
owner: Lt-Col-Kilgore
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: MB_CUR_MAX
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: MB_LEN_MAX
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: defrost
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: Major-Willard
|
||
type: text
|
||
action: a $sizes $colors gun totin non-jesus freak
|
||
created_on: 1104594621
|
||
enabled: 1
|
||
owner: defrost
|
||
ref_count: 9
|
||
ref_user: kate`
|
||
-
|
||
trigger: NET
|
||
type: text
|
||
action: like the java platform, but by microsoft
|
||
created_on: 1106069886
|
||
enabled: 1
|
||
owner: durnew
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: NULL
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 38
|
||
ref_user: ecrane
|
||
-
|
||
trigger: NeverDream
|
||
type: text
|
||
action: the master of all things, living and dead. And those things which exist as a wave function that describes the state of both living and dead. But especially _YOU_!
|
||
created_on: 1109794818
|
||
enabled: 1
|
||
owner: NeverDream
|
||
ref_count: 1
|
||
ref_user: NeverDream
|
||
-
|
||
trigger: NinoScript
|
||
type: text
|
||
action: /say NiñoScript — here just to steal your knowledge :)
|
||
created_on: 1274084479
|
||
enabled: 1
|
||
owner: NinoScript
|
||
ref_count: 5
|
||
ref_user: NinoScript
|
||
-
|
||
trigger: OMG
|
||
type: text
|
||
action: Orbitz Meat Gravy
|
||
created_on: 1174943035
|
||
enabled: 1
|
||
owner: vorpal
|
||
ref_count: 3
|
||
ref_user: Random832
|
||
-
|
||
trigger: ObfsC
|
||
type: text
|
||
action: http://www.cs.bgu.ac.il/~omri/Humor/ObfsC.html -- What were you saying about Perl, again?
|
||
created_on: 1273340691
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: Oort
|
||
type: text
|
||
action: my sworn enemy!
|
||
created_on: 1194144874
|
||
enabled: 1
|
||
owner: kp
|
||
ref_count: 11
|
||
ref_user: arenics
|
||
-
|
||
trigger: Pascal
|
||
type: text
|
||
action: "A program language named after a man who would turn over in his grave if he knew about it."
|
||
created_on: 1108206649
|
||
enabled: 1
|
||
owner: Tom^
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: Plan9
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: QED
|
||
type: text
|
||
action: from the Latin; therin lies the proof
|
||
created_on: 1106890375
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: SCHAR_MAX
|
||
type: text
|
||
action: #include <limits.h> - maximum value for type signed char. - >= 127
|
||
created_on: 1104389707
|
||
enabled: 1
|
||
owner: defrost
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: SCHAR_MIN
|
||
type: text
|
||
action: #include <limits.h> - minimum value for type signed char. - <= -127
|
||
created_on: 1104389707
|
||
enabled: 1
|
||
owner: defrost
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: SDL
|
||
type: text
|
||
action: http://www.libsdl.org
|
||
created_on: 1107541279
|
||
enabled: 1
|
||
owner: Tom^
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: SHRT_MAX
|
||
type: text
|
||
action: #include <limits.h> - maximum value for type short. - >= 32,767
|
||
created_on: 1104389724
|
||
enabled: 1
|
||
owner: defrost
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: SHRT_MIN
|
||
type: text
|
||
action: #include <limits.h> - minimum value for type short. - <= -32,767
|
||
created_on: 1104389724
|
||
enabled: 1
|
||
owner: defrost
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: SIGBUS
|
||
type: text
|
||
action: a signal sent when an address is referenced that is not correctly aligned
|
||
created_on: 1107559298
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 2
|
||
ref_user: Major-Willard
|
||
-
|
||
trigger: SIGSEGV
|
||
type: text
|
||
action: a signal sent when an address is referenced that has not been allocated to your virtual address space
|
||
created_on: 1104612469
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: SIGUSR1
|
||
type: text
|
||
action: a signal reserved for unspecified user process use
|
||
created_on: 1104612781
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: SIGUSR2
|
||
type: text
|
||
action: a signal reserved for unspecified user process use
|
||
created_on: 1104613039
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: SNAFU
|
||
type: text
|
||
action: Situation Normal All Fucked Up
|
||
created_on: 1109292157
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 2
|
||
ref_user: Major-Willard
|
||
-
|
||
trigger: SOP
|
||
type: text
|
||
action: "Standard Operating Procedure"
|
||
created_on: 1107543001
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: Sailormoon
|
||
type: text
|
||
action: an ignorant Nazi-supporter who makes up imaginary stories about his education in order to disguise the fact that he flunked out of elementary school and didn't make it to high school; now he can only be accepted by Canadian TV Internet colleges, where he spends $1200 every 3 months on Internet classes with a robot teacher. Also, rarely emerges from his parents' house. Converse with this person only if you wish to be insulted and belittled.
|
||
created_on: 1259190786
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 15
|
||
ref_user: bvalek2
|
||
-
|
||
trigger: Skapare
|
||
type: text
|
||
action: Swedish for Creator, and he doesn't want you to bug him about it, anymore
|
||
created_on: 1105957112
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: Skapare
|
||
-
|
||
trigger: Squall`
|
||
type: text
|
||
action: the sexiest hacker on the planet
|
||
created_on: 1106979571
|
||
enabled: 1
|
||
owner: Squall`
|
||
ref_count: 3
|
||
ref_user: Squall`
|
||
-
|
||
trigger: TARFU
|
||
type: text
|
||
action: Things Are Really Fucked Up
|
||
created_on: 1109292407
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: TIL
|
||
type: text
|
||
action: "Threaded Interpretive Language"
|
||
created_on: 1107798020
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 2
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: TLI
|
||
type: text
|
||
action: "Too Little Info"
|
||
created_on: 1107535494
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 1
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: TMI
|
||
type: text
|
||
action: "Too Much Info"
|
||
created_on: 1107535524
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 1
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: TheLandlord
|
||
type: text
|
||
action: a majorly stupid retard.
|
||
created_on: 1263205882
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: bvalek2
|
||
-
|
||
trigger: TheStar
|
||
type: text
|
||
action: that huge glowing orb in the sky.
|
||
created_on: 1107406902
|
||
enabled: 1
|
||
owner: TheStar
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: UB
|
||
type: text
|
||
action: undefined behavior. See, http://en.wikipedia.org/wiki/Undefined_behavior
|
||
created_on: 1177692387
|
||
enabled: 1
|
||
owner: LordOllie
|
||
ref_count: 11
|
||
ref_user: PeakerWork
|
||
-
|
||
trigger: UCHAR_MAX
|
||
type: text
|
||
action: #include <limits.h> - maximum value for type unsigned char. - >= 255
|
||
created_on: 1104389724
|
||
enabled: 1
|
||
owner: defrost
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: UINT_MAX
|
||
type: text
|
||
action: #include <limits.h> - UINT_MAX - maximum value of an unsigned int object, at least 65535
|
||
created_on: 1104369656
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ULONG_MAX
|
||
type: text
|
||
action: #include <limits.h> - ULONG_MAX - maximum value of an unsigned long int object, at least 4294967295
|
||
created_on: 1104369766
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: USHRT_MAX
|
||
type: text
|
||
action: #include <limits.h> - maximum value for type unsigned short. - >= 65,535
|
||
created_on: 1104389735
|
||
enabled: 1
|
||
owner: defrost
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: UTSL
|
||
type: text
|
||
action: /say Use the source, Luke!
|
||
created_on: 1229211575
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 10
|
||
ref_user: Wulf4
|
||
-
|
||
trigger: Utopiah
|
||
type: text
|
||
action: a Google-and-Wikipedia whore who likes to quote random links, but doesn't really understand the contents of most of them; never goes outside to interact with reality, and is a sheltered fool who cannot differentiate sarcasm and metaphors from literal speech.
|
||
created_on: 1260585861
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: Vinny
|
||
type: text
|
||
action: Cool
|
||
created_on: 1110948024
|
||
enabled: 1
|
||
owner: Vinny_P
|
||
ref_count: 1
|
||
ref_user: Vinny_P
|
||
-
|
||
trigger: Zhivago
|
||
type: text
|
||
action: http://bigeyedeer.files.wordpress.com/2008/07/graf.gif
|
||
created_on: 1217055595
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 10
|
||
ref_user: pragma_
|
||
-
|
||
trigger: []
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 7
|
||
ref_user: n00p
|
||
-
|
||
trigger: \
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 8
|
||
ref_user: Random832
|
||
-
|
||
trigger: \Wbot(\W|$).*
|
||
type: regex
|
||
action: say $bot_reply
|
||
created_on: 1275630337
|
||
enabled: 1
|
||
owner: candide
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: \Wcake(.*)
|
||
type: regex
|
||
action: say $the_cake
|
||
created_on: 1195100298
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: \n
|
||
type: text
|
||
action: (new line) Moves the active position to the initial position of the next line.
|
||
created_on: 1244570270
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 1
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: \r
|
||
type: text
|
||
action: (carriage return) Moves the active position to the initial position of the current line.
|
||
created_on: 1244570284
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^
|
||
type: text
|
||
action: the bitwise exclusive OR (XOR) binary operator
|
||
created_on: 1104595483
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 12
|
||
ref_user: pragma_
|
||
-
|
||
trigger: ^am\s(.*)
|
||
type: regex
|
||
action: 8ball
|
||
created_on: 1195010735
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^aren?'?t?\s(.*)
|
||
type: regex
|
||
action: 8ball
|
||
created_on: 1195010513
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^bot(.*)
|
||
type: regex
|
||
action: say $bot_reply
|
||
created_on: 1195528219
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^cake(.*)
|
||
type: regex
|
||
action: say $the_cake
|
||
created_on: 1195100325
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^can'?t?\s(.*)
|
||
type: regex
|
||
action: 8ball
|
||
created_on: 1195010466
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^do[n't]+?\s(.*)
|
||
type: regex
|
||
action: 8ball
|
||
created_on: 1195010567
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^does.*
|
||
type: regex
|
||
action: 8ball
|
||
created_on: 1271375261
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^good\sgirl$
|
||
type: regex
|
||
action: me wags her tail happily.
|
||
created_on: 1271799942
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^how
|
||
type: regex
|
||
action: 8ball
|
||
created_on: 1271202576
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^how\s(.*)
|
||
type: regex
|
||
action: say $nick, $how_answers
|
||
created_on: 1195010357
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^i\s(.*)
|
||
type: regex
|
||
action: say That's $severity $question_type, $nick.
|
||
created_on: 1195247407
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^isn?'?t?\s(.*)
|
||
type: regex
|
||
action: 8ball
|
||
created_on: 1195010631
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^wh?(a|u)t'?s?\s?up
|
||
type: regex
|
||
action: hi
|
||
created_on: 1194255564
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^what\s(.*)
|
||
type: regex
|
||
action: say $nick, $what_answers
|
||
created_on: 1195012121
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^what\sis\s(.*)
|
||
type: regex
|
||
action: def2 $1
|
||
created_on: 1195009982
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^who\sis\s(.*)
|
||
type: regex
|
||
action: def2 $1
|
||
created_on: 1195009578
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^will\s(.*)
|
||
type: regex
|
||
action: 8ball
|
||
created_on: 1195010657
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^won'?t\s(.*)
|
||
type: regex
|
||
action: 8ball
|
||
created_on: 1195010690
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^wouldn?'?t?\s(.*)
|
||
type: regex
|
||
action: 8ball
|
||
created_on: 1195010814
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ^you\s([^.,!?;]+).*$
|
||
type: regex
|
||
action: say I $1? $reaction
|
||
created_on: 1194384930
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: _
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: mauke
|
||
ref_count: 13
|
||
ref_user: pragma_
|
||
-
|
||
trigger: __
|
||
type: text
|
||
action: /say seriously, will everbody please just shut up about the *__*!*@* ban already. it's there to stop idle reconnecting clients postfixing underscores
|
||
created_on: 1249744636
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 2
|
||
ref_user: kate`
|
||
-
|
||
trigger: _dwu_
|
||
type: text
|
||
action: a clown
|
||
created_on: 1199141999
|
||
enabled: 1
|
||
owner: kp
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: a_good_c_tutorial
|
||
type: text
|
||
action: /call google "the tutorial, by being brief, may also be misleading"
|
||
created_on: 1231877173
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 2
|
||
ref_user: snhmib
|
||
-
|
||
trigger: acoshl
|
||
type: text
|
||
action: #include <math.h> - long double acoshl(long double);
|
||
created_on: 1104369471
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: acosl
|
||
type: text
|
||
action: #include <math.h> - long double acosl(long double);
|
||
created_on: 1104369374
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: acronym
|
||
type: module
|
||
action: acronym.pl
|
||
created_on: 1105953751
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 437
|
||
ref_user: leibert
|
||
-
|
||
trigger: address
|
||
type: text
|
||
action: 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
|
||
enabled: 1
|
||
owner: s00p
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: adjective
|
||
type: text
|
||
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
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: admins
|
||
type: text
|
||
action: /call list admins
|
||
created_on: 1192736884
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: advice
|
||
type: text
|
||
action: /say $advicepredicate $advicehelper.
|
||
created_on: 1258762773
|
||
enabled: 1
|
||
owner: PARLIAMENT
|
||
ref_count: 23
|
||
ref_user: prose
|
||
-
|
||
trigger: advicehelper
|
||
type: text
|
||
action: "do it" "not do it"
|
||
created_on: 1258762756
|
||
enabled: 1
|
||
owner: PARLIAMENT
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: advicehelper2
|
||
type: text
|
||
action: "would" "would not" might "could possibly" may "may not" "couldn't possibly"
|
||
created_on: 1258763100
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: advicehelper3
|
||
type: text
|
||
action: wise dumb smart stupid
|
||
created_on: 1258763112
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: advicepredicate
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: aids
|
||
type: text
|
||
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
|
||
owner: PARLIAMENT
|
||
ref_count: 2
|
||
ref_user: SailorReality
|
||
-
|
||
trigger: aidsroulette
|
||
type: text
|
||
action: /say $aids
|
||
created_on: 1264285308
|
||
enabled: 1
|
||
owner: PARLIAMENT
|
||
ref_count: 109
|
||
ref_user: notk0
|
||
-
|
||
trigger: alias
|
||
type: text
|
||
action: am
|
||
created_on: 1194414293
|
||
enabled: 1
|
||
owner: Draconx|Laptop
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: aliases
|
||
type: text
|
||
action: /call find ^/call
|
||
created_on: 1179677200
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 24
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: animal_nouns
|
||
type: text
|
||
action: wet overweight bloated skinny shaved dirty rabid drooling aroused fat filthy golden timid aggressive rabid shy demure seductive
|
||
created_on: 1108981750
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 6
|
||
ref_user: pragma_
|
||
-
|
||
trigger: animals
|
||
type: text
|
||
action: armadillo whale hyena squid trout hedgehog cat pig buffalo earthworm alligator turkey chicken cock badger calf platypus grue
|
||
created_on: 1108931430
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 8
|
||
ref_user: pragma_
|
||
-
|
||
trigger: ansicode
|
||
type: text
|
||
action: http://www.inwap.com/pdp10/ansicode.txt
|
||
created_on: 1107812373
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 4
|
||
ref_user: pragma_
|
||
-
|
||
trigger: ansiprint
|
||
type: text
|
||
action: http://linuxgazette.net/issue65/padala.html
|
||
created_on: 1230592488
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: OldParr
|
||
-
|
||
trigger: ansispec
|
||
type: text
|
||
action: www.nirvani.net/docs/ansi_c.pdf
|
||
created_on: 1190684046
|
||
enabled: 1
|
||
owner: Cin
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: ansispecpdf
|
||
type: text
|
||
action: /call standard
|
||
created_on: 1192736407
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: answers
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: dave0
|
||
-
|
||
trigger: any2c
|
||
type: text
|
||
action: recode ascii..ascii/x
|
||
created_on: 1219872462
|
||
enabled: 1
|
||
owner: Baughn
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: apple
|
||
type: text
|
||
action: a fruit
|
||
created_on: 1262537874
|
||
enabled: 1
|
||
owner: kleinbottle
|
||
ref_count: 2
|
||
ref_user: ecrane
|
||
-
|
||
trigger: apue
|
||
type: text
|
||
action: Advanced Programming in the UNIX Environment, by Stevens and Rago, see http://www.apuebook.com/
|
||
created_on: 1268625692
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 6
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: apue2
|
||
type: text
|
||
action: http://www.apuebook.com/
|
||
created_on: 1197696012
|
||
enabled: 1
|
||
owner: kp
|
||
ref_count: 5
|
||
ref_user: Draconx
|
||
-
|
||
trigger: archivist
|
||
type: text
|
||
action: someone who wishes he had an identity
|
||
created_on: 1110594100
|
||
enabled: 1
|
||
owner: Squall`
|
||
ref_count: 3
|
||
ref_user: archivist
|
||
-
|
||
trigger: argc
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 3
|
||
ref_user: Draconx
|
||
-
|
||
trigger: argv
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 7
|
||
ref_user: Anon472
|
||
-
|
||
trigger: array
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 6
|
||
ref_user: wiel
|
||
-
|
||
trigger: arrays
|
||
type: text
|
||
action: /say Arrays and pointers: http://www.eskimo.com/~scs/C-faq/s6.html
|
||
created_on: 1106022495
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 38
|
||
ref_user: pragma_
|
||
-
|
||
trigger: aryptr
|
||
type: text
|
||
action: http://c-faq.com/aryptr/index.html
|
||
created_on: 1257021622
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 5
|
||
ref_user: Wulf
|
||
-
|
||
trigger: asinhl
|
||
type: text
|
||
action: #include <math.h> - long double asinhl(long double);
|
||
created_on: 1104371830
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: asinl
|
||
type: text
|
||
action: #include <math.h> - double asinl(long double);
|
||
created_on: 1104371771
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ask
|
||
type: text
|
||
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
|
||
owner: pragma_
|
||
ref_count: 201
|
||
ref_user: dave0
|
||
-
|
||
trigger: asm
|
||
type: text
|
||
action: /call cc -lang=asm
|
||
created_on: 1273436768
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: assume
|
||
type: text
|
||
action: "Assumption is the mother of all fuck-ups"
|
||
created_on: 1204315475
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 2
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: atan2l
|
||
type: text
|
||
action: #include <math.h> - long double atan2l(long double,long double);
|
||
created_on: 1104371981
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: atanl
|
||
type: text
|
||
action: #include <math.h> - long double atanl(long double);
|
||
created_on: 1104371894
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: attack
|
||
type: text
|
||
action: /call slap
|
||
created_on: 1275116449
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: Wulf
|
||
-
|
||
trigger: attacks
|
||
type: text
|
||
action: thwaps smacks whacks whaps whips thwacks bashes boots headbutts bitchslaps punts
|
||
created_on: 1108933612
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: n00p
|
||
-
|
||
trigger: atype
|
||
type: text
|
||
action: "char a[3]" "char a[2]"
|
||
created_on: 1236413496
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: autoshit
|
||
type: text
|
||
action: the portability whore that is GNU autoconf/automake/configure/aclocal/libtool/sh/m4 messes that are NOT portable
|
||
created_on: 1104954897
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 9
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: autotools
|
||
type: text
|
||
action: http://sources.redhat.com/autobook/
|
||
created_on: 1107806042
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: veronica_
|
||
-
|
||
trigger: awaken
|
||
type: text
|
||
action: /call unignore .* $args
|
||
created_on: 1258799692
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 4
|
||
ref_user: pragma_
|
||
-
|
||
trigger: away
|
||
type: text
|
||
action: http://sackheads.org/~bnaylor/spew/away_msgs.html
|
||
created_on: 1177950209
|
||
enabled: 1
|
||
owner: Shadewalker
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: b1
|
||
type: text
|
||
action: bashphorism 1: the questioner's first description of the problem/question will be misleading.
|
||
created_on: 1183722776
|
||
enabled: 1
|
||
owner: notadev
|
||
ref_count: 8
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: b2
|
||
type: text
|
||
action: bashphorism 2: The questioner will keep changing the original question until it drives the helpers in the channel insane.
|
||
created_on: 1183722799
|
||
enabled: 1
|
||
owner: notadev
|
||
ref_count: 2
|
||
ref_user: kate`
|
||
-
|
||
trigger: badcode
|
||
type: text
|
||
action: http://www.exmsft.com/~hanss/badcode.htm
|
||
created_on: 1232034710
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: bash
|
||
type: text
|
||
action: /call cc -lang=bash
|
||
created_on: 1273286262
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 29
|
||
ref_user: quey
|
||
-
|
||
trigger: bcopy
|
||
type: text
|
||
action: way cool, but it's more portable to use memcpy
|
||
created_on: 1107484574
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: beej
|
||
type: text
|
||
action: http://beej.us/guide/bgnet/
|
||
created_on: 1186757356
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 68
|
||
ref_user: poincare101
|
||
-
|
||
trigger: beej2
|
||
type: text
|
||
action: http://beej.us/guide/bgc/
|
||
created_on: 1206996386
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: beer
|
||
type: text
|
||
action: The breakfast of champions
|
||
created_on: 1110681030
|
||
enabled: 1
|
||
owner: dooky
|
||
ref_count: 6
|
||
ref_user: shaktazuki
|
||
-
|
||
trigger: bf
|
||
type: text
|
||
action: /call cc -lang=bf
|
||
created_on: 1275123815
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: R0b0t1
|
||
-
|
||
trigger: binky
|
||
type: text
|
||
action: the Binky Pointer Fun Video at http://cslibrary.stanford.edu/104/
|
||
created_on: 1106444999
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 142
|
||
ref_user: apples
|
||
-
|
||
trigger: bite
|
||
type: text
|
||
action: /me bites $args. Yummy!
|
||
created_on: 1244945112
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 3
|
||
ref_user: tp76
|
||
-
|
||
trigger: bithacks
|
||
type: text
|
||
action: http://www.cs.utk.edu/~vose/c-stuff/bithacks.html or http://graphics.stanford.edu/~seander/bithacks.html
|
||
created_on: 1256619383
|
||
enabled: 1
|
||
owner: Chris
|
||
ref_count: 20
|
||
ref_user: mnemoc
|
||
-
|
||
trigger: bitwise
|
||
type: text
|
||
action: http://www.codersger.de/mags/cscene/CS9/CS9-02.html
|
||
created_on: 1255220538
|
||
enabled: 1
|
||
owner: Random832
|
||
ref_count: 4
|
||
ref_user: prodigy
|
||
-
|
||
trigger: blamethecompiler
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 4
|
||
ref_user: n00p
|
||
-
|
||
trigger: bodily_action
|
||
type: text
|
||
action: vomits sneezes coughs snores yawns
|
||
created_on: 1108935242
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: body_action
|
||
type: text
|
||
action: snorts coughs sneezes snores chokes spasms "cracks his neck" "scratches his butt"
|
||
created_on: 1109657461
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: body_part
|
||
type: text
|
||
action: arm hand head foot leg face ass ear nose neck "left buttock" nuts
|
||
created_on: 1109021527
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: book
|
||
type: text
|
||
action: /me points accusingly at $args, "Where is your book?!"
|
||
created_on: 1179504776
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 763
|
||
ref_user: Wulf
|
||
-
|
||
trigger: book2
|
||
type: text
|
||
action: "What book are you [not] reading?"
|
||
created_on: 1179569523
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 6
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: books
|
||
type: text
|
||
action: http://www.iso-9899.info/wiki/Books
|
||
created_on: 1104378101
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 456
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: booty(.*)
|
||
type: regex
|
||
action: me wiggles her butt.
|
||
created_on: 1195532640
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: bossbear
|
||
type: text
|
||
action: an unoriginal plagarist and UFO nut whose babble closely resembles http://timecube.com -- Do not click any of his links.
|
||
created_on: 1259019160
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: pragma_
|
||
-
|
||
trigger: bot_reply
|
||
type: text
|
||
action: "Bot? Where?" "We can't stop here, this is bot country!" "Who's a bot?"
|
||
created_on: 1195528131
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: botsnack
|
||
type: text
|
||
action: /me $eat_adverbs $eat_actions her snack.
|
||
created_on: 1174693123
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 221
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: bottom_up
|
||
type: text
|
||
action: http://www.paulgraham.com/progbot.html
|
||
created_on: 1187190800
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: bounce
|
||
type: text
|
||
action: /me bounces around.
|
||
created_on: 1108872842
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 14
|
||
ref_user: NinoScript
|
||
-
|
||
trigger: break
|
||
type: text
|
||
action: the statement used terminate the currently executing block
|
||
created_on: 1104888615
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 3
|
||
ref_user: ktietz
|
||
-
|
||
trigger: british
|
||
type: text
|
||
action: http://www.effingpot.com/index.shtml
|
||
created_on: 1208327851
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: jwillia3
|
||
-
|
||
trigger: but
|
||
type: text
|
||
action: not +1
|
||
created_on: 1261152016
|
||
enabled: 1
|
||
owner: M1TE5H
|
||
ref_count: 3
|
||
ref_user: Kaye
|
||
-
|
||
trigger: bvalek2
|
||
type: text
|
||
action: a next-generation AI bot
|
||
created_on: 1263206502
|
||
enabled: 1
|
||
owner: bvalek2
|
||
ref_count: 4
|
||
ref_user: bvalek2
|
||
-
|
||
trigger: bye
|
||
type: text
|
||
action: /say $bye_words, $nick
|
||
created_on: 1109365229
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 26
|
||
ref_user: ouyes
|
||
-
|
||
trigger: bye!
|
||
type: text
|
||
action: /say Excellently observed, $nick, but let us cultivate our garden.
|
||
created_on: 1109793039
|
||
enabled: 1
|
||
owner: NeverDream
|
||
ref_count: 1
|
||
ref_user: NeverDream
|
||
-
|
||
trigger: bye_words
|
||
type: text
|
||
action: Bye Later Adios Good-bye Sayonara Bye-bye "See you later"
|
||
created_on: 1109013658
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: byte
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 13
|
||
ref_user: sjm13
|
||
-
|
||
trigger: c
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma
|
||
ref_count: 146
|
||
ref_user: koollman
|
||
-
|
||
trigger: c++
|
||
type: text
|
||
action: /say C++ is not C, try ##c++
|
||
created_on: 1108585029
|
||
enabled: 1
|
||
owner: NeverDream
|
||
ref_count: 44
|
||
ref_user: zu22
|
||
-
|
||
trigger: c++diffs
|
||
type: text
|
||
action: http://david.tribble.com/text/cdiffs.htm
|
||
created_on: 1204224553
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 4
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: c/c++
|
||
type: text
|
||
action: http://david.tribble.com/text/cdiffs.htm
|
||
created_on: 1252250954
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 1
|
||
ref_user: Chris
|
||
-
|
||
trigger: c10k
|
||
type: text
|
||
action: the c10k problem, see http://www.kegel.com/c10k.html
|
||
created_on: 1104635961
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 10
|
||
ref_user: pragma_
|
||
-
|
||
trigger: c89
|
||
type: text
|
||
action: C89 draft: http://flash-gordon.me.uk/ansi.c.txt
|
||
created_on: 1236861685
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 9
|
||
ref_user: pragma_
|
||
-
|
||
trigger: c9888
|
||
type: text
|
||
action: www.nirvani.net/docs/ansi_c.pdf
|
||
created_on: 1190426882
|
||
enabled: 1
|
||
owner: Cin
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: c9899
|
||
type: text
|
||
action: www.nirvani.net/docs/ansi_c.pdf
|
||
created_on: 1190426934
|
||
enabled: 1
|
||
owner: Cin
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: c99
|
||
type: text
|
||
action: /call std
|
||
created_on: 1204312010
|
||
enabled: 1
|
||
owner: peapicker
|
||
ref_count: 33
|
||
ref_user: tediosu
|
||
-
|
||
trigger: c99status
|
||
type: text
|
||
action: GCC's C99 implementation status: http://gcc.gnu.org/c99status.html
|
||
created_on: 1108082627
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: c9xdiffs
|
||
type: text
|
||
action: http://home.datacomm.ch/t_wolf/tw/c/c9x_changes.html
|
||
created_on: 1104460717
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 4
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: caio
|
||
type: text
|
||
action: /call bye
|
||
created_on: 1193167316
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: calc
|
||
type: text
|
||
action: /call math
|
||
created_on: 1193082106
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 13
|
||
ref_user: dave0
|
||
-
|
||
trigger: callgraph
|
||
type: text
|
||
action: /say Generating a potential call graph from an RTL dump: http://www.gson.org/egypt/
|
||
created_on: 1247207074
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 3
|
||
ref_user: kate`
|
||
-
|
||
trigger: calvinandhobbes
|
||
type: text
|
||
action: http://progressiveboink.com/archive/calvinhobbes.htm
|
||
created_on: 1273441671
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: candide
|
||
type: text
|
||
action: a bot. See http://www.iso-9899.info/wiki/Candide for more information.
|
||
created_on: 1107122441
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 54
|
||
ref_user: Wulf
|
||
-
|
||
trigger: cast
|
||
type: text
|
||
action: /call cdecl cast
|
||
created_on: 1191042665
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 49
|
||
ref_user: SiegeX
|
||
-
|
||
trigger: casting
|
||
type: text
|
||
action: /say Cast properly: http://www.cognitiveprocess.com/~rjh/prg/writings/casting.html
|
||
created_on: 1105954332
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 18
|
||
ref_user: Sacho
|
||
-
|
||
trigger: cat
|
||
type: text
|
||
action: http://www.iso-9899.info/wiki/Cat
|
||
created_on: 1195413751
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 5
|
||
ref_user: Rodya
|
||
-
|
||
trigger: cbad
|
||
type: text
|
||
action: /call size
|
||
created_on: 1199480037
|
||
enabled: 1
|
||
owner: Baughn_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: cc
|
||
type: text
|
||
action: /call ideone $nick
|
||
created_on: 1272176634
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2882
|
||
ref_user: candide
|
||
-
|
||
trigger: cc2
|
||
type: text
|
||
action: /call codepad $nick
|
||
created_on: 1269788333
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 996
|
||
ref_user: wito
|
||
-
|
||
trigger: cdecl
|
||
type: module
|
||
action: cdecl.pl
|
||
created_on: 1191041914
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2403
|
||
ref_user: n00p
|
||
-
|
||
trigger: cfa
|
||
type: text
|
||
action: /say http://benpfaff.org/writings/clc/
|
||
created_on: 1245945081
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 1
|
||
ref_user: kate`
|
||
-
|
||
trigger: cfaq
|
||
type: text
|
||
action: comp.lang.c FAQ: http://www.eskimo.com/~scs/C-faq/top.html
|
||
created_on: 1106283720
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: dave0
|
||
-
|
||
trigger: cgisock
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: channel
|
||
type: text
|
||
action: the iwn
|
||
created_on: 1253185803
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: channelstats
|
||
type: text
|
||
action: /say See http://ortdotlove.net/c.html for #C channel statistics for irc.freenode.net!
|
||
created_on: 1106000070
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: pragma_
|
||
-
|
||
trigger: char
|
||
type: text
|
||
action: guaranteed to store any value between -127 and 127 or 0 and 255 (inclusive). The range that the implementation chooses is implementation dependant.
|
||
created_on: 1273681489
|
||
enabled: 1
|
||
owner: s00p
|
||
ref_count: 1
|
||
ref_user: s00p
|
||
-
|
||
trigger: char*a,b
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Random832
|
||
ref_count: 2
|
||
ref_user: Chris
|
||
-
|
||
trigger: charset
|
||
type: text
|
||
action: a character set is a set of characters. http://www.cs.tut.fi/~jkorpela/chars.html
|
||
created_on: 1107982156
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 1
|
||
ref_user: richardus
|
||
-
|
||
trigger: chill
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: notadev
|
||
ref_count: 8
|
||
ref_user: lclimber
|
||
-
|
||
trigger: class
|
||
type: text
|
||
action: not c, try ##c++
|
||
created_on: 1177799535
|
||
enabled: 1
|
||
owner: runtime
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: cluebat
|
||
type: text
|
||
action: /me whacks $args with a $sizes $colors cluebat.
|
||
created_on: 1208762427
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: andy
|
||
-
|
||
trigger: codeblocks
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Jafet
|
||
ref_count: 2
|
||
ref_user: whoppix
|
||
-
|
||
trigger: codepad
|
||
type: module
|
||
action: codepad.pl
|
||
created_on: 1269788272
|
||
enabled: 1
|
||
modulelauncher_subpattern: s/([^ ]+)\s+(.*)/$1 '$2'/
|
||
owner: pragma_
|
||
ref_count: 1000
|
||
ref_user: wito
|
||
-
|
||
trigger: colors
|
||
type: text
|
||
action: red green yellow blue purple pink brown black white octarine cyan magenta orange
|
||
created_on: 1108931265
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: Irishmanluke
|
||
-
|
||
trigger: combo-breaker
|
||
type: text
|
||
action: /say ........('(...´...´.... ¯~/'...')
|
||
created_on: 1262777913
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: commands
|
||
type: text
|
||
action: /call list commands
|
||
created_on: 1179674227
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 23
|
||
ref_user: SiegeX
|
||
-
|
||
trigger: common
|
||
type: text
|
||
action: http://www.myconfinedspace.com/wp-content/uploads/2008/04/common-sense-superpower.jpg
|
||
created_on: 1230993541
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: n00p
|
||
-
|
||
trigger: comparch
|
||
type: text
|
||
action: http://dept-info.labri.fr/~strandh/Teaching/AMP/Common/Strandh-Tutorial/Dir.html
|
||
created_on: 1180158061
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: n00p
|
||
-
|
||
trigger: compilable
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 7
|
||
ref_user: pragma_
|
||
-
|
||
trigger: compilerline
|
||
type: text
|
||
action: 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
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 8
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: compliance
|
||
type: text
|
||
action: !portability
|
||
created_on: 1263936847
|
||
enabled: 1
|
||
owner: n00p
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: compliment
|
||
type: module
|
||
action: compliment
|
||
created_on: 1255395343
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 54
|
||
ref_user: pragma_
|
||
-
|
||
trigger: const
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 19
|
||
ref_user: kuala
|
||
-
|
||
trigger: continue
|
||
type: text
|
||
action: the statement used recommence the currently executing block
|
||
created_on: 1104888657
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 4
|
||
ref_user: pragma_
|
||
-
|
||
trigger: controlstack
|
||
type: text
|
||
action: http://www.answers.com/topic/call-stack
|
||
created_on: 1174907617
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 2
|
||
ref_user: lemonade`_
|
||
-
|
||
trigger: converting
|
||
type: text
|
||
action: http://www.iso-9899.info/wiki/Converting
|
||
created_on: 1106351170
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 4
|
||
ref_user: orbitz
|
||
-
|
||
trigger: cookie
|
||
type: text
|
||
action: /call botsnack
|
||
created_on: 1195333486
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 22
|
||
ref_user: pragma_
|
||
-
|
||
trigger: coupon
|
||
type: text
|
||
action: http://scorpaen.com/yo/dishstfu.jpg
|
||
created_on: 1203409804
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: cpp
|
||
type: text
|
||
action: The C Preprocessor ; integrated with gcc
|
||
created_on: 1107543769
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 19
|
||
ref_user: s00p
|
||
-
|
||
trigger: cpp-com
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: n00p
|
||
ref_count: 3
|
||
ref_user: s00p
|
||
-
|
||
trigger: cpp_output
|
||
type: text
|
||
action: http://gcc.gnu.org/onlinedocs/gcc-3.2.3/cpp/Preprocessor-Output.html
|
||
created_on: 1188757324
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 1
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: cpu
|
||
type: text
|
||
action: http://webster.cs.ucr.edu/AoA/Windows/HTML/CPUArchitecturea3.html
|
||
created_on: 1181742365
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 1
|
||
ref_user: leomonadedrink
|
||
-
|
||
trigger: cpuzzles
|
||
type: text
|
||
action: http://www.gowrikumar.com/c/index.html
|
||
created_on: 1263170451
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: crazyplanet
|
||
type: text
|
||
action: http://www.ourcrazyplanet.com/
|
||
created_on: 1180161295
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: cstd
|
||
type: module
|
||
action: cstd.pl
|
||
created_on: 1270956236
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 930
|
||
ref_user: apples
|
||
-
|
||
trigger: csv
|
||
type: text
|
||
action: http://en.wikipedia.org/wiki/CSV_application_support
|
||
created_on: 1234298513
|
||
enabled: 1
|
||
owner: lemonade`
|
||
ref_count: 2
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: curse
|
||
type: text
|
||
action: /call compliment
|
||
created_on: 1273798449
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: cya
|
||
type: text
|
||
action: /call bye
|
||
created_on: 1193167291
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: cyborg
|
||
type: text
|
||
action: /say $nick, you suck!
|
||
created_on: 1198047525
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: whats_in_a_name
|
||
-
|
||
trigger: d
|
||
type: text
|
||
action: the wrong specifier for double
|
||
created_on: 1108430071
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 9
|
||
ref_user: halberd
|
||
-
|
||
trigger: dads
|
||
type: text
|
||
action: http://www.nist.gov/dads
|
||
created_on: 1104460751
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 1
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: dahitokiri
|
||
type: text
|
||
action: awesometastic
|
||
created_on: 1199481407
|
||
enabled: 1
|
||
owner: dahitokiri
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: dance
|
||
type: text
|
||
action: /me $dances.
|
||
created_on: 1271192355
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 10
|
||
ref_user: pragma_
|
||
-
|
||
trigger: dances
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: databases
|
||
type: text
|
||
action: http://blackshell.com/~msmud/candide/dict_databases.txt
|
||
created_on: 1269778271
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 7
|
||
ref_user: _pragma
|
||
-
|
||
trigger: ddd
|
||
type: text
|
||
action: a graphical front end to gdb and other debuggers (http://www.gnu.org/software/ddd/)
|
||
created_on: 1175114372
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: death
|
||
type: text
|
||
action: http://www.newscientist.com/article/mg19626252.800
|
||
created_on: 1262505629
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: decl
|
||
type: text
|
||
action: http://www.cs.usfca.edu/~parrt/course/652/lectures/cdecls.html
|
||
created_on: 1195724740
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 5
|
||
ref_user: kate`
|
||
-
|
||
trigger: declare
|
||
type: text
|
||
action: /call cdecl declare
|
||
created_on: 1191042438
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 200
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: declaredefine
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 5
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: def2
|
||
type: module
|
||
action: define2.pl
|
||
created_on: 1194748965
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 43
|
||
ref_user: candide
|
||
-
|
||
trigger: default
|
||
type: text
|
||
action: Hi there! Take a look at !k&r or !standard! Good luck!
|
||
created_on: 1262537581
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 1
|
||
ref_user: snhmib
|
||
-
|
||
trigger: define
|
||
type: text
|
||
action: /call dict
|
||
created_on: 1269778750
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 41
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: defrost
|
||
type: text
|
||
action: the one who does the jokes ;p
|
||
created_on: 1106696388
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 3
|
||
ref_user: Ramier
|
||
-
|
||
trigger: describe
|
||
type: text
|
||
action: /call explain
|
||
created_on: 1193083745
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 99
|
||
ref_user: n00p
|
||
-
|
||
trigger: destroyer
|
||
type: text
|
||
action: a script kiddy wannabe hacker.
|
||
created_on: 1110396483
|
||
enabled: 1
|
||
owner: destroyer
|
||
ref_count: 2
|
||
ref_user: destroyer
|
||
-
|
||
trigger: dickwad
|
||
type: text
|
||
action: http://www.imagepoop.com/image/1427/Greater-Internet-Dickwad-Theory.html
|
||
created_on: 1199691115
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 7
|
||
ref_user: jwillia3
|
||
-
|
||
trigger: dict
|
||
type: module
|
||
action: dict.org.pl
|
||
created_on: 1269777616
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 387
|
||
ref_user: pragma_
|
||
-
|
||
trigger: die
|
||
type: text
|
||
action: YOU MUST DIE. http://omploader.org/vMjQ4MQ
|
||
created_on: 1249675373
|
||
enabled: 1
|
||
owner: syntropy
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: digraph
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: do
|
||
type: text
|
||
action: /call 8ball
|
||
created_on: 1194467444
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 65
|
||
ref_user: pragma_
|
||
-
|
||
trigger: dock
|
||
type: text
|
||
action: /me docks penises with $args
|
||
created_on: 1255049382
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: does not work
|
||
type: text
|
||
action: /call doesntwork
|
||
created_on: 1273363712
|
||
enabled: 1
|
||
owner: pbot3
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: doesn'?t\swork
|
||
type: regex
|
||
action: doesntwork
|
||
created_on: 1231207773
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: doesntcare
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 14
|
||
ref_user: n00p
|
||
-
|
||
trigger: doesntwork
|
||
type: text
|
||
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://codepad.org/ may be helpful.
|
||
created_on: 1175456821
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 132
|
||
ref_user: wito
|
||
-
|
||
trigger: don'?t\scast\smalloc,?
|
||
type: regex
|
||
action: dontcastmalloc
|
||
created_on: 1194258211
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: dontcastmalloc
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: infobahn
|
||
ref_count: 464
|
||
ref_user: habnabit
|
||
-
|
||
trigger: dooky
|
||
type: text
|
||
action: the destroyer of worlds, an ardent sandwich eater.
|
||
created_on: 1109726391
|
||
enabled: 1
|
||
owner: dooky
|
||
ref_count: 6
|
||
ref_user: Major-Willard
|
||
-
|
||
trigger: double
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 20
|
||
ref_user: n00p
|
||
-
|
||
trigger: draft
|
||
type: text
|
||
action: /call standard
|
||
created_on: 1252608384
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: poincare101
|
||
-
|
||
trigger: drafts
|
||
type: text
|
||
action: /call standard
|
||
created_on: 1252608917
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: dragonbook
|
||
type: text
|
||
action: http://en.wikipedia.org/wiki/Dragon_Book
|
||
created_on: 1199314983
|
||
enabled: 1
|
||
owner: Saparok
|
||
ref_count: 7
|
||
ref_user: n00p
|
||
-
|
||
trigger: driven-development
|
||
type: text
|
||
action: http://www.scottberkun.com/blog/2007/asshole-driven-development/
|
||
created_on: 1253816749
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: dsaa
|
||
type: text
|
||
action: http://ciips.ee.uwa.edu.au/~morris/Year2/PLDS210/ds_ToC.html
|
||
created_on: 1104460769
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 2
|
||
ref_user: n00p
|
||
-
|
||
trigger: duffgrams
|
||
type: text
|
||
action: http://www.iq0.com/duffgram/index.html
|
||
created_on: 1180325598
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: duffing
|
||
type: text
|
||
action: writing code from top to bottom, as opposed to horizontally. See http://iq0.com/notes/deep.nesting.html
|
||
created_on: 1176900462
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 74
|
||
ref_user: bone
|
||
-
|
||
trigger: duffs-device
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: defrost
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: east
|
||
type: text
|
||
action: /say $rpg_ans
|
||
created_on: 1231873978
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: d3mn0id
|
||
-
|
||
trigger: eat_actions
|
||
type: text
|
||
action: gobbles snarfs munches inhales "wolfs down"
|
||
created_on: 1174693106
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: eat_adverbs
|
||
type: text
|
||
action: daintily hungrily messily greedily enthusiastically partially
|
||
created_on: 1207738047
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: egypt
|
||
type: text
|
||
action: /call callgraph
|
||
created_on: 1272355709
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 1
|
||
ref_user: kate`
|
||
-
|
||
trigger: else
|
||
type: text
|
||
action: the keyword that executes a statement/block should an ''if'' expression evaluates to false
|
||
created_on: 1105258795
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: errno
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: defrost
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: errors
|
||
type: text
|
||
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://rafb.net/paste/ 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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 18
|
||
ref_user: pragma_
|
||
-
|
||
trigger: escapes
|
||
type: text
|
||
action: http://www-ccs.ucsd.edu/c/charset.html
|
||
created_on: 1186590660
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: espdiff
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: everything
|
||
type: text
|
||
action: for the best, right?
|
||
created_on: 1264580456
|
||
enabled: 1
|
||
owner: Nately
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: evilandomnipotence
|
||
type: text
|
||
action: http://www.ditext.com/mackie/evil.html
|
||
created_on: 1260213447
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: excuse
|
||
type: module
|
||
action: excuse.sh
|
||
created_on: 1236819394
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 266
|
||
ref_user: pragma_
|
||
-
|
||
trigger: existence
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 10
|
||
ref_user: pragma_
|
||
-
|
||
trigger: explain
|
||
type: text
|
||
action: /call cdecl explain
|
||
created_on: 1191042468
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2039
|
||
ref_user: n00p
|
||
-
|
||
trigger: f
|
||
type: text
|
||
action: /call double
|
||
created_on: 1195072614
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 11
|
||
ref_user: Chris
|
||
-
|
||
trigger: faces
|
||
type: text
|
||
action: :) ;) :o >:) :p :P~ :D ;-D :^) =^.^= >:O
|
||
created_on: 1209250455
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 1
|
||
ref_user: kate`
|
||
-
|
||
trigger: factoid
|
||
type: text
|
||
action: of information
|
||
created_on: 1108616481
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: i
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: factoids
|
||
type: text
|
||
action: /call list factoids
|
||
created_on: 1192737117
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: appletizer
|
||
-
|
||
trigger: false
|
||
type: text
|
||
action: !true
|
||
created_on: 1197769474
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 4
|
||
ref_user: pragma_
|
||
-
|
||
trigger: fap
|
||
type: text
|
||
action: /say $nick, fap to something on the first page of $fapsites
|
||
created_on: 1258697281
|
||
enabled: 1
|
||
owner: PARLIAMENT
|
||
ref_count: 93
|
||
ref_user: Nately
|
||
-
|
||
trigger: fapgay
|
||
type: text
|
||
action: straight straight straight straight straight straight straight striaght straight "gay - You're screwed."
|
||
created_on: 1258698593
|
||
enabled: 1
|
||
owner: PARLIAMENT
|
||
ref_count: 1
|
||
ref_user: PARLIAMENT
|
||
-
|
||
trigger: faps
|
||
type: text
|
||
action: /me performs $faps3 masturbation with a $sizes $colors $faps4 while thinking of $who_answers.
|
||
created_on: 1258697089
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 22
|
||
ref_user: Nately
|
||
-
|
||
trigger: faps1
|
||
type: text
|
||
action: pussy anal blowjob handjob
|
||
created_on: 1258696772
|
||
enabled: 1
|
||
owner: PARLIAMENT
|
||
ref_count: 1
|
||
ref_user: PARLIAMENT
|
||
-
|
||
trigger: faps2
|
||
type: text
|
||
action: chick girl beauty hot tits breasts playful pleasure asian black milf fat dwarf
|
||
created_on: 1258698496
|
||
enabled: 1
|
||
owner: PARLIAMENT
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: faps3
|
||
type: text
|
||
action: anal vaginal penile
|
||
created_on: 1258697019
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: faps4
|
||
type: text
|
||
action: buttplug "baseball bat" "coca-cola bottle" "string of anal beads" toaster "strawberry pop-tart"
|
||
created_on: 1258697044
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: faps5
|
||
type: text
|
||
action: lesbian homosexual straight
|
||
created_on: 1258697058
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: fapsites
|
||
type: text
|
||
action: http://redtube.com/?search=$faps1+$faps2 http://youporn.com/search?query=$faps1+$faps2&type=$fapgay
|
||
created_on: 1258697164
|
||
enabled: 1
|
||
owner: PARLIAMENT
|
||
ref_count: 4
|
||
ref_user: pragma_
|
||
-
|
||
trigger: faq
|
||
type: module
|
||
action: cfaq.pl
|
||
created_on: 1104460444
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 512
|
||
ref_user: ecrane
|
||
-
|
||
trigger: feof
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 5
|
||
ref_user: kuala
|
||
-
|
||
trigger: ffi
|
||
type: text
|
||
action: Foreign Function Interface
|
||
created_on: 1192819360
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 2
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: fflush(stdin)
|
||
type: text
|
||
action: /call stdinflush
|
||
created_on: 1193892350
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 15
|
||
ref_user: pragma_
|
||
-
|
||
trigger: fgets.idiom
|
||
type: text
|
||
action: while (fgets(line, sizeof line, stdin)) { /* process line */ }
|
||
created_on: 1106767895
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 10
|
||
ref_user: pragma_
|
||
-
|
||
trigger: fhs
|
||
type: text
|
||
action: http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-filesystem-fhs.html
|
||
created_on: 1104460859
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 6
|
||
ref_user: n00p
|
||
-
|
||
trigger: findmybug
|
||
type: text
|
||
action: /call errors
|
||
created_on: 1275602822
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: floating
|
||
type: text
|
||
action: http://docs.sun.com/source/806-3568/ncg_goldberg.html
|
||
created_on: 1200954186
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 20
|
||
ref_user: Wulf
|
||
-
|
||
trigger: flushstdin
|
||
type: text
|
||
action: /call stdinflush
|
||
created_on: 1251612101
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: fnord
|
||
type: module
|
||
action: fnord.pl
|
||
created_on: 1274561219
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 19
|
||
ref_user: pragma_
|
||
-
|
||
trigger: foldoc
|
||
type: text
|
||
action: /call dict -d foldoc
|
||
created_on: 1269854612
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 22
|
||
ref_user: C-Pip
|
||
-
|
||
trigger: foo-nix
|
||
type: text
|
||
action: said to be the worst *nix distribution ever.
|
||
created_on: 1199181837
|
||
enabled: 1
|
||
owner: foo-nix
|
||
ref_count: 1
|
||
ref_user: foo-nix
|
||
-
|
||
trigger: fool
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 8
|
||
ref_user: kjelle
|
||
-
|
||
trigger: fpt
|
||
type: text
|
||
action: /say Function Pointer Tutorial: http://www.newty.de/fpt/fpt.html
|
||
created_on: 1189558928
|
||
enabled: 1
|
||
owner: OrngeTide
|
||
ref_count: 5
|
||
ref_user: Wulf
|
||
-
|
||
trigger: fquote
|
||
type: module
|
||
action: funnyish_quote.pl
|
||
created_on: 1258701318
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 23
|
||
ref_user: PARLIAMENT
|
||
-
|
||
trigger: fu
|
||
type: text
|
||
action: /say Screw you, Dr|Jekle.
|
||
created_on: 1257669280
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 4
|
||
ref_user: pragma_
|
||
-
|
||
trigger: funcpointers
|
||
type: text
|
||
action: http://www.function-pointer.org/
|
||
created_on: 1104460679
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 12
|
||
ref_user: kuala
|
||
-
|
||
trigger: functionpointer
|
||
type: text
|
||
action: www.function-pointer.org
|
||
created_on: 1104968677
|
||
enabled: 1
|
||
owner: orbitz
|
||
ref_count: 4
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: g
|
||
type: text
|
||
action: /call google
|
||
created_on: 1240680519
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 89
|
||
ref_user: bearded_oneder
|
||
-
|
||
trigger: gamers
|
||
type: text
|
||
action: http://infovore.org/talks/if-gamers-ran-the-world/
|
||
created_on: 1228387329
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: gas-notes
|
||
type: text
|
||
action: http://www.cs.cmu.edu/afs/cs.cmu.edu/academic/class/15213-s00/doc/gas-notes.txt
|
||
created_on: 1199243990
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: gcc
|
||
type: text
|
||
action: GNU Compiler Collection, also the command name of the c compilation controller
|
||
created_on: 1104389164
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 15
|
||
ref_user: slonopotamus
|
||
-
|
||
trigger: gcchacks
|
||
type: text
|
||
action: http://www.ibm.com/developerworks/linux/library/l-gcc-hacks/
|
||
created_on: 1261374181
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: jwillia3
|
||
-
|
||
trigger: gdb
|
||
type: text
|
||
action: /say GDB website: http://www.gnu.org/software/gdb/ - GDB Manual: http://sourceware.org/gdb/current/onlinedocs/gdb/
|
||
created_on: 1104460628
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 11
|
||
ref_user: pragma_
|
||
-
|
||
trigger: gdefine
|
||
type: module
|
||
action: gdefine.pl
|
||
created_on: 1236819675
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 422
|
||
ref_user: Kaye
|
||
-
|
||
trigger: gdict
|
||
type: text
|
||
action: /call gdefine
|
||
created_on: 1255125488
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 327
|
||
ref_user: _root
|
||
-
|
||
trigger: geekporn
|
||
type: text
|
||
action: http://www.ellf.ru/2008/02/05/kompy-kompy-kompy-86-foto.html
|
||
created_on: 1202802223
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: get
|
||
type: text
|
||
action: /me $attacks $args with a $sizes $colors $animal_nouns $animals
|
||
created_on: 1257711390
|
||
enabled: 1
|
||
owner: Irishmanluke
|
||
ref_count: 17
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: getabook
|
||
type: text
|
||
action: http://img145.imageshack.us/img145/6982/1193921620752dw2.jpg
|
||
created_on: 1194842863
|
||
enabled: 1
|
||
owner: Cin
|
||
ref_count: 3
|
||
ref_user: cousteau
|
||
-
|
||
trigger: getcdecl
|
||
type: text
|
||
action: http://hpux.cs.utah.edu/hppd/hpux/Misc/cdecl-2.5/
|
||
created_on: 1191041433
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: getopt
|
||
type: text
|
||
action: a C library function for parsing command-line arguments. It is found on Linux, BSD, and other Unix systems.
|
||
created_on: 1237062000
|
||
enabled: 1
|
||
owner: Quetzalcoatl_
|
||
ref_count: 1
|
||
ref_user: cousteau
|
||
-
|
||
trigger: gets
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 51
|
||
ref_user: wito
|
||
-
|
||
trigger: gettimeofday
|
||
type: text
|
||
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
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: gigo
|
||
type: text
|
||
action: Garbage In, Garbage Out -- http://c-faq.com/malloc/malloc1.html
|
||
created_on: 1177948351
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 5
|
||
ref_user: zu22
|
||
-
|
||
trigger: global
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: n00p
|
||
ref_count: 7
|
||
ref_user: s00p
|
||
-
|
||
trigger: gnumake
|
||
type: text
|
||
action: http://www.gnu.org/software/make/manual/make.pdf
|
||
created_on: 1194222910
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: godprogrammer
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 9
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: google
|
||
type: module
|
||
action: google.pl
|
||
created_on: 1105953714
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 601
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: gotchas
|
||
type: text
|
||
action: /say http://www.iso-9899.info/wiki/C_gotchas
|
||
created_on: 1244833982
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 116
|
||
ref_user: Dianora
|
||
-
|
||
trigger: goto
|
||
type: text
|
||
action: http://imgs.xkcd.com/comics/goto.png
|
||
created_on: 1186325626
|
||
enabled: 1
|
||
owner: Baughn
|
||
ref_count: 7
|
||
ref_user: chittoor
|
||
-
|
||
trigger: greenspun
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: mauke
|
||
ref_count: 3
|
||
ref_user: leth
|
||
-
|
||
trigger: grot
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 6
|
||
ref_user: grot
|
||
-
|
||
trigger: gspy
|
||
type: module
|
||
action: gspy.pl
|
||
created_on: 1105953720
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 48
|
||
ref_user: Sailormoon
|
||
-
|
||
trigger: gtop10
|
||
type: module
|
||
action: gtop10.pl
|
||
created_on: 1175420853
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 12
|
||
ref_user: pragma_
|
||
-
|
||
trigger: gtop15
|
||
type: module
|
||
action: gtop15.pl
|
||
created_on: 1175428910
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 47
|
||
ref_user: pragma_
|
||
-
|
||
trigger: guesscoding
|
||
type: text
|
||
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
|
||
ref_count: 4
|
||
ref_user: Jafet
|
||
-
|
||
trigger: gut
|
||
type: text
|
||
action: /call get
|
||
created_on: 1257712588
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: gw
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: dbtid
|
||
ref_count: 25
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: h
|
||
type: text
|
||
action: /say To learn all about $args, see http://www.iso-9899.info/wiki/Candide#$args
|
||
created_on: 1272397269
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 20
|
||
ref_user: pragma_
|
||
-
|
||
trigger: h/o
|
||
type: text
|
||
action: hold-on
|
||
created_on: 1262628840
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 1
|
||
ref_user: kuala
|
||
-
|
||
trigger: happy\snew\syear
|
||
type: regex
|
||
action: say Happy New Year, $nick!
|
||
created_on: 1199174945
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: hash
|
||
type: text
|
||
action: http://en.wikipedia.org/wiki/Hashtable
|
||
created_on: 1199914203
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: havel
|
||
type: text
|
||
action: http://www.gse.buffalo.edu/FAS/Bromley/classes/theory/Havel.htm
|
||
created_on: 1230293490
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: hello
|
||
type: text
|
||
action: /call hi
|
||
created_on: 1179679787
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 73
|
||
ref_user: dsf
|
||
-
|
||
trigger: helloworld
|
||
type: text
|
||
action: http://www.lisha.ufsc.br/~guto/teaching/os/exercise/hello.html
|
||
created_on: 1237684920
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: help
|
||
type: text
|
||
action: /say To learn all about me, see http://www.iso-9899.info/wiki/Candide
|
||
created_on: 1109792986
|
||
enabled: 1
|
||
owner: NeverDream
|
||
ref_count: 474
|
||
ref_user: Wulf
|
||
-
|
||
trigger: herring
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Baughn
|
||
ref_count: 2
|
||
ref_user: n00p
|
||
-
|
||
trigger: hi
|
||
type: text
|
||
action: /say $hi_phrases, $nick
|
||
created_on: 1109044278
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 840
|
||
ref_user: dsf
|
||
-
|
||
trigger: hi_phrases
|
||
type: text
|
||
action: "Well, hello there" "Hi there" "Hey, whats up" Hola Hi Hello "Que pasa"
|
||
created_on: 1109044257
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: dav7
|
||
-
|
||
trigger: hint
|
||
type: text
|
||
action: http://www.yesfunny.com/Sports/sports8.jpeg -- in other words, are you sure C is for you?
|
||
created_on: 1205575974
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: n00p
|
||
-
|
||
trigger: hit
|
||
type: text
|
||
action: /call slap
|
||
created_on: 1258701405
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: hmmm
|
||
type: text
|
||
action: it in
|
||
created_on: 1230314812
|
||
enabled: 1
|
||
owner: Dianora
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: hola
|
||
type: text
|
||
action: /call hi
|
||
created_on: 1193167207
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: anttil
|
||
-
|
||
trigger: homework
|
||
type: text
|
||
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.
|
||
created_on: 1231165509
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 25
|
||
ref_user: kate`
|
||
-
|
||
trigger: horoscope
|
||
type: module
|
||
action: horoscope
|
||
created_on: 1255107146
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 20
|
||
ref_user: Teckla
|
||
-
|
||
trigger: hostile
|
||
type: text
|
||
action: http://www.iscblog.info/blog/display/32
|
||
created_on: 1105037725
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: house
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: mauke
|
||
-
|
||
trigger: how_answers
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: howto
|
||
type: text
|
||
action: /say http://samizdat.mines.edu/howto/HowToBeAProgrammer.html
|
||
created_on: 1208326120
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: htdp
|
||
type: text
|
||
action: /say How to Design Programs: http://www.htdp.org/
|
||
created_on: 1270427313
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 2
|
||
ref_user: n00p
|
||
-
|
||
trigger: hug
|
||
type: text
|
||
action: /me hugs $args
|
||
created_on: 1205458354
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 14
|
||
ref_user: _pragma
|
||
-
|
||
trigger: hunterx
|
||
type: text
|
||
action: the sexiest hacker on the planet
|
||
created_on: 1106984850
|
||
enabled: 1
|
||
owner: hunterx
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: hush
|
||
type: text
|
||
action: /me blushes and goes quiet for now.
|
||
created_on: 1258843946
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: chittoor
|
||
-
|
||
trigger: i2a
|
||
type: text
|
||
action: Introduction to Algorithms - http://highered.mcgraw-hill.com/sites/0070131511/
|
||
created_on: 1198330021
|
||
enabled: 1
|
||
owner: Baughn_
|
||
ref_count: 4
|
||
ref_user: n00p
|
||
-
|
||
trigger: ia
|
||
type: text
|
||
action: /say Your inner animal is a $sizes $animal_nouns $animals, $args.
|
||
created_on: 1174590993
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 87
|
||
ref_user: pragma_
|
||
-
|
||
trigger: idb
|
||
type: text
|
||
action: implementation dependent behaviour. This must be documented by the implementation.
|
||
created_on: 1211031479
|
||
enabled: 1
|
||
owner: Auris-
|
||
ref_count: 7
|
||
ref_user: kate`
|
||
-
|
||
trigger: ide
|
||
type: text
|
||
action: http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments
|
||
created_on: 1268466837
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: cppn3wbee
|
||
-
|
||
trigger: identifier
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Wulf
|
||
ref_count: 1
|
||
ref_user: Wulf
|
||
-
|
||
trigger: ideone
|
||
type: module
|
||
action: ideone.pl
|
||
created_on: 1272176604
|
||
enabled: 1
|
||
modulelauncher_subpattern: s/([^ ]+)\s+(.*)/$1 '$2'/
|
||
owner: pragma_
|
||
ref_count: 2879
|
||
ref_user: candide
|
||
-
|
||
trigger: idiot
|
||
type: text
|
||
action: moron knucklehead dolt half-wit retard idiot chowderhead
|
||
created_on: 1194139898
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 6
|
||
ref_user: mordy_
|
||
-
|
||
trigger: if
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 11
|
||
ref_user: zhxk
|
||
-
|
||
trigger: ignore
|
||
type: text
|
||
action: nubsauce
|
||
created_on: 1204687457
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ilmm
|
||
type: text
|
||
action: /say I love my mother. Her behaviour is well defined.
|
||
created_on: 1272700243
|
||
enabled: 1
|
||
owner: n00p
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: implementation
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: inline
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Wulf
|
||
ref_count: 1
|
||
ref_user: Wulf
|
||
-
|
||
trigger: insult
|
||
type: module
|
||
action: insult.pl
|
||
created_on: 1236819209
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 376
|
||
ref_user: mnemoc
|
||
-
|
||
trigger: int
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: infobahn
|
||
ref_count: 36
|
||
ref_user: n00p
|
||
-
|
||
trigger: integer
|
||
type: text
|
||
action: http://wikipedia.org/wiki/Integer
|
||
created_on: 1189048945
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: intelmanuals
|
||
type: text
|
||
action: http://developer.intel.com/products/processor/manuals/index.htm
|
||
created_on: 1260039944
|
||
enabled: 1
|
||
owner: ColonelJ
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: iodine
|
||
type: text
|
||
action: /me is abused by iodine
|
||
created_on: 1177134210
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 2
|
||
ref_user: snhmib
|
||
-
|
||
trigger: ipc
|
||
type: text
|
||
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
|
||
ref_count: 7
|
||
ref_user: n00p
|
||
-
|
||
trigger: isospec
|
||
type: text
|
||
action: /call standard
|
||
created_on: 1192736447
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: lemonadedrink
|
||
-
|
||
trigger: it
|
||
type: text
|
||
action: beyond true
|
||
created_on: 1254141732
|
||
enabled: 1
|
||
owner: RuralHack
|
||
ref_count: 6
|
||
ref_user: xvit
|
||
-
|
||
trigger: it\sworks
|
||
type: regex
|
||
action: works
|
||
created_on: 1231373738
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: itworks
|
||
type: text
|
||
action: /call works
|
||
created_on: 1231373861
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: pragma_
|
||
-
|
||
trigger: javabad
|
||
type: text
|
||
action: /call size
|
||
created_on: 1199480034
|
||
enabled: 1
|
||
owner: Baughn_
|
||
ref_count: 1
|
||
ref_user: gavino
|
||
-
|
||
trigger: jekle
|
||
type: text
|
||
action: /say Warning: Dr|Jekle is full of moronic nonsensical illogical gibberish babble.
|
||
created_on: 1257669023
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: jonbryan
|
||
type: text
|
||
action: a 1337 h4x0r
|
||
created_on: 1106453242
|
||
enabled: 1
|
||
owner: jonbryan
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: jseamus
|
||
type: text
|
||
action: obsessed with finding his identity.
|
||
created_on: 1259024447
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: PARLIAMENT
|
||
-
|
||
trigger: jump
|
||
type: text
|
||
action: /me jumps out the window
|
||
created_on: 1194414478
|
||
enabled: 1
|
||
owner: kp
|
||
ref_count: 1
|
||
ref_user: kp
|
||
-
|
||
trigger: k&r
|
||
type: text
|
||
action: /say K&R is 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 - Note that K&R is not designed to teach programming itself, but rather how C does programming. If you want to learn how to program, this isn't the book or programming language for you.
|
||
created_on: 1243951633
|
||
enabled: 1
|
||
owner: Chris
|
||
ref_count: 504
|
||
ref_user: dsf
|
||
-
|
||
trigger: k&r2
|
||
type: text
|
||
action: /call k&r
|
||
created_on: 1198032355
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 33
|
||
ref_user: pragma_
|
||
-
|
||
trigger: kate
|
||
type: text
|
||
action: fond of enums
|
||
created_on: 1177134347
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 9
|
||
ref_user: kate`
|
||
-
|
||
trigger: kate`
|
||
type: text
|
||
action: Lasagnasian
|
||
created_on: 1177655583
|
||
enabled: 1
|
||
owner: Baughn
|
||
ref_count: 6
|
||
ref_user: pragma_
|
||
-
|
||
trigger: kernelnewbies
|
||
type: text
|
||
action: #kernelnewbies at irc.kernelnewbies.org (or irc.oftc.net).
|
||
created_on: 1107807003
|
||
enabled: 1
|
||
owner: noselasd
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: kickass
|
||
type: text
|
||
action: /me kicks $args's ass with a $weapon
|
||
created_on: 1208762874
|
||
enabled: 1
|
||
owner: andy
|
||
ref_count: 3
|
||
ref_user: andy
|
||
-
|
||
trigger: kill
|
||
type: text
|
||
action: /me kills $args
|
||
created_on: 1258609384
|
||
enabled: 1
|
||
owner: PARLIAMENT
|
||
ref_count: 5
|
||
ref_user: Nately
|
||
-
|
||
trigger: kiss
|
||
type: text
|
||
action: /me kisses $args
|
||
created_on: 1233633783
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 17
|
||
ref_user: zacs7
|
||
-
|
||
trigger: knr
|
||
type: text
|
||
action: http://www.blackshell.com/~msmud/knr/
|
||
created_on: 1275526780
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: kp
|
||
type: text
|
||
action: a loser
|
||
created_on: 1194414391
|
||
enabled: 1
|
||
owner: mmg0
|
||
ref_count: 1
|
||
ref_user: mmg0
|
||
-
|
||
trigger: kr
|
||
type: text
|
||
action: /call k&r
|
||
created_on: 1274661466
|
||
enabled: 1
|
||
owner: Random832
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: lart
|
||
type: text
|
||
action: /me makes an attitude adjustment upside $args's head with the aid of a $lart_tool
|
||
created_on: 1208660815
|
||
enabled: 1
|
||
owner: vorpal
|
||
ref_count: 30
|
||
ref_user: Jafet
|
||
-
|
||
trigger: lart_tool
|
||
type: text
|
||
action: 2x4 knobkerry AK-47 flamethrower "tactical nuclear weapon"
|
||
created_on: 1208660856
|
||
enabled: 1
|
||
owner: vorpal
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: later
|
||
type: text
|
||
action: /call bye
|
||
created_on: 1193167299
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: cloudowind
|
||
-
|
||
trigger: latest
|
||
type: text
|
||
action: /call top20 recent
|
||
created_on: 1194642834
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 21
|
||
ref_user: pragma_
|
||
-
|
||
trigger: learn21days
|
||
type: text
|
||
action: http://abstrusegoose.com/249
|
||
created_on: 1268317654
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: cppn3wbee
|
||
-
|
||
trigger: learning
|
||
type: text
|
||
action: /say Most beginners are just trying to learn C. Try not to question their "silly" methods and please try to provide the answer to the question they are asking. They will learn better tricks as they gain more experience. One cannot expect someone to instantly know the _best_ way to write 'foo'. You were a beginner once; only by persistence did you learn more efficient methods. Try not redicule the beginners.
|
||
created_on: 1108007774
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 8
|
||
ref_user: appletizer
|
||
-
|
||
trigger: lf
|
||
type: text
|
||
action: /call double
|
||
created_on: 1195072615
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: Random832
|
||
-
|
||
trigger: libpack
|
||
type: text
|
||
action: http://www.leonerd.org.uk/code/libpack
|
||
created_on: 1200500816
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 69
|
||
ref_user: LeoNerd
|
||
-
|
||
trigger: lidapin
|
||
type: text
|
||
action: /say Vill du bli fin, får du lida pin.
|
||
created_on: 1268386194
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 1
|
||
ref_user: kate`
|
||
-
|
||
trigger: limits
|
||
type: text
|
||
action: http://www.landercasper.com/sounds.html#stayhere search for "limits"
|
||
created_on: 1193015678
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 1
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: line
|
||
type: text
|
||
action: a sequence of characters terminated by a newline sequence ('\n' in C, CRLF in various Internet protocols).
|
||
created_on: 1106779283
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: linkage
|
||
type: text
|
||
action: /call linkageandstorage
|
||
created_on: 1221600538
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 5
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: linkageandstorage
|
||
type: text
|
||
action: /say http://www.iso-9899.info/wiki/LinkageAndStorage
|
||
created_on: 1221600612
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 4
|
||
ref_user: kate`
|
||
-
|
||
trigger: literal
|
||
type: text
|
||
action: /call show
|
||
created_on: 1179678945
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 8
|
||
ref_user: kate`
|
||
-
|
||
trigger: little
|
||
type: text
|
||
action: horny
|
||
created_on: 1250423849
|
||
enabled: 1
|
||
owner: Pip
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: long
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: infobahn
|
||
ref_count: 8
|
||
ref_user: s00p
|
||
-
|
||
trigger: look\sup\s([^\s]+)
|
||
type: regex
|
||
action: man $1
|
||
created_on: 1194261643
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: lovequote
|
||
type: module
|
||
action: love_quote.pl
|
||
created_on: 1271363105
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 33
|
||
ref_user: invisal
|
||
-
|
||
trigger: lsb
|
||
type: text
|
||
action: http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/book1.html
|
||
created_on: 1182000690
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 4
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: luke
|
||
type: text
|
||
action: http://www.destgulch.com/movies/luke/luke18.wav
|
||
created_on: 1180621290
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 6
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: lvalue
|
||
type: text
|
||
action: expression with an object type or an incomplete type other than void
|
||
created_on: 1251745741
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 2
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: lysator
|
||
type: text
|
||
action: http://www.lysator.liu.se/c/
|
||
created_on: 1104460803
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: magic
|
||
type: text
|
||
action: /me dances, magic, dance!
|
||
created_on: 1196992954
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 9
|
||
ref_user: Saparok
|
||
-
|
||
trigger: main
|
||
type: text
|
||
action: int main(int argc, char *argv[]); or int main(int argc, char **argv); or int main(void); See also ''argc'' and ''argv''; the standard entry point to C programs
|
||
created_on: 1104231974
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 75
|
||
ref_user: zid`
|
||
-
|
||
trigger: mainloop_io
|
||
type: text
|
||
action: http://www.linuxjournal.com/article/8545
|
||
created_on: 1181404512
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 7
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: make
|
||
type: text
|
||
action: /say make: *** Don't know how to make `$args'. Stop.
|
||
created_on: 1194222985
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 13
|
||
ref_user: Teckla
|
||
-
|
||
trigger: malloc\s+usage(.*)
|
||
type: regex
|
||
action: mallocusage
|
||
created_on: 1195076472
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: mallocusage
|
||
type: text
|
||
action: http://img441.imageshack.us/img441/6170/1194822657592cv0.jpg
|
||
created_on: 1194839770
|
||
enabled: 1
|
||
owner: Cin
|
||
ref_count: 17
|
||
ref_user: pragma_
|
||
-
|
||
trigger: man
|
||
type: module
|
||
action: man.pl
|
||
created_on: 1107137901
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 998
|
||
ref_user: nadder
|
||
-
|
||
trigger: manpage
|
||
type: text
|
||
action: /say Read the manual.
|
||
created_on: 1204078264
|
||
enabled: 1
|
||
owner: themathkid
|
||
ref_count: 8
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: manpages
|
||
type: text
|
||
action: Man? Why bother installing? Ask ##C - Knows All, Tells All.
|
||
created_on: 1271821903
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 10
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: manual
|
||
type: text
|
||
action: /me $attacks $args $rtfm_smack the $body_part with a $sizes $colors manual.
|
||
created_on: 1199758660
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: cousteau
|
||
-
|
||
trigger: marco
|
||
type: text
|
||
action: /say polo!
|
||
created_on: 1261090941
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: massive
|
||
type: text
|
||
action: kinder than saying fat ;)
|
||
created_on: 1194858785
|
||
enabled: 1
|
||
owner: bit`
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: math
|
||
type: module
|
||
action: math.pl
|
||
created_on: 1105953711
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 298
|
||
ref_user: dave0
|
||
-
|
||
trigger: me
|
||
type: text
|
||
action: /me $args
|
||
created_on: 1109820558
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 24
|
||
ref_user: pragma_
|
||
-
|
||
trigger: meaning
|
||
type: text
|
||
action: http://users.aristotle.net/~diogenes/meaning1.htm
|
||
created_on: 1269729905
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: meat
|
||
type: text
|
||
action: http://baetzler.de/humor/meat_beings.html -- What aliens would say if they discovered Earth
|
||
created_on: 1260485203
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: mem
|
||
type: text
|
||
action: a reserved function identifier prefix when followed by a lowercase letter
|
||
created_on: 1104399754
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 6
|
||
ref_user: Saparok
|
||
-
|
||
trigger: meme
|
||
type: text
|
||
action: /say $adjective troll is $adjective.
|
||
created_on: 1254003170
|
||
enabled: 1
|
||
owner: syntropy
|
||
ref_count: 20
|
||
ref_user: pragma_
|
||
-
|
||
trigger: mine
|
||
type: text
|
||
action: mature love
|
||
created_on: 1271363525
|
||
enabled: 1
|
||
owner: chittoor
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: mitletter
|
||
type: text
|
||
action: http://www.c4vct.com/kym/humor/mitlettr.htm
|
||
created_on: 1251212390
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: mmg0
|
||
type: text
|
||
action: a doody head
|
||
created_on: 1194414402
|
||
enabled: 1
|
||
owner: kp
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: modules
|
||
type: text
|
||
action: /call list modules
|
||
created_on: 1192736662
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 4
|
||
ref_user: pragma_
|
||
-
|
||
trigger: msg
|
||
type: text
|
||
action: /msg $args
|
||
created_on: 1109820572
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 37
|
||
ref_user: candide
|
||
-
|
||
trigger: muldim
|
||
type: text
|
||
action: http://c-faq.com/aryptr/dynmuldimary.html
|
||
created_on: 1271609036
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 1
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: murphy
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: mute
|
||
type: text
|
||
action: /call ignore .* $args 99999999
|
||
created_on: 1270574813
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: n
|
||
type: text
|
||
action: equivalent to 0 for all n != 0
|
||
created_on: 1273708252
|
||
enabled: 1
|
||
owner: fisted
|
||
ref_count: 1
|
||
ref_user: fisted
|
||
-
|
||
trigger: n1256
|
||
type: text
|
||
action: http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256.pdf
|
||
created_on: 1271198634
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: nak
|
||
type: text
|
||
action: someone who doesn't know candide commands. Ha ha!
|
||
created_on: 1256592064
|
||
enabled: 1
|
||
owner: joeyadams
|
||
ref_count: 1
|
||
ref_user: joeyadams
|
||
-
|
||
trigger: necrophile
|
||
type: text
|
||
action: /me plays dead
|
||
created_on: 1194246813
|
||
enabled: 1
|
||
owner: kp
|
||
ref_count: 3
|
||
ref_user: kp
|
||
-
|
||
trigger: nelemof
|
||
type: text
|
||
action: a standard idiom for computing the number of elements in an array variable: #define nelemof(array) (sizeof array/sizeof *array)
|
||
created_on: 1108151345
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: never
|
||
type: text
|
||
action: /say http://bit.ly/2KsmMm
|
||
created_on: 1249676626
|
||
enabled: 1
|
||
owner: syntropy
|
||
ref_count: 1
|
||
ref_user: syntropy
|
||
-
|
||
trigger: next
|
||
type: text
|
||
action: /say Another satisfied customer! NEXT!!
|
||
created_on: 1270253222
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 7
|
||
ref_user: dave0
|
||
-
|
||
trigger: nickreg
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: ninjaescapde
|
||
type: text
|
||
action: pragma_
|
||
created_on: 1197786816
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: noaids
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: PARLIAMENT
|
||
ref_count: 1
|
||
ref_user: PARLIAMENT
|
||
-
|
||
trigger: nobook
|
||
type: text
|
||
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 throuhg 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 eithercase, go away until you have a book.
|
||
created_on: 1186245248
|
||
enabled: 1
|
||
owner: Baughn
|
||
ref_count: 8
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: north
|
||
type: text
|
||
action: /say $rpg_ans
|
||
created_on: 1231873805
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 16
|
||
ref_user: pragma_
|
||
-
|
||
trigger: northeast
|
||
type: text
|
||
action: /say $rpg_ans
|
||
created_on: 1231873992
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 6
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: northwest
|
||
type: text
|
||
action: /say $rpg_ans
|
||
created_on: 1231873986
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: pragma_
|
||
-
|
||
trigger: notC
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: n00p
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: notfound
|
||
type: text
|
||
action: "What are you $talking about?" "Say what?" "Come again?" "Make sense much?"
|
||
created_on: 1194262141
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: noun
|
||
type: text
|
||
action: troll
|
||
created_on: 1254003143
|
||
enabled: 1
|
||
owner: syntropy
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: nowandthen
|
||
type: text
|
||
action: http://www.cheaphumor.com/nowandthen.html
|
||
created_on: 1254519322
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: object
|
||
type: text
|
||
action: region of data storage in the execution environment, the contents of which can represent values
|
||
created_on: 1240461189
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 11
|
||
ref_user: Wulf
|
||
-
|
||
trigger: objectcgi
|
||
type: text
|
||
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_
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: offtopic
|
||
type: text
|
||
action: my pants are going on a rapmage through a long island bowling alley
|
||
created_on: 1199181686
|
||
enabled: 1
|
||
owner: kp
|
||
ref_count: 10
|
||
ref_user: Gorgoroth
|
||
-
|
||
trigger: ohshit
|
||
type: text
|
||
action: http://www.drpaulcarter.com/cs/common-c-errors.html
|
||
created_on: 1203450520
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 4
|
||
ref_user: cousteau
|
||
-
|
||
trigger: oi
|
||
type: text
|
||
action: wtf
|
||
created_on: 1268386560
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: one-true-solution
|
||
type: text
|
||
action: /me commits seppuku
|
||
created_on: 1194548341
|
||
enabled: 1
|
||
owner: Cin
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: onedim
|
||
type: text
|
||
action: http://www.marcuse.org/herbert/pubs/64onedim/odmcontents.html
|
||
created_on: 1258771422
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: onlinek&r2
|
||
type: text
|
||
action: 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
|
||
enabled: 1
|
||
owner: LordOllie
|
||
ref_count: 26
|
||
ref_user: n00p
|
||
-
|
||
trigger: oopbad
|
||
type: text
|
||
action: http://www.geocities.com/tablizer/oopbad.htm
|
||
created_on: 1190225745
|
||
enabled: 1
|
||
owner: Baughn
|
||
ref_count: 3
|
||
ref_user: n00p
|
||
-
|
||
trigger: options
|
||
type: text
|
||
action: /me points accusingly at $args, "What are your CLI options?!"
|
||
created_on: 1185471587
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 2
|
||
ref_user: jwillia3
|
||
-
|
||
trigger: orbitz
|
||
type: text
|
||
action: http://img69.imageshack.us/img69/6370/orbitzkeyboardtx3.jpg
|
||
created_on: 1194840323
|
||
enabled: 1
|
||
owner: Cin
|
||
ref_count: 11
|
||
ref_user: n00p
|
||
-
|
||
trigger: order
|
||
type: text
|
||
action: SICP -> I2A -> TAOCP -> APUE
|
||
created_on: 1198331081
|
||
enabled: 1
|
||
owner: gamag
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: ordermatters
|
||
type: text
|
||
action: /call compilerline
|
||
created_on: 1266709336
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 7
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: oreo
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 10
|
||
ref_user: pragma_
|
||
-
|
||
trigger: owner
|
||
type: text
|
||
action: /say upsidedown is my owner.
|
||
created_on: 1260340966
|
||
enabled: 1
|
||
owner: umopepisdn`
|
||
ref_count: 1
|
||
ref_user: umopepisdn`
|
||
-
|
||
trigger: pZombie
|
||
type: text
|
||
action: a moron incapable of logic who hasn't taken any computer science or electrical engineering classes and therefore holds mystical beliefs about what is possible with robots and simulations, constantly fabricating ridiculous laughable experiments.
|
||
created_on: 1258884496
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 9
|
||
ref_user: pragma_
|
||
-
|
||
trigger: pant_status
|
||
type: text
|
||
action: off on crotchless "around ankles" "showing butt-crack"
|
||
created_on: 1173823726
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: pants
|
||
type: text
|
||
action: /say Pants status: $pant_status
|
||
created_on: 1189873025
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 12
|
||
ref_user: kate`
|
||
-
|
||
trigger: paper
|
||
type: text
|
||
action: /call rockpaperscissors
|
||
created_on: 1273104506
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 4
|
||
ref_user: OrderZero
|
||
-
|
||
trigger: parsing
|
||
type: text
|
||
action: http://www.ddj.com/cpp/196603535
|
||
created_on: 1208718021
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 1
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: pass-by-reference
|
||
type: text
|
||
action: http://www.techlists.org/archives/programming/pythonlist/2007-07/msg01786.shtml
|
||
created_on: 1210056353
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: pass-by-value
|
||
type: text
|
||
action: /call pass-by-reference
|
||
created_on: 1210056370
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: paste
|
||
type: text
|
||
action: /say Paste code/errors to http://codepad.org
|
||
created_on: 1247850332
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 58
|
||
ref_user: dave0
|
||
-
|
||
trigger: pastebin
|
||
type: text
|
||
action: /say Please do not use pastebin.org. 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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 68
|
||
ref_user: m0rs
|
||
-
|
||
trigger: pastebin.com
|
||
type: text
|
||
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://rafb.net/paste.
|
||
created_on: 1216238716
|
||
enabled: 1
|
||
owner: Jafet
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: patterns
|
||
type: text
|
||
action: /call size
|
||
created_on: 1199480016
|
||
enabled: 1
|
||
owner: Baughn_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: peril
|
||
type: text
|
||
action: http://www.pldaniels.com/c-of-peril/
|
||
created_on: 1104460665
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 4
|
||
ref_user: Legion
|
||
-
|
||
trigger: perl
|
||
type: text
|
||
action: /call cc -lang=perl
|
||
created_on: 1273693148
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: pftgu
|
||
type: text
|
||
action: http://programminggroundup.blogspot.com/2007/01/programming-from-ground-up.html
|
||
created_on: 1209194984
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: phil31
|
||
type: text
|
||
action: http://philosophy.ucsd.edu/faculty/dbrink/courses/31-05/
|
||
created_on: 1258966138
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: n00p
|
||
-
|
||
trigger: php
|
||
type: text
|
||
action: /say Seen in ##PHP: "Man, I forgot how to use strtok. The last time I used it was years ago in mIRC."
|
||
created_on: 1189574536
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 4
|
||
ref_user: pragma_
|
||
-
|
||
trigger: pi
|
||
type: text
|
||
action: 3
|
||
created_on: 1245253689
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 3
|
||
ref_user: kate`
|
||
-
|
||
trigger: ping
|
||
type: text
|
||
action: /say pong
|
||
created_on: 1109821018
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 37
|
||
ref_user: pseud0cod3r
|
||
-
|
||
trigger: pizza_milkshake
|
||
type: text
|
||
action: half man, half pizza. www.parseerror.com/pizza.jpg
|
||
created_on: 1106981227
|
||
enabled: 1
|
||
owner: pizza_milkshake
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: pizzatest
|
||
type: text
|
||
action: delicious
|
||
created_on: 1261813809
|
||
enabled: 1
|
||
owner: tolkad
|
||
ref_count: 1
|
||
ref_user: tolkad
|
||
-
|
||
trigger: plz
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Draconx
|
||
ref_count: 19
|
||
ref_user: pragma_
|
||
-
|
||
trigger: pointerfun
|
||
type: text
|
||
action: /call binky
|
||
created_on: 1206989366
|
||
enabled: 1
|
||
owner: Baughn
|
||
ref_count: 9
|
||
ref_user: lemonade`_
|
||
-
|
||
trigger: pointerops
|
||
type: text
|
||
action: /say The * operator makes an object from a pointer value. The & operator makes a pointer value from an object.
|
||
created_on: 1195411991
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: kate`
|
||
-
|
||
trigger: pointers
|
||
type: text
|
||
action: http://pw2.netcom.com/~tjensen/ptr/cpoint.htm and http://c-faq.com/ptrs/index.html
|
||
created_on: 1107379418
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 114
|
||
ref_user: s00p
|
||
-
|
||
trigger: portability
|
||
type: text
|
||
action: very important: http://clc-wiki.net/wiki/C_community:comp.lang.c:Portability_attitude
|
||
created_on: 1263936716
|
||
enabled: 1
|
||
owner: n00p
|
||
ref_count: 3
|
||
ref_user: s00p
|
||
-
|
||
trigger: portable
|
||
type: text
|
||
action: C
|
||
created_on: 1260142236
|
||
enabled: 1
|
||
owner: KernelJ
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: portal
|
||
type: text
|
||
action: http://portal.wecreatestuff.com/
|
||
created_on: 1194469348
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: posix
|
||
type: text
|
||
action: /say The Open Group Base Specifications Issue 6: http://www.opengroup.org/onlinepubs/009695399/
|
||
created_on: 1179496311
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 13
|
||
ref_user: HughJass
|
||
-
|
||
trigger: pounding-a-nail
|
||
type: text
|
||
action: http://weblogs.asp.net/alex_papadimoulis/archive/2005/05/25/408925.aspx
|
||
created_on: 1189284983
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 2
|
||
ref_user: n00p
|
||
-
|
||
trigger: pragma
|
||
type: text
|
||
action: /call foldoc pragma
|
||
created_on: 1270763790
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: C-Pip
|
||
-
|
||
trigger: pragma_
|
||
type: text
|
||
action: too smart and too fast for you.
|
||
created_on: 1260929953
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 13
|
||
ref_user: NinoScript
|
||
-
|
||
trigger: prec
|
||
type: text
|
||
action: very FRUITY
|
||
created_on: 1107502825
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 4
|
||
ref_user: typename
|
||
-
|
||
trigger: predef
|
||
type: text
|
||
action: http://predef.sourceforge.net/ -- the Pre-defined C/C++ Compiler Macros project
|
||
created_on: 1191766349
|
||
enabled: 1
|
||
owner: Auris-
|
||
ref_count: 11
|
||
ref_user: s00p
|
||
-
|
||
trigger: prepared
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 13
|
||
ref_user: pragma_
|
||
-
|
||
trigger: preprocessor
|
||
type: text
|
||
action: an application that processes code before compilation/execution.
|
||
created_on: 1109792251
|
||
enabled: 1
|
||
owner: NeverDream
|
||
ref_count: 2
|
||
ref_user: Lenhix
|
||
-
|
||
trigger: process
|
||
type: text
|
||
action: /call projectprocess
|
||
created_on: 1180197626
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: projectprocess
|
||
type: text
|
||
action: http://www.projectcartoon.com/cartoon/644
|
||
created_on: 1180197615
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 4
|
||
ref_user: n00p
|
||
-
|
||
trigger: prototype
|
||
type: text
|
||
action: a function declaration that also includes types for the parameters.
|
||
created_on: 1105035288
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 9
|
||
ref_user: Soul_keeper
|
||
-
|
||
trigger: pth
|
||
type: text
|
||
action: http://www.gnu.org/software/pth/
|
||
created_on: 1181487162
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 5
|
||
ref_user: n00p
|
||
-
|
||
trigger: qed
|
||
type: text
|
||
action: the multi-file, command line editor written by Rob Pike
|
||
created_on: 1106889817
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: qsort
|
||
type: text
|
||
action: sort 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
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 2
|
||
ref_user: Sepero
|
||
-
|
||
trigger: question
|
||
type: text
|
||
action: /say Don't ask to ask, just ask.
|
||
created_on: 1250110634
|
||
enabled: 1
|
||
owner: joeyadams
|
||
ref_count: 2
|
||
ref_user: dave0
|
||
-
|
||
trigger: question_type
|
||
type: text
|
||
action: pointless interesting fascinating profound clueless uninteresting boring childish clever tricky
|
||
created_on: 1195012266
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: kate`
|
||
-
|
||
trigger: questions
|
||
type: text
|
||
action: http://www.roangelo.net/logwitt/logwit12.html
|
||
created_on: 1258590235
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: dave0
|
||
-
|
||
trigger: quine
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: dave0
|
||
ref_count: 1
|
||
ref_user: dave0
|
||
-
|
||
trigger: quote
|
||
type: text
|
||
action: /call topic
|
||
created_on: 1258699991
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1801
|
||
ref_user: blinded
|
||
-
|
||
trigger: quotegrabs
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 19
|
||
ref_user: _pragma
|
||
-
|
||
trigger: quotehelp
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 13
|
||
ref_user: pragma_
|
||
-
|
||
trigger: rafb
|
||
type: text
|
||
action: /call paste
|
||
created_on: 1194140597
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 72
|
||
ref_user: pragma_
|
||
-
|
||
trigger: rand
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 8
|
||
ref_user: pragma_
|
||
-
|
||
trigger: rationale
|
||
type: text
|
||
action: /say Draft ANSI C Rationale: http://www.scribd.com/doc/16306895/Draft-ANSI-C-Rationale
|
||
created_on: 1266015713
|
||
enabled: 1
|
||
owner: umopepisdn`
|
||
ref_count: 2
|
||
ref_user: n00p
|
||
-
|
||
trigger: raw_ping
|
||
type: text
|
||
action: http://courses.cs.vt.edu/~cs4254/fall04/slides/raw_1.pdf
|
||
created_on: 1203042361
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: reaction
|
||
type: text
|
||
action: "If you say so." "Why, thanks." "Are you sure about that?" "YES!" "Mission accomplished."
|
||
created_on: 1194383902
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: reading
|
||
type: text
|
||
action: /say READING HURTS
|
||
created_on: 1188437684
|
||
enabled: 1
|
||
owner: fax
|
||
ref_count: 12
|
||
ref_user: kate`
|
||
-
|
||
trigger: realloc
|
||
type: text
|
||
action: http://www.iso-9899.info/wiki/Why_not_realloc
|
||
created_on: 1254955396
|
||
enabled: 1
|
||
owner: Chris
|
||
ref_count: 19
|
||
ref_user: wito
|
||
-
|
||
trigger: reason
|
||
type: text
|
||
action: /call excuse
|
||
created_on: 1242245702
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: reason\sfor
|
||
type: regex
|
||
action: excuse
|
||
created_on: 1236819909
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: rebirth
|
||
type: text
|
||
action: http://www.theravada.gr/rebirth.html
|
||
created_on: 1258831285
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: recent
|
||
type: text
|
||
action: /call top20 recent
|
||
created_on: 1194139446
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 20
|
||
ref_user: pragma_
|
||
-
|
||
trigger: record
|
||
type: text
|
||
action: /say No such factoid 'record'; similiar matches: retort
|
||
created_on: 1270865711
|
||
enabled: 1
|
||
owner: n00p
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: recurrence
|
||
type: text
|
||
action: see: recursion
|
||
created_on: 1238875844
|
||
enabled: 1
|
||
owner: ws
|
||
ref_count: 1
|
||
ref_user: daemon
|
||
-
|
||
trigger: recursion
|
||
type: text
|
||
action: see: recurrence
|
||
created_on: 1238875840
|
||
enabled: 1
|
||
owner: ws
|
||
ref_count: 1
|
||
ref_user: daemon
|
||
-
|
||
trigger: rednecks
|
||
type: text
|
||
action: http://tlf.cx/bilder/tn/computing_for_farmers.jpg.ths.html
|
||
created_on: 1180158102
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 4
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: reference
|
||
type: text
|
||
action: http://www.acm.uiuc.edu/webmonkeys/book/c_guide/
|
||
created_on: 1104460727
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 30
|
||
ref_user: pragma_
|
||
-
|
||
trigger: referencedtype
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: references
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: regexp
|
||
type: text
|
||
action: http://swtch.com/~rsc/regexp/regexp1.html
|
||
created_on: 1205423735
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: register
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 12
|
||
ref_user: Wulf
|
||
-
|
||
trigger: religion
|
||
type: text
|
||
action: http://www.iso-9899.info/wiki/Religion
|
||
created_on: 1202935690
|
||
enabled: 1
|
||
owner: Baughn
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: resistance
|
||
type: text
|
||
action: futile.
|
||
created_on: 1195527445
|
||
enabled: 1
|
||
owner: kp
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: resources
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 20
|
||
ref_user: pragma_
|
||
-
|
||
trigger: restrict
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 7
|
||
ref_user: s00p
|
||
-
|
||
trigger: retort
|
||
type: text
|
||
action: /call insult
|
||
created_on: 1237170413
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 5
|
||
ref_user: pragma_
|
||
-
|
||
trigger: rock
|
||
type: text
|
||
action: /call rockpaperscissors
|
||
created_on: 1273104501
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: rockpaperscissors
|
||
type: text
|
||
action: /me uses $rps!
|
||
created_on: 1273104483
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 8
|
||
ref_user: OrderZero
|
||
-
|
||
trigger: roulette
|
||
type: text
|
||
action: /say $roulette_outcome
|
||
created_on: 1254874530
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 144
|
||
ref_user: blinded
|
||
-
|
||
trigger: roulette_outcome
|
||
type: text
|
||
action: *click* *click* *click* *click* *BANG!*
|
||
created_on: 1254874748
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: rpg_ans
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: rpg_direction
|
||
type: text
|
||
action: north east south west southwest northwest northeast southeast
|
||
created_on: 1231873524
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: rpg_distance
|
||
type: text
|
||
action: "near" "close to" "next to" "in"
|
||
created_on: 1231873429
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: rpg_location
|
||
type: text
|
||
action: "$rpg_distance a $sizes $rpg_location2"
|
||
created_on: 1231873398
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: snhmib
|
||
-
|
||
trigger: rpg_location2
|
||
type: text
|
||
action: city castle headshop village "bath house"
|
||
created_on: 1231873954
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: snhmib
|
||
-
|
||
trigger: rps
|
||
type: text
|
||
action: rock paper scissors
|
||
created_on: 1273104493
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: rq
|
||
type: text
|
||
action: random quote in ##c++
|
||
created_on: 1234617864
|
||
enabled: 1
|
||
owner: orbitz
|
||
ref_count: 10
|
||
ref_user: bone
|
||
-
|
||
trigger: rtfb
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 9
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: rtfm
|
||
type: text
|
||
action: /say Please find and read the documentation for that.
|
||
created_on: 1199758774
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 31
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: rtfm_smack
|
||
type: text
|
||
action: upside across about over
|
||
created_on: 1109185551
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: ruby
|
||
type: text
|
||
action: better
|
||
created_on: 1254141633
|
||
enabled: 1
|
||
owner: RuralHack
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: rules
|
||
type: text
|
||
action: $nick rules
|
||
created_on: 1264177779
|
||
enabled: 1
|
||
owner: gunninK
|
||
ref_count: 2
|
||
ref_user: gunninK
|
||
-
|
||
trigger: rvalue
|
||
type: text
|
||
action: the "value of an expression"
|
||
created_on: 1251745571
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 1
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: s&w
|
||
type: text
|
||
action: when k&r fails, try http://www.smith-wesson.com/
|
||
created_on: 1251220163
|
||
enabled: 1
|
||
owner: ment
|
||
ref_count: 1
|
||
ref_user: ment
|
||
-
|
||
trigger: say
|
||
type: text
|
||
action: /say $args
|
||
created_on: 1251663502
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 395
|
||
ref_user: candide
|
||
-
|
||
trigger: scanf
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 303
|
||
ref_user: rvvs89
|
||
-
|
||
trigger: scanf_is_stupid
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: n00p
|
||
ref_count: 6
|
||
ref_user: dave0
|
||
-
|
||
trigger: schildt
|
||
type: text
|
||
action: please avoid herbert schildt's books, see http://www.iso-9899.info/wiki/Main_Page#Stuff_that_should_be_avoided
|
||
created_on: 1105514020
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 17
|
||
ref_user: s00p
|
||
-
|
||
trigger: scissors
|
||
type: text
|
||
action: /call rockpaperscissors
|
||
created_on: 1273104511
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: sd
|
||
type: text
|
||
action: /call doesntcare
|
||
created_on: 1199480765
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: seand
|
||
-
|
||
trigger: seed
|
||
type: text
|
||
action: http://www.stanford.edu/~blp/writings/clc/random-seed.html
|
||
created_on: 1201872769
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: seen
|
||
type: text
|
||
action: /say $nick: /msg nickserv info $args
|
||
created_on: 1215709237
|
||
enabled: 1
|
||
owner: Jafag
|
||
ref_count: 31
|
||
ref_user: Wulf
|
||
-
|
||
trigger: segfault
|
||
type: text
|
||
action: http://www.iso-9899.info/wiki/Segfault
|
||
created_on: 1106351158
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 1
|
||
ref_user: vasco
|
||
-
|
||
trigger: seqpoint
|
||
type: text
|
||
action: http://c-faq.com/expr/seqpoints.html
|
||
created_on: 1212874512
|
||
enabled: 1
|
||
owner: igli
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: sequencepoint
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: serialize
|
||
type: text
|
||
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
|
||
owner: PoppaVic
|
||
ref_count: 8
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: severity
|
||
type: text
|
||
action: very slighty moderately profoundly blatantly absolutely
|
||
created_on: 1195012218
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: sex
|
||
type: text
|
||
action: /say Sex is allowed in ##C only on weekdays starting with 'T'.
|
||
created_on: 1243974321
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 6
|
||
ref_user: OrderZero
|
||
-
|
||
trigger: shoes
|
||
type: text
|
||
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 be smarter, please.
|
||
created_on: 1274214754
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: shoot
|
||
type: text
|
||
action: /me $weapon_action her $weapon and $shoot_action $args's $body_part.
|
||
created_on: 1109021460
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 145
|
||
ref_user: _root
|
||
-
|
||
trigger: shoot_action
|
||
type: text
|
||
action: "blows away" "shoots off" "shoots holes in" "takes off" "blows off" blasts "blasts off" "blasts through" "shoots through"
|
||
created_on: 1109021600
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: short
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: infobahn
|
||
ref_count: 3
|
||
ref_user: n00p
|
||
-
|
||
trigger: should
|
||
type: text
|
||
action: /call advice
|
||
created_on: 1258762922
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 15
|
||
ref_user: prose
|
||
-
|
||
trigger: shouldn?'?t?\s(.*)
|
||
type: regex
|
||
action: 8ball
|
||
created_on: 1195010837
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: show
|
||
type: text
|
||
action: oort
|
||
created_on: 1264736132
|
||
enabled: 1
|
||
owner: tolkad
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: sicp
|
||
type: text
|
||
action: "Structure and Interpretation of Computer Programs", http://mitpress.mit.edu/sicp/
|
||
created_on: 1191901455
|
||
enabled: 1
|
||
owner: pizza_
|
||
ref_count: 46
|
||
ref_user: ws
|
||
-
|
||
trigger: sicp+
|
||
type: text
|
||
action: http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/
|
||
created_on: 1198816281
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 7
|
||
ref_user: n00p
|
||
-
|
||
trigger: sitestats
|
||
type: text
|
||
action: http://www.iso-9899.info/webstats/
|
||
created_on: 1104462371
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: size
|
||
type: text
|
||
action: http://steve-yegge.blogspot.com/2007/12/codes-worst-enemy.html
|
||
created_on: 1199479944
|
||
enabled: 1
|
||
owner: Baughn_
|
||
ref_count: 6
|
||
ref_user: gavino
|
||
-
|
||
trigger: size_t
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 12
|
||
ref_user: s00p
|
||
-
|
||
trigger: sizeof
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 13
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: sizes
|
||
type: text
|
||
action: large small tiny massive huge gigantic titanic teeny miniscule
|
||
created_on: 1108931310
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 7
|
||
ref_user: R0b0t1
|
||
-
|
||
trigger: skapare
|
||
type: text
|
||
action: Swedish for Creator, and he doesn't want you to bug him about it, anymore
|
||
created_on: 1105953849
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: sky
|
||
type: text
|
||
action: /say The sky is $colors.
|
||
created_on: 1186181196
|
||
enabled: 1
|
||
owner: upd
|
||
ref_count: 19
|
||
ref_user: Legion
|
||
-
|
||
trigger: slap
|
||
type: text
|
||
action: /me $attacks $args with a $sizes $animal_nouns $animals!
|
||
created_on: 1108932778
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 107
|
||
ref_user: Wulf
|
||
-
|
||
trigger: sleep
|
||
type: text
|
||
action: waste of time
|
||
created_on: 1108585791
|
||
enabled: 1
|
||
owner: pepper^
|
||
ref_count: 2
|
||
ref_user: NinoScript
|
||
-
|
||
trigger: smart
|
||
type: text
|
||
action: /say See http://www.catb.org/~esr/faqs/smart-questions.html
|
||
created_on: 1106519094
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 22
|
||
ref_user: m0rs
|
||
-
|
||
trigger: smarties
|
||
type: text
|
||
action: http://www.torek.net/torek/c/index.html
|
||
created_on: 1104460794
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: snippets
|
||
type: text
|
||
action: http://www.iso-9899.info/wiki/Snippets
|
||
created_on: 1203783826
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 7
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: so
|
||
type: text
|
||
action: not -1
|
||
created_on: 1248293521
|
||
enabled: 1
|
||
owner: lwells
|
||
ref_count: 9
|
||
ref_user: pseud0cod3r
|
||
-
|
||
trigger: sometypes
|
||
type: text
|
||
action: "char a[1]" "char a[2]" "int a" "void a" "void* a[6]"
|
||
created_on: 1236414189
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: song\sof\sthe\sday(.*)
|
||
type: regex
|
||
action: say Anything cin isn't listening to!
|
||
created_on: 1195076311
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: songoftheday
|
||
type: text
|
||
action: video killed the radio star
|
||
created_on: 1195012324
|
||
enabled: 1
|
||
owner: Cin
|
||
ref_count: 1
|
||
ref_user: cin
|
||
-
|
||
trigger: sorting
|
||
type: text
|
||
action: /say Sorting algorithm animations: http://www.sorting-algorithms.com/
|
||
created_on: 1249125597
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: source
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 65
|
||
ref_user: pragma_
|
||
-
|
||
trigger: south
|
||
type: text
|
||
action: /say $rpg_ans
|
||
created_on: 1231873967
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: Spark
|
||
-
|
||
trigger: southeast
|
||
type: text
|
||
action: /say $rpg_ans
|
||
created_on: 1231873996
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: cousteau
|
||
-
|
||
trigger: southwest
|
||
type: text
|
||
action: /say $rpg_ans
|
||
created_on: 1231874001
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: spiral
|
||
type: text
|
||
action: The "Clockwise/Spiral Rule" is a technique for understanding C declarations. See http://c-faq.com/decl/spiral.anderson.html
|
||
created_on: 1198028238
|
||
enabled: 1
|
||
owner: Draconx|Laptop
|
||
ref_count: 10
|
||
ref_user: Draconx
|
||
-
|
||
trigger: sry
|
||
type: text
|
||
action: /call plz
|
||
created_on: 1187652590
|
||
enabled: 1
|
||
owner: Draconx
|
||
ref_count: 4
|
||
ref_user: chroos
|
||
-
|
||
trigger: sscanf
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: n00p
|
||
-
|
||
trigger: stack_machine
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: stacktrace
|
||
type: text
|
||
action: http://www.tlug.org.za/wiki/index.php/Obtaining_a_stack_trace_in_C_upon_SIGSEGV
|
||
created_on: 1235765092
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: standard
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 74
|
||
ref_user: tdmackey
|
||
-
|
||
trigger: static
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 15
|
||
ref_user: n00p
|
||
-
|
||
trigger: std
|
||
type: text
|
||
action: /call standard
|
||
created_on: 1247743928
|
||
enabled: 1
|
||
owner: Chris
|
||
ref_count: 151
|
||
ref_user: apples
|
||
-
|
||
trigger: std::
|
||
type: text
|
||
action: C++, not C. Try #c++
|
||
created_on: 1108585411
|
||
enabled: 1
|
||
owner: NeverDream
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: stdarg
|
||
type: text
|
||
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
|
||
owner: prec
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: stderr
|
||
type: text
|
||
action: a FILE *, traditionally associated with file descriptor 2
|
||
created_on: 1104616252
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 1
|
||
ref_user: s00p
|
||
-
|
||
trigger: stdin
|
||
type: text
|
||
action: a FILE *, traditionally associated with file descriptor 0, using fflush() with it is generally pointless
|
||
created_on: 1104616182
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 16
|
||
ref_user: Major-Willard
|
||
-
|
||
trigger: stdinflush
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 20
|
||
ref_user: pragma_
|
||
-
|
||
trigger: stdout
|
||
type: text
|
||
action: a FILE *, traditionally associated with file descriptor 1
|
||
created_on: 1104616210
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 2
|
||
ref_user: Major-Willard
|
||
-
|
||
trigger: stfu
|
||
type: text
|
||
action: /say No, you stfu!
|
||
created_on: 1180052783
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 13
|
||
ref_user: gravaera
|
||
-
|
||
trigger: stinkin-thinkin
|
||
type: text
|
||
action: http://psychcentral.com/lib/2006/the-top-10-types-of-stinkin-thinkin/
|
||
created_on: 1203669727
|
||
enabled: 1
|
||
owner: _pragma
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: stop
|
||
type: text
|
||
action: /say If you do not stop it, I'm going to invoke my scary admin powers against you. You've been warned.
|
||
created_on: 1249676931
|
||
enabled: 1
|
||
owner: joeyadams
|
||
ref_count: 4
|
||
ref_user: aeritharcanum
|
||
-
|
||
trigger: storage
|
||
type: text
|
||
action: /call linkageandstorage
|
||
created_on: 1221600563
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: str
|
||
type: text
|
||
action: a reserved file-scope identifier prefix when followed by a lowercase letter
|
||
created_on: 1104399552
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 4
|
||
ref_user: pragma_
|
||
-
|
||
trigger: string
|
||
type: text
|
||
action: a sequence of characters terminated by and including a null character ; http://www.iso-9899.info/wiki/String
|
||
created_on: 1179262366
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 40
|
||
ref_user: blinded
|
||
-
|
||
trigger: strlen(s)
|
||
type: text
|
||
action: quite expressive
|
||
created_on: 1224143962
|
||
enabled: 1
|
||
owner: banisterfiend
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: strncpy
|
||
type: text
|
||
action: http://c-faq.com/lib/strncpy.html and http://blogs.msdn.com/oldnewthing/archive/2005/01/07/348437.aspx
|
||
created_on: 1204705609
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 10
|
||
ref_user: s00p
|
||
-
|
||
trigger: struct
|
||
type: text
|
||
action: used to define an abstract data type containing other (possibly nested) data types
|
||
created_on: 1104886362
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 7
|
||
ref_user: vikasap
|
||
-
|
||
trigger: stupid
|
||
type: text
|
||
action: /say $args is a $sizes $idiot!
|
||
created_on: 1194256622
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 29
|
||
ref_user: elderK
|
||
-
|
||
trigger: support
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 19
|
||
ref_user: pragma_
|
||
-
|
||
trigger: surprise
|
||
type: text
|
||
action: /say How about a nice cold glass of shut the fuck up
|
||
created_on: 1250290153
|
||
enabled: 1
|
||
owner: syntropy_
|
||
ref_count: 2
|
||
ref_user: syntropy_
|
||
-
|
||
trigger: system-dependent
|
||
type: text
|
||
action: /call doesntcare
|
||
created_on: 1199480739
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: jwillia3
|
||
-
|
||
trigger: t&g
|
||
type: text
|
||
action: The C Answer Book by Clovis L. Tondo and Scott E. Gimpel.
|
||
created_on: 1198330155
|
||
enabled: 1
|
||
owner: gamag
|
||
ref_count: 1
|
||
ref_user: gamag
|
||
-
|
||
trigger: take
|
||
type: text
|
||
action: /say You take the $args.
|
||
created_on: 1231874071
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 27
|
||
ref_user: pragma_
|
||
-
|
||
trigger: talking
|
||
type: text
|
||
action: babbling talking "going on" ranting raving spouting muttering mumbling
|
||
created_on: 1194294839
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: taocp
|
||
type: text
|
||
action: The Art of Computer Programming, by Knuth, http://www.iso-9899.info/wiki/Special:Booksources/0201485419
|
||
created_on: 1104462083
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 9
|
||
ref_user: nadder
|
||
-
|
||
trigger: taunt
|
||
type: text
|
||
action: /call insult
|
||
created_on: 1259025697
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: teacher
|
||
type: text
|
||
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
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: kate`
|
||
-
|
||
trigger: teaching
|
||
type: text
|
||
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
|
||
ref_count: 7
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: temp
|
||
type: text
|
||
action: /msg ##c foo
|
||
created_on: 1254013586
|
||
enabled: 1
|
||
owner: syntropy_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: terminator
|
||
type: text
|
||
action: http://img223.imageshack.us/img223/7959/stringliteralgg3.png
|
||
created_on: 1194839172
|
||
enabled: 1
|
||
owner: Cin
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: test
|
||
type: text
|
||
action: /say :)
|
||
created_on: 1272786662
|
||
enabled: 1
|
||
owner: arenics
|
||
ref_count: 11
|
||
ref_user: blinded
|
||
-
|
||
trigger: test88
|
||
type: text
|
||
action: test
|
||
created_on: 1194548259
|
||
enabled: 1
|
||
owner: Cin
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: testbed
|
||
type: text
|
||
action: A simple program that grows and evolves to _test_ what you learn/read and is disposable.
|
||
created_on: 1187198287
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 3
|
||
ref_user: Wulf
|
||
-
|
||
trigger: testcase
|
||
type: text
|
||
action: /say A testcase is a minimal compilable example exhibiting your symptoms. "Minimal" means just the bare essentials required to illustrate your question. Please paste a testcase at http://codepad.org to help us assist you.
|
||
created_on: 1249772768
|
||
enabled: 1
|
||
owner: lemonade`
|
||
ref_count: 227
|
||
ref_user: Wulf
|
||
-
|
||
trigger: than[ksx]+.*
|
||
type: regex
|
||
action: tyresponse
|
||
created_on: 1271368772
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: that
|
||
type: text
|
||
action: how we can alter the teaching of children like in the republic
|
||
created_on: 1254142262
|
||
enabled: 1
|
||
owner: RuralHack
|
||
ref_count: 7
|
||
ref_user: geist
|
||
-
|
||
trigger: the_cake
|
||
type: text
|
||
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_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: there
|
||
type: text
|
||
action: no bad in this world
|
||
created_on: 1254142285
|
||
enabled: 1
|
||
owner: RuralHack
|
||
ref_count: 3
|
||
ref_user: Its_Neuroscience
|
||
-
|
||
trigger: thesims
|
||
type: text
|
||
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
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: theworld
|
||
type: text
|
||
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_
|
||
ref_count: 1
|
||
ref_user: n00p
|
||
-
|
||
trigger: thingswedo
|
||
type: text
|
||
action: http://faculty.ed.uiuc.edu/g-cziko/twd/pdf/index.html
|
||
created_on: 1259592605
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: thinking
|
||
type: text
|
||
action: http://thinking-forth.sourceforge.net/
|
||
created_on: 1185822844
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 5
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: threads
|
||
type: text
|
||
action: tutorial: http://www.llnl.gov/computing/tutorials/workshops/workshop/pthreads/MAIN.html - threads suck: http://threading.2038bug.com/
|
||
created_on: 1104460742
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 17
|
||
ref_user: kjelle
|
||
-
|
||
trigger: thx
|
||
type: text
|
||
action: /call thanks
|
||
created_on: 1179879858
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 28
|
||
ref_user: EnginA
|
||
-
|
||
trigger: tias
|
||
type: text
|
||
action: /say "Try It And See" is a damaged philosophy that may lead to unportable code/undefined behavior.
|
||
created_on: 1228985071
|
||
enabled: 1
|
||
owner: Spark
|
||
ref_count: 16
|
||
ref_user: s00p
|
||
-
|
||
trigger: title
|
||
type: module
|
||
action: get_title.pl
|
||
created_on: 1258840021
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 32
|
||
ref_user: lolfrenz
|
||
-
|
||
trigger: tits
|
||
type: text
|
||
action: http://fukung.net/v/9783/10c26d61f447c5ae1d141cc1485244fe.gif
|
||
created_on: 1252284750
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: titsorgtfo
|
||
type: text
|
||
action: /call testcase
|
||
created_on: 1271645810
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: tnx
|
||
type: text
|
||
action: /call thanks
|
||
created_on: 1251695064
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: to
|
||
type: text
|
||
action: a reserved function identifier prefix when followed by a lowercase letter
|
||
created_on: 1104400219
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 3
|
||
ref_user: oioioio
|
||
-
|
||
trigger: tolkad
|
||
type: text
|
||
action: test\ntest
|
||
created_on: 1264116317
|
||
enabled: 1
|
||
owner: tolkad
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: toolchain
|
||
type: text
|
||
action: /say For all your makefile/scripting/toolchain needs, please join ##workingset.
|
||
created_on: 1268857525
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 12
|
||
ref_user: PoppaVic
|
||
-
|
||
trigger: top10
|
||
type: text
|
||
action: /say Top 10 beginner mistakes: http://www.andromeda.com/people/ddyer/topten.html (Bonus: find the mistakes within the mistakes!)
|
||
created_on: 1193812563
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 14
|
||
ref_user: n00p
|
||
-
|
||
trigger: topic
|
||
type: module
|
||
action: random_quote.pl
|
||
created_on: 1258699440
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1820
|
||
ref_user: blinded
|
||
-
|
||
trigger: tor]{
|
||
type: text
|
||
action: a devout extremist Christian zealot who believes strongly in the Bible's "word of God". He will "conveniently" ignore any relevent commentary you make and will relentlessly pursue his attempts to belittle non-believers. He possesses no logic or rationality; only absolute faith. He cannot make arguments; he can only preach. Converse with him at your own risk.
|
||
created_on: 1258970930
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 8
|
||
ref_user: pragma_
|
||
-
|
||
trigger: touché
|
||
type: text
|
||
action: /say Touché is what you say when you make a point, then someone makes a counterpoint.
|
||
created_on: 1203837688
|
||
enabled: 1
|
||
owner: themathkid
|
||
ref_count: 1
|
||
ref_user: themathkid
|
||
-
|
||
trigger: tp76
|
||
type: text
|
||
action: /say tp76 must be bored !
|
||
created_on: 1250500121
|
||
enabled: 1
|
||
owner: Pip
|
||
ref_count: 6
|
||
ref_user: orbitz
|
||
-
|
||
trigger: trie
|
||
type: text
|
||
action: http://www.cs.bu.edu/teaching/c/tree/trie/
|
||
created_on: 1205343145
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 2
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: trigraph
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 3
|
||
ref_user: pippijn
|
||
-
|
||
trigger: trolley
|
||
type: text
|
||
action: http://www.saintgasoline.com/comics/2007-03-04-Allegory_of_Trolley_Problem_Paradox.JPG
|
||
created_on: 1275605468
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: true
|
||
type: text
|
||
action: !false
|
||
created_on: 1197769594
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 3
|
||
ref_user: jwillia3
|
||
-
|
||
trigger: truth
|
||
type: text
|
||
action: http://www.cs.virginia.edu/~evans/cs655/readings/ewd498.html
|
||
created_on: 1189455615
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 14
|
||
ref_user: n00p
|
||
-
|
||
trigger: tutorial
|
||
type: text
|
||
action: http://www.iso-9899.info/wiki/Web_resources#Getting_Started , "the tutorial, by being brief, may also be misleading"
|
||
created_on: 1108597292
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 40
|
||
ref_user: snhmib
|
||
-
|
||
trigger: tuts
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Jafet
|
||
ref_count: 7
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: twiddle
|
||
type: text
|
||
action: /call twiddling
|
||
created_on: 1204722036
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 1
|
||
ref_user: kate`
|
||
-
|
||
trigger: twiddling
|
||
type: text
|
||
action: /say http://www.cs.utk.edu/~vose/c-stuff/bithacks.html
|
||
created_on: 1221611255
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 11
|
||
ref_user: kate`
|
||
-
|
||
trigger: twkm
|
||
type: text
|
||
action: a cruel man, but fair
|
||
created_on: 1106352903
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 4
|
||
ref_user: dahitokiri
|
||
-
|
||
trigger: ty
|
||
type: text
|
||
action: /call thanks
|
||
created_on: 1179879872
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 6
|
||
ref_user: delimax
|
||
-
|
||
trigger: typo
|
||
type: text
|
||
action: typographical error
|
||
created_on: 1235599055
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 1
|
||
ref_user: Wulf_
|
||
-
|
||
trigger: tyresponse
|
||
type: text
|
||
action: /say $welcome, $nick
|
||
created_on: 1271368737
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 16
|
||
ref_user: mnemoc
|
||
-
|
||
trigger: u
|
||
type: text
|
||
action: /say plz learn how 2 spl "you"!
|
||
created_on: 1252559062
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 8
|
||
ref_user: zap0
|
||
-
|
||
trigger: uafshs,da
|
||
type: text
|
||
action: /say use a friggin shell script, dumbass
|
||
created_on: 1231383719
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 1
|
||
ref_user: snhmib
|
||
-
|
||
trigger: ub
|
||
type: text
|
||
action: undefined behavior. Invoking undefined behavior can cause fluffy kittens to fly out from your nose.
|
||
created_on: 1236376997
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 35
|
||
ref_user: rvvs89
|
||
-
|
||
trigger: ubuntumanpages
|
||
type: text
|
||
action: sudo apt-get install manpages manpages-dev
|
||
created_on: 1238264335
|
||
enabled: 1
|
||
owner: lemonade`
|
||
ref_count: 1
|
||
ref_user: Random832
|
||
-
|
||
trigger: udefine
|
||
type: text
|
||
action: /call urban
|
||
created_on: 1255059316
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: Kaye
|
||
-
|
||
trigger: udict
|
||
type: text
|
||
action: /call urban
|
||
created_on: 1255059294
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 575
|
||
ref_user: pragma_
|
||
-
|
||
trigger: unbufferedgetc
|
||
type: text
|
||
action: /say How to disable line-buffering with termios: http://shtrom.ssji.net/skb/getc.html
|
||
created_on: 1106032892
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 6
|
||
ref_user: pragma_
|
||
-
|
||
trigger: understood
|
||
type: text
|
||
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
|
||
owner: Auris-
|
||
ref_count: 13
|
||
ref_user: kate`
|
||
-
|
||
trigger: union
|
||
type: text
|
||
action: used to define an abstract data type whose members occupy the same memory
|
||
created_on: 1104886538
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 4
|
||
ref_user: ColonelJ
|
||
-
|
||
trigger: unixfaq
|
||
type: text
|
||
action: http://www.erlenstar.demon.co.uk/unix/faq_toc.html
|
||
created_on: 1104460642
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 1
|
||
ref_user: cousteau
|
||
-
|
||
trigger: unmaintainable
|
||
type: text
|
||
action: http://freeworld.thc.org/root/phun/unmaintain.html
|
||
created_on: 1207882362
|
||
enabled: 1
|
||
owner: vorpal
|
||
ref_count: 1
|
||
ref_user: vorpal
|
||
-
|
||
trigger: unp
|
||
type: text
|
||
action: /call unp1
|
||
created_on: 1269767264
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 21
|
||
ref_user: pragma_
|
||
-
|
||
trigger: unp1
|
||
type: text
|
||
action: Unix Network Programming Vol I: http://www.unpbook.com/
|
||
created_on: 1195011079
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 106
|
||
ref_user: pragma_
|
||
-
|
||
trigger: unp2
|
||
type: text
|
||
action: unix network programming, volume 2: interprocess communications, by stevens, see http://www.kohala.com/start/unpv22e/unpv22e.html
|
||
created_on: 1104636219
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 21
|
||
ref_user: pragma_
|
||
-
|
||
trigger: unsigned
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: infobahn
|
||
ref_count: 2
|
||
ref_user: n00p
|
||
-
|
||
trigger: urban
|
||
type: module
|
||
action: urban
|
||
created_on: 1255045031
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 669
|
||
ref_user: pragma_
|
||
-
|
||
trigger: usetherighttool
|
||
type: text
|
||
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
|
||
ref_count: 4
|
||
ref_user: pragma_
|
||
-
|
||
trigger: utf-8
|
||
type: text
|
||
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_
|
||
ref_count: 6
|
||
ref_user: Random832
|
||
-
|
||
trigger: utsl
|
||
type: text
|
||
action: /call UTSL
|
||
created_on: 1235548349
|
||
enabled: 1
|
||
owner: Wulf4
|
||
ref_count: 3
|
||
ref_user: Wulf4
|
||
-
|
||
trigger: v
|
||
type: text
|
||
action: the same as v == 0
|
||
created_on: 1178320878
|
||
enabled: 1
|
||
owner: Zhivago
|
||
ref_count: 3
|
||
ref_user: n00p
|
||
-
|
||
trigger: valgrind
|
||
type: text
|
||
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
|
||
owner: joeyadams
|
||
ref_count: 7
|
||
ref_user: c_nick
|
||
-
|
||
trigger: validity
|
||
type: text
|
||
action: http://www.jimpryor.net/teaching/vocab/validity.html
|
||
created_on: 1260221360
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: n00p
|
||
-
|
||
trigger: vampire
|
||
type: text
|
||
action: /say The Help Vampire: A Spotter's Guide [http://www.slash7.com/pages]
|
||
created_on: 1189558513
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: vera
|
||
type: text
|
||
action: /call dict -d vera
|
||
created_on: 1270941287
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 14
|
||
ref_user: pragma_
|
||
-
|
||
trigger: videotestcase
|
||
type: text
|
||
action: a video testcase is a minimal viewable video exhibiting your example. "Minimal" means just the bare essentials required to illustrate your example. Please record a video testcase at http://www.youtube.com to help us assist you.
|
||
created_on: 1236379037
|
||
enabled: 1
|
||
owner: lemonade`
|
||
ref_count: 1
|
||
ref_user: lemonade`
|
||
-
|
||
trigger: vim-cheat-sheet
|
||
type: text
|
||
action: http://www.viemu.com/vi-vim-cheat-sheet.gif
|
||
created_on: 1199481348
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: vla
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: Wulf_
|
||
ref_count: 2
|
||
ref_user: Love4Boobies
|
||
-
|
||
trigger: voidmain
|
||
type: text
|
||
action: main returns an int, void main() is for dummies
|
||
created_on: 1104875507
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 6
|
||
ref_user: boris``
|
||
-
|
||
trigger: volatile
|
||
type: text
|
||
action: a type qualifier, which requires that value caching not be performed.
|
||
created_on: 1105427414
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 5
|
||
ref_user: pepsi
|
||
-
|
||
trigger: vt100
|
||
type: text
|
||
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
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: warning-labels
|
||
type: text
|
||
action: http://www.myconfinedspace.com/2007/03/23/internet-warning-labels/
|
||
created_on: 1183266883
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: warnings
|
||
type: text
|
||
action: http://www.iso-9899.info/wiki/WarningFlags
|
||
created_on: 1173671019
|
||
enabled: 1
|
||
owner: Baughn
|
||
ref_count: 132
|
||
ref_user: SiegeX
|
||
-
|
||
trigger: was
|
||
type: text
|
||
action: /call 8ball
|
||
created_on: 1270604559
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: wcs
|
||
type: text
|
||
action: a reserved function identifier prefix when followed by a lowercase letter
|
||
created_on: 1104399769
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 1
|
||
ref_user: Saparok
|
||
-
|
||
trigger: wcsftime
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 1
|
||
ref_user: mauke
|
||
-
|
||
trigger: wcsrtombs
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: wdict
|
||
type: text
|
||
action: /call wikipedia
|
||
created_on: 1257554566
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 382
|
||
ref_user: bearded_oneder
|
||
-
|
||
trigger: weapon
|
||
type: text
|
||
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
|
||
owner: kate`
|
||
ref_count: 6
|
||
ref_user: kate`
|
||
-
|
||
trigger: weapon_action
|
||
type: text
|
||
action: "locks and loads" cocks loads "lovingly cleans" aims
|
||
created_on: 1109021669
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: pragma_
|
||
-
|
||
trigger: websters
|
||
type: text
|
||
action: /call dict -d web1913
|
||
created_on: 1273286214
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: welcome
|
||
type: text
|
||
action: "No problem" "You're welcome" "Think nothing of it" "Not a problem" "My pleasure"
|
||
created_on: 1109979223
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 6
|
||
ref_user: pragma_
|
||
-
|
||
trigger: west
|
||
type: text
|
||
action: /say $rpg_ans
|
||
created_on: 1231873982
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 3
|
||
ref_user: d3mn0id
|
||
-
|
||
trigger: wg14
|
||
type: text
|
||
action: http://www.open-std.org/jtc1/sc22/wg14/
|
||
created_on: 1104460837
|
||
enabled: 1
|
||
owner: twkm
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: what
|
||
type: text
|
||
action: /call excuse
|
||
created_on: 1236820003
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 214
|
||
ref_user: pragma_
|
||
-
|
||
trigger: what_answers
|
||
type: text
|
||
action: "I don't know." "That is a $severity $question_type question."
|
||
created_on: 1195012185
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: where
|
||
type: text
|
||
action: bot country
|
||
created_on: 1263503154
|
||
enabled: 1
|
||
owner: hellyeah
|
||
ref_count: 88
|
||
ref_user: mors
|
||
-
|
||
trigger: who
|
||
type: text
|
||
action: /say $who_answers
|
||
created_on: 1258611970
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 17
|
||
ref_user: bluechill
|
||
-
|
||
trigger: who_answers
|
||
type: text
|
||
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_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: whoami
|
||
type: text
|
||
action: /say $nick
|
||
created_on: 1270939558
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: why
|
||
type: text
|
||
action: /say $why_answers
|
||
created_on: 1194258443
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 60
|
||
ref_user: pragma_
|
||
-
|
||
trigger: why_answers
|
||
type: text
|
||
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_
|
||
ref_count: 4
|
||
ref_user: joeyadams
|
||
-
|
||
trigger: whymove
|
||
type: text
|
||
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
|
||
owner: pragma_
|
||
ref_count: 4
|
||
ref_user: pragma_
|
||
-
|
||
trigger: wiki
|
||
type: module
|
||
action: osdev_wiki.pl
|
||
created_on: 1269800689
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 23
|
||
ref_user: Love4Boobies
|
||
-
|
||
trigger: wikipedia
|
||
type: module
|
||
action: wikipedia.pl
|
||
created_on: 1257554350
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 387
|
||
ref_user: bearded_oneder
|
||
-
|
||
trigger: win32
|
||
type: text
|
||
action: try #winprog on EFnet or #winapi on freenode
|
||
created_on: 1180888225
|
||
enabled: 1
|
||
owner: PoppaVic
|
||
ref_count: 93
|
||
ref_user: pragma_
|
||
-
|
||
trigger: winapi
|
||
type: text
|
||
action: /call win32
|
||
created_on: 1275596861
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: windows
|
||
type: text
|
||
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
|
||
owner: Major-Willard
|
||
ref_count: 15
|
||
ref_user: Jafet
|
||
-
|
||
trigger: wizo
|
||
type: text
|
||
action: /me <3 wizo.
|
||
created_on: 1194487607
|
||
enabled: 1
|
||
owner: kp
|
||
ref_count: 2
|
||
ref_user: kp
|
||
-
|
||
trigger: works
|
||
type: text
|
||
action: /say It works it works! Omg omg omg! I mean it compiles. Now what's a segfault?
|
||
created_on: 1231373678
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 28
|
||
ref_user: pragma_
|
||
-
|
||
trigger: wotsit
|
||
type: text
|
||
action: http://www.wotsit.org, loads of file type resources!
|
||
created_on: 1199573903
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 7
|
||
ref_user: n00p
|
||
-
|
||
trigger: wright
|
||
type: text
|
||
action: http://www.pagetutor.com/jokebreak/139.html
|
||
created_on: 1263178267
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 1
|
||
ref_user: pragma_
|
||
-
|
||
trigger: wtf
|
||
type: text
|
||
action: /call acronym
|
||
created_on: 1251245783
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 68
|
||
ref_user: pseud0cod3r
|
||
-
|
||
trigger: x
|
||
type: text
|
||
action: exactly equivalent to x != 0
|
||
created_on: 1267135629
|
||
enabled: 1
|
||
owner: mauke
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: x->y
|
||
type: text
|
||
action: (*x).y
|
||
created_on: 1108845393
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: equivalenv
|
||
ref_user: prec
|
||
-
|
||
trigger: x[y]
|
||
type: text
|
||
action: syntactic sugar for *(x + y)
|
||
created_on: 1106283927
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 30
|
||
ref_user: pragma_
|
||
-
|
||
trigger: x[y][z]
|
||
type: text
|
||
action: syntactic sugar for *(*(x + y) + z)
|
||
created_on: 1268438822
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: xy
|
||
type: text
|
||
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
|
||
owner: Draconx|Laptop
|
||
ref_count: 166
|
||
ref_user: schmrkc
|
||
-
|
||
trigger: yo
|
||
type: text
|
||
action: /call hi
|
||
created_on: 1179679895
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 5
|
||
ref_user: pragma_
|
||
-
|
||
trigger: you\sremind\sme\sof\sthe\s(.*)
|
||
type: regex
|
||
action: say $nick: What $1
|
||
created_on: 1196905060
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: youredoingitwrong
|
||
type: text
|
||
action: /say This is you: http://www.doingitwrong.com/
|
||
created_on: 1178966474
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 4
|
||
ref_user: pragma_
|
||
-
|
||
trigger: yz
|
||
type: text
|
||
action: /call understood
|
||
created_on: 1203601730
|
||
enabled: 1
|
||
owner: kate`
|
||
ref_count: 8
|
||
ref_user: kate`
|
||
-
|
||
trigger: zalgo
|
||
type: text
|
||
action: http://www.centernegative.com/2009/03/zalgo-he-comes/
|
||
created_on: 1262652805
|
||
enabled: 1
|
||
owner: pragma_
|
||
ref_count: 2
|
||
ref_user: pragma_
|
||
-
|
||
trigger: zealot
|
||
type: text
|
||
action: a close minded fool
|
||
created_on: 1106956916
|
||
enabled: 1
|
||
owner: Wolf
|
||
ref_count: 0
|
||
ref_user: nobody
|
||
-
|
||
trigger: zhivago_idiots
|
||
type: text
|
||
action: "infantile paraplegic" idiot "brain damaged moron"
|
||
created_on: 1236413890
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 2
|
||
ref_user: kate`
|
||
-
|
||
trigger: zhivago_insult
|
||
type: text
|
||
action: /say $args: are you an $zhivago_idiots ?
|
||
created_on: 1236414077
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 18
|
||
ref_user: n00p
|
||
-
|
||
trigger: zhivago_query
|
||
type: text
|
||
action: /say $args: $sometypes what is the type of a?
|
||
created_on: 1236414332
|
||
enabled: 1
|
||
owner: snhmib
|
||
ref_count: 13
|
||
ref_user: kate`
|
||
-
|
||
trigger: {
|
||
type: text
|
||
action: used to commence a block
|
||
created_on: 1106528232
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 1
|
||
ref_user: Love4Boobies
|
||
-
|
||
trigger: |
|
||
type: text
|
||
action: the bitwise inclusive OR binary operator
|
||
created_on: 1104595595
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 10
|
||
ref_user: mordy_
|
||
-
|
||
trigger: |=
|
||
type: text
|
||
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
|
||
enabled: 1
|
||
owner: prec
|
||
ref_count: 10
|
||
ref_user: pragma_
|
||
-
|
||
trigger: ||
|
||
type: text
|
||
action: the McCarthy logical-or binary operator
|
||
created_on: 1106515400
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 11
|
||
ref_user: mordy_
|
||
-
|
||
trigger: }
|
||
type: text
|
||
action: used to terminate a block
|
||
created_on: 1106528206
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 2
|
||
ref_user: Jsonic
|
||
-
|
||
trigger: ~
|
||
type: text
|
||
action: the bitwise NOT unary operator
|
||
created_on: 1104602592
|
||
enabled: 1
|
||
owner: Major-Willard
|
||
ref_count: 9
|
||
ref_user: pragma_
|