Home Tags Source code

Tag: source code

Open Source Software maintainer Vandalizes Own Code In Anti-Russian Protest

0
An open source piece of software has been hacked and modified to delete data from PCs. What's interesting about this scenario is that the...

Corona 2D Game Engine Source Code is Now Available for Download

0
The company has decided to open source most parts of Corona’s code except for some plugins, the Corona Marketplace, www.coronalabs.com, and the build infrastructure.  Corona...

Developing an Inheritance Tree Builder for Java Source Code

0
Developing any application usually involves multiple developers. To understand what the others have coded, a developer needs to put in a lot of effort....

Microsoft releases Source Code for an Open-Sourced OS

0
Microsoft releases an open source OS which can be downloaded from Microsoft's Azure GitHub repository. Microsoft has released the source code for an open-sourced operating...

A Guide For Integrating Bootstrap To Build A WP Theme

0
There is no doubt that the responsive design is the most preferred design technique, which helps one to efficiently target a gigantic user base....

Customising OpenSSL for the Real World

0
The OpenSSL project is a robust collective effort that seeks to develop a commercial grade, fullfeatured toolkit implementation of SSL and TSL. This article...

A Peek into Open Source Licences

0
  Open source is the mantra of today's tech world. While it is being used in that personal computer sitting on your desk, it is...

GNU Make in Detail for Beginners

21
Have you ever peeked into the source code of any of the applications you run every day? Ever used make install to install some...

Dryrun: Decoupling the Process

0
We take a look at Dryrun, an email-based interface via which you can run programs. Dryrun attempts to present an email-based interface to run your...

Device Drivers, Part 15: Disk on RAM — Playing with Block...

56
This article, which is part of the series on Linux device drivers, experiments with a dummy hard disk on RAM to demonstrate how block...