Skip to main content

julius_c 's Library tagged programming   View Popular

26 Nov 09

CodeRun - Online IDE

# Develop, debug and deploy web applications right from your browser.
# Features real-time syntax coloring and automatic code completion.
# Add breakpoints, inspect the call stack and add watch items in your code.
# Easily search for properties, fields, methods and events.
# Share code with others via a unique URL.
# Supports integrated Meebo chat rooms for group chatting.

www.coderun.com/ide - Preview

ide online programming code PHP JavaScript HTML and CSS

29 Oct 09

Compile Software from Source Code - Wired How-To Wiki

Most of the time, especially in the Windows and Mac OS X world, end users don't have to compile software. The programmers of the software write the code and then compile it into a "binary executable" for you.

However, thanks to the popularity of open-source software, where the source code is available for one and all to read and enjoy, the impetus has been put on the end-user to compile their own code if they want to use the software.

If you find yourself having to (or wanting to) compile a piece of software, don't panic. The process is fairly simple. Every piece of software is different, but here is a summary of the most common scenario for Unix-based OS such as Linux or Mac OSX. These instructions are not so useful for Windows, as apps are usually built with special GUI development tools, not command line tools.

First, you'll need a command line and a compiler.

howto.wired.com/...pile_Software_from_Source_Code - Preview

compile programming howto tutorial software linux

23 Oct 09

Microsoft DreamSpark

DreamSpark is simple; it's all about giving students Microsoft professional-level developer and designer tools
at no charge so you can chase your dreams and create the next big breakthrough in technology - or just
get a head start on your career.

www.dreamspark.com - Preview

software programming student microsoft discount

12 Oct 09

codepad

Codepad ist ein Online-Compiler für zahlreiche Programmiersprachen und ein einfaches Kollaborationstool für Programmierer. Eingefügter Code kann über eine ShortURL weitergegeben und von anderen kommentiert werden.

codepad.org - Preview

programming code compiler python c++

30 Sep 09

VisiBone

Subjects: Color, Fonts, HTML, CSS, JavaScript, MySQL, and PHP.

www.visibone.com - Preview

reference cheat sheet html javascript css programming mysql php

Scott Hanselman's Computer Zen - Scott Hanselman's 2009 Ultimate Developer and Power Users Tool List for Windows

Whether you are a developer or a dabbler there is something for everyone at Scott Hanselman's 2009 Ultimate Developer and Power Users Tool List for Windows.
There are several categories that have tons of useful information covering a large (did I say large? I meant amazing) range.
Here are a few of the categories; I'm not going to list all of them and my fingers would fall off trying to give you an overview - you really have to see them for yourself. Its that good.

- Launchers
- Things Windows Forgot
- Outlook AddIns and Life Organizers
- Browser Add-Ins/Extensions
- The Big Ten Life and Work-Changing Utilities
- Low-Level Utilities
- Websites and Bookmarklets
- A (.NET) Developer's Life
- Regular Expressions
- The Angle Bracket Tax (XML/HTML Stuff)

www.hanselman.com/...erUsersToolListForWindows.aspx - Preview

development utilities programming windows software

10 Sep 09

TechPosters: Technical Posters and Cheats for IT Guys

hether you need a poster to use for a presentation or a cheat card to keep by your monitor, TechPosters has a sizable archive of posters, diagrams, reference charts, and cheat sheets.

The hundreds of entries at TechPosters span dozens of categories including everything from Access to XML and everything in between. Need keyboard shortcuts for Indesign? A visual representation of the Linux kernel? You'll find it at TechPosters.

posters.msug.vn.ua/default.aspx - Preview

tech reference poster programming pdf linux shortcut

08 Sep 09

Bestwebframeworks » Find and compare PHP, Ruby, JS and CSS Frameworks

We help you to choose the right framework for you web sites or web applications. PHP-, Ruby-, JavaScript- and CSS-Frameworks are listed.

www.bestwebframeworks.com - Preview

programming php javascript css framework

07 Sep 09

Webmasterpro.de - Magazin für professionelles Webdesign

About Webmasterpro.de (webmasterpro.de): Eine Ressource für Webdeveloper, Grafikdesigner und Serveradministratoren mit vielen Tipps und Tricks, sowie einigen Tools zum Homepagebau.

