Skip to main content

Home/ Online Tools/ Group items tagged example

Rss Feed Group items tagged

yc c

Regular Expressions Tester - 0 views

  • Online regular expression tester with graphical illustration of regex matches and dynamic highlighting matches on given text powered with latest Silverlight technology allowing faster process by running multi-threaded application on browser.
  •  
    with pre made examples for HTML ( extract urls, emails, tags...) Uses Microsoft Silverlight 
yc c

robtex - 0 views

  •  
    swiss army knife internet tool in the searchbox above you can search for: RBL checks multible RBL:s if a specific is listed (81.62.124.116) DNS checks detailed dns information for a hostname () or a domain () IP-number checks ip number information such as dns reverse and forwards (81.62.124.116) C-net checks an entire c-network (81.62.124) whois lookup checks whois information for a domain () route checks a specific routed prefix () AS numbers checks information on an AS-number (AS ()) BGP announcements checks prefixes origined from a specific AS-number (AS) AS macros checks who belongs to an AS-macro (example: as-ams-ix-peers) RFC documents Request For Comments (rfc2822) add engine to browser
yc c

Snake Oil? The scientific evidence for health supplements | Information Is Beautiful - 2 views

  •  
    This visualisation generates itself from this Google Doc. So when new research comes out, we can quickly update the data and regenerate the image. (How cool is that??) Hopefully then this should be a useful web resources for years to come. About the imageThis image is a "balloon race". The higher a bubble, the greater the evidence for its effectiveness. But the supplements are only effective for the conditions listed inside the bubble. You might also see multiple bubbles for certain supps. These is because some supps affect a range of conditions, but the evidence quality varies from condition to condition. For example, there's strong evidence that Green Tea is good for cholesterol levels. But evidence for its anti-cancer effects is conflicting. In these cases, we give a supp another bubble.
yc c

Java examples (example source code) Organized by topic - 2 views

  •  
    quick reference to many !
yc c

Google Insights for Search - 5 views

  •  
    With Google Insights for Search, you can compare search volume patterns across specific regions, categories, time frames and properties. See examples of how you can use Google Insights for Search.
yc c

Twitter StreamGraphs - 1 views

  •  
    A StreamGraph is shown for the latest 1000 tweets which contain the search word. The default search query is 'data visualization' but a new one can be typed into the text box at the top of the application. You can also enter a Twitter ID preceded by the '@' symbol to see the latest tweets from that user. A parameter to the URL can be used to specify the initial search word. For example, use http://www.neoformix.com/Projects/TwitterStreamGraphs/view.php?q=coffee to see the latest tweets about coffee.
yc c

Dataopedia.com - All you need to know about a website - 4 views

  •  
    Every time you want to know all the data about a certain website just type in your browser dataopedia.com/website.com and you´ll be taken directly to the right information page. It also works for country domains, for example dataopedia.com/website.co.uk Install this API in your site (javascript) and your users will be able to see all websites mentioned underlined.  Every time the user mouses over, a graphic will appear with customizable information about that website. If the users click on the graphic, they will be redirected in a new tab or window to the website's informational page in dataopedia.com.
yc c

Wakerupper - The Web's Easiest Telephone Reminder - 3 views

  •  
    Schedule reminder calls on the web. Currently Wakerupper only supports calls to telephone numbers in the U.S. and Canada. Inventive users have arranged to have Wakerupper call phones outside the service area by using a number in the U.S. (a Skype-In number, for example) to proxy Wakerupper calls to other countries.
yc c

Google Translate - 0 views

  •  
    Search any language using your language. "Now, you can search for something in your own language (for example, English) and search the web in another language (for example, French). If you're looking for wine tasting events in Bordeaux while on vacation in France, just type "wine tasting events in Bordeaux" into the search box on the "Search results" tab on Google Translate. You'll then get French search results and a (machine) translation of these search results into English. Similarly, an Arabic speaker could look for restaurants in New York, by searching for "مطعم نيويورك"; or a Chinese speaker could look for documents on machine learning on the English web by looking for "机器学习". While machine translation is not perfect, it's usually good enough for you to obtain the gist of information in a language you might otherwise be unable to access. We think this feature will be particularly useful for our international users since although the majority of Internet users out there are non English speakers, a majority of the content on the internet is still in English." http://googleblog.blogspot.com/2007/05/search-without-boundaries.html
yc c

Feedweaver - Create your own personalized RSS feeds - 5 views

shared by yc c on 20 Jan 10 - Cached
  •  
    Feedweaver allows you to create your own personalized RSS feeds. You can create your own feeds by combining source feeds from your favorite websites, and use filters to choose what you want in it! Combine mutiple feeds You can combine multiple RSS feeds into one. For instance, you can combine the RSS feed from cnn.com, times.com and bbc.co.uk into one RSS feed, which later on can be customized by yourself. Customize your feed Customize your combined feeds by using keyword filters. For example, you can extract all the news about "iPod" from your feeds with just one click. Share your feeds You can easily share your feeds with friends by giving them the feed's URL, and they don't need to login to view the actual feed, as all the feeds are available to everyone who knows the address. Try the demo
