Advertising
advertising
related pastes to tag 'lookup'
- 1510060 - Provinces/States - 2 letter: lookup states provinces abbreviation
-
- --
- -- Table structure for table `provinces_to_2lt`
- --
- CREATE TABLE IF NOT EXISTS `provinces_to_2lt` (
- `prov_code` varchar(2) NOT NULL,
- `province_common` varchar(45) NOT NULL,
- PRIMARY KEY (`prov_code`),
- 1510057 - Countries to ISO3166 2 letter ma: iso lookup 3166 iso3166 countries
-
- --
- -- Table structure for table `countries_to_3166`
- --
- CREATE TABLE IF NOT EXISTS `countries_to_3166` (
- `ISO_Code` varchar(2) NOT NULL,
- `Common_name` varchar(45) NOT NULL,
- PRIMARY KEY (`ISO_Code`),
- 906182 - Runescape stat lookup: runescape stat lookup
-
- 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
- 906181 - Runescape stat lookup: runescape stat lookup
-
- 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