Node.js is quickly becoming the JavaScript runtime powering the next generation of Web development, and GoDaddy aims to extend the technology to one of the Web’s most expansive, ubiquitous frontiers: domain hosting. As part of a complete infrastructure overhaul almost two years in the making, GoDaddy recently completed its “acqui-hire” of Nodejitsu, a Node.js deployment … continue reading
GitHub is trying to recover from a large-scale distributed denial of service (DDoS) attack on its website. According to the company, this is the largest DDoS attack it has experienced to date. “The attack began around 2 a.m. UTC on Thursday, March 26, and involves a wide combination of attack vectors,” wrote Jesse Newland, systems … continue reading
Facebook captured the hearts of the open-source community this week by announcing the release of the iOS version of React Native on GitHub during its F8 developer conference. React, a JavaScript framework for native development environments, allows developers to build mobile UIs without browser or WebView involvement. React Native for Android will be coming soon, … continue reading
After nine years, Google’s open-source code repository, Google Code, started closing shop today by disabling new projects and announcing the permanent shut down of the service by January 26, 2016. Google Code started as Google’s answer to SourceForge, the predominant code repository back in 2006. The reliability of SourceForge was brought into question that year … continue reading
This time around on SD Times GitHub Project of the Week, we are shining the spotlight on SmileMiner, which stands for Statistical Machine Intelligence and Learning Engine. Created by Haifeng Li, a chief data scientist at ADP, SmileMiner is a comprehensive library and engine of advanced machine-learning algorithms. “SMILE is self contained and requires only … continue reading
This week, we are featuring a new open-source project dedicated to Docker: RancherOS. RancherOS, created by Rancher Labs, is an operating system designed to fully embrace Docker. “At Rancher Labs we focus on building tools that help customers run Docker in production, and we think RancherOS will be an excellent choice for anyone who wants … continue reading
Microsoft has announced its code-formatting tool is now available through GitHub. The tool, which is based on Roslyn, will work with any C# project and automatically formats code based on set guidelines, according to Microsoft. “We strongly believe that having a consistent style greatly increases the readability and maintainability of a codebase. The individual style … continue reading
Mozilla has open-sourced node-firefox, a collection of Node.js modules to help developers create Firefox OS apps. The modules allow developers to interact with Firefox using Mozilla’s DevTools remote protocol in their already existing Node.js tool chains, but through Mozilla’s WebIDE tool in a more terminal-based experience. Each module performs a different task in a separate … continue reading
The U.S. Army has released its first piece of open-source software. Dshell, this week’s GitHub Project of the Week, is an extensible network forensic analysis framework from the “cyber defenders” at the U.S. Army Research Laboratory (ARL). The “forensic analysis” code has been in use for close to five years within the military to help … continue reading
Microsoft announced it has released the source code for the .NET Core Common Language Runtime (CLR) as an open-source GitHub repository. The open-source repository includes the full CoreCLR, known as the execution engine for .NET Core. The CoreCLR implementation includes the RyuJIT compiler, .NET garbage collection, the .NET native interoperability feature, and other .NET runtime … continue reading