yc c

Unix Permissions by Project Fondue - 1 views

  •  
    Octal, Decode Octal Notation, Symbolic Notation, Info, Code Examples
yc c

Factual - 6 views

  •  
    Factual is a platform where anyone can share and mash open data on any subject. For example, you might find a comprehensive directory of restaurants along with dozens of searchable attributes, a huge database of published books, or a list of every video game and their cheat codes. We provide smart tools to help the community build and maintain a trusted source of structured data.
yc c

Wordsmyth - The Premier Educational Dictionary - Thesaurus - 7 views

  •  
    Wordsmyth Dictionary-Thesaurus Suite now includes antonyms real audio pronunciations new images and animations thousands of new example sentences a new entry presentation, and more.
Fabien Cadet

Mergely : Diff and merge and share documents online (by Jamie Peabody) - 14 views

  •  
    « Mergely is a powerful diff and merge tool for developers. It can be used as an online editor to highlight changes from existing text documents, for example: text, HTML, XML, and CSS. Mergely is also is a merge tool, so it allows you to merge changes into a new document. The changes can then be downloaded, or shared with others, or referenced in emails, blogs, etc. »
yc c

overbyte :: Editor [0.1.1 Beta] - 2 views

  •  
    # realtime debug It allows developers to write and test code quickly using document.write, alerts or everything else. To view or execute a code, just use CTRL+RETURN or click on debug panel (bottom left), result will be displayed on output panel (bottom right) using a dedicated iframe virtual space. # line points Just click one line (number on the left) to mark them # in-place suggest Just click CTRL + SPACE or CTRL + SHIFT with Opera to view a kind of intelligent code suggest. For example, if You write "Number." on area then use CTRL + SPACE You will see every Number dedicated method plus generic Object methods. If You press CTRL + SPACE without a dot before area selection, suggest will show You generic or global functions and statements. # quick and simple load and save operations
yc c

papert: logo in your browser - 4 views

  •  
    load examples to see what you can do
yc c

Script Converter - 1 views

  •  
    Script Converter is a Google Labs product that allows the user to read a web page in a script of their choice. For example if the user can understand spoken Tamil but cannot read the script, they will be able to view Tamil web pages in English (Roman) script. We do not translate any content - we transform the words on the page to its phonetic equivalent in the desired script. We also support the conversion from non-Unicode encodings to Unicode, so that users can view pages without installing the custom font otherwise needed. Users will still need Unicode fonts. To start browsing a website, type the url in the text area, choose your preferred script and press convert. Currently we support the following scripts. * Bengali * English * Gujarati * Devanagari (Hindi, Marathi, Nepali) * Kannada * Malayalam * Tamil * Telugu
yc c

jeKai Home Page - 2 views

shared by yc c on 25 Nov 09 - Cached
  •  
    a group of volunteers throughout the world began creating an open, free, online Japanese-English dictionary. The form and content of the dictionary are decided by the participants in the project. Among its features are the following: * Definitions that explain the meaning of words as completely as possible * As many examples as possible of each word in real contexts * Photographs and other illustrations, especially for entries about uniquely Japanese things * No restrictions on the type or range of vocabulary * No restrictions on the length of entries The dictionary has been named jeKai (je海), pronounced "jay-kai" or ジェーカイ.
yc c

phpMyAdmin - 2 views

  •  
    # Intuitive web interface # Support for most MySQL features: * browse and drop databases, tables, views, fields and indexes * create, copy, drop, rename and alter databases, tables, fields and indexes * maintenance server, databases and tables, with proposals on server configuration * execute, edit and bookmark any SQL-statement, even batch-queries * manage MySQL users and privileges * manage stored procedures and triggers # Import data from CSV and SQL # Export data to various formats: CSV, SQL, XML, PDF, ISO/IEC 26300 - OpenDocument Text and Spreadsheet, Word, Excel, LATEX and others # Administering multiple servers # Creating PDF graphics of your database layout # Creating complex queries using Query-by-example (QBE) # Searching globally in a database or a subset of it # Transforming stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link # And much more...
Janos Haits

About Realtime Bitcoin - 1 views

  •  
    "Bitcoin transactions work by sending change back to yourself. For example if you have a wallet with a previous transaction of 1 bitcoin in it and want to send your friend half of that, your bitcoin client creates a new transaction with 2 destinations - 0.5 btc to your friend and 0.5 btc back to yourself. But there is no way to know for sure if a transaction has change in it or not. This website has an algorithm that tries to figure out which amounts are change, it does a decent job but it's still a guess."
‹ Previous 21 - 40 of 69 Next › Last »
Showing 20 items per page