|
|
current resolution: |
|
browser: | |
max resolution: | x |
version: | |
color depth: | bit |
code name: | |
platform: | |
colors: | |
java enabled: | |
anti-aliasing fonts: |
Hi!
color name | HEX code | color |
black | #000000 | |
white | #FFFFFF | |
red | #FF0000 | |
blue | #0000FF | |
green | #008000 | |
yellow | #FFFF00 | |
orange | #FFA500 | |
violet | #EE82EE | |
purple | #800080 | |
pink | #FFC0CB | |
silver | #C0C0C0 | |
gold | #FFD700 | |
gray | #808080 | |
aqua | #00FFFF | |
skyblue | #87CEEB | |
lightblue | #ADD8E6 | |
fuchsia | #FF00FF | |
khaki | #F0E68C |
|
|
|
+ | addition | 3+44 |
- | subtraction | 13-5 |
* | multiplication | 7*8 |
/ | division | 12/3 |
^ | exponentiation (raise to a power of) | 8^2 |
% | modulo (finds the remainder after division) | 8%7 |
choose | X choose Y determines the number of ways of choosing a set of Y elements from a set of X elements | 18 choose 4 |
th root of | calculates the nth root of a number | 5th root of 32 |
% of | X % of Y computes X percent of Y | 20% of 150 |
|
|
|
sqrt | square root | sqrt(9) |
sin, cos, etc. | trigonometric functions (numbers are assumed to be radians) | sin(pi/3)
tan(45 degrees) |
ln | logarithm base e | ln(17) |
log | logarithm base 10 | log(1,000) |
|
|
|
! | factorial | 5! |
beHidden.com The Cloak (unknown limit) Anonymization.net (also anonymous web search)
Rex Swain's HTTP Viewer
convert IP to dword, hexadecimal or octal by Mark Jeays convert URL into dword by Mark Jeays Multiple DNS lookup engine Anonymous Proxy List HTML De-obfuscation Tools hex-coded IPs and values over 255 in dotted-decimal IPs don't work with Netscape; most, perhaps all of the dword-coded IPs don't work with some versions of IE; this could be an effect of the MS patch for the "dotless IP" exploit. Later IE versions seem to reject any hex-coded IP that's not broken up by dots as in my first example above; Opera 3.60 doesn't allow non-dotted hexadecimal IPs. Netscape won't allow the following characters in the authentication text: /? IE won't allow the following characters in the authentication text: /\# and it exhibits problems or inconsistencies with: %'"<> MS-Proxy reportedly rejects almost any IP address that's not in dotted-decimal IP format, as may some other proxies. Reports indicate that most proxies handle them all just fine.
|
|
for |
for |