php |
| Slashes | Quoteing and Unquoteing strings | add or remove slashes from a string |
| Binary and Hex | Data conversion functions | convert data between different encodings |
| String space trimming | String trimming | Trimming a string involves removing the spaces from the outer edges of the string |
| chr and ord | charater conversions | converts a character or character code to its sibling |
| urlencoding and stuff | string encoding | urlencodes or otherwise encodes or decodes the string in any one of a variety of methods |
| string caseing | string caseing functions | modify the case of a string in a variety of ways |
| levenshtein | weird functions that were easy to make | calculates differences in strings and reports back on thier similarities |
| crypt functions | string encrypting functions | encrypts a string in a variety of standard encryption formats |
| number functions | number formatting funcions | modifies a number to be friendly to read |
| sound functions | string and sound comparision | returns a nonsensical value representating how the word or phrase 'sounds' |
| html functions | html parsing functions | modify html strings in a few different ways |
javascript |
| Text-to-Speech | Text to speech converter | Using SpeechSynthesisUtterance, which is appearently a standard feature in browsers, simply speaks in the voice in one of several available voices |
| JSON Lint | Json Validator and prettifier | parses and prettifies json content. |
| Website Stat Counter | track simple stats for your site | you can put the script code on your site, then visit here to check your stats |
random |
| Password Generator | Generate random passwords | Generatae a list of random passwords based on the list of settings available |
| Random Number | Generate random numbers | Generate a list of random numbers from a list of generation settings |
| Gambler's fallacy | Simulate loosing money on roulette or blackjack betting systems | Given a specific game layout like blackjack, roulette, or coin flipping this will simulate, through actual repetitive actions rather than mathematical therum, the game over millions of games, so you don't have to |
network |
| Ping IP | Ping a domain or ip address | using a call to ping, this will ping a server 3 time and return the full results |
| What is my IP | Displays your public ip address | using several different checks on enviroment variables and headers, tries to determine your ip address with a simple call to our server |
| Port tester | Test a port to see if it is open | uses fsockpoen to determine if a port is available for public use. |
| Curl Proxy Checker | Check a ip address to see if it is a working proxy server | using curl and 5 different proxy types, this will try to retrieve a webpage with dynamic content and determine if the request was anonymous or not |
| Whois | Whois lookup a domain or ip address | look up any domain name or ip address and get the whois records |
| Hostname Resolver | Resolve hostname to ip address | this function will get the ip address of a given domain name |
| Get DNS Record | Query for dns records | a simple dns get record query |
| is a Website online? | Test a website to see if it is offline | here you can test a url, domain or ip to see if it is online |
html |
| Ascii Chart | basic ascii characters and codes | The chart displays detailed information regarding the first 255 characters. |
| Color picker | Html color codes | here you can, in many different ways, choose the color you want, and the codes for the color will show |
spider |
| Item Spider | Webpage spider for individual items | You can spider a specified url here for an individual jquery selector and return an array of the innerhtml of each found element |
googleapi |
| Google Books | book marketplace | A complete book search and link to marketplace is available, including book preview links |
| Discover api's | List google api's | A list of api's are available |
| Voter info | Election and Representative info | You can search for Representative information here, given your address and for the election function, and election aswell |
| PageSpeed Insights | webpage speed analysis | Currently not developed, this api provides analysis of a website's availability and speed when loading |
| Google maps | Geolocation on map | Using geolocation and a older format google maps api, this page will show your detected location on a google map |
| Anon Url Shortener | anon goo.gl urls | This page allows you to create anonymous shorturls without a google account. the expand url function still uses the official google api in an anonymous fashion, if you are not signed in with google, but the create short url function is accessed by https call |
| Managed Shorturls | goo.gl urls | This api requires a google login to manage your goo.gl short urls. create a shorturl or expand a shorturl to see where it points. |
media |
| Free Music Archive | fma music | search free music archive |
| Last.fm radio | Last.fm radio and music | search last fm |
| Archive.org etree | Etree music search | search archive.org |
| Tumblr nonsense | Tumblr search | a simple tumblr search |
| Youtube videos | search youtube | A simple youtube video search |
| OMDB movies | search open movie database | simple single movie query and info lookup |
| Spotify Music | music search | search for albums, artists or tracks and play 30 seconds of the song |
| Crackle movies | moves and tv shows | Search and browse crackle movies and tv shows group by genre |
| Flickr images | image search | Simple location search for images |
| i heart radio | listen to i heart radio stations | |
| Music search | search for music | search for music by artists, albums or tracks |
weather |
| Yahoo weather | Queryable weather report | using a search query, provides simple weather information |
| Open Weather Map | Geolocated weather report | Using geolocation, provides simple weather information about your detected location |
| Weather Underground | Geolocated weather report | Using geolocation, provides simple weather information about your detected location |
gamestats |
| League of Legends | Summoner info and stats | Simple summoner search with mastery and rune pages |
| steam stats | Steam game search | game search for news and achievements. |
games |
| DrugWar | Remake of drugwars | |
| Infinite Mario | Play infinite mario | Infinite Mario in HTML5 JavaScript - using Canvas and Audio elements http://mario.fromlifetodeath.com/ |
| Last Colony | Play last colony | Last Colony, is an RTS game with both a single player campaign mode as well as a multiplayer mode, created entirely in HTML5 and JavaScript. |
| Command and Conquer | Play command and conquer | This is a recreation of the original Command and Conquer, Real Time Strategy game entirely in HTML5 and Javascript. |
| Alien Invasion | Play Alien Invasion | Demo Game for Mobile HTML5 Game Development |
| Chess | Play chess | Play chess in a three dimensional enviroment |
| Diablo js | Play javascript diablo | Isometric minimal-code style game at html5 canvas and javascript |
| Space Invaders | Play Space Invaders | This is a remake of the space invader phaser example |
| Monster Wants Candy | Play Monster Wants Candy | Monster Wants Candy - HTML5 mobile game created using Phaser |
| 2048 | Play 2048 | A sliding puzzle game where you try to match up numbers to eventually get 2048 or higher |
| clumsy bird | Play clumsy bird | A MelonJS made "Flappy Bird" clone. |
| pacman | Play pacman | Its pacman, eat and dont get eatcen |
| astray | Play astray | A WebGL maze game built with Three.js and Box2dWeb. |
| tetris | Play tetris | A 2D tetris game in HTML5 canvas |
| Mortal kombat | Play mortal kombat | Canvas implementation of basic fighting game which allows multiplayer game over the network. |
dr |
| Healing Herbs | Healing herbs | |
about |
| Privacy Policy | our privacy policy for visitiors | Currently an auto-generated privacy policy, it is more of a placeholder than anything |
| Terms of service | Terms of Service for visitors | Currently an auto-generated terms of service it is more of a placeholder than anything |