parent
server
search
trust
homes
|
Python converter
from Firefox's places.sqlite
(last updated 2018-11-11 06:00:36 UTC)
This is the public bookmarks subset.
(the private one
requires special access)
Bookmarks Toolbar
-
-
Watch Wolf Children (2012) full movie in English
-
Ryzen GPU Passthrough Setup Guide: Fedora 26 + Windows Gaming on Linux | Level One Techs
-
Creator | Magic Leap
-
TVアニメ『クジラの子らは砂上に歌う』 エンディングPV [♪rionos「ハシタイロ」] - YouTube
-
クジラの子らは砂上に歌う 挿入歌 光の唄 - YouTube
-
rionos/ハシタイロ MUSIC VIDEO(FULL SIZE) (TVアニメ『クジラの子らは砂上に歌う』ED主題歌) - YouTube
-
Learn Git Branching
-
Using systemd as a better cron – Horrible Hacks – Medium
-
Take On Me in 20 Styles ft. Seth Everman - YouTube
-
"Ass" is the most complicated word in the English language / Boing Boing
-
Here's the catchiest ode to breakfast burritos in human history / Boing Boing
-
(4) The Story of Mr Shi Eating Lions, recited in Mandarin Chinese - YouTube
-
HyTech Power may have solved hydrogen, one of the hardest problems in clean energy - Vox
-
Seriously Cool Amateur Footage Of The Simultaneous Falcon Heavy Booster Landing - Digg
-
Biggest Market Drops in History
-
Replication Topologies in PostgreSQL - OpsDash
-
Buttery Dunes | Dollar Shave Club | Full :60 - YouTube
-
The One Product You Should Buy Online | HuffPost
-
SSH Security and You - /bin/false is *not* security :: semicomplete.com - Jordan Sissel
-
pulseaudio-systems-programming.md · GitHub
-
Effective_Engineer.md · GitHub
-
alice maz - minecraft
-
Maoyuu Maou Yuusha - ED (Anime) - YouTube
-
Why Filing Taxes Is So Darn Complicated - Digg
-
We're Not Sure If This Drive Through A Hail Storm Is Stressful Or Oddly Relaxing
-
This Sesame Street Parody Showcases the Tastiest Zombie Apocalypse
-
The Hairmaid’s Tale (Blessed Be The Baby Hair) | The Rundown With Robin Thede - YouTube
-
-
-
Oft
-
Acts
-
[Up]
If the URL contains a "?" search term, this will remove it. Otherwise, it will take off the part of the URL after the last "/". So, when executed successively, it will load the pages:
http://.../AA/BB/CC.html?xx&yy
http://.../AA/BB/CC.html
http://.../AA/BB/
http://.../AA/
etc.
From http://www.jwz.org/hacks/bookmarklets.html
-
[-]
If the URL contains a number, this decrements the number, as above.
From http://www.jwz.org/hacks/bookmarklets.html
-
[+]
If the URL contains a number, this increments that number (being careful to pad with the same number of leading zeros.) So, when executed successively, it will load the pages:
http://.../img_0998.jpg
http://.../img_0999.jpg
http://.../img_1000.jpg
http://.../img_1001.jpg
etc.
From http://www.jwz.org/hacks/bookmarklets.html
-
Site-Specific
-
LJ MyStyle
Append &style=mine to LiveJournal URLs: this will cause the page to display in your LJ style instead of in whatever eyeball-searing layout the page's author has chosen.
From http://www.jwz.org/hacks/bookmarklets.html
-
YouTube Verify
If a YouTube URL doesn't work because you aren't logged in and the content might be "inappropriate for some users", this bookmarklet will show you the video anyway, and let you decide for yourself what the weasel-word "appropriate" means.
From http://www.jwz.org/hacks/bookmarklets.html
-
Flickr Image
Sometimes Flickr pages try to prevent you from copying or saving images; they do this by using CSS to overlay a transparent "spaceball.gif" image over the main image, so your copy/drag hits that instead. This bookmarklet extracts the real image from the page and loads it into the window by itself.
From http://www.jwz.org/hacks/bookmarklets.html
-
NYTClean
-
-
Web Development Bookmarklets
-
Block Elements Reveal
Draws borders to show tables (colors indicate nesting), paragraphs, and divs. Paragraphs get a light gray border and divs get a black border. The colors of table borders depend on nesting: outer tables are blue, second-level tables are green, and third-level and deeper tables are red. The bookmarklet works by applying this style sheet to the page.
-
Classes Display
-
JavaScript Shell
-
Reveal Named Anchors
Makes anchors visible, letting you link to or bookmark a section of a page. This is useful if a long page has named anchors but no table of contents linking to those anchors, and you want to make a link to the middle of the page. Problems: Some pages have unclosed named anchors, which will cause a large portion of the page to be marked by this bookmarklet. HTML 3.2 and 4.0 both require end tags for the <a> element, but many browsers silently recover when pages leave out these end tags on named anchors, so many pages leave off the end tags anyway.
-
Scripts Display
-
Source (Current) Display
Displays the DOM tree of the page as HTML. This bookmarklet is especially useful on pages created by javascript, because these pages have no original source. The generated source is usually similar to the original source, but may have small changes such as collapsed whitespace between tag attributes.
-
Source (Current Selected) Display
Displays the DOM tree of the selection as HTML. If you haven't selected anything, this bookmarklet will show the generated source of the entire page.
-
Style Edit
Experiment with changes to the page's style sheet. Similar to "test styles". Instead of starting blank, the window starts with all of the style sheets in the page. This bookmarklet supports inline and linked style sheets, imports, and style sheets with data: URLs (such as those created by "test styles"). When style sheets cannot be loaded with XMLHttpRequest (out-of-domain or non-http URLs), it includes them with an @import rule.
-
Style Interact
Type in CSS rules to experiment or to create a temporary user style sheet. Creates a new window into which you can type CSS rules for the original page. The rules are applied immediately. As long as you keep the style window open, the rules will still be applied if you reload the page or even go to another page on the same site. See examples of user style rules and examples of style rules for web developers.
-
Style Sheets Display
-
Style Show Computed
Lists the computed styles of an element and of its ancestors. Features: * Only shows properties where each element differs from its parent. * For the root, only shows styles that differ from the root of a blank HTML document. * Collapses "side" properties when all four sides are the same. For example, if all margins are equal, you'll see "margin-*" instead of "margin-top", "margin-left", etc. * Some important properties, such as "display" and "position", are red. * Some properties that can usually be ignored, such as "top" and "width", are green. * Overrides link clicks, so you can use it on A elements. * Same status bar info as the "ancestors" bookmarklet. * Crosshair cursor.
-
Stylesheet Disable (in the current document)
-
Stylesheet Reënable (for the current document)
-
Topography by Borders
-
Topography by Shading
Shows the nesting level of every element using shading. Shades the BODY element black, children of the body dark gray, and so on for up to fifteen layers of nesting. Beyond sixteen layers of nesting, shades every element pink (instead of white). Since each element is slightly lighter than its parent, it is easy to see the extent of each element at a glance. The overall brightness of a page can give you an idea of how complex a page's markup is. Since this bookmarklet doesn't add borders, it preserves layout to the pixel. Based on a bookmarklet by Joseph Pearson. Joseph's version works by recursing through the document, and works with more browsers (including Safari). This version works by adding a CSS style sheet, and is faster in IE and Mozilla.
-
Variables Display
-
Reveal Passwords in Forms
-
JsDE
-
D'tbE
-
Skwr
Skywriter/Bespin bookmarklet.
Click here, than on any textarea.
- https://bespin.mozillalabs.com/docs/
-
-
CS
-
-
Interviewing and CS Things
-
Philosophy (Open Source, etc)
-
Academia, Theory, Class Materials
See the Hier / Education folder for institutions (include web based).
-
-
Stroustrup: C++ Style and Technique FAQ
-
FUSE: Filesystem in Userspace
-
QR Code Generator
-
Writing udev rules
-
-
-
Single list of HOWTOs
-
Administration
SASL + LDAP
-
Charming Python: Decorators make magic easy
-
Cloud
See "Virtualization" too.
-
Pythex: a Python regular expression editor
-
NoSQL: If Only It Was That Easy at Marked As Pertinent
-
-
-
Firmware / BIOS / ASF / DASH / UEFI
-
-
-
-
Human Interface Hardware (not desks)
-
-
-
ISPs - Internet Service Providers
-
Networking / Internet Transport Layer and Providers
-
-
-
Operating System Distributions
-
OS install via LiveCD and USB-bootable
-
Psychology
A/B Testing, Conversions, Marketing, etc.
-
Mobile Computing Platforms
-
-
-
Software
-
-
Callbacks as our Generations' Go To Statement
-
Safety-critical programming
-
-
AI (Artificial Intelligence)
-
-
-
Auth' - GSSAPI, SASL, Kerberos, SSH, LDAP
-
Build Systems (make, ant, etc)
-
-
Chat Systems (irc, talk, hipchat, etc)
-
Commands/Programs/Applications
-
Competitions (IOCCC, IEEECS, etc)
-
-
Computer Language Writing (including LLVM)
-
-
Consensus Protocols (Paxos, etc)
-
Containers - OS (Docker, Open Container, etc)
-
-
Debugging (lang-agnostic)
-
Deployment Bcfg2 / Chef / Puppet
-
Device Drivers - creating
-
Editors - emacs, vi, etc - and modules for them
-
Falsehoods programmers believe
-
Filesystems / Volume Managers
-
-
-
git, hg, svn, cvs, rcs, sccs, and other version control systems
-
GPU Programming (non-graphic)
-
-
-
-
-
-
-
-
-
Networking Code, Tools, and Protocols
-
-
-
-
Publishing (any medium)
MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc.
-
-
Remote Login (ssh, mosh, telnet, rsh...)
-
-
-
-
RFC 7465 - Prohibiting RC4 Cipher Suites
-
-
-
-
-
-
-
-
-
-
-
UI / UX / HCI / Interface Design
-
Unicode / UTF-8 / i18n / Internationalization
-
Unix word/document processing
-
4.4 BSD Automounter Reference Manual - Table of Contents
-
A Complete History of Tux - so Far.
-
AMD--AutoMount Daemon
-
AltaVista: Simple Query +wysiwyg +unix +editor +X11*
-
Astrolog Homepage
-
C++ Socket Classes - Table of Contents
-
C++ dlopen mini HOWTO
-
Colas Nahaboo X mouse wheel scroll page
-
Compact Disc Digital audio (CD-DA) information, software and survey
-
Experiences Converting a C++ Communication Software Framework to Java
-
GAIM
-
GRASP : Graphical Representations of Algorithms, Structures and Processes
-
George's Linux Stuff Home Page
-
Glimpse Working Group - University of Arizona, CS Dept.
-
Graphical User Interface Gallery
-
Graphics Muse
-
HAKMEM -- CONTENTS -- DRAFT, NOT YET PROOFED
-
How can I remove AIM (AOL Instant Messenger)?
-
ICQ - World's Largest Internet Online Communication Network
-
Important Information about Patches Resource
-
Linux Applications and Utilities Page - Applications
-
Linux Remote-Boot mini-HOWTO: Configuring Remote-Boot Workstations with Red-Hat Linux, DOS, Windows 3.1 and Windows 95
-
Little Ubuntu » Awesome Ubuntu/Linux Apps you might not know about
-
Norsam Technologies, Inc.
-
Pretty Good Privacy, Inc. Home Page
-
Project Cyrus Home Page
-
SANE Distribution
-
SANS Resources - How To Eliminate The Ten Most Critical Internet Security Threats
-
Subjective Electronic Information Repository
-
The #LinuxOS Webpage: Linux Software
-
The Graveyard Shift Page
-
The Nessus Project
-
The Official FVWM Homepage
-
Tom Christiansen's Mox.Perl.COM Home Page
-
Top 10 best Linux DVD ripping and encoding software | oOo. assente .oOo [un blog su GNU/Linux, politica, pensieri]
-
Valgrind
-
Virtual Personalities
-
Xinvest/Xquote Home Page
-
a2ps home page
-
breve 3d life simulation
-
libstdc++-v3 HOWTO: Chapter 27
-
rsync
-
xfsft: TrueType Font Support For X11
-
Sprites mods - Creating the Tamagotchi Singularity - Building the Tamagotchi Singularity
-
-
Video Input & Formats (and Webcams)
-
Virtualization (Xen, VMware, etc)
-
A Practical Approach of Stealthy Remote Administration
-
Ask Dr. UN*X Continued: How can I have two default routes? - Linux Forums
-
CS242: Handouts
-
Cheat Sheet Guide
-
Computer Programming Algorithms Directory
-
Digital Cameras
-
Empeg, Ltd's Empeg MP3 Car Audio Player
-
FAI (Fully Automatic Installation) Home Page
-
Framebuffer UI (fbui)
-
Free downloads - TrueType core fonts for the Web
-
GUIdebook > Timelines
-
HardwareCentral - Reviews - The Dual 1 GHz Pentium III Myth - Introduction
-
How To Configure Web Access To Subversion Repositories Using Apache
-
JustLinux Forums - A grub menu booting 100+ systems of Dos, Windows, Linux, BSD and Solaris
-
Linux SCSI Terminal Server driver
-
Linux Toys
-
Linux substitutes for "most wanted" Windows-only software
-
Linux.com | Become a digital video editing guru using Linux tools
-
Math and CS HOWTOs
-
My IP Address Lookup and GeoTargeting - Community Geotarget IP Project - what country, city ip addresses map to - IP Trace
-
ONLamp.com -- Untwisting Python Network Programming
-
OOXML is defective by design
-
Open Source! Open Minds! Defend our freedom!: Visual Development on Linux
-
Operating Systems Guides
-
Programming Bookmarks
-
Tangle: a JavaScript library for reactive documents
-
The Art of Unix Programming
-
The CD building project for UNIX
-
The Public DNS Service
-
Theme Documentation
-
TransGaming Technologies
-
USB Ubuntu 7.10 Gutsy Gibbon install | Pen Drive Linux
-
X 4 Win
-
YouTube Architecture | High Scalability
-
ffmpeg tutorial
-
libpng-manual.txt
-
thePeoplesToolbox - Programming Tools
-
Show HN: We built real MMO Asteroids | Hacker News
-
Say hello to the real real-time Web | Ars Technica
-
Slowloris HTTP DoS
-
-
X
X + XCB (& use with OpenGL)
-
WWW
-
To WWW or not WWW | Netlify
-
Implementations (code, etc)
-
-
HTML5/CSS3
-
WopenW
-
-
Access (.htaccess, logins, etc)
-
-
CSS - Cascading Style Sheets
-
-
Click/float tracking, load profiling
-
Colors, palettes, colorspaces
-
Code Highlighing (web-based)
-
-
-
Cookie tracking - Collusion
-
Data Visualization, Graphs, etc.
-
-
-
HTTP cmdline tools (wget, curl, etc)
-
-
-
-
-
-
Images - SVG and bitmap-to-vector conversion
-
Images - libraries and archives
-
Massive Web Backends (Amazon, Google, etc)
-
-
-
SGML
-
SSL (Secure Socket Layer)
-
-
-
-
-
Slideshow Mechanisms (non-Flash)
-
-
Traffic analysis (wwwstat, etc)
-
-
-
WebGL (info and tools)
See the 3D/OpenGL/WeGL area.
-
-
-
10 Semantic Apps to Watch
-
77 Resources to Simplify Your Life as a Web Designer << Vandelay Website Design
-
AA Webreference.com (tm)
-
OriDomi - origami for the web
-
Demos
-
GIFWorks! Free Online GIF eTools
-
GlimpseHTTP home page
-
Go Media's Arsenal - Professional Design Weaponry
-
Google Maps API Basic Tutorial
-
Blowing up HTML5 video and mapping it into 3D space « Craftymind
-
How simple is making your javascript unobtrusive? Easy as Pie. Jon Hughes gives insight into how you can do it. | Notes from Phazm
-
How simple is making your javascript unobtrusive? Easy as Pie. Jon Hughes gives insight into how you can do it. | Notes from Phazm
-
Imagine : Version 0.9
-
Mozilla Doc - Web Developer
-
Slime's Home Page - Slime's Favelets
-
The NCSA HTTPd Home Page
-
The Toolbox
-
VisiBone Poster Ordering Page
-
mozilla.org
-
Tools - Facebook Developers
-
sharethis - How to show particular image as thumbnail while implementing share on Facebook? - Stack Overflow
-
⍾ www.talisman.org/~erlkonig/humour/hey-jude-heatmap - Facebook Developers
-
Just Delete Me | A directory of direct links to delete your account from web services.
-
michal krasnopolski: classic movie posters
-
Tracking (web visits, crosssite, etc)
-
3D
Software. See Hier for "Printing /3D printing" and so on.
-
VR / Virtual Reality SW and SW+HW combos
-
Hier'
-
-
-
-
Armor (chain, d3o, impact protection gear)
-
Art/Film/Music/Actors/Authors
-
-
KPOP/JPOP bands, concerts, fan groups, etc
-
Musicplasma
-
noteZilla full staff music web player
-
Can Computers Write Music That Has A Soul?
-
Zelda64 Score Library @ 64ZELDA Music Studio
-
Peter Callesen - A4 Paper Art
-
everystockphoto.com - your source for free photos
-
Escher and the Droste effect - Universiteit Leiden
-
-
Rosegarden music software for Unix
-
Spiral Synth Homepage
-
Welcome To C J Cherryh's Place
-
Standard MIDI Files on the Net
-
Bruce Campbell Online
-
cityrag: 50 Greatest Cartoons
-
Welcome to the Dance of Gods | Vaguely Disreputable | Mayer Brenner
-
Levi van Veluw on the Behance Network
-
zen photon garden
-
Eschersketch
-
The Evolution of Western Dance Music!
-
How to make a simple electronic musical instrument - Boing Boing
-
Droste Effect Tutorial - an album on Flickr
-
The World's Best Photos of escheresque and gimp - Flickr Hive Mind
-
Every Episode of Every 'Star Trek' Series Ever, Ranked | Playboy
-
Every Episode of Every 'Star Trek' Series Ever, Ranked -- Part Two | Playboy
-
Every Episode of Every 'Star Trek' Series Ever, Ranked -- Part Four | Playboy
-
Every Episode of Every 'Star Trek' Series Ever, Ranked -- Part Five | Playboy
-
Every Episode of Every 'Star Trek' Series Ever, Ranked -- Part Three | Playboy
-
Every Episode of Every 'Star Trek' Series Ever, Ranked -- Part Six | Playboy
-
Every Episode of Every 'Star Trek' Series Ever, Ranked -- Part Seven | Playboy
-
-
How I’d redesign piano sheet music — Happy Ninja — Medium
-
-
80-Year-Old Japanese Toymaker Crafts The Most Whimsical Creations - Digg
-
-
-
-
-
-
-
Customized Goods on Demand
-
Education / Instruction / Training
-
-
Energy (electric, fuel cell, solar, etc.)
-
Ergonomics
-
Trey Chair - review
-
Ergomatic Keyboard from Ergo-comp
-
The Human Solution (ergo stuff)
-
biomorph desk-ergonomic computer furniture
-
Comfort, Productivity, and the Myth of "Correct" Posture
-
Contents
-
Ergotron Home Page
-
Handykey Corporation
-
Introducing the Dvorak Keyboard
-
TelePrint Systems, Inc. - Maltron Ergonomic Keyboard & See-A-Sound Learning Tools
-
Workstation Environments, Aptus, ergonomic, chair, seating, office, computer, furniture, carpal
-
Yahoo! - Business and Economy:Companies:Home and Garden:Furniture:Computer
-
The most advanced
-
NP Height Adjustable Desk
-
TOPTEC Sitz-Stehtische protec
-
TOPTEC - Office Furniture Program argotec
-
TOPTEC
-
AD-AS / Surface Options
-
Computer_Workstations
-
Art. Lebedev Studio
-
Why I killed my standing desk | Crew Blog
-
IKEA Sit/Stand Desk Review: I Can't Believe How Much I Like This
-
Fashion / Clothing / Hairstyles
-
Geology
-
-
-
Music Creation, Instruments, etc
-
Health Care and Insurance
-
-
Homes/Shelter: Arch, Mats, Accoutrements, Camping
-
-
Information Science / Data Visualization
-
-
Legislation, Law, Legal, Privacy
-
-
Lighting Technology (Lava, LED, etc.)
-
-
Literature and Authors - Fic/SF/Fantasy
-
Literature - Web Accessible
-
-
The widespread and persistent myth that it is easier to multiply and divide with Hindu-Arabic numerals than with Roman ones. | The Renaissance Mathematicus
-
-
-
-
-
Out There (outside of English)
-
-
Printing / 3D printing - digital / on-demand
-
-
-
-
-
-
-
-
-
-
Transport
-
-
-
Aircraft (and Flying Them)
-
-
BMW Isettas and other Microcars
-
-
-
-
-
Laybikes (recumbent bicycles)
Recumbent (Liegaraad) Cycling
-
Source Guide: Manufacturers of Vehicles
-
Wade's Vision Quest Journal - My Bike
-
Bicycling in Austin
-
City of Austin - Austin Bicycle Map
-
-
Cycle America Recumbent Bicycles HPV Photo Gallery NBG in Action
-
-
Manufacturers
-
Optima Ligfietsen, uiteindelijk kies je kwaliteit
-
Bikes and Trikes
-
Recumbent Bicycles Custom Built by Reynolds Weld Lab
-
Barcroft Bikes
-
Rotator Recumbent Bicycles
-
Flevobike technology
-
Vision Recumbent Bicycles
-
Bicycles By Haluzak
-
M5 Recumbents Makes More Marvelous Miles / M5 Ligfietsen - Meer Meters Met Minder Moeite
-
DALLiegerad
-
Nöll Fahrradbau
-
Legs' Ligfiets Links - Dutch Manufacturers
-
Radius Recumbents USA
-
ZOXBIKES - Liegerad und Mehr
-
Challenge Ligfietsen Fabrikant Nederland / Recumbents Manufacturer Netherlands
-
X-eyed Design - Recumbent Bicylces - BACCHETTA
-
m5
-
Linear Manufacturing Incorporated -- Aluminum Recumbent Bicycles
-
Lightfoot Cycles;Recumbent Bicycle:Human Powered Vehicle, Pedicab, recumbent trike, recumbent bike, Electric Bicycle, Quadracycle, Pedal Car, Tandem Bicycle, tandem recumbent bicycle and Adult Tricycle
-
Rainbow Ligfietsen Nederland
-
Quantum-Liegeräder
-
FLUX Fahrräder, Liegeräder, Sitzräder
-
Zephyr Ligfietsen
-
Welcome to Nimble
-
HP Velotechnik - Products - Street Machine Gte (recumbent)
-
Infinito | Bianchi USA
-
Retailers - Complete Bikes
-
Lightning Cycle Dynamics, Inc. - Race-bred Recumbent Bicycles
-
Yellowbike
-
Planetarycycles Houston
-
Welcome to Fools Crow Cycles
-
Bikefix - k e e p...o n...m o v i n g
-
Welkom op de site van de ligfietsshop
-
Tim Biesemans Ligfietsen
-
LIEGERADINFO
-
Ligfietswinkel_Amsterdam
-
Easy Street Recumbent Bicycles of Austin, Texas Homepage
-
Recumbent HPV VPA distributor Quebec Canada
-
Recumbent Bicycles--GREAT SPECIALS--Stress Management Research Associates
-
The Hostel Shoppe Recumbent Bicycle, Trike, Accessory and Recumbent Information Headquarters
-
Bicycle Man, Largest recumbent bicycle dealer in the Northeast! RANS, Vision, Lightning, BikeE, Easy Racers, & Haluzak & more!Vision, Lightning, BikeE, Easy Racers, & Haluzak & more!
-
Bent Dealers/Project/Purchase Resources
-
Absolutely Recumbent online catalog of recumbent bicycles. The most spectacular recumbent showroom in the South West.
-
Bikefix - s t r e e t...m a c h i n e
-
-
-
-
-
Motorcycle Bike Carriers
-
-
-
-
Hammersley Cycles, Lynchburg, Virginia U.S.A.
-
Capital Metro SMART Page
-
SoloTrek Store
-
Portfolio - Crossbreed folding bicycle wheel
-
ALLDATA's Automotive Repair Information and Recall Site.
-
Argonne, Achates Power and Delphi Automotive to investigate new approach to engines | Argonne National Laboratory
-
PowerSkip
-
gizmag Article: Intelligent Energy shows the ENV fuel-cell motorcycle prototype
-
Tesla Motors - charging & batteries
-
-
Boosted [Skateboard] - Last Mile Vehicle
-
The Charger Hellcat Is The Most American/Insane Car You Can Buy
-
This car horn for bikes gets drivers' attention / Boing Boing
-
-
JetPack Aviation - The Worlds First True Jetpack
-
Around The Corner (1937) How Differential Steering Works - YouTube
-
-
-
: : : : D U S T N E T W O R K S : : : :
-
Alternate Temperaments: Theory and Philosophy
-
Introduction: Otoacoustics Emissions
-
Bathrobes with Hood category with hooded and full length style bathrobes.
-
First Solar, Inc. - Next Generation Thin Film Solar Modules
-
Information Unlimited - Science Projects, Electronics Kits, Lasers, Tesla Coils, High Voltage Engineering, Plans, Books, Parts, Kits
-
Limerence
-
Milton Friedman on Limited Government - Google Video
-
Optical Illusions and Visual Phenomena
-
Slayer Sheila - Buffy (Austr)
-
Table of Metric Equivalents
-
Virtual World Economies
-
WizKids - MechWarrior
-
Whole House FM Transmitter.com
-
-
ガム
-
-
Unusual Games to Seek Out
-
-
Hex Invaders
-
DLS by Making Art Studios
-
Empire of Code / game + coding
-
-
-
Robot Odyssey: The Hardest Computer Game of All Time
-
2048 | seen.js
-
Open Source Game Clones
-
Steam Linux Games
-
Science vs Magic - Geometry construction games
-
CLANG by Subutai Corporation — Kickstarter
-
Unigine - advanced real-time 3D engine (for games and virtual reality systems)
-
Kingdom of Loathing (KoL)
-
-
Dear Esther (brillian halflife mod)
-
Fallout - Unofficial TransGaming Wiki
-
-
Arimaa - Intuitively simple ... intellectually challenging
-
Desktop Tower Defense
-
-
-
Great list of Linux games
-
Ultima V in Dungeon Siege engine
-
-
DIable II Lord of Destruction
-
Main Page - Globulation2
-
塊魂
Katamari Damashii (かたまりだましい)
-
-
Kol Trance
-
-
-
-
The Spoiler Centre: Runaway City solution
-
seasons_of_the_sakura.txt
-
Dungeon Siege Walkthrough - Tips and Techniques by Lisa
-
Zelda WW
-
Cheats for Three Sister Story
-
Nintendo 64 tips, codes, hints, cheats, and secrets: The Legend of Zelda: Majora's Mask
-
Illuminati Home Page
-
-
LinuxHardware.org | Gaming and Linux in 2003
-
Word Games and Diversions
-
-
Internet Anagram Server / I, Rearrangement Servant : anagram, anagram, software, anagramme, anagrama, wordplay, word play, anagram creator, anagram solver, anagram finder, anagram generator, anagram maker, anagram unscrambler, anagram machine, crossword, transmogrify, pangram, shuffle
-
-
Be The Wumpus
-
Linux Gamers' Game List
-
Milliways: Infocom's Unreleased Sequel to Hitchhiker's Guide to the Galaxy - Waxy.org
-
IT Crowd DVD boxed set, complete with fantasy RPG!
-
realMYST windows 7 x64 - MYSTcommunity
-
Dune 2 (web-game)
-
170 games from the GitHub Game Off 2012
-
Visual Novels (interactive)
love sims, dating simulations, rpgs
-
Dwarf Fortress Wiki
-
Babadum - game of learning languages
-
World of Warcraft Alternatives for Windows - AlternativeTo.net
-
Wildstar launcher for Wine
-
-
Kittens Game - Year 22, Spring, d. 30
-
A Dark Room
-
CHYRZA by Kitty Horrorshow
-
-
Want to see gaming’s past and future? Dive into the “educational” world of PLATO | Ars Technica
-
モジラ
Mozilla hidden features.
-
PMVS2
-
Git!
-
LoET
-
-
Most Visited
MostVisited
-
Getting Started
-
ImageTragick
-
Game of Thrones Season Finale - Last Scene (long version) - YouTube
-
What Is Fire? - YouTube
-
10 Amazing Fire Tricks! - YouTube
-
▶ Sara Hopkins: " I'm a Dolphin! " (ALL VINES) (The Complete Collection) MARCH 2015 - YouTube
-
I'm a Dolphin - Vine by Sara Hopkinsby - YouTube
-
Episode 187: Gina | Intervention Directory
-
GitHub - knsv/mermaid: Generation of diagram and flowchart from text in a similar manner as markdown
-
Slashdot: News for nerds, stuff that matters
-
Bug 168774 – Add a test verifying cache deduplication is not sensitive to SHA1 collision attack
-
Blocks of laser-perforated note-cards that reveal architectural models as leaves are torn away / Boing Boing
-
Buy now – Nintendo Labo Official Site – What’s included, where to buy
-
GitHub - dhobsd/asciitosvg: Convert ASCII diagrams to beautiful SVGs.
-
Jannelli e Volpi
|
Earth: too weird to destroy.
[
Your browser's CSS support is broken.
Upgrade!
]
|