/etc/services
What language
TLA
ETLA
Numbers to numbers
100
443
What is HTTPS
100
(labels ((foo (x) (and (<= 0 x) (cons x (foo (1- x)))))) (format t (format nil "~~{~~&~~@(~~%~~R ~A ~A!~~)~~:*~~&~~@(~~R ~0@*~A!~~)~~&~~@(~2@*~A!~~)~~&~~@(~~[~A~~:;~~:*~~R~~:*~~] ~0@*~A!~~)~~}" "bottles of beer" "on the wall" "take one down, pass it around" "no more" ) (foo 99)))
What is LISP
100
Technology used to connect in a secure fashion to a remote network
What is VPN
100
Protocol for transferring HyperText
What is HTTP
100
255 dec in binary
What is 11111111
200
25
What is SMTP
200
HAI VISIBLE "O HAI! IM IN UR BEERZ!" I HAS A VAR LOL VAR R 99 IM IN YR LOOP VISIBLE VAR! VISIBLE " BOTTLZ OF BEER N TEH WALL, "! VISIBLE VAR! VISIBLE " BOTTLZ OF BEER!" VISIBLE "TAKE 1 DWN, PAS IT AROUN, "! NERFZ VAR!! IZ VAR LIEK 0? YARLY VISIBLE "NO MOAR"! NOWAI VISIBLE VAR! KTHX VISIBLE " BOTTLZ OF BEER N TEH WALL!" IZ VAR LIEK 0? GTFO KTHX KTHX VISIBLE "GIEV MOAR PLZ! KTHXBAI!" KTHXBYE
What is LOLCODE
200
Language used to query databases for the content
What is SQL
200
Protocol for automatically assigning legacy IP addresses
What is DHCP
200
0xDB in binary
What is 1101 1011
300
113
What is ident
300
What is whitespace
300
This interface allows many different types of devices to be connected via a serial bus
What is USB
300
This allows you to connect your computer to a network without using any wires
What is WLAN
300
42 decimal in hex
What is 0x2A
400
9
What is discard
400
''=~( '(?{' .('`' |'%') .('[' ^'-') .('`' |'!') .('`' |',') .'"'. '\\$' .'==' .('[' ^'+') .('`' |'/') .('[' ^'+') .'||' .(';' &'=') .(';' &'=') .';-' .'-'. '\\$' .'=;' .('[' ^'(') .('[' ^'.') .('`' |'"') .('!' ^'+') .'_\\{' .'(\\$' .';=('. '\\$=|' ."\|".( '`'^'.' ).(('`')| '/').').' .'\\"'.+( '{'^'['). ('`'|'"') .('`'|'/' ).('['^'/') .('['^'/'). ('`'|',').( '`'|('%')). '\\".\\"'.( '['^('(')). '\\"'.('['^ '#').'!!--' .'\\$=.\\"' .('{'^'['). ('`'|'/').( '`'|"\&").( '{'^"\[").( '`'|"\"").( '`'|"\%").( '`'|"\%").( '['^(')')). '\\").\\"'. ('{'^'[').( '`'|"\/").( '`'|"\.").( '{'^"\[").( '['^"\/").( '`'|"\(").( '`'|"\%").( '{'^"\[").( '['^"\,").( '`'|"\!").( '`'|"\,").( '`'|(',')). '\\"\\}'.+( '['^"\+").( '['^"\)").( '`'|"\)").( '`'|"\.").( '['^('/')). '+_,\\",'.( '{'^('[')). ('\\$;!').( '!'^"\+").( '{'^"\/").( '`'|"\!").( '`'|"\+").( '`'|"\%").( '{'^"\[").( '`'|"\/").( '`'|"\.").( '`'|"\%").( '{'^"\[").( '`'|"\$").( '`'|"\/").( '['^"\,").( '`'|('.')). ','.(('{')^ '[').("\["^ '+').("\`"| '!').("\["^ '(').("\["^ '(').("\{"^ '[').("\`"| ')').("\["^ '/').("\{"^ '[').("\`"| '!').("\["^ ')').("\`"| '/').("\["^ '.').("\`"| '.').("\`"| '$')."\,".( '!'^('+')). '\\",_,\\"' .'!'.("\!"^ '+').("\!"^ '+').'\\"'. ('['^',').( '`'|"\(").( '`'|"\)").( '`'|"\,").( '`'|('%')). '++\\$="})' );$:=('.')^ '~';$~='@'| '(';$^=')'^ '[';$/='`';
What is Perl
400
This offers security at the transport layer
What is TLS
400
This helps in bringing content such as videos, photos and music stored on a Digital Media Server to your devices
What is DLNA
400
1.5 lakh to decimal
What is 150000
500
129
What is pwdgen
500
function PrintBottleNumber(n) local bs if n == 0 then bs = "No more bottles" elseif n == 1 then bs = "One bottle" else bs = n .. " bottles" end return bs .. " of beer" end for bn = 99, 1, -1 do write(PrintBottleNumber(bn), " on the wall, \n") write(PrintBottleNumber(bn), "\n") write("Take one down and pass it around,\n") write(PrintBottleNumber(bn-1), " on the wall, \n\n") end write("No more bottles of beer on the wall,\nNo more bottles of beer\n") write("Go to the store, buy some more!\n")
What is LUA
500
This protocol is used to communicate from IC to IC
What is I2C
500
Uses TMDS to transfer video, audio and ethernet with up to 48 gbit/sec
What is HDMI
500
1 0 -1 balanced ternary in decimal
What is 8 (1 * 3^2 + 0 * 3^1 + -1 * 3^0)