Bookmarks 2014
-
Godot Game Engine
Opensource (MIT-licensed) multi-platform game engine (2d and 3d)
-
Visual Guide to NoSQL Systems
Overview of different NoSQL systems, assigned to the subset of CAP they fulfill.
-
ScalaMock
Scala mocking framework, with integration to specs2 and ScalaTest.
-
Codebrag
Online code review tool (now opensourced)
-
The Distributed Developer Stack Field Guide
A guide for a modern development/deployment stack (distributed development stack (DDS)). Lists technologies for version control, automated testing, continuous integration and -deployment, and automatic provisioning/cloud deployment.
-
Colossus
I/O library for writing asynchronous, boilerplate-free services. Abstraction from raw network I/O via protocol decoder (not only http, but several protocols - extensible via own implementations) to the actual service implementation.
-
MetricsGraphics.js
A library built on top of D3 that is optimized for visualizing and laying out time-series data. It provides a simple way to produce common types of graphics in a principled, consistent and responsive way.
-
ChipWhisperer
Opensource toolchain for embedded hardware security research including side-channel power analysis and glitching.
-
radare.org
Scriptable reverse engineering framework
-
libphonenumber - Google's phone number handling library
Library (Javascript, Java, C++) for parsing, formatting, storing, and validating international phone numbers.
-
EditorConfig
Configure consistent coding style across different editors and IDEs. Accomplished by a series of plugins for several editors and IDEs which parse a common config file.
-
Foundation - Blog on Elasticsearch
Blog with great technical articles on elasticsearch.
-
srclib polyglot code analysis library
Parser for multiple programming languages to a language-independent format. Useful e.g. for IDE development.
-
Oolite: an open-world space opera
An awesome-looking, opensource Elite clone
-
hawt.io
A modular web console for managing your Java stuff
-
freeboard
Dashboards For the Internet Of Things (and almost anything else)
-
volatility
An advanced memory forensics framework
-
Rekall Memory Forensic Framework
Python tools for analyzing memory dumps of several OSses
-
EtherCalc
Collaborative spreadsheet editor - the Etherpad for spreadsheets
-
Awesome Sysadmin
List of opensource sysadmin tools/resources
-
Epoch
Real-time charting library (based on d3js)
-
Weevely
Telnet-like php shell
-
Odyssey.js
Create interactive (javascript-powered) stories
- Graylog2 - Open source log management and data analytics
-
HTTP API Design Guide
Great write-up on how to design a web api
- Isso – a commenting server similar to Disqus
-
babun
A cygwin distribution with its own command-line packet manager. Installation without root and with a single download.
-
Kamon - Tools for Reactive Applications Monitoring
Tool for tracing and benchmarking processes in an actor system.
- StatsD
-
Redactor WYSIWYG html editor
jquery-based web editor. Image drag-and-drop, "menu on text selection" as an option. Professional use requires purchase of a license.
-
Quill - An Open Source Rich Text Editor with an API
Multibrowser JS editor, API prepared for multiuser (pad-like usage), image inclusion via drag-and-drop
-
Salvattore — A jQuery Masonry alternative with CSS-driven configuration
Display blocks of information in multiple columns; can react responsively to screen size; small footprint.
-
Postman - A powerful HTTP client to test web services
http request builder suitable for web api testing
-
Magic of CSS
CSS tutorial, source on github
-
Grafana - Graphite Dashboard
General purpose dashboard replacement for Graphite
-
Brick. Webfonts that actually look good.
High quality conversions of several free fonts to WOFF format
-
Explain Git with D3
Visualizing Git Concepts with D3
-
Butterick’s Practical Typography
A primer on the basics typography and page layout. Condensed information, very useful.
-
Bucky — Performance Measurement of Your App's Actual Users
Self-hosted performance monitor for website performance. Data delivered by actual web browsers, a small piece of JS sends the measurements to the server.
-
A quick tour of relational database access with Scala
Comparison of several Scala libraries for database access, with examples for mapping, inserting, and querying.
-
Resource page for reposurgeon 3.2
A tool for editing version-control repository history. reposurgeon enables risky operations that version-control systems don't want to let you do, such as editing past comments and metadata and removing commits. It works with any version control system that can export and import git fast-import streams, including git, hg, bzr, CVS, and RCS. It can also read Subversion dump files directly and can thus be used to script production of very high-quality conversions from Subversion to any supported DVCS.
-
Sigma js
Sigma is a JavaScript library dedicated to graph drawing. It makes easy to publish networks on Web pages, and allows developers to integrate network exploration in rich Web applications.
-
Phabricator
Phabricator, an open source software engineering platform Phabricator is a collection of open source web applications that help software companies build better software.
-
My Mind mindmap editor
Online mind map editor. MIT-licensed.
-
React.js
A JavaScript library for building user interfaces; similar goal as angular.js. According to http://www.mariussoutier.com/blog/2014/01/20/ping-conference-play-edition-day-1 it is faster than angular.js and harmonises better with scala.js (avoids mutable structures but works on data streams)