yfel + tools   1066

Graysky Plugins For Eclipse
"LogWatcher adds a view to Eclipse that allows log files to be monitored for changes, similar to the Unix tail utility."
eclipse  plugins  java  logging  debugging  tools  geek  technology  software  opensource 
2 days ago by yfel
slagyr/fresh
watch clojure files on disk and autoreload them on change, kinda like jrebel
clojure  java  jvm  libs  tools  geek  technology  software  programming 
3 days ago by yfel
Arcane Sentiment: Pointer arithmetic can be safe
reflections on a safe dialect of C people used on lisp machines. All pointers were pairs of arrays and indicies ("fat pointers".
c/c++  debugging  memory  safety  lisp  history  tools  geek  technology  software  programming  language 
4 days ago by yfel
Toad - SQL Tuning, Database Development & Administration Software
"Toad® has you covered, whether you're working with relational databases or emerging technology. Toad solutions support Oracle, SQL Server, MySQL, IBM DB2, Sybase, PostgreSQL, Teradata, Netezza, Hadoop, SQL Azure, and more. Toad gives you freedom of choice, so you can use the best platforms for your environment and avoid getting locked in by a particular vendor.

Millions of users trust Toad solutions, including our flagship product Toad for Oracle, to provide a simple, consistent way to build, manage, and maintain databases. Whether you're a developer, DBA, or analyst, Toad's unique community-built approach will dramatically increase your productivity."
database  programming  performance  optimization  gui  tools  statistics  monitoring  geek  technology 
11 days ago by yfel
git playback
"So what exactly is git-playback? It's a bash script that goes through all commits in the current branch of repository and creates a slideshow using the specified files. "
git  versioning  visualization  slides  tools  presentation  education  geek  technology  software  programming  opensource 
19 days ago by yfel
Google Libraries API - Developer's Guide - Make the Web Faster — Google Developers
"The Google Libraries API is a content distribution network for the most popular, open-source JavaScript libraries. To add a library to your site, simply use <script> tags to include the library, as explained below."
reference  javascript  libs  api  tools  web  development  geek  technology  software  programming  ajax  jquery 
21 days ago by yfel
leiningen/sample.project.clj at stable · technomancy/leiningen
;; This is an annotated example of the options that may be set in a
;; project.clj file. It is a fairly contrived example in order to
;; cover all options exhaustively; it shouldn't be considered a
;; representative configuration.
clojure  leiningen  java  maven  tools  howto  examples  geek  technology  software  programming  packaging 
22 days ago by yfel
Pallet, DevOps for the JVM
"Pallet is platform for agile and programmatic automation of infrastructure in the cloud, on server racks or directly on virtual machines. Pallet provides cloud provider and operating system independence, and allows for an unprecedented level of customization."
devops  jvm  cloud  cluster  sysadmin  clojure  libs  tools  geek  technology  software  opensource  programming 
24 days ago by yfel
Mocha - the fun, simple, flexible JavaScript test framework
"Mocha is a feature-rich JavaScript test framework running on node and the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. "
javascript  testing  tools  libs  browser  node.js  geek  technology  software  opensource  async  coffeescript 
25 days ago by yfel
Fat Jar Eclipse Plug-In
"The Fat Jar Eclipse Plug-In is a Deployment-Tool which deploys an Eclipse java-project into one executable jar."

Apparently works for Clojure as well.
eclipse  java  plugins  tools  geek  technology  software  deployment  ide  clojure 
26 days ago by yfel
Gmvault: gmail backup
"Backup and restore your gmail account at will.

Liberate your emails and never lose that part of your life."
backup  email  tools  geek  technology  software  opensource  google 
26 days ago by yfel
Apache Shiro | Java Security Framework
"Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management. With Shiro’s easy-to-understand API, you can quickly and easily secure any application – from the smallest mobile applications to the largest web and enterprise applications."
java  security  libs  tools  api  geek  technology  software  programming  ldab  database  crypto  web 
4 weeks ago by yfel
OpenShift by Red Hat
"OpenShift is Red Hat's free, auto-scaling Platform as a Service (PaaS) for applications. As an application platform in the cloud, OpenShift manages the stack so you can focus on your code."
cloud  paas  deployment  java  ruby  python  node.js  php  virtualization  geek  technology  software  programming  tools  hosting 
4 weeks ago by yfel
Fixie.js is an open source tool that that automatically adds filler content to HTML documents.
"Adding lorem ipsum text to HTML documents involves copy-pasting, manual editing, and increasingly unwieldy code.
By interpreting your semantic HTML5 tags, Fixie will automagically add the right type of content in the right places. Headings, paragraphs, links, images, sections... trust me, it's all there. That way you can focus on your design, instead of finding the right filler content."
javascript  html  web  development  tools  generator  geek  technology  software  opensource 
4 weeks ago by yfel
Chrome Web Store - Language Immersion for Chrome
"Language Immersion for Chrome is an experimental extension that aims to simulate the experience of being immersed in a foreign language. By switching certain words and phrases from English into a language of your choice, the websites you already visit can provide a way to experience the world from a different perspective."
google  chrome  language  browser  plugins  geek  technology  software  education  tools 
4 weeks ago by yfel
Chrome Web Store - Window Resizer
"This extension resizes the browser's window in order to emulate various resolutions. It is particularly useful for web designers and developers by helping them test their layouts on different browser resolutions.
"
chrome  web  browser  plugins  mobile  development  tools  devtools  geek  technology  software 
4 weeks ago by yfel
carlhuda/janus
"This is a distribution of plug-ins and mappings for Vim, Gvim and MacVim.

It is designed to provide minimal working environment using the most popular plug-ins and the most common mappings."
vim  plugins  ruby  geek  technology  software  editor  tools  scripts 
5 weeks ago by yfel
Vagrant - Virtualized development for the masses.
"Virtualized development made easy.
Create and configure lightweight, reproducible, and portable development environments."
deployment  virtualization  development  ruby  programming  geek  technology  software  tools  devtools  opensource  porting 
5 weeks ago by yfel
Try JSIL
"Try JSIL out in your browser! Type some C# into the Source Code box below, and click Compile & Run.
The C# you enter is compiled on the JSIL server using the Mono compiler, then translated to JavaScript by JSIL and sent back to you."
c#  dotnet  javascript  compatibility  compiler  language  geek  technology  software  tools  browser 
5 weeks ago by yfel
Code Campfire: Eclipse and Mockito
to prevent an eclipse bug which removes needed static imports
"Change 'Number of static imports needed for .* to '1'"
eclipse  configuration  bugs  tips  howto  java  geek  technology  software  programming  tools 
5 weeks ago by yfel
marick/Midje
"Midje is a test framework for Clojure. I created it to support top-down as well as bottom-up testing, to encourage readable tests, to provide a smooth migration path from clojure.test, to support a balance between abstraction and concreteness, and to be gracious in its treatment of you, my valued guest."
clojure  testing  functional  programming  libs  tools  geek  technology  software 
6 weeks ago by yfel
peichhorn/lombok-pg
"lombok-pg is a collection of extensions to lombok (source) which further reduce boilerplate in Java. It is distributed together with lombok in one spicy package. lombok-pg is usually pretty much up to date with lombok, so you can enjoy all the funky stuff lombok offers ...and a bit more!"
java  functional  programming  metaprogramming  software  geek  technology  libs  tools 
6 weeks ago by yfel
spock - the enterprise ready specification framework - Google Project Hosting
"Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms."
java  groovy  testing  tools  dsl  geek  technology  programming  scripts  opensource 
6 weeks ago by yfel
Data::DPath - search.cpan.org
"With this module you can address points in a datastructure by describing a "path" to it using hash keys, array indexes or some wildcard-like steps. It is inspired by XPath but differs from it."
perl  libs  tools  programming  geek  technology  software 
6 weeks ago by yfel
Onyem JTracer | Home
"Onyem JTracer helps visualization of your Java program's execution flow"
java  visualization  programming  tools  geek  technology  software  debugging 
6 weeks ago by yfel
Home · sonyericssondev/ApkAnalyser Wiki
"ApkAnalyser is a static, virtual analysis tool for examining and validating the development work of your Android™ app. It's a complete tool chain which supports modification of the binary application with more printouts. You are then able to repack, install, run and verify the result from logcat. ApkAnalyser also supports resource analysis, and you can decode XML, look up resource references and detect potential issues in your app."
android  tools  devtools  development  programming  visualization  verification  staticassurance  geek  technology  software  reverseengineering  opensource  java  xml 
6 weeks ago by yfel
Find java class files in JAR or ZIP library with JarScan and JarScan Online
"Use JarScan when you are having problems finding a class that you need in order to compile your project."
java  tools  cli  libs  programming  geek  technology  software  opensource 
6 weeks ago by yfel
Clutch.io
At its core, Clutch is a specialized web view. It can be placed anywhere in your app where you want to show dynamic, updatable, native-acting content. Clutch pre-downloads all of the CSS, JavaScript, and HTML needed to render a page--locally to the phone--so your page renders instantly. Then it gives you all the tools you need to make it feel native, call into your native code, and react quickly to user input.¨
iOS  framework  web  tools  api  libs  mobile  phone  development  programming  html  css  geek  technology  software 
8 weeks ago by yfel
Updating SDK from command-line - Android Tools Project Site
"android update sdk --no-ui"
see also:
android update sdk --no-ui --obsolete --force
android  tips  tools  libs  geek  technology  software  programming  cli 
9 weeks ago by yfel
Shrinkwrap - JBoss Community
"Shrinkwrap provides a simple mechanism to assemble archives like JARs, WARs, and EARs with a friendly, fluent API."
java  testing  packaging  tools  libs  opensource  geek  technology  software 
9 weeks ago by yfel
dexmaker - Programmatic code generation for Android. - Google Project Hosting
"A Java-language API for doing compile time or runtime code generation targeting the Dalvik VM. Unlike cglib or ASM, this library creates Dalvik .dex files instead of Java .class files."
dalvik  android  programming  metaprogramming  java  geek  technology  software  opensource  libs  tools 
10 weeks ago by yfel
Code Generation Library - Code Generation Library
"cglib is a powerful, high performance and quality Code Generation Library, It is used to extend JAVA classes and implements interfaces at runtime."
java  programming  metaprogramming  libs  tools  jvm  geek  technology  software  opensource 
10 weeks ago by yfel
juven/maven-bash-completion
"Maven by default does not distribute with a Bash auto completion script, only a very simple guide is provided. This script gives you more to help your daily Maven build."
java  maven  bash  unix  shell  scripts  tools  opensource  geek  technology  software  cli  programming 
10 weeks ago by yfel
LightFish: Real Time Java EE Telemetry
"LightFish is an opensource Java EE 6 application which gathers and persists periodically GlassFish's monitoring data. The probes (snapshots) are gathered via REST, persisted into a relational DB and pushed to Java FX 2 UI in real time via HTTP."
java  restful  logging  datamining  statistics  server  web  geek  technology  programming  tools 
10 weeks ago by yfel
JDepend
"JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to manage package dependencies effectively."
java  development  staticassurance  statistics  programming  geek  technology  software  tools 
10 weeks ago by yfel
gource - software version control visualization - Google Project Hosting
"Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project."
versioning  visualization  git  svn  bzr  hg  tools  opengl  geek  technology  software  opensource 
10 weeks ago by yfel
dbdeploy.com
"dbdeploy is a Database Change Management tool. It’s for developers or
DBAs who want to evolve their database design – or refactor their
database – in a simple, controlled, flexible and frequent manner."
database  deployment  development  tools  versioning  sql  geek  technology  software 
10 weeks ago by yfel
PMD - Welcome to PMD
IDE- and Maven-integrated linter for Java and related tech
java  programming  tools  staticassurance  geek  technology  software  opensource  maven  ide  plugins 
11 weeks ago by yfel
JUNG - Java Universal Network/Graph Framework
"JUNG — the Java Universal Network/Graph Framework--is a software library that provides a common and extendible language for the modeling, analysis, and visualization of data that can be represented as a graph or network. It is written in Java, which allows JUNG-based applications to make use of the extensive built-in capabilities of the Java API, as well as those of other existing third-party Java libraries.
The JUNG architecture is designed to support a variety of representations of entities and their relations, such as directed and undirected graphs, multi-modal graphs, graphs with parallel edges, and hypergraphs. It provides a mechanism for annotating graphs, entities, and relations with metadata. This facilitates the creation of analytic tools for complex data sets that can examine the relations between entities as well as the metadata attached to each entity and relation."
network  graphtheory  java  libs  tools  visualization  mathematics  programming  geek  technology  software  opensource 
11 weeks ago by yfel
ICU - International Components for Unicode
"ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software."
i18n  java  library  unicode  c/c++  language  translation  tools  libs  geek  technology  software  programming 
11 weeks ago by yfel
make-open-easy - One project lives in different repositories - Google Project Hosting
"MOE lets one project be developed in different repositories. Internal development can proceed as it always has, and then changes can be migrated to or from the public repository. It includes a scrubber that can transmogrify code as it goes out or comes in."
tools  versioning  opensource  programming  geek  technology  software  privacy 
11 weeks ago by yfel
caliper - Microbenchmarking framework for Java - Google Project Hosting
"Caliper is Google's open-source framework for writing, running and viewing the results of JavaMicrobenchmarks."
java  google  library  tools  performance  api  statistics  measurement  geek  technology  software  programming 
11 weeks ago by yfel
Javassist
"Javassist (Java Programming Assistant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java; it enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it. Unlike other similar bytecode editors, Javassist provides two levels of API: source level and bytecode level. If the users use the source-level API, they can edit a class file without knowledge of the specifications of the Java bytecode. The whole API is designed with only the vocabulary of the Java language. You can even specify inserted bytecode in the form of source text; Javassist compiles it on the fly. On the other hand, the bytecode-level API allows the users to directly edit a class file as other editors.

Aspect Oriented Programming: Javassist can be a good tool for adding new methods into a class and for inserting before/after/around advice at the both caller and callee sides.

Reflection: One of applications of Javassist is runtime reflection; Javassist enables Java programs to use a metaobject that controls method calls on base-level objects. No specialized compiler or virtual machine are needed."
aspects  java  compiler  metaprogramming  geek  technology  software  programming  tools  libs  howto 
12 weeks ago by yfel
GluonJ
"GluonJ is a simple aspect-oriented programming (AOP) system for Java. Its unique feature is that the language provide AOP functionality by very simple extensions to object-oriented programming (OOP) constructs. GluonJ does not provide popular pointcut-advice. It instead provides revisers and within methods, which is a simple extension to predicate dispatch."
aspects  programming  java  tools  language  geek  technology  software  opensource  libs  functional 
12 weeks ago by yfel
JD | Java Decompiler
"The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte code” and the later versions.

JD-Core is a library that reconstructs Java source code from one or more “.class” files. JD-Core may be used to recover lost source code and explore the source of Java runtime libraries. New features of Java 5, such as annotations, generics or type “enum”, are supported. JD-GUI and JD-Eclipse include JD-Core library.

JD-GUI is a standalone graphical utility that displays Java source codes of “.class” files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.

JD-Eclipse is a plug-in for the Eclipse platform. It allows you to display all the Java sources during your debugging process, even if you do not have them all."
java  programming  tools  eclipse  plugins  compler  geek  technology  software  opensource  c/c++ 
12 weeks ago by yfel
<XmlUnit/>
lib for Java & .NET to semantically compare XML files
xml  comparison  tools  libs  java  dotnet  testing  geek  technology  software  opensource 
12 weeks ago by yfel
Apache JMeter - Apache JMeter™
"The Apache JMeter™ desktop application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions."
java  web  server  performance  statistics  testing  scalability  geek  technology  tools  opensource  http 
12 weeks ago by yfel
AskGeo | Latitude and Longitude to Time Zone Conversion Web API
"AskGeo provides a simple, fast, and accurate Interactive Map, Web API and Java Library for finding out the time zone information for a given location (latitude and longitude). It's simple: you give latitude and longitude and the API returns the unix (Olson) time zone ID (e.g., "America/Chicago", "Europe/London"), the Windows Standard Name for the time zone (e.g., "Pacific Standard Time", "Central European Standard Time"), and the current offset from UTC."
api  java  javascript  geography  gps  time  libs  geek  technology  software  tools 
february 2012 by yfel
diprocd - Distributed Process Control Daemon
"A DIstributed PROcess Control Daemon to manage your processes across VMs."
virtualization  linux  distributed  cluster  management  tools  geek  technology  software  unix  opensource 
february 2012 by yfel
Initializr - Start an HTML5 Boilerplate project in 15 seconds!
"Initializr is an HTML5 templates generator to help you getting started with a new project based on HTML5 Boilerplate. It generates for you a clean customizable template with just what you need to start!"
html5  generator  template  tools  webdesign  geek  technology  software  opensource  html 
february 2012 by yfel
Instant Screen Sharing | Screenleap
"View from any device with a browser (including tablets and smartphones). No downloads, installs, or sign ups."
remoting  web  tools  geek  technology  software  communication 
february 2012 by yfel
GitStats - git history statistics generator
"GitStats is a statistics generator for git (a distributed revision control system) repositories. It examines the repository and produces some interesting statistics from the history of it. Currently HTML is the only output format."
git  versioning  statistics  visualization  tools  geek  technology  software  programming  html 
january 2012 by yfel
Sick Beard - Internet PVR for your TV Shows
"Sick Beard is a PVR for newsgroup users (with limited torrent support). It watches for new episodes of your favorite shows and when they are posted it downloads them, sorts and renames them, and optionally generates metadata for them."
tv  usenet  torrents  geek  technology  software  tools  piracy  forums  web  opensource  python 
january 2012 by yfel
DocumentUp
generate a nice documentation site for github projects, based on markdown
documentation  markup  tools  generator  html  geek  technology  software  programming 
january 2012 by yfel
Screencast: how to use Plumbr | Plumbr
"Attach Plumbr to your Java application server and never worry about memory leaks any more. It monitors your app and alerts of the leaks well before your users notice application performance decrease, reporting all the information necessary to locate the leak and fix it in a timely manner.
You can also use Plumbr to analyse an existing memory leak, provided that you can reproduce the leak in your testing environment."
java  memory  debugging  tools  storage  optimization  performance  geek  technology  software  programming 
january 2012 by yfel
hurl.it makes HTTP requests - Twilio Labs
"Hurl makes HTTP requests.
Enter a URL, set some headers, view the response, then share it with others.
Perfect for demoing and debugging APIs."
http  api  geek  technology  software  debugging  programming  tools  web  browser 
january 2012 by yfel
OpenIntents
lists of reusable libs & components for android
android  libs  programming  geek  technology  software  opensource  tools  apps  mobile  phone 
january 2012 by yfel
kaeppler/calculon - GitHub
Calculon is a testing DSL for Google Android. It allows you to write functional story based tests.
android  testing  tools  libs  functional  geek  technology  software  debugging  mobile  phone  opensource 
january 2012 by yfel
Color Thief
"A script for grabbing the dominant color or color palette from an image. Uses Javascript and the canvas tag to make it happen."
color  javascript  tools  opensource  images  graphics  geek  technology  software 
january 2012 by yfel
#reviewth.is @github
"git commit -m ‘I just fixed that one really annoying bug. #reviewthis @jwelshiv @tonydewan fake@supermatter.com’

GitHub gives us almost everything we need to do code reviews. Commit, file and line level comments, comment notifications, plus everything else that makes the GitHub experience great. The only thing missing is an easy way to initiate a review. If I want my code to be reviewed, I’ve got to go to GitHub, get the URL (and any other info), then compose an email to everyone I want to review it."
git  programming  review  tools  geek  technology  software  opensource  versioning 
january 2012 by yfel
sickill/bitpocket - GitHub
"bitpocket is a small but smart script that does 2-way directory synchronization. It uses rsync to do efficient data transfer and tracks local file creation/removal to avoid known rsync problem when doing 2-way syncing with deletion.

bitpocket can use any server which you have ssh access to for its central storage. If you have gigabytes of free disk space on your hosting server you can finally make use of it."
backup  tools  geek  technology  software  opensource  storage  ssh  security  unix 
december 2011 by yfel
« earlier      

related tags

3d  accessibility  activism  advertising  advocacy  ai  ajax  algebra  algorithms  amazon  analysis  android  animation  anonymity  antivirus  apache  api  appengine  apple  apps  architecture  art  aspects  assembly  async  audio  automotive  awk  backup  bands  bash  benchmark  bestpractices  bills  biology  blogging  blogs  bluetooth  books  browser  bsd  bugs  burning  business  bzr  c#  c/c++  cad  cartoons  censorship  charity  chat  chemistry  chrome  cleaning  cli  clojure  clones  clothing  cloud  cluster  cmyk  codecs  coffee  coffeescript  cogsci  collectivism  color  comics  communication  comparison  compatibility  compiler  compler  composition  compression  compsci  concurrency  configuration  console  construction  consulting  conversion  copyfight  crafts  crazy  creativecommons  crime  crypto  css  culture  dalvik  database  datamining  datasheets  death  debian  debug  debugging  del.icio.us  deployment  design  desmoines  deutsch  development  devops  devtools  diff  display  distributed  django  dns  docbook  documentary  documentation  dotnet  drinks  drivers  drums  dsl  dystopia  eclipse  economics  editor  education  effects  electromechanical  electronics  emacs  email  embedded  employment  emulator  energy  engineering  environment  erlang  esports  essays  ethics  euro  evil  evolution  evolutionaryalgorithms  examples  fail  faq  fileformats  filesystems  financial  firefox  flash  folksonomy  fonts  food  forums  framework  friends  functional  furniture  futurism  gadgets  games  gcc  geek  generator  geography  geometry  gifts  gimp  git  gnome  gnu  google  government  gps  gpu  graphics  graphtheory  groovy  gtd  gtk  gui  hacker  hacking  hacks  hardware  haskell  hci  health  hg  highavailability  history  home  hosting  housing  howto  html  html5  http  humour  i18n  ibm  iceland  ide  identity  images  inkscape  interview  iOS  ip  irc  java  javascript  jquery  json  jvm  kde  kernel  keyboard  lan  language  laptop  latex  law  ldab  leiningen  library  libs  license.apache2.0  license.artistic  license.bsd  license.gpl  license.lgpl  license.mit  license.zlib  lifehacks  lighting  linux  lisp  lists  literate  live  livecd  livecoding  llvm  location  logging  logic  logs  mail  maintenance  make  management  maps  markets  markup  mashup  mashups  math  mathematics  maven  measurement  mechanical  medical  memory  metaprogramming  microformats  microsoft  migration  mobile  monads  monitoring  mouse  movies  multiad  multicore  music  musicblogs  musicdownloads  mysql  naming  ncurses  network  neural  news  node.js  nonprofit  notification  novelty  nsfw  nvidia  oauth  ocaml  office  opengl  opensource  optical  optimization  oracle  orm  os  osx  overclocking  p2p  paas  packaging  papers  parallelism  parsing  patches  patterns  pcb  pdf  pdf-format  perforce  performance  perl  philosophy  phone  photography  photoshop  php  physics  piracy  plugin  plugins  png  podcast  poetry  politics  porting  posters  postgesql  postscript  poverty  presentation  print  printing  privacy  productivity  profiling  programming  protocol  proxy  psychology  python  qt  query  quotes  radio  rails  random  realtime  refactoring  reference  regex  registry  religion  remote  remoting  repair  repl  restaurants  restful  reverseengineering  review  reviews  rfid  robots  rss  ruby  safety  samba  scala  scalability  schematics  scheme  science  scm  scripts  search  security  semanticweb  sensors  server  service  sex  shell  shopping  signals  simulation  singularity  slides  social  socialengineering  sociology  soft  software  sound  spam  speech  spreadsheet  sql  ssh  standards  starcraft  startup  staticassurance  statistics  steganography  stl  storage  strategy  streaming  subpixel  support  surveillance  survival  svg  svn  sweden  synthesizer  sysadmin  tablet  tagging  taxes  tcp  technology  template  templates  testing  tex  themes  thermal  thermodynamics  time  tips  tool  tools  torrents  toys  translation  transparency  travel  tutorial  tv  typography  ubuntu  uml  unicode  unis  unix  usb  usenet  verification  version  versioning  vi  video  videos  vim  virtualization  vista  visualization  visualstudio  vnc  voice  voip  voting  wallpaper  want  wearable  web  webdesign  websockets  webzen  weird  wifi  wii  wiki  windows  wireless  wordpress  writing  wx  xml  xorg  yahoo 

Copy this bookmark:



description:


tags: