LexisNexis is a provider of legal, government, business and high-tech information sources. The group is also responsible for HPCC Systems (High Performance Computer Cluster), a massive, open-source parallel-processing computing platform for the world of Big Data. It’s also made its way into this week’s featured GitHub project. The Big Data tool was open-sourced in 2011 … continue reading
Imagine if someone had come up to your cubicle in 1980 and asked about preserving your company’s software for the long term as a museum exhibit. What if they’d asked you to make that code available to the world, like a book in a library? What if they used the term “Antique Software?” More than … continue reading
Last year at its Worldwide Developers Conference, Apple announced a low-energy, high-performance compression algorithm to its developers. The LZFSE compression library and command-line tool reference implementation are now available on GitHub under Apple’s own license. The code was originally released on GitHub 19 days ago. LZFSE was specifically designed to save energy on portable devices. … continue reading
At GitHub, developers can now reorder issues and pull requests, and indicate priority by moving them higher or lower down their list. For developers, this is an easy way to indicate which milestones or labels in GitHub a teammate should focus on first. After a developer has grouped issues and pull requests within a milestone, they … continue reading
Today, H2O.ai announced the availability of Sparkling Water 2.0, an API for Apache Spark with new features and functionality. Sparkling Water now includes the ability to interface with Apache Spark, MLlib and Scala to give Spark user’s more visual capabilities. Sparkling Water 2.0 builds off of Sparkling Water, which was designed to give its users … continue reading
Trying to learn a programming language as extensive as JavaScript can be complex and confusing, but it doesn’t have to be. Since JavaScript is so widely used and so well known, there are plenty of resources developers can access; and if the wide variety of documents are too boring…there are even some games! WarriorJS is … continue reading
There was a time in the last century when Slashdot was the Reddit of the Internet. There was a time when SourceForge was GitHub. And still, yes, there is a time when these and other Internet media properties were owned and operated by good actors, seeking to foster community and open-source development. In 2011, Freecode, … continue reading
GitHub yesterday posted a new blog entry detailing some statistics it gathered from the open-source projects hosted on its site. The report, written by Arfon Smith, program manager for open-source data at GitHub, and gives insight into how and why people contribute to open-source projects. Topping the blog entry was a chart detailing repository activity … continue reading
How a user interacts with an app or their smartphone is critical in today’s multi-touch technology world. While there are plenty of new technologies being introduced every day, smartphone users still have the same common gestures: tapping, swiping and zooming. This week’s GitHub project aims to “jazz up” these usual interactions and gives more customization … continue reading
It has been one year since Google added Android Security to its vulnerability rewards program. Since then, the company has received more than 250 vulnerability reports, paid more than US$550,000 to 82 individuals, and paid 15 researchers $10,000 or more. The company is now updating its Android rewards program to entice even more security researchers … continue reading
Sentry wants to make sure bugs don’t affect a user’s web, mobile or game experience. It is a modern error-logging and aggregation platform designed to give developers real-time crash reporting. The solution will notify developers when new issues occur or old issues resurface, ensure changes don’t have a negative impact on users, and diagnose and … continue reading
The latest version of the open-source distributed version-control system Git is now available. Git 2.9 features new features, enhancements and bug fixes. In the latest version, Git aims to make submodules faster and more flexible than before. In the last release, the team gave users the option to fetch submodules in parallel in order to … continue reading