Tag Archives: IDE

Atom – A hackable text and code editor for the 21st Century

This article along with all titles and tags are the original content of AppNee. All rights reserved. To repost or reproduce, you must add an explicit footnote along with the URL to this article!
Any manual or automated whole-website collecting/crawling behaviors are strictly prohibited.
Any resources shared on AppNee are limited to personal study and research only, any form of commercial behaviors are strictly prohibited. Otherwise, you may receive a variety of copyright complaints and have to deal with them by yourself.
Before using (especially downloading) any resources shared by AppNee, please first go to read our F.A.Q. page more or less. Otherwise, please bear all the consequences by yourself.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Atom is a free, open-source and cross-platform text & code editor specially designed for programmers, released by GitHub, written in Electron (CoffeeScript /JavaScript / Less / HTML). It clones all the important features of the most popular code editors in the market at present (especially SublimeText‘s Goto Anything, Goto Symbol, Goto Line, Command Panel, shortcut keys, and more). Finally, Atom maybe become a new industry darling for developers in various fields.

Continue reading Atom – A hackable text and code editor for the 21st Century

Arduino IDE – Makes it easy to write and upload code to Arduino board

Arduino consists of two parts: hardware (various models of Arduino boards) and software (Arduino IDE). The hardware part is an Arduino PCB that can be used to connect circuits; the software part is the open-source and cross-platform Arduino IDE (written in Java, based on Processing programming language and other open-source software) – your programming environment in computer that can be used with any Arduino boards. All you have to do is write the code in Arduino IDE, and upload it to the Arduino development board, then the program will tell Arduino PCB what to do and how to do.

Continue reading Arduino IDE – Makes it easy to write and upload code to Arduino board

If some download link is missing, and you do need it, just please send an email (along with post link and missing link) to remind us to reupload the missing file for you. And, give us some time to respond.
If there is a password for an archive, it should be "appnee.com".
Most of the reserved downloads (including the 32-bit version) can be requested to reupload via email.

AutoHotkey – Ultimate scripting language for Windows desktop automation

AutoHotkey (originally called AutoHotkey_L) is a free and open-source desktop automation scripting language developed based on the syntax of AutoIt, written by Chris Mallett and Steve Gray from Germany. AutoHotkey was designed to simplify a variety of repetitive tasks with one click, the tasks on Windows can be: launch programs, open URLs, fill out web forms, login website accounts, automatically click mouse, record macros, etc.

Continue reading AutoHotkey – Ultimate scripting language for Windows desktop automation

MonoDevelop – Free, open-source and cross-platform IDE for C#, F# and more

MonoDevelop (AKA: Xamarin Studio) is a free, open-source and cross-platform C# & other .NET languages IDE for rapid development of desktop & web applications on Windows, Linux or Mac OS X, and easily porting .NET applications onto Linux or Mac OS X platform from Windows.

Continue reading MonoDevelop – Free, open-source and cross-platform IDE for C#, F# and more

Unreal Engine – World’s most famous top game engine, free now

Unreal Engine (UE for short) is currently the most famous and widely authorized top 2D/3D multi-platform universal game engine for Windows and Mac OS X (written in C++) in the world, which has occupied 80% of the market share of the global commercial game engines. The great games developed based on it are numerous, including Unreal Tournament, Gears Of War, Mass Effect, BioShock, Borderlands, Mirror’s Edge, and many other series of big game works.

Continue reading Unreal Engine – World’s most famous top game engine, free now

[v9.56] Keil C51 – C51 microcontrollers development edge tool

Keil C51 is an easy-to-learn and easy-to-use C language Single Chip Microcomputer (SCM) programming software (IDE) for all 8051 Microcontroller devices. It is suitable for each level of developers, whether he is a professional application engineer, or a student who just started to study the embedded software development.
Continue reading [v9.56] Keil C51 – C51 microcontrollers development edge tool

SharpDevelop – Best free, super lightweight alternative of Visual Studio

For learning or formal development of C#, there are only two best IDE for choice at present: either the 10+ GB size of Visual Studio or SharpDevelop with only 10+ MB file size. The latter is an open-source IDE with layout similar to IDEA for Java and high flexibility & extensibility, which lets a user find everything new and fresh. It never wants to be an IDE that tries to support everything as Eclipse. Instead, it just gives you an interface, and you can do all the rest by yourself.

Continue reading SharpDevelop – Best free, super lightweight alternative of Visual Studio