source code

Doom 3 source code now available

Linux Today  Fri, 11/25/2011 - 08:01

Geek.com: "Let's be clear here. This isn't the code for the game, it's the code for the engine named id Tech 4 that made the game possible."


 

Google Releases Source Code for Ice Cream Sandwich and Honeycomb

Linux Today  Sun, 11/20/2011 - 16:03

TechLaze: "Android fans all around will be pleasantly surprised to see ICS being open sourced earlier than they anticipated."


 

Come and git it: Android 4 source now open for all | ZDNet

Digg / Tech Industry News  Tue, 11/15/2011 - 11:43

Source code for Android 4 (Ice Cream Sandwich) is now available for developers to examine and manufacturers to build into their new devices.


 

Juniper Embraces OpenFlow

Linux Today  Sun, 10/30/2011 - 16:00

EnterpriseNetworkingPlanet: Programmable networking gets a boost as Juniper builds an SDK for OpenFlow (and yeaah the core source code is open source).


 

Google+ Source Code Snoop Gets Hired By Google

Digg / Tech Industry News  Mon, 08/29/2011 - 14:32

Austrian blogger and developer Florian Rohrweck recently discovered a lot of Google+'s upcoming features just by digging around in the source code for the new social networking service.

He was one of the first (but not the only one), to reveal Google+ Games before its launch, for example, as well as still unreleased features like "Shared Circles" and social search, among other things.

Now, it seems, Google has had enough of Rohrweck's snooping. It's hiring Rohrweck to help secure the code instead.


 

PHP CSSReg - Gareth Heyes

Planet PHP  Thu, 08/18/2011 - 06:46

Just a quick post to mention the excellent work by Norman Hippert aka @thewildcat, he successfully converted my Javascript based CSSReg into PHP.

I was meaning to do this but never found the time so it’s pretty awesome that not only did thewildcat convert the code but found some nice bugs in my code and fixed them.

Great work Norman thanks very much!

PHP CSSReg demo


 

6 wonders of CentOS 6.0

Linux Today  Wed, 07/27/2011 - 03:04

Linux notes from DarkDuck: "CentOS is actually free Operating System based on RedHat Enterprise Linux. In other words, group of enthusiasts took out source code of RHEL, which they have to publish as part of Linux license, re-branded it as CentOS and published for open and free usage."


 

SPDX Readies a New Specification for License and Copyright Repor...

Linux Today  Wed, 07/13/2011 - 07:00

OpenLogic Wazi: "The days of endlessly grepping source code for license and copyright information may be coming to a close.


 

Microsoft Releases Source Code Used to Collect Wi-Fi Data

Redmond Developer News | News  Wed, 07/06/2011 - 11:17

In a bid to promote greater transparency about its data collection practices, Microsoft released some of the source code for its Windows Phone 7 location information software last week.


 

PHP|Tek 2011 TDD Code - Jason E. Sweat

Planet PHP  Tue, 05/31/2011 - 09:45

Thank you to everyone who attended my May 25th PHP|Tek talk on Test Driven Development. If you have not had a chance, please do leave feedback on joind.in.

Per the audiance request, below are the requirements, test file and source code we developed during the live tutorial.

Requirements: Hash object get and set function respond [...]