Advertising
advertising
related pastes to tag 'snippet'
- 1897600 - Gaskerr: wordpress snippet hashcash modification
-
- <a href="http://gsc.mit.edu/buysoft/buy_cheap_Autodesk_Autocad_Architecture_2011_x32_oem.php">Autodesk Autocad Architecture 2011 x32</a>
- <a href="http://gsc.mit.edu/buysoft/buy_cheap_Adobe_Photoshop_Elements_8.0_Multilingual_ESD_oem.php">Adobe Photoshop Elements 8.0 Multilingual ESD</a>
- <a href="http://gsc.mit.edu/buysoft/buy_cheap_Propellerhead_Reason_4.0_oem.php">Propellerhead Reason 4.0</a>
- <a href="http://gsc.mit.edu/buysoft/buy_cheap_Adobe_InDesign_CS5_7_for_Mac_oem.php">Adobe InDesign CS5 7 for Mac</a>
- <a href="http://gsc.mit.edu/buysoft/buy_cheap_Adobe_Illustrator_CS5_15.0_oem.php">Adobe Illustrator CS5 15.0</a>
- <a href="http://gsc.mit.edu/buysoft/buy_cheap_Sonnox_Elite_Oxford_Plugins_AU_VST_RTAS_OSX_INTEL_oem.php">Sonnox Elite Oxford Plugins AU VST RTAS OSX INTEL</a>
- <a href="http://gsc.mit.edu/buysoft/buy_cheap_Apple_iWork_09_for_Mac_oem.php">Apple iWork 09 for Mac</a>
- <a href="http://gsc.mit.edu/buysoft/buy_cheap_CyberLink_PowerDVD_Ultra_9.0.2320_Multilingual_oem.php">CyberLink PowerDVD Ultra 9.0.2320 Multilingual</a>
- 1228357 - Wildcard String Matching / By Ai: c card useful string snippet cpp code wildcard wild match matching utility
-
- //Wildcard String matching, wrote by Aikar@windower.net
- bool strmatchwc(const char* pattern, const char* string, bool Escape = false)
- {
- static int i = 0;
- if(!pattern || !string) return false;
- if(!*pattern || !*string)
- {
- if(!*pattern && !*string)
- 900259 - Modified WP HashCash function: wordpress snippet hashcash modification
-
- function wphc_addform(){
- $options = wphc_option();
- switch($options['moderation']){
- case 'delete':
- $verb = 'deleted!';
- break;
- case 'akismet':
- 650766 - Runescape StatScript: runescape stat snippet
-
- alias -l c1 { return $+($chr(3),14,$1-) }
- alias -l c2 { return $+($chr(3),07,$1-) }
- on *:TEXT:*:#: {
- if ($left($strip($1),1) !isin @!.) || ($regex($strip($1),/(=|[^<]*>|<[^>]*>|<[^>]|[0-9]|$chr(95))/Si)) { halt }
- if ($right($1,-1) == defname) && ($2-) && ($len($2-) <= 12) {
- writeini DefRSN.ini RSNs $mask($fulladdress,3) $replace($2-,$chr(32),-)
- notice $nick $c1(your nickname for the adress) $c2($mask($fulladdress,3)) $c1(has been set to) $c2($2-)
- halt
- 650765 - Runescape StatScript: runescape stat snippet
-
- alias -l c1 { return $+($chr(3),14,$1-) }
- alias -l c2 { return $+($chr(3),07,$1-) }
- on *:TEXT:*:#: {
- if ($left($strip($1),1) !isin @!.) || ($regex($strip($1),/(=|[^<]*>|<[^>]*>|<[^>]|[0-9]|$chr(95))/Si)) { halt }
- if ($right($1,-1) == defname) && ($2-) && ($len($2-) <= 12) {
- writeini DefRSN.ini RSNs $mask($fulladdress,3) $replace($2-,$chr(32),-)
- notice $nick $c1(your nickname for the adress) $c2($mask($fulladdress,3)) $c1(has been set to) $c2($2-)
- halt