background preloader

Utilities

Facebook Twitter

Free email editor to build responsive design messages. Amouat/dim · GitHub. Home Ceph. Zettio/weave. ReadMe.io : Crowdsource Your Developer Hub. Pulse. Pallet. Distributed SQL Query Engine for Big Data. Showterm. Pallet. C++ FAQ. Apache jclouds® Accumulo. Munin. Samuraisam/pyapns · GitHub. Getting started with Fig and Wordpress. Fig makes it nice and easy to run Wordpress in an isolated environment.

Getting started with Fig and Wordpress

Install Fig, then download Wordpress into the current directory: $ curl | tar -xvzf - This will create a directory called wordpress, which you can rename to the name of your project if you wish. Inside that directory, we create Dockerfile, a file that defines what environment your app is going to run in: FROM orchardup/php5 ADD . This instructs Docker on how to build an image that contains PHP and Wordpress. Next up, fig.yml starts our web service and a separate MySQL instance: Andlabs/ui · GitHub. Docker Education Team · GitHub. Documentation - WildFly 8. TorqueBox: Home. InfluxDB - Open Source Time Series, Metrics, and Analytics Database.

Grafana - Graphite and InfluxDB Dashboard and graph composer. Rest.li. Documentation Rest.li is extensively documented on the rest.li github wiki.

Rest.li

Integration Support Rest.li has built in support for a range of common frameworks and tools making it easy to use with existing software stacks. Language Support Framework for Java, Scala and other JVM languages Trivial to write clients in any language that supports HTTP and JSON Build systems Runtimes. OpenHatch - Community tools for free and open source software. Verilog.com. Welcome to the Pants build system. — pants 0.1 documentation. Monitoringsucks/metrics-catalog · GitHub. Blosc Main Page. An extremely fast, multi-threaded, meta-compressor library for binary data What Is It?

