Java samples
Sun 08 November 2015brettryan/io-recurse-tests Create some benchmarking tests for variations of recursively listing all I/O files.
Java libs
Sat 07 November 2015Command line interface args4j is a small Java class library that makes it easy to parse command line options/arguments in your CUI application.
Go proramming Links
Mon 14 September 2015Articles An incomplete list of Go tools Probabilistic Data Structures for Go
Docker Links
Mon 14 September 2015Core Dockerfile Project Trusted Automated Docker Builds Docker GitHub repositories Libraries docker/libcompose A Go library for Docker Compose. It does everything the command-line tool does, but from within Go: read Compose files, start them, scale them, etc. Management Panamax: Docker Management for Humans An open-source project that makes deploying ...
Python Links
Mon 14 September 2015Parallel execution ipyparallel Interactive Parallel Computing in Python http://ipyparallel.readthedocs.org/ Interactive Python IPython provides a rich architecture for interactive computing with: A kernel for Jupyter. A powerful interactive shell. Support for interactive data visualization and use of GUI toolkits. Flexible, embeddable interpreters to load into your own projects ...
Java programming Links
Mon 14 September 2015Build Install local jar with Maven Maven Deploy to Nexus Maven Release to Nexus How to build true pipelines with Jenkins and Maven How to create a jar file with Maven Continuous Integration Continuous Integration with JBoss Fuse, Jenkins and Nexus Streamlining a Deployment Pipeline with a Custom Jenkins Plug-In ...
Scala programming Links
Mon 14 September 2015Core sbt The interactive build tool. Use Scala to define your tasks. Then run them in parallel from the shell. Scala standard library Documentation Scala Guides and Overviews Tests With ScalaTest, you can test either Scala or Java code. By offering deep integration with tools such as JUnit, TestNG, Ant ...
Kerberos
Mon 14 September 2015Kerberos Kerberos is a network authentication protocol. It is designed to provide strong authentication for client/server applications by using secret-key cryptography. Kerberos was created by MIT as a solution to these network security problems. The Kerberos protocol uses strong cryptography so that a client can prove its identity to ...
Web Scraping
Sun 23 August 2015scrapinghub/portia is a tool that allows you to visually scrape websites without any programming knowledge required. With Portia you can annotate a web page to identify the data you wish to extract, and Portia will understand based on these annotations how to scrape data from similar pages. Frontera is ...