We usually spend Friday mornings telling you about a new or unique open-source project gaining steam on GitHub, but this week we came across a fascinating proposal from Microsoft for a cross-platform server-side image manipulation library in .NET Core—and it’s all being prototyped by interns. The proposal, posted by Microsoft intern Kendra Havens (along with … continue reading
Trine is “the library modern JavaScript doesn’t deserve, but needs right now,” at least according to its GitHub description. As Finnish developer Jussi Kalliokoski puts it, Trine is a utility library geared at tapping the full potential of functional programming in JavaScript. Kalliokoski explains that despite functional programming improvements introduced in both ECMAScript 5 and … continue reading
Google has moved the code repository for its Dart programming language and ecosystem onto GitHub. The company also announced it is shutting down the Chrome Dev Editor project, its JavaScript and Dart code editor. Existing pull requests will be merged onto GitHub, and Google will continue development in the form of the Chrome Apps platform, … continue reading
GitHub has announced the creation of GitHub Japan G.K., a subsidiary of GitHub located in Tokyo. This is the company’s first official office outside of the U.S. According to GitHub, the company would not be where it is today without the Japanese developer community. “Our site is built on Rails, which is built on Ruby, … continue reading
What could possibly make surfing the Web more interesting than being able to turn your websites into a game of Super Mario Bros.? I don’t know if anything else could beat that, which is why for this week’s GitHub Project of the Week we are featuring Screentendo. Created by software developer Aaron Randall, Screentendo is … continue reading
Deep links are making the mobile Web more effortless for users and more profitable for developers through targeted app pathways. This week’s GitHub Project of the Week shows how Button, a mobile e-commerce startup founded by two former Venmo employees, is simplifying the deep-linking process for developers to ultimately drive cross-app acquisitions. DeepLink Kit is … continue reading
This week’s featured GitHub project is Keras, a modular neural network and deep-learning library based on the Theano Python library. Keras allows for fast prototyping of deep-learning applications through a minimalist library structure of modular, extensible components. Developed by François Chollet, the neural network library is designed for quick experimentation, and supports both convolutional and … continue reading
This week’s featured GitHub project, Vorlon.js, is an extensible, platform-agnostic tool for remote JavaScript debugging and testing. Developed by the Microsoft DirectX team, Vorlon.js is powered by Node.js and the Socket.io real-time event-based communication engine. John Shewchuk, a Microsoft technical fellow and CTO of the Microsoft Developer Platform, introduced Vorlon last week at Build and … continue reading
GitHub has announced support for notebooks from Jupyter, formerly known as IPython. Jupyter consists of interactive command shells used to create browser-based notebooks with support for code, rich text, mathematical expressions, and other media used primarily by data scientists, researchers and programmers. GitHub announced that the more than 200,000 Jupyter notebooks already on GitHub will … continue reading
GitHub wants to bring its Web development technology to the desktop. We’re self-aggrandizing this week’s GitHub Project of the Week with Electron, a framework of GitHub’s own making. Formerly known as Atom Shell, it is a cross-platform framework for creating desktop applications using JavaScript, HTML and CSS, based on the io.js and Chromium runtimes and … continue reading
C# 6.0 is on track for release along with the upcoming Visual Studio 2015, but developers won’t see C# 7 for quite a while. That doesn’t mean Microsoft isn’t already planning it out, though. C# and Roslyn compiler program manager Mads Torgersen has posted a working list of C# 7 features on GitHub detailing the … continue reading