127 private links
Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc.
A curses player for music tracks from Youtube; it allows to search for songs and playlists; it downloads the video, extracts the audio track and plays it; handles local playlists and many configuration parameters.
Stack overflow command line client written in Python. Search and browse stack overflow without leaving the terminal.
Google Search, Google Site Search, Google News from the terminal.
Search the Arch Wiki anywhere from the command line.
Search API docs offline, in your terminal or browser.
Steganography is the study and practice of concealing communication. It plays a different role to cryptography, with its own unique applications and strengths.
Don’t stop typing, or all progress will be lost.
Lode Runner Web Game (free online game), a html remake of Lode runner.
RetroGames.cz deals with archiving and online emulation of old games for operating system MS-DOS and popular game consoles Atari 2600, Atari 7800, Nintento Entertainment System (NES), Super Nintendo Entertainment System (SNES), Game Boy (GB), Game Gear (GG), Sega SG-1000, Sega Master System (SMS), Sega Mega Drive (Genesis) and Nintendo 64.
Today our database contains 1239 different games from the eighties and nineties. 297 of them are available in two or more versions. Together we host 1758 online games and we are still adding new ones. All games are emulated in Flash, in Java or by JavaScript and with a few exceptions you probably do not distinguish them from the original versions. As a bonus we offer download of 1046 original game manuals in pdf format. At RetroGames.cz can be found such legends as Donkey Kong, Super Mario, Sonic, Pac-Man, Galaxian, Prince of Persia, Pitfall and many others. Anyway, if you love old games as much as the authors of this website, you're on the right place.
Have fun ;-)
Darwin Mail - Inbox evolved: reach new levels of productivity.
Join the numbers and get to the 2048 tile! Careful: this game is extremely addictive!
SSHTron is a multiplayer Tron game through SSH in your terminal.
org-mode on the web, built with React, optimized for mobile, synced with Dropbox and Google Drive.
Talk - an open-source comments platform built with journalists and their communities in mind. Currently used by industry leaders and small newsrooms alike.
Lookup the rank of your conference.
Deploy serverless JavaScript across 180 data centers to give your code exceptional performance and reliability.
Store files in Google Docs without counting against your quota.
Features
- Upload files to Google Drive without using storage space
- Download any stored files to your computer
Logic
- Google Docs take up 0 bytes of quota in your Google Drive
- Split up binary files into Google Docs, with base64 encoded text
- Size of the encoded file is always larger than the original. Base64 encodes binary data to a ratio of about 4:3.
- A single google doc can store about a million characters. This is around 710KB of base64 encoded data.
- Some experiments with multi-threading the uploads, but there was no significant performance increase.