Blosc Main Page

Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc is the first compressor (that I'm aware of) that is meant not only to reduce the size of large datasets on-disk or in-memory, but also to accelerate memory-bound computations (which is typical in vector-vector operations). It uses the blocking technique (as described in this article) to reduce activity on the memory bus as much as possible. You may want to see more info about Blosc in the last part of this presentation. Git repository, downloads and ticketing. Talko is the best way to use your voice to get things done. Startups as a service. Simple email-based productivity logging. Exercism. Why Go? Phabricator. Twilio Cloud Communications - APIs for Voice, VoIP and Text Messaging.

Twilio/starter-java · GitHub. Application Platform for Enterprise Big Data. Is team communication for the 21st century. Faban - Helping measure performance. 18 commands to monitor network bandwidth on Linux server. Network monitoring on Linux This post mentions some linux command line tools that can be used to monitor the network usage.

18 commands to monitor network bandwidth on Linux server

These tools monitor the traffic flowing through network interfaces and measure the speed at which data is currently being transferred. Incoming and outgoing traffic is shown separately. Some of the commands, show the bandwidth used by individual processes. This makes it easy to detect a process that is overusing network bandwidth. The tools have different mechanisms of generating the traffic report.

Here is a list of the commands, sorted by their features. Junegunn/vim-plug · GitHub. Rxin (Reynold Xin) · GitHub. SlideRule: Find Online Courses/MOOCs. Read Reviews/Ratings. Square · GitHub. CodeFights - Become a Code Champion. Control everything with your voice. Whiteboard Fox - Simple Online Whiteboard. SketchyLogic. Project FloodlightProject Floodlight. Contributed by Paul Lappas, Head of Open Source @ Big Switch Networks.

Project FloodlightProject Floodlight

I’m incredibly happy to announce some really exciting things that are happening in open source at Big Switch Networks. Today we announced the launch of a commercial version of Indigo Agent, which is a fully deployable thin switching software platform called Switch Light, and a revamped open source site: ProjectFloodlight.org. In this posting I wanted to explain how we got here and why we are making these changes. OpenFlowHub OpenFlowHub.org launched in January 2012 as a registry to promote OpenFlow projects from all over the world. Floodlight quickly became the leading open SDN controller with 6,000 downloads by August of 2012. And Floodlight has grown to more than just a research project. Solutions for Business. United Networks's Business Solutions for HyperDex ensure that you keep your application running smoothly on HyperDex.

Solutions for Business

Our support packages give you access to the HyperDex developers to keep your developers productive and your ops-team sane. We support the full HyperDex software stack: Éditeur open source de solutions d'intégration SOA. Quandl - Find, Use and Share Numerical Data. TOMAHAWK. Scale 7 - Libraries and systems for scalable computing · GitHub. ZeroTier Networks · GitHub. Distributed Database. Part II. Titan Basics. Hamsterdb. Automated Malware Analysis - Cuckoo Sandbox. Docker Management for Humans. Sofa.io - Building e-commerce web apps has never been easier. Iris: Decentralized Cloud Messaging. Gdata-python-client - Google Data APIs Python Client Library. Pyrasite: Tools for injecting code into running Python processes.

Ocornut/imgui · GitHub. Logstash - open source log management. Domoticz. Python Practice Book — Python Practice Book. CoderDojo. Continuous Integration and Deployment - CircleCI. Reference. Applications. Arrow: better dates and times for Python — Arrow 0.4.4 documentation. The BIRD Internet Routing Daemon Project. Enterprise DNS. DNS Made Easy offers a stable, scalable world-wide DNS infrastructure with multiple gigabits of connectivity for the fastest resolution times available.

Enterprise DNS

We are the fastest, most reliable and affordable DNS network in the world. DNS Made Easy provides authoritative name servers on an IP Anycast network. This service means DNS Made Easy servers respond globally for domain names using the closest name server to you or your querying client. That translates into fast service. Whether your IP addresses are dynamic or static, DNS Made Easy provides your domain the best DNS resolution available with sub 30 millisecond response times in the United States and Europe.

Managed DNS service provides support for all major resource record types including: NS, A, AAAA, Round Robin A/AAAA (load balanced), CNAME, MX, SOA, SPF, PTR, SRV, TXT, DK//DKIM, HTTP Redirection, and Wildcard A/CNAME/HTTP Redirection records. Game of Hacks. Sunfish/sunfish.py at master · thomasahle/sunfish · GitHub. Commandlinefu.com. Bugs « Ettercap. Entrepreneurs break all the Rules – Aerospike goes Open Source. We are excited to announce that the Aerospike database is now open source.

Entrepreneurs break all the Rules – Aerospike goes Open Source

Aerospike’s mission is to disrupt the entire field of databases by offering an addictive proposition: a database literally ten times faster than existing NoSQL solutions, and one hundred times faster than existing SQL solutions. By offering as open source the battle-tested operational database that powers the largest and highest scale companies on the planet, Aerospike will change how applications are architected, and solutions are created! “Some of technology’s greatest innovations emerge from collaboration with open source communities.

The open source licensing of Aerospike’s database will enable even more developers to take advantage of this fundamentally innovative technology; there is great potential here for sparking an explosion in real-time big data driven applications.” – Greg Papadopoulos, former CTO of Sun Microsystems. A Good Vimrc. Posted January 21th, 2014 How To Vimrc There is just one rule you must follow when crafting your own .vimrc.

A Good Vimrc

Don't put any lines in your vimrc that you don't understand. There are tons of tutorials such as this one on the internet that contain all kinds of awesome hacks to make your Vim better, but the absolute worst way to make your environment better is to just copy it wholesale from others. Spending the time to actually learn what's going into the construction of your editor is invaluable. With that said, the rest of this article will be me explaining each and every line in my current vimrc in its entirety with the hope that you will find some tricks you haven't seen before. Cantino/huginn. Tutorials and Documentation. Creating your own Virtualbox Development Images. For my Oracle Puppet provisioning development I can't do without these create image tools: Packer and Vagrant in combination with Oracle VirtualBox or VMware.

Creating your own Virtualbox Development Images

In this blogpost I will explain what these tools can do for you and how you can make your own images and use puppet as provisioning tool. With Vagrant you can create your own virtual images and it can start puppet or chef to do all the server provisioning. Besides this, Vagrant can also manage all the network configuration or make a multi machine configuration. One of the great things of Vagrant is when you make a mistake you can start over by destroying the image ( vagrant destroy ) or start the provisioning again ( vagrant provision). For Vagrant you need to download and import a small image box ( here is an overview of the all public boxes which you can use right away ) like CentOS or Ubuntu. Hypertable - Big Data. Big Performance. Useful Stuff. Last month while I was inspecting the Hadoop ecosystem I found many other software related to big-data. Below the (incomplete again) list. N.B. Informations and texts are taken from official websites or sources referenced at the end of the article.

Facebook Scribe (Github) “Scribe is a server for aggregating log data streamed in real time from a large number of servers. Scribe servers are arranged in a directed graph, with each server knowing only about the next server in the graph. Smtechnocrat/scala-bootstrapper. Whiteboard Picture Cleaner - Shell one-liner/script to clean up and beautify photos of whiteboards!

ImageMagick: Convert, Edit, Or Compose Bitmap Images. Mapcode.com - Welcome to mapcode.com. Bitly. The power of the link. NSQ Docs 0.2.28 - a realtime distributed messaging platform. My first video. My first video. Upload - PDFy - Instant PDF Host. InfiniSQL. Load Testing With Apache Bench. Ether/etherpad-lite. ImageMagick: Convert, Edit, Or Compose Bitmap Images.