www.webmasterpro.de - Preview

web design tipps programming

03 Sep 09

MockFlow - Easy Wireframing for Software and Websites

MockFlow is web-based wireframing tool that helps developers and UI designers to create and collaborate interactive mockups for your software and websites.

Get your visual concept ready in minutes and instantly share your UI design with your clients.

www.mockflow.com - Preview

mockup prototype programming web design ui

28 Aug 09

Advanced Syntax Highlighting - Webmaster Tools - Webmaster Tools, Developer Tools, Programming Tools

If you have a need to show source code or data on your website, you can use this utility to add syntax hilighting to your output. Quite simply, syntax highlighting colorized your code based on pre-defined keywords. Use this utility to generate the html to show your code colorized for easier readability. Our Syntax highlighting tool support many languages, including PHP, HTML, Java, C, C++, ASP and more.

tools.devshed.com/?option=com_mechtools&tool=25 - Preview

programming syntax color

27 Aug 09

Online PHP Editor - PHPanywhere.net

* Code and edit PHP files from your browser. No need to install anything.
* Real time code syntax highlighting.
* Add multiple ftp servers.
* Manage remote files using built-in FTP client (change file and folder permissions, edit/delete files etc).
* Different skins to change the look of the application.
* Real-time code collaboration is coming soon.
* Free, sign up to get started.

phpanywhere.net - Preview

php editor programming

22 Aug 09

How To Develop A Firefox Extension | Web Builder Zone

Admit that you have always wanted to know how to develop a Firefox extension but never had the time to learn. :-) Here I will walk you through and at the end of the article we will have created a fully functional Firefox extension!

css.dzone.com/...how-to-develop-a-firefox-exten - Preview

firefox programming addon xpi

Essential Math for Games Programmers

As the visual quality of games has improved, more attention has been given to other aspects of a game to increase the feeling of reality during gameplay and distinguish it from its competitors. One of the most rapidly growing fields is physical simulation, as shown by discussion boards, the latest games, and a recent burst of articles and papers. Creating such a simulation may appear to be a daunting task, but given the right background it is not too difficult, and can add a great deal of realism to animation systems, and interactions between avatars and the world.

This tutorial deepens the approach of the previous years' Essential Math for Games Programmers, by focusing in on this topic of physical simulation. It, like the previous tutorial, provides a toolbox of techniques for programmers interested in creating physics engines, with references and links for those looking for more information. The focus of the course is to study the simulation pipeline and show how problems along the way can be solved and optimized using standard 3D mathematical concepts and engineering know-how.

Topics include rigid body dynamics, verlet and implicit integration methods, constraint systems, collision detection, collision response, rag doll and IK systems. Potential special topics include dynamic destruction, fluid dynamics and using GPUs to improve simulation performance. Sample code libraries and examples are provided.

www.essentialmath.com/tutorial.htm - Preview

math programming physics simulation formula

8 Regular Expressions You Should Know - Nettuts+

Regular expressions are a language of their own. When you learn a new programming language, they're this little sub-language that makes no sense at first glance. Many times you have to read another tutorial, article, or book just to understand the "simple" pattern described. Today, we'll review eight regular expressions that you should know for your next coding project.

net.tutsplus.com/...ar-expressions-you-should-know - Preview

regex example tutorial programming

06 Aug 09

••• hello | Hot Gloo •••

The Online Wireframe Application

* smoothen the planning process
* get a clearer picture of site informations
* provide a precise framework for designers & programmers
* build up a more intense project relationship with clients
* improve the communication proces

hello.hotgloo.com - Preview

mockup programming web design collaboration

28 Jul 09

click2try. A community site where it's easy to try Open Source software for free.

Click2Try is a unique website which allows you to test open source software in the browser itself so that you don’t go through the hassle of downloading and installing the software. It uses Java to run the apps and works on all modern browsers.

There are various software under different categories like business, education, linux etc which you can test. Registration is not required to try an app but if you want to save your sessions then you would need to sign up.

www.click2try.com - Preview

software open source virtual development programming

12 Jul 09

CodePlex - Open Source Project Hosting

Microsoft’s open source project hosting web site. You can use CodePlex to find open source software or create new projects to share with the world.

www.codeplex.com - Preview

opensource programming development project hosting download

1 - 20 of 40 Next ›
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo