Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'lookup'

1510060 - Provinces/States - 2 letter: lookup states provinces abbreviation
  1. --
  2. -- Table structure for table `provinces_to_2lt`
  3. --
  4.  
  5. CREATE TABLE IF NOT EXISTS `provinces_to_2lt` (
  6.   `prov_code` varchar(2) NOT NULL,
  7.   `province_common` varchar(45) NOT NULL,
  8.   PRIMARY KEY  (`prov_code`),
  9.  
1510057 - Countries to ISO3166 2 letter ma: iso lookup 3166 iso3166 countries
  1. --
  2. -- Table structure for table `countries_to_3166`
  3. --
  4.  
  5. CREATE TABLE IF NOT EXISTS `countries_to_3166` (
  6.   `ISO_Code` varchar(2) NOT NULL,
  7.   `Common_name` varchar(45) NOT NULL,
  8.   PRIMARY KEY  (`ISO_Code`),
  9.  
906182 - Runescape stat lookup: runescape stat lookup
  1. alias -l c1 { return $+($chr(3),14,$1-) }
  2. alias -l c2 { return $+($chr(3),07,$1-) }
  3. on *:TEXT:*:#: {
  4.   if ($left($strip($1),1) !isin @!.) || ($regex($strip($1),/(=|[^<]*>|<[^>]*>|<[^>]|[0-9]|$chr(95))/Si)) { halt }
  5.   if ($right($1,-1) == defname) && ($2-) && ($len($2-) <= 12) {
  6.     writeini DefRSN.ini RSNs $mask($fulladdress,3) $replace($2-,$chr(32),-)
  7.     notice $nick $c1(your nickname for the adress) $c2($mask($fulladdress,3)) $c1(has been set to) $c2($2-)
  8.     halt
  9.  
906181 - Runescape stat lookup: runescape stat lookup
  1. alias -l c1 { return $+($chr(3),14,$1-) }
  2. alias -l c2 { return $+($chr(3),07,$1-) }
  3. on *:TEXT:*:#: {
  4.   if ($left($strip($1),1) !isin @!.) || ($regex($strip($1),/(=|[^<]*>|<[^>]*>|<[^>]|[0-9]|$chr(95))/Si)) { halt }
  5.   if ($right($1,-1) == defname) && ($2-) && ($len($2-) <= 12) {
  6.     writeini DefRSN.ini RSNs $mask($fulladdress,3) $replace($2-,$chr(32),-)
  7.     notice $nick $c1(your nickname for the adress) $c2($mask($fulladdress,3)) $c1(has been set to) $c2($2-)
  8.     halt
  9.  
fantasy-obligation
fantasy-obligation