Computer Programming Languages Various (Jump to)
|
C#, C Sharp Programming links ASP, Active Server Page PERL Practical Extraction and Report Language Java/Java Script BASIC/Visual BASIC HTML, HTML 5, HyperText Markup Language XML, Extensible Markup Language PHP Hypertext Preprocessor Python Programming Language Assembly, Low level languages RSS, Really Simple Syndication, BLOGS Shell Scripting links .htaccess Files How to .htaccess |
C C++ Programming and Object oriented programming (OOP) F# Programming, F sharp Programming SQL, MySQL (Structured Query Language; other database links) SSI, Server Side Includes CRON (scheduler for running of programs) Programming Applications, VBA, (Visual Basic for Applications). Using Applications. Flash and Shock Wave and ActionScripts DHTML, Dynamic HTML Cascading Style Sheets CSS AJAX. Asynchronous Javascript And XML Apache open-source software and Apache Servers. Mod Rewrite Ruby Programming Language ColdFusion Programming Language (What's New in ColdFusion 9?) |
MicroSoft The Security Development Lifecycle. The Security Development Lifecycle (SDL) is a software development security assurance process consisting of security practices grouped by seven phases: training, requirements, design, implementation, verification, release, and respon
MSDN, Microsoft Development Network, Downloads. Programming Languages Programming Examples and Programming Tips. . Downloads are about getting the latest bits quickly and easily for the product that you're interested in. Download free versions of various products (either feature or time-limited, in many cases), or get the latest updates to key products.
Visual Studio 11 Programming Language Advances. Take a look at upcoming enhancements in Visual Studio 11 to JavaScript, C#, Visual Basic, C++, F#.
Visual Studio 11 .NET Advances. Take a look at some of the improvements in performance, networking, and interop that have gone into the .NET Framework 4.5 Developer Preview.
Compiler Security Enhancements in Visual Studio 11 For the first time, we intend to provide a central mechanism for enabling additional security support via a new /sdl switch, which causes SDL mandatory compiler warnings to be treated as errors during compilation, and enables additional features such as increasing the scope of stack buffer overrun protection and initialization or sanitization of pointers in a limited set of well-defined scenarios.
Game Debugging in Visual Studio 11. Metro style games and graphics-intensive apps present a huge opportunity for developers on new devices such as tablets. More Programming Games links
Visual Studio 2010. Visual Studio 2010 and .NET Framework 4 focuses on the core pillars of developer experience, support for the latest platforms, targeted experiences for specific application types, and core architecture improvements.
Visual Studio 2010 Productivity Power Tools A set of extensions to Visual Studio Professional (and above) which improves developer productivity. In this third major release of the Power Tools we have made significant improvements to the Solution Navigator and the Tab Well to address our top customer requests.
Visual Studio Gallery provides quick access to tools, controls, and templates to help you get the most out of Visual Studio. Products and Extensions for Visual Studio. The Visual Studio Gallery provides quick access to tools, controls, and templates to help you get the most out of Visual Studio.
Learning Visual Studio. Helpful resources to build your skills with Visual Studio whether you are a beginner or a seasoned pro. Features How Do I? Videos for Visual Studio Videos designed for Visual Studio 2010 developers, from novice to professional. This set of short videos will help guide you through common scenarios, features and functionalities.
Learning Windows Development with Quickstarts and How to’s
Visual Studio 2005 Toolbox Manager This application was developed to be a useful utility that makes it easy to install or uninstall user controls to the Visual Studio 2005 toolbox. The Toolbox utility is a single executable which processes one or more tasks via the command-line. Since the Toolbox itself can change depending on whether you are working with Desktop Framework 2.0 or Compact Framework 2.0 applications, different commands exist which let you add desktop or mobile device controls.
Sara Ford's 101 Visual Studio Tips in 55 Minutes Challenge. When Sara Ford gets excited she talks fast. Very fast. So fast in fact that she decided to race the clock at the Visual Studio Launch Event in Mountain View, CA and attempt to demo 101 Visual Studio tips in under 55 minutes. The Book Visual Studio Tips by MSPress Download Sara's 101 Visual Studio Tips Sheet Here Quite a few intellisense tricks to spped up production.
Software optimization resources
Download and Install Debugging Tools for Windows. Use the Debugging Tools for Windows to debug drivers, applications, and services on Windows systems. Debugging Tools for Windows includes WinDbg, a powerful debugger with a graphical interface and a console interface, as well as the console-based debuggers NTSD, CDB, and KD. You can install the Debugging Tools as a standalone component from the Windows SDK. This Debugging Tools for Windows is an installable and redistributable component of the Windows SDK and Windows Driver Kit (WDK). As I write this, the current version is 6.12, and it’s available in version 7.1 of the Windows SDK or the WDK. Debugging Tools for Windows To debug drivers, applications, and services on systems that are running Windows NT 4.0, Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows Server 2008 R2, or Windows 7. You can also use Debugging Tools for Windows to debug the operating system itself. Versions of the Debugging Tools for Windows package are available for 32-bit x86, native Intel Itanium, and native x64 platforms.
Learn about debugger APIs: Writing an Extension for Debugging Tools for Windows Learning how to debug is a crucial developer skill. Fortunately, Visual Studio provides great tools for helping you debug your code. We'll cover the basics of building a custom debugger extension so you can analyze dump files (and also live systems) with ease.
Debugging Tools for Windows. It is recommend using the most-recent version, as the debugging engine has many valuable additions, including better stack walking Windows automatically creates a minidump through Windows Error Reporting (WER) when any application throws an unhandled exception. In addition, you can manually create a dump file via the Userdump.exe tool, (How to use the Userdump.exe tool to create a dump file).
The Sysinternals tool ProcDump is becoming the preferred process-dumping tool of Microsoft Support because it can capture a dump based upon a large variety of triggers and can generate dumps of various sizes. But once you have the dump data, what can you do with it to aid debugging? Sysinternals tool ProcDump a command-line utility whose primary purpose is monitoring an application for CPU spikes and generating crash dumps during a spike that an administrator or developer can use to determine the cause of the spike. ProcDump also includes hung window monitoring (using the same definition of a window hang that Windows and Task Manager use), unhandled exception monitoring and can generate dumps based on the values of system performance counters. It also can serve as a general process dump utility that you can embed in other scripts.
The Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access new Windows 7 features (and some related Windows Vista features) from managed code. These features are not available to developers today in the The .NET Framework.
BugNET is an issue tracking and project issue management solution built using the ASP.NET web application framework. Email notifications, reporting and per project configuration of fields and values allows efficient management of bugs, feature requests, and other issues for projects of any scale.
Windows API Code Pack for Microsoft .NET Framework This code pack provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code. These Windows features are not available to developers today in the .NET Framework.
Spec Explorer. A tool that extends Visual Studio for modeling software behavior, analyzing that behavior by graphical visualization, model checking; and generating standalone test code from models. Behavior is modeled in two ways: by writing rule machines in C# (with dynamic data-defined state spaces) and by defining scenarios as action patterns in a regular-expression style.
MSDN, (Microsoft Developer Network), Webcast Calendar. MSDN Magazine MSDN Evaluation Center
Microsoft Enterprise Library A collection of application blocks designed to assist developers with common enterprise development challenges. Application blocks are a type of guidance, provided as source code that can be used "as is," extended, or modified by developers for use in enterprise development projects. More Applications.
Microsoft All In One Framework. Code samples of ALL Microsoft development technologies are in one solution. It gives developers a one-stop experience.
WPF Application Framework (WAF) is a lightweight Framework that helps you to create well structured WPF Applications. It supports you in applying a Layered Architecture and the Model-View-ViewModel (aka MVVM, M-V-VM, PresentationModel) pattern. Download Overview: Lists the WPF Application Framework (WAF) downloads for various platforms (e.g. .NET4, .NET3.5, Silverlight3).
Microsoft .NET initiative
.NET Framework 3.0 The new version adds the Windows Workflow Foundation (WWF), Windows Communication Foundation (WCF), and Windows Presentation Foundation (WPF) APIs, with few changes to the existing .NET 2.0 APIs. The VS2005 extensions are also up.
.NET Resources 2.0 from SitePoint
Windows Azure platform is a set of cloud computing services. It provides a scalable environment with compute, storage, hosting, and management capabilities. It links to on-premises applications with secure connectivity, messaging, and identity management.
Windows Vista Developer Center
Microsoft Office Developer Center
Delphi FAQ (Covers other Computer Languages as well)
Software QA and Testing Resource
Games Programming, programming games, coding games, games coding
Mobilephone Programming. Develop Mobile Apps, How the make mobilephone applications. The best Mobilephone Apps. Mobilephone applications to bring more life to your phone to life.
Video Tutorial Zone Video Search, Programming Languages and Computer Code and Scripting, etc...
Visual Studio 2008 Express Editions Free, but limited editions of Visual Studio for a single programming language supported by .NET.
Scripting with Windows PowerShell. Scripting with Windows PowerShell brings together resources for system administrators who are interested in learning about the Windows PowerShell command line and scripting environment. Like Windows PowerShell, this section of the Script Center is under active development.
VMware Infrastructure Toolkit for Windows, which is free, provides a command line interface for task-based management of the WMware Infrastructure platform. The tool is built on Microsoft's PowerShell scripting language and allows VMware Infrastructure to be managed in a similar way to any other Windows application.
WMware Virtualisation is an abstraction layer that allows multiple virtual machines, with heterogeneous operating systems to run in isolation, side-by-side on the same physical machine.
SourceForge.net Open Source development website
OpenMP. Documentation of the OpenMP directives for parallel processing. OpenMP (Open Multi-Processing) is an API (Application Programming Interface) that supports multi-platform shared memory multiprocessing programming in C, C++, and Fortran, on most processor architectures and operating systems, including Unix, AIX, Solaris, Mac OS X, and Microsoft Windows platforms. It consists of a set of compiler directives, library routines, and environment variables that influence run-time behavior
GotDotNet The Microsoft .NET Framework Community.
DotNetJunkies A community Web site for developers using the Microsoft .NET Framework.
Microformats Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards. Instead of throwing away what works today, microformats intend to solve simpler problems first by adapting to current behaviors and usage patterns (e.g. XHTML, blogging). Not a new language but more about a way of thinking about data and design principles for formats, etc...
Widgets and Gadgets. Small free-standing applications that reside on your computer.
AppDeploy Repackager, freeware MSI repackager offers a simple interface, descriptive exclusion lists and (most importantly) a shareable project file format so you can share your repackaging efforts with others right here at AppDeploy! Beta download available now!
InstEd is a Free Windows Installer (msi) database editor built for professionals.
Orca database editor to edit Windows Installer files. (No longer supported by Microsoft)
How to script Windows Vista gadgets. Scripting in Windows Vista. Creating Your First Gadget.
Common Weakness Enumeration (CWE). CWE is a community-developed formal list of common software weaknesses. The intention of CWE is to serve as a common language for describing software security weaknesses in architecture, design, or code; as a standard measuring stick for software security tools targeting these weaknesses; and to provide a common baseline standard for weakness identification, mitigation, and prevention efforts. Broad community adoption of CWE will help shape and mature the code security assessment industry and also dramatically accelerate the use and utility of software assurance capabilities for organizations in reviewing the software systems they acquire or develop.
FreeTechBooks. Lists free online computer science and engineering books and lecture notes, all of which are freely and legally available over the Internet. What's the Catch? None. All the books listed in this site are available for free, as they are hosted on websites that belong to the authors or the publishers. Note that each author and publisher has their own terms and conditions in the forms of free documentation licenses or other specific ones. Of course, you are most welcome to view, download and print the books for your own private use at no charge.
Free Online Tutorials Various Programming Languages.
ProProfs Academy is a free and open online resource for students, professionals and professors on various programs of study. At ProProfs.com, we are committed to furthering education and knowledge through our educational FREEway®, that provides quality study aids. FREE: High Quality Study Guides. Our extensive quality assurance process ensures that our free training material is of the highest standard, providing a quality learning experience to students and helping improve performance.
Encryption with DeGPG Protect your files. DeGPG runs in the background on your server to provide access to GPG encrypted data to your web scripts. It will also work with GPG to encrypt and store data submitted via web forms. To give your web scripts access to encrypted data, you log in and enter the passphrase to decrypt the data. The data is decrypted and stored in memory till a web script needs to access it. In cases where your web script only needs, for example, and MD5 hash of the data, rather than the decrypted data itself, DeGPG can be instructed only to reveal the MD5 hash, and not the raw data. Additional data may be prepended or appended to the decrypted data before computing the hash.
dGalaxy.com is a collection of Delphi, BCB components tips & tricks.
MICE CORBA The Common Object Request Broker Architecture (CORBA) was first published in 1990 by the Object Management Group (OMG), a non-profit organisation that was founded in 1989 to integrate distributed applications based on a variety of existing technologies. Common Object Request Broker Architecture, CORBA, standardises interfaces and semantics for object-oriented middleware. It includes a specification for the Object Request Broker (ORB), a software library with standardised CORBA object interfaces that allows clients and targets to communicate with each other across a network in a well-defined way. In addition, CORBA automatically applies a range of useful services to communications. After the ORB is initialised, all CORBA objects can be invoked by applications like local software objects.
MATLAB is a programming environment for algorithm development, data analysis, visualization, and numerical computation. Using MATLAB, you can solve technical computing problems faster than with traditional programming languages, such as C, C++, and Fortran.
Virtual Reality. Virtual Reality Modelling Language (VRML)
Three Dimensional Graphics and Stereo Graphic Images
Also view Videos to Watch and Video Publishing, Graphics, Graphics file formats and Images
The MSDN Library is an essential resource for developers using Microsoft tools, products, and technologies. It contains technical programming information, sample code, documentation, technical articles, and reference guides.
MSDN TechNet Lab is an agile platform to publicly incubate and showcase both fresh new experiences and exciting new technologies. Our goal in the lab is to grow the software through a public evolution with the express desire of incorporating public feedback throughout the labs lifecycle. Ideas that resonate with the public will eventually be folded into our regular sites while projects that fail to appeal will be relegated to oblivion.
Curl language is an enterprise-class programming language that delivers performance and functionality far beyond conventional Web technologies such as HTML, HTML 5 and JavaScript. Curl Rich Internet Application Platform
RDF Primer. The Resource Description Framework (RDF) is a language for representing information about resources in the World Wide Web. This Primer is designed to provide the reader with the basic knowledge required to effectively use RDF. It introduces the basic concepts of RDF and describes its XML syntax. It describes how to define RDF vocabularies using the RDF Vocabulary Description Language, and gives an overview of some deployed RDF applications. It also describes the content and purpose of other RDF specification documents.
Stretch Break is an ergonomic stretching and typing break timer program. the program reminds you to take periodic breaks from your computer and provides ergonomic information, including workstation setup guidelines.
Eyes Relax is a small freeware Windows utility that reminds you taking breaks when working with computers. This software allows you to customize the duration of your work and length of the breaks. During the break you may exercise your eyes, look away, or look at distant objects either in your office or outside, take a stroll outside your office. A "Parent mode" feature can be used to protect your children eyes.
RSI Action is a student group providing preventative education about RSI to the general public and to students at Harvard. It also provides advocacy and support for Harvard students with RSI. RSI stands for Repetitive Strain Injury. It includes a whole spectrum of conditions, from tendonitis of the hand or wrist to carpal tunnel syndrome to cubital tunnel syndrome.
Preventing and healing Carpal Tunnel Syndrome & Repetitive Stress Injuries
Computer Related Repetitive Strain Injury
UserHealth. Do you spend several hours in front of the computer without breaks or pauses? Maybe you want a tool that can monitor how much time you actually spend in front of the computer? In that case this software can be perfect for you, and by the way did I mention that it is freeware!
Safe computing tips Know the basic tips about Office Ergonomics, Workstation Ergonomics, Ergonomic PC, Laptop Ergonomics, Ergonomic chair and avoid health problems such as Carpal Tunnel Syndrome & Repetitive Strain Injury. Stay Healthy & Fit while working in front of your computer. No eyestrains, back pains or other discomforts.
The Systems Biology Markup Language (SBML) is a computer-readable format for representing models of biochemical reaction networks. SBML is applicable to metabolic networks, cell-signaling pathways, regulatory networks, and many others.
MUTAT - a human-centered testing tool (framework). MUTAT is a simple cgi script to demonstrate possible uses of EARL, and also use of RDF to configure an application. It is designed to help perform Quality Assurance evaluation tasks.
EARL - the Evaluation And Report Language
| The Go Programming Language Promo | ||
|
The Go Programming Language. A systems programming language expressive, concurrent, garbage-collected. Go is an experiment. We hope adventurous users will give it a try and see if they enjoy it. Not every programmer will, but we hope enough will find satisfaction in the approach it offers to justify further development. Is Google using Go internally? The Go project was conceived to make it easier to write the kind of servers and other software Google uses internally, but the implementation isn't quite mature enough yet for large-scale production use. While we continue development we are also doing experiments with the language as a candidate server environment. It's getting there. For instance, the server behind Go is a Go program; in fact it's just the godoc document server running in a production configuration.
|
| The Go Programming Language | ||
What is Go? The language is concurrent, garbage-collected, and requires explicit declaration of dependencies. Simple syntax and a clean type system support a number of programming styles. |
OPML, Outline Processor rkup Language OPML an XML-based format that allows exchange of outline-structured information between applications running on different operating systems and environments. OPML files are basically lists of RSS feed URLs that you can export from one reader into another so you don't have to laboriously re-enter RSS URLs one at a time if you decide to switch to a different reader.
WAP, WML, Wireless Markup Language, Wireless links, Wi-Fi, BlueTooth, PixeCode, PDF414, Semacode, Datamatrix, radio
ImageMagick™ A robust collection of tools and libraries to read, write, and manipulate an image in many image formats
SoSocial markup (XFBML) is an easy way to integrate Connect into your site provided by FaceBook. See the Documentation for other approaches. FaceBook Developers. More Social bookmarks. Bookmarks. Favicons. Tagvertising Back to top ® © ™ are owned by respective authors and websites. There may be a charge for some software. Always perform an Anti-Virus Check on any Software
Genetic Programming Inc. A privately funded research group that does research in applying genetic programming). Genetic programming (GP) is an automated method for creating a working computer program from a high-level problem statement of a problem. Genetic programming starts from a high-level statement of “what needs to be done” and automatically creates a computer program to solve the problem. Genetic programming starts with a primordial ooze of thousands of randomly created computer programs. This population of programs is progressively evolved over a series of generations. The evolutionary search uses the Darwinian principle of natural selection (survival of the fittest) and analogs of various naturally occurring operations, including crossover (sexual recombination), mutation, gene duplication, gene deletion. Genetic programming sometimes also employs developmental processes by which an embryo grows into fully developed organism.
The Quick Reference site. The ultimate resource for free IT-related Quick Reference Cards and e-books. A huge pile of documents that deal with almost every aspect of software development and programming lanuages. The purpose of this site is to centralize this information and to make it available to everyone who may need it or shares the passion on this subject. There are still a lot of documents in my "archive" that I like to share with you all. At the moment this site represents only a fraction of what I want to provide, so a lot of work still needs to be done. As a result, you should consider this site as a work in progress.
Open Data Protocol.There is a vast amount of data available today and data is now being collected and stored at a rate never seen before. Much, if not most, of this data however is locked into specific applications or formats and difficult to access or to integrate into new uses. The Open Data Protocol (OData) is a Web protocol for querying and updating data that provides a way to unlock your data and free it from silos that exist in applications today. OData does this by applying and building upon Web technologies such as HTTP, Atom Publishing Protocol (AtomPub) and JSON to provide access to information from a variety of applications, services, and stores. The protocol emerged from experiences implementing AtomPub clients and servers in a variety of products over the past several years. OData is being used to expose and access information from a variety of sources including, but not limited to, relational databases, file systems, content management systems and traditional Web sites. OData is consistent with the way the Web works - it makes a deep commitment to URIs for resource identification and commits to an HTTP-based, uniform interface for interacting with those resources (just like the Web). This commitment to core Web principles allows OData to enable a new level of data integration and interoperability across a broad range of clients, servers, services, and tools. OData is released under the Open Specification Promise to allow anyone to freely interoperate with OData implementations.
Google Code Search Support for precise searches using regular expressions, Google Pages. Restricts by language, license, or filename with advanced operators. A search index that includes billions of lines of code
Free Programming Resources Includes Source Code, Compilers, Languages, Libraries, Programming FAQs and more programming links, programming tips and programming help.
| Illumination Software Creator allows anyone to create their own software applications… without writing a single line of “code”.
The idea is simple: Arrange colorful building blocks of functionality however you like to create your own, unique, piece of software. No reading large computer programming books. No steep learning curve. One project creates apps for Android, iPhone, iPad, Desktops and HTML5 or Flash websites. With full support for Windows, Linux and MacOS X, Illumination Software Creator allows you to work wherever you like |
![]() |
| Programming. Coding and Computer Languages. Learn to program | |
Google Coding Web Pages Speed tips
Microsoft MSDN Channel 9 TV Programming, API, Microsoft Studio and other Microsoft® tips. Microsoft MSDN Channel 9 TV. Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight
Visual Studio LightSwitch (Microsoft®), A simplified self-service development tool that enables you to build business applications for the desktop and cloud. Helping build business applications. LightSwitch isa way to build custom business applications. More Applications Programming.
Microsoft® Silverlight® is a cross-browser, cross-platform plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web. Silverlight offers a flexible programming model that supports AJAX, VB, C#, Python, and Ruby, and integrates with existing Web applications. Silverlight supports fast, cost-effective delivery of high-quality video to all major browser running on the Mac OS, Windows or Linux. Boasts Video Editing online.
Microsoft DreamSpark is simple. it's about giving verified students Microsoft professional tools at no charge. Including the top Microsoft programming languages such as Visual Studio, etc.. DreamSpark is simple, it's all about giving students Microsoft professional-level developer and design 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. Free Microsoft software for students and teachers.
andling orientation changes and setting preferred orientation in Metro style apps
This is a dynamic feed of content delivered to you from the Microsoft Community Platform Discovery system.
A short 923 days ago, I launched a little tool with a blog post titled Mathematical Anniversaries. It was fairly simple - it would tell you when 1,000 days had passed, or 50 Mercury years - and give you plenty more excuses to demand birthday or anniversary presents!
I have meant to move it to its own domain and give it an update, almost since launching the tool here, and have been working on it since then from time to time. Among other things, I wanted to tidy up the code, add some more events, and add some email notifications.
Finally, it is done and ready for the big bad real world. Please take a moment to check it out, at Mathaversaries.com!
The Six Nations 2012 cheat sheet is an essential guide for rugby fans. Includes the 2011 table and results, full fixture list, Six Nations teams world rankings, a little Six Nations trivia and even current odds on the eventual winner.

This cheat sheet is available for free at Cheatography!
The Wikipedia cheat sheet is a one-page reference sheet for budding Wikipedia editors, including formating tips, some handy links and a run-down of some of the more common shortcuts and abbreviations used on Wikipedia.
The Wikipedia cheat sheet includes:

This cheat sheet is available for free at Cheatography!
The Vimeo API cheat sheet is for those of you who work with the Vimeo advanced API, and need a quick reference for their API methods.

This cheat sheet is available for free at Cheatography!
The Kings and Queens of the United Kingdom cheat sheet is a one-page reference sheet for UK historians, listed monarchs and their reigns since William the Conqueror.
The Kings and Queens of the United Kingdom cheat sheet includes:

This cheat sheet is available for free at Cheatography!
Ladies and Gentlemen ... now the moment you've all been waiting for, the world famous just starting out Cheatography Cheat Sheet Contest!
At the end of January, every web development cheat sheet released on the site between now and then will be weighed and measured, and the very best will earn its creator a shiny new pile of money adding up to one hundred of the finest US dollars!
I'll give you a moment to catch your breath. I know what you're thinking ... $100 is so much! Perhaps too much? I only wish it could be more.
Here are the rules:
What makes the "best" cheat sheet is rather subjective, but here are a few hints and tips for what might help make your cheat sheet stand out:
So without further ado, I declare this contest ... open! Head on over to Cheatography.com to get started!
Four weeks ago, I launched a new website, Cheatography , into public beta. It felt very good to get it seen by fresh eyes, and all those extra visitors, users and contributors have helped improve the system so much that I cringe when I think of all of the problems it had when I launched it. Still, better to have the thing out and being used, even if a little rough, than have it collecting dust and stagnating.
I know some of you are involved with various stages of starting up your own websites and online businesses, so I thought it might be useful to share what it's been like in this first few weeks. Hopefully it won't put you off your own projects!
I am in a rather good position to start with, in that this site gets some significant traffic for cheat sheets already. So getting a small amount of starter traffic was just a matter of adding some extra links to the existing cheat sheets.
So the first month saw around 22,000 visitors to the site, average 2.7 page views per visit. Of those, 121 signed up, producing a massive 162 content blocks, 27 content blocks and, best of all, 14 new cheat sheets (of which 9 were from new members, with another 35 cheat sheets in progress). Most of those numbers have risen steadily through the month (and long may that continue). Revenue wasn't stellar, but things are still new, so I'm not going to worry about that for a fair while yet!
I wasn't expecting the signup rate to be particularly high - most people just download or view a cheat sheet and move on - but would like to find a way to convince people to stick around and contribute some content. I'm also hoping that as the community grows there will be more communication between members. I'm looking at adding some collaborative tools, which may help with that.
Most of the changes so far have been led by the community, either through emails or the Get Satisfaction support system. My thanks to everyone who got in touch and shared their ideas and thoughts. Please keep them coming!
Cheat Sheets
There have been a lot of changes since launch, but by far and away the most significant is the addition (finally!) of PDFs! I'd been working on PDF support for over two years, trying every technique or tool I could find, but nothing worked. In the end, I found the wkhtmltopdf project, and PDFs of a high enough quality were achieved. There are still some issues (mainly with pagination), but at least there's now a high quality printable version of everything!
The PDFs also include a footer bar, added since they went live, which includes some more information about the author, relevant dates (so you know how old your cheat sheet is) and there's a space for a sponsor advert, which at the moment is being used by me to promote my other incubating project, Envoy, but will be a paid advertising spot in the future.
The last cheat sheet related change is the addition of thumbnails, which show up in listings, helping reduce the text-heavy feel of a lot of the pages.
Building
The build system has been completely rewritten (actually, almost twice) in the last four weeks. The front end has been changed substantially to combat problems with large lists of content blocks, and bugs in the JavaScript that allows you to drag and drop the contents of your cheat sheet. The mechanism to add content blocks to cheat sheets has also been changed. And a whole host of bugs have been fixed related to image editing, special characters and formatting.
The system now also provides draft preview URLs, so that you can solicit feedback for a cheat sheet while you work on it.
Site Stuff
When the site launched, all the links that were important to you - your favourites, your cheat sheets (and so on) were in a dropdown from the main menu. I converted these to a new "you bar", which is always visible while you are logged in and gives you easy access to your favourites, your cheat sheets, and so on. It also alerts you when you have new comments on the site.
In order to make signups easier, I integrated Facebook and Twitter logins. These have proved a reasonably popular option for signing up, although it is difficult to tell if it increased the number of people who joined, or just provided more convenience to people who would have joined
Finally, there's a new blog on the site, which I am already behind with posting to. I will try harder! There are RSS feeds for the blog and new cheat sheets too.
Top of the list at the moment is a cheat sheet request system. You'll be able to add and vote for cheat sheets that you'd find useful. You'll also be able to comment on a request, to say what you'd like to see on the sheet, and you'll be able to see who's working on it already.
Next (and this has been quite fun to work on so far) is what's been dubbed a "Cheat Screen". This is a javascript-powered, full-screen cheat sheet. The idea is that you can build and bookmark a single page on the site with the content you find most useful - a configurable, personal cheat sheet.
More formats for cheat sheets are planned, including a JSON-based format (that's right, an API for the content!) and hopefully PNG and JPG format (although long, multi-page, cheat sheets might be problematic).
There are a few other ideas in the works, and obviously mobile support and integration would be nice, but I'm sure there will be lots more ideas from the community, so mobile interfaces may be a while off yet.
Given the level of enthusiasm of the community so far, and how far the site has come in the last four weeks, I can't wait to see what happens in the next four!
The NaNoWriMo cheat sheet is a one-page reference sheet for NaNoWriMo 2011. Good luck with your books everyone!
The NaNoWriMo cheat sheet includes:

This cheat sheet is available for free at Cheatography!
The Linux Command Line cheat sheet is a one-page reference sheet for bash, nano, screen and a few other everyday tools on the Linux command line.
The Linux Command Line cheat sheet includes:

This cheat sheet is available for free at Cheatography!
The French cheat sheet, built with the help of wonderful people in the cheat sheets google group, contains a whole host of useful words and phrases to take with you on holiday
The French cheat sheet includes:

This cheat sheet is available for free at Cheatography!
Patterns for Parallel Programming: Understanding and Applying Parallel Patterns with the .NET Framework 4. This document provides a detailed and in-depth tour of support in the Microsoft® .NET Framework 4 for parallel programming. This includes an examination of common parallel patterns and how they’re implemented without and with this new support in the .NET Framework, as well as covering best practices for developing parallel components utilizing parallel patterns. The Microsoft .NET Framework 4 web installer package downloads and installs the .NET Framework components required to run on the target machine architecture and OS. An Internet connection is required during the installation. .NET Framework 4 is required to run and develop applications to target the .NET Framework 4.
Embarcadero Developer Network (EDN), the community site for developers where you can access, leverage and contribute valuable information and knowledge at any time. The knowledge, systems, and membership that are EDN exist to enhance the effectiveness of your day-to-day job performance, enrich the career of anyone involved in systems development and management, and extend the breadth and depth of our industry. Includes C++ Builder, Delphi, J Builder, InterBase, Rapid SQL, etc... Using RAD, (Rapid Application Development), C++ environment and framework designed for ultra-fast development of highly-maintainable Windows GUI applications
Tutorials Shared by the Internet Community
The future of programming languages Recorded at JAOO Aarhus 2008, Anders Hejlsberg provides fascinating insight to the future of programming languages. He talks extensively about dynamic and static languages, imperative and declarative languages, functional programming, concurrency, and metaprogramming. The discussion provides ample code samples that exemplify the advantages of the different paradigms and styles of programming.
Programming Tutorial Learning PDF Manuals, Reference, Article, News, Tools, Tips and Tricks More links about PDF ReconNetworks.NET! Programming support community.
Artful Code. Resources and tips for Lisp, Python, Pike, PHP, and other interactive languages.
Open Source Scripts OSS's primary mission is to provide a resource for users to find and use free and Open Source applications that are Stable.
Dart, a class-based optionally typed programming language for building web applications. Dart’s design goals are:-
Developers Guide
Stack Overflow is a collaboratively edited question and answer site for programmers' regardless of platform or language.
Dev Articles (Developer Articles). Programming Help, Web Design Help, CSS Help, Coding Tutorials'.
The RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. Each software package consists of an archive of files along with information about the package like its version, a description, and the like. There is also a library API, permitting advanced developers to manage such transactions from programming languages such as C or Python.
rpm2html automatically generates Web pages describing a set of RPM packages. The RPM find tool allows automate the search of packages from the RPM Database or maintain your system up-to-date in a more automated way.
Berkeley Computer Science Courses
Visual Studio 2010. Visual Studio 2010 and .NET Framework 4 focuses on the core pillars of developer experience, support for the latest platforms, targeted experiences for specific application types, and core architecture improvements.
Visual Studio Gallery provides quick access to tools, controls, and templates to help you get the most out of Visual Studio.
Bytessence InstallMaker is a freeware installer creator targeted at individual developers or small companies who need to package their software products for internet distribution. The installers generated with BIM can run programs, modify the registry, create shortcuts and internet links, register DLLs, add environment variables, install fonts and many others. In addition, the uninstaller module is able to automatically reverse all the changes to the user's PC.
Debugging Tools for Windows To debug drivers, applications, and services on systems that are running Windows NT 4.0, Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows Server 2008 R2, or Windows 7. You can also use Debugging Tools for Windows to debug the operating system itself. Versions of the Debugging Tools for Windows package are available for 32-bit x86, native Intel Itanium, and native x64 platforms. More Regular Expressions (Regex, regexp, RE, re)
Pick a Tutorial. A source for online computer programming, web designing and database tutorials!
Visual Studio 2008 Express Editions Free, but limited editions of Visual Studio for a single programming language supported by .NET.
Web development, Tutorials. These tutorials are designed to support college-level classes in Web development, but they can provide introductions to these topics for anyone interested. All are works in progress and are being expanded as time permits. They run under Microsoft Server 2003 and .NET Framework 2.0, and have been tested using Microsoft Internet Explorer 6.0 under Windows XP. More Web Master Tools
Koders. A search engine for open source and other downloadable code now contains over 2 billion lines of code within its repository.
Azroc Tutorials. Example, Visual Studio C# More C# links
Computer Videos.110mb Learn by watching.
Codecademy is the easiest way to learn how to code. It's interactive, fun, and you can do it with your friends. "Codecademy was created out of the frustrations Zach and Ryan felt with learning how to program. Tired with less effective text and video resources, Ryan and Zach teamed up to create Codecademy, a better, more interactive way to learn programming by actually coding. This is just the beginning. Join us as we make it easy for everyone to love and learn how to code.
cURL and libcurl. curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication.
Curl Developer Community- an interactive community space for developers, application architects and Web interaction designers interested in gaining and sharing knowledge about Curl's industry-leading development platform for building Rich Internet Applications. The goal of the Developer Community is to help design, build and deliver Richer Internet Applications.
PHP: CURL - Manual More PHP links
REST. Representational state transfer. (Wikipedia). A style of software architecture for distributed hypermedia systems such as the World Wide Web. The term representational state transfer was introduced and defined in 2000 by Roy Fielding. Conforming to the REST constraints is referred to as being "RESTful". Also see Web Services
Jordan Russell. Here you can find some freeware and shareware developers' tools and Delphi components.
Processing is an open source programming language and environment for people who want to create images, animations, and interactions. Initially developed to serve as a software sketchbook and to teach fundamentals of computer programming within a visual context, Processing also has evolved into a tool for generating finished professional work. Today, there are tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for learning, prototyping, and production.
BURKS (the Brighton University Resource Kit for Students) was a non-profit collection of useful resources for students of Computing who did not have (or could not afford) an Internet connection. The resources include compilers, tutorials and reference manuals for dozens of different programming languages, a dictionary of computing with over 13,000 entries, a copy of the Mandrake Linux distribution, a vast amount of useful software, information about the Internet itself, and much mor
Template Toolkit. The Template Toolkit is a collection of Perl modules which implement a fast, flexible, powerful and extensible template processing system. It is "input-agnostic" and can be used equally well for processing any kind of text documents: HTML, HTML 5, XML, CSS, Javascript, Perl code, plain text, and so on. However, it is most often used for generating static and dynamic web content, so that's what we'll focus on here. Although the Template Toolkit is written in Perl, you don't need to be a PERL programmer to use it. It was designed to allow non-programmers to easily create and maintain template-based web sites without having to mess around writing Perl code or going crazy with cut-n-paste.
Blogcast Repository Covers Programming, Servers, Operating Systems, etc. More Blogs.
Learn Computer Language. This is a site where you can find: different tutorials and manuals for computer languages and programs; different links to cool sites. we have searched manuals over net and mirror them here.
Community Clips from Microsoft Office Labs Mainly how to use Microsoft applications and programming tips and advice. More Videos sharing websites.
wxWidgets lets developers create applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using one codebase. It can be used from languages such as C++, Python, Perl, C# .NET. Unlike other cross-platform toolkits, wxWidgets applications look and feel native. This is because wxWidgets uses the platform's own native controls rather than emulating them. It's also extensive, free, open-source, and mature. More Widgets and Gadgets links.
Message Passing Interface Forum. This location contains the official MPI (Message Passing Interface) standards documents, errata, and archives of the MPI Forum. The MPI Forum is an open group with representatives from many organizations that define and maintain the MPI standard. MPI is a methodology of programming many multi-processor computers. It is a method of passing data between the Processors. MPI deals with multicore and parallelism. parallel programming.
More information about Parallel Programming Multi-Thread Programming, etc...
Intel® Threading Building Blocks (TBB) offers a rich and complete approach to expressing parallelism in a C++ program. It is a library that helps you take advantage of multi-core processor performance without having to be a threading expert. Threading Building Blocks is not just a threads-replacement library. It represents a higher-level, task-based parallelism that abstracts platform details and threading mechanism for performance and scalability.
W3C The World Wide Web Consortium (W3C) develops interoperable technologies (specifications, guidelines, software, and tools) to lead the Web to its full potential. W3C is a forum for information, commerce, communication, and collective understanding. On this page, you'll find W3C news, links to W3C technologies and ways to get involved. New visitors can find help in Finding Your Way at W3C. We encourage organizations to learn more about W3C and about W3C Membership.
w3schools Free HTML, HTML 5, XHTML, CSS, JavaScript, XML, ASP, PHP, SQL tutorials with lots of working examples and source code.
Zymic offers a large amount of quality free templates, free tutorials, free resource downloads, programming, tutorials and much more! B&T's Tips & Scripts is a collection of Tips & Scripts to help you build a better website. The Tips & Scripts are targeted towards the native Apache PHP MySQL environment.
Games Programming, programming games, coding games, games coding
More Regular Expressions (Regex, regexp, RE, re)
Common Weakness Enumeration (CWE). CWE is a community-developed formal list of common software weaknesses. The intention of CWE is to serve as a common language for describing software security weaknesses in architecture, design, or code; as a standard measuring stick for software security tools targeting these weaknesses; and to provide a common baseline standard for weakness identification, mitigation, and prevention efforts. Broad community adoption of CWE will help shape and mature the code security assessment industry and also dramatically accelerate the use and utility of software assurance capabilities for organizations in reviewing the software systems they acquire or develop.
The Open Web Application Security Project released a helpful document that lists what they think are the top ten security vulnerabilities in web applications.
MORP or Module Orientated Robotic Programming is a small framework designed to bring base implementations in order to easily connect modules such as a NXT or Bioloid Robot. It provides its own scripting languages called 'morp' dedicated to robot programming. More Robot news
MVC, (Model View Controller), is a design pattern that enforces the separation between the input, processing, and output of an application. To this end, an application is divided into three core components: the model, the view, and the controller. Each of these components handles a discreet set of tasks.
Model View Controller, (MVC), program design concepts.
The Free Country Free Programmers'Resources, Free Webmasters'Resources, Free Security Resources, Free Software Including Free Compilers / Interpreters (Lots of Computer languages) and Free Libraries and Source Code
Computer Dictionary is an open source project, released under terms of the Creative Commons ShareAlike 2.0 license, that aims to develop a Docbook XML glossary database containing definitions of computing nomenclature. The primary application for the source is realized in context of Docbook XML-based publishing systems. However, as a desired side-effect, the glossary is also available online as a browsable reference.
Free Online Computer Science and Programming Books, Textbooks, and Lecture Notes
eBooks, Free eBooks. Get free eBooks
Press Release List & Article Publishing Physical Publishing
FTLS web Server. Linux : You can find here many Linux links... Tutorial : A HTML, HTML 5 tutorial... Archives : You can find here Java programs, and if you have a web server, into this CGI resource, there're more over 15 Free Perl CGI / applications scripts to help make your web site more interactive... Free : You can find here free webs services links... Search : You can find informations and direct access to many search engines, and a List of more over 400 search engines + links to add you URL into... Free eMail services, etc
Business Software Alliance. Help businesses avoid software licensing problems. We've designed the Anti-Piracy Information section to help users prevent software theft. BSA one of the World's leading anti-software piracy groups is committed to providing support every step of the way. In 2003, across the EMEA region, the BSA handled 57,625 calls, followed up 7,929 end user leads and took legal action against 9142 companies. Learn about the types of software piracy, its penalties and find all the tools you need to make a difference: Asset Management Resources, Guide to Software Management, Reasons to Fight Software Piracy, Online Shopping Tips and much more. If you've already thought through the issues and now wish to report a company that uses illegal software, you can do so anonymously through our Online Reporting Tool. (Don't forget, when an organization is prosecuted, it is the company directors who face legal action.) Report Piracy Now
cURL groks URLs. cURL is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE and LDAP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. PHP users! Look for the PHP/CURL binding! More PHP links.
ZVON. The Guide to the XML Galaxy. Covers other languages, manly web baised, SOAP etc.
FAQTS. (Frequently Asked Question) Collection of high quality information. You can browse the knowledge bases or perform specialized searches. Anyone can contribute and everyone is encouraged to do so.
Search-This Empowering Webmasters for Online Success! Website promotion, internet marketing, Blogging, Web standards, usability, design, development
EdComp Free Computer Education and Training Search
BigResource Project: Since 2005, we are working around the clock to develop World's Largest Directory of Web Programming & Development Scripts and Tutorials. Over 40,000 Webmaster Scripts & Tutorials have been indexed so far. BigResource is a visitor maintained directory and everybody is welcome to Edit the content.
VCL Components Component Library for Programming Languages.
Code Bangers. Coding Operating Systems, PHP, Linux, Windows, etc...
jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GNU General Public License. jEdit has more than 150 plugins are already available that add a variety of features to jEdit. Before installing jEdit, make sure you have a compatible Java virtual machine; see the compatibility page for details.
Open Source Programming Languages From OSDir
Softpanorama: (slightly skeptical). Open Source Software Educational Society.
OOP School Abstraction is a central element in OOP. Four basic principles defines the object oriented approach to abstraction.
ECMA Standards. ECMA International is an industry association founded in 1961, dedicated to the standardization of information and communication systems.
Device Tools is a comprehensive and free portal, aimed at providing engineers who develop connected devices all the information needed to make their next design a success. Covers low level and high level coding.
Resource Hacker™ is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Win95, Win98, WinME, WinNT, Win2000 and WinXP operating systems. Viewing Resources: Cursor, Icon, Bitmap, GIF, AVI, and JPG resource images can be viewed. WAV and MIDI audio resources can be played. Menus, Dialogs, MessageTables, StringTables, Accelerators, Delphi Forms, and VersionInfo resources can be viewed as decompiled resource scripts. Menus and Dialogs can also be viewed as they would appear in a running application.
VCL Components Component Library for Programming Languages
Ghostscript, an interpreter for the PostScript language and for PDF, and related software and documentation. Ghostscript is an interpreter for the PostScript (TM) language. A PostScript interpreter usually takes as input a set of graphics commands. The output is usually a page bitmap which is then sent to an output device such as a printer or display. PostScript is embedded in many printers. This is for more for Programmers More Ghostscript information.
GSview is a graphical interface for Ghostscript. Ghostscript is an interpreter for the PostScript page description language used by laser printers. For documents following the Adobe PostScript Document Structuring Conventions, GSview allows selected pages to be viewed or printed. GSview requires Ghostscript. GSview is available for Windows, OS/2 and Linux. More Ghostscript information.
Tutorials Learn more about an Application or Programming.
Dream in code Lots of help with your programming.
Find and share cheat sheets and programming resources
Windows Script is a comprehensive scripting infrastructure for the Microsoft® Windows® platform. Windows Script provides two script engines, Visual Basic® Scripting Edition and Microsoft JScript®, which can be embedded into Windows® Applications. It also provides an extensive array of supporting technologies that makes it easier for script users to script Windows Applications.
Windows Script Control. The Microsoft® Windows® Script Control is an ActiveX® control that provides developers with an easy way to make their applications scriptable.
Microsoft Script Debugger. This section provides information about to use the Script Debugger how to start it, how to set breakpoints, run scripts, and so on.
Microsoft Visual Studio LightSwitch is a simplified, self-service development tool that enables you to build business applications quickly and easily for the desktop and cloud.
LightSwitch Developer CenterBeginning LightSwitch: Getting Started
LightSwitch How to videoe's "How Do I?" Videos This step-by-step video series is focused on teaching you how to build data-centric business applications using Visual Studio LightSwitch.
Channel 9, (MSDN), is all about the conversation. Channel 9 should inspire Microsoft and our customers to talk in an honest and human voice. Includes Presentations and Discussions in Video of Programming and Coding.
Microsoft's Patterns & Practices team
The Computer Technology Documentation Project, (CTDP)
250+ Tools and Resources For Coding the Web
Find when and where a local Extreme Programming Meeti-up is happening
Code Comments. Programming Forum and web based access to our favorite programming groups.
Freebyte's Guide to Programming Dev-C++ : Free Integrated Development Environment for the C/C++ Mingw compiler (included with the package).
Dev-Pascal : Free Integrated Development Environment for the Free Pascal compiler (included in the package). language.
The Software Engineering Information Repository (SEIR)
Command-Line-Fu is the place to record those command-line gems that you return to again and again. Delete that bloated snippets file you've been using and share your personal repository with the world. That way others can gain from your CLI wisdom and you from theirs too. All commands can be commented on and discussed - digg-esque voting is also encouraged so the best float to the top. Also see DOS
DMOZ.org Most Programming Languages. (Links to just about every type of Programming Code)
Conferences Open Source O'Reilly
Extensible Application Markup Language (XAML). A programming language based on Extensible Markup Language (XML) that developers can use to specify a hierarchy of common language runtime (CLR) objects by using a set of properties and logic. This topic describes the advantages that this language provides over other programming languages, demonstrates how you can use XAML to write applications, and describes some of the basic programming model features of XAML.
Mime Types. File types, file extensions
Creative Commons is a nonprofit that offers a flexible copyright for creative work.
No Software Patents! Under the influence of the patent system and big industry lobbyists, the European Union is on the verge of making a huge mistake: to pass a law that would legalize software patents. If that happens, you will pay dearly. Europe's software industry will fall victim to unscrupulous extortioners. A cartel of large corporations will crush smaller competitors. Consequently, we will all pay more money for less good and less secure software. You personally, your household, your company, your government, all of us. You'll know when you get the bill. When someone breaks into your computer, reads your E-mails, and steals the password of your bank account. When your computer crashes every day. When spam doesn't stop. When prices go up and companies shut down. When people lose their jobs. (* This is for information only and is not DOT Solutions view).
Open Source Initiative (OSI) is a non-profit corporation dedicated to managing and promoting the Open Source Definition for the good of the community, specifically through the OSI Certified Open Source Software certification mark and program. You can read about successful software products that have these properties, and about our certification mark and program, which allow you to be confident that software really is "Open Source."
The W3C Patent Policy governs the handling of patents in the process of producing Web standards. The goal of this policy is to assure that Recommendations produced under this policy can be implemented on a Royalty-Free (RF) basis.
Microsoft Visual Studio Developer Center Visual Studio .NET Professional. Visual Basic .NET. Visual C# Visual C++ Visual Java and Office Developer etc..
Install Debugging Tools for Windows 32-bit Version
MS .NET Framework 2.0 The Microsoft .NET Framework version 2.0 (x86) redistributable package installs the .NET Framework runtime and associated files required to run applications developed to target the .NET Framework v2.0. The .NET Framework version 2.0 improves scalability and performance of applications with improved caching, application deployment and updating with ClickOnce, support for the broadest array of browsers and devices with ASP.NET 2.0 controls and services. For more information on the .NET Framework 2.0, click here. Required Software: Windows Installer 3.0 (except for Windows 98/ME, which require Windows Installer 2.0 or later). Windows Installer 3.1 or later is recommended. IE 5.01 or later: You must also be running Microsoft Internet Explorer 5.01 or later for all installations of the .NET Framework.
MSDN: Windows Media SDKs and Documentation Microsoft Windows
Enterprise Library for .NET Framework 2.0, the collection of reusable and extensible application blocks for enterprise development, has been improved and updated specifically for Visual Studio 2005 and the .NET Framework 2.0 (January 2006)
Microsoft patterns & practices are Microsoft's recommendations for how to design, develop, deploy, and operate architecturally sound applications for the Microsoft application platform.
Windows Script Control. The Microsoft® Windows® Script Control is an ActiveX® control that provides developers with an easy way to make their applications scriptable. Website Design, Promotion, Revenue and Scripting Tips - Coding and Lots of free tips, tutorials and articles on every aspect of your website. It's a one-stop comprehensive guide to managing your site.
CodeBits - Tested Complex Code!
Infoqu The location for free online computer/programming support and computer/programming related information. Infoqu has been designed to assist all types of computer users with any of their computer/programming related questions as well as a great location to learn more about your computer and programming.
Lua, (pronounced LOO-ah) means "Moon" in Portuguese), is a powerful, fast, light-weight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
Software QA and Testing Resource Center
CWE/SANS TOP 25 Most Dangerous Programming Errors Experts Announce
Agreement on the 25 Most Dangerous Programming Errors - And How to Fix Them
Agreement Will Change How Organizations Buy Software.
PDF For Printing
More about PDF More about Security
Convert Zone File conversion PDF to Word, etc/Word to PDF, other Applications, etc... Video, Audio and other Code conversions...
Programming Applications (VBA) Microsoft Windows Operating System
Microsoft SQL Server Microsoft Server System
The Official Win32::Perms Home Page. One of the most frustrating aspects of administrating Win32 machines is the way that permissions are managed. The only way to modify permissions is by using the GUI tools that come with the operating system, such as the Explorer.exe program. There are other tools such as Cacl.exe but they are not necessarily easy to find nor are they easy to use. Additionally such tools typically only work on permissions for one particular type of object (such as files and directories or printer shares). This is what the Win32::Perms extension was designed to combat. It allows a script to query and modify the permissions on files, directories, registry keys, network shares and printer shares. In addition to permissions the extension also allows the management of how an object is audited as well as editing the objects owner and group.
Representational State Transfer (REST) is a software architectural style for distributed hypermedia systems like the world wide web.
ImageMagick™ is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats
OPERATOR DIFFERENCES The .. range operator treats certain character ranges with care on EBCDIC machines. For example the following array will have twenty six elements on either an EBCDIC machine or an ASCII machine. Find out about cJ, cI, (You may see these when loading Excel characters codes via PERL), etc...
ASCII, American Code for Information Interchange. Character Symbols. Hexadecimal Binary Octal etc..
Download RPN Calculator The RPN Calculator application was designed to be an advanced calculator that takes input in Reverse Polish Notation. It supports variables, a fair number of scientific functions, the ability to compile equations and add them to a menu for quick and easy usage / access and more. More about Reverse Polish Notation, (RPN) by analogy with the related Polish notation, a prefix notation introduced in 1920 by the Polish mathematician Jan Łukasiewicz, is a mathematical notation wherein every operator follows all of its operands. It is also known as Postfix notation and is parenthesis-free. e.g. 5 7 +
Hungarian notation Hungarian notation was designed to be language-independent, and found its first major use with the BCPL programming language. Because BCPL has no data types other than the machine word, nothing in the language itself helps a programmer remember variables types. Hungarian notation aims to remedy this by providing the programmer with explicit knowledge of each variable's data type. e.g. intVariablename, strVariablename, pntVariablename, etc....The first part of each variable name indicates the data type, e.g., integer, string, pointer, etc....
Search engines. Online Dictionary, Thesaurus. Acronym, abbreviation finder, etc. Includes Acronym or abbreviation, Dictionary, Thesaurus, FAQ and more...
Dret's, (Erik Wilde), Web and XML, (other programming languages), glossary. The acronym index (shown below) provides a concise list of all acronyms, while the individual letter indices (always accessible via the letter bar) list the full names as well. If you are interested, you can look at some Statistics about the Glossary.
CGI, Common Gateway Interface is a method used by PERL, and other languages, to pass data and other information to and from the server.
CGI Programming on the World Wide Web
Geodsoft provides tips on designing and developing web sites and administering the computers they run on and the networks of which they are a part.
Apache open-source software and Apache Servers. Mod Rewrite.
Microsoft Office Update (Stay up-to-date with critical patches and free recommended Microsoft Office downloads).
Microsoft ADO (ActiveX Data Objects)
Distributed Component Object Model (DCOM) for Windows 98 v1.3. DCOM98 1.3 extends the support for Distributed Component Object Model (DCOM) for Microsoft Windows 98.
Nerd Tests at you a Nerd or a Geek, test yourself and Jokes etc....
The Site Wizard Website design, promotion, programming and revenue making.
The Internet Ray Tracing Competition is an open competition. Deadline for still image submission is every two months; for animations, every three months. Participants may use any 3D rendering program. The complete rules for stills and rules for animations spell out everything you need to know about submitting an entry. Ray Tracing is used to produce 3D images, quite often used in game programming. (Games Programming, programming games, coding games, games coding)
Adobe® Flex® 2 is the most complete, powerful application development solution for creating and delivering rich Internet applications (RIAs) within the enterprise and across the web. It enables enterprises to create personalized, multimedia-rich applications that dramatically enhance user experience, revolutionizing the way people interact with the web. Overview - Rich Internet Applications.
Codec is an abbreviation for Coder-Decoder or Compressor/Decompressor,. It may be used for analog-to-digital (A/D) and digital-to-analog (D/A) converter for translating the signals from the outside world to digital, and back again. Or used to compress/uncompress files for easier storage and/or transmission.
Codec Installation Packages for IT Professional Microsoft Windows Media codecs are automatically downloaded by Microsoft Windows Media Player, including all Microsoft Windows Media codec updates.
Windows Media Video 9 Series Codecs
Players and viewers. Messenger Services.
Visualisation of how Search Engines and Keywords link together
Free-codecs.com
Codecs Central
Free Codecs
GSpot Codec Information Appliance
Sherlock® The Codec Detective
LAMP is an acronym for a set of free software programs commonly used together to run dynamic Web sites: Linux, the operating system; Apache, the web server; MySQL, the database management system (or database server); Perl, PHP, and/or Python, scripting languages.
Host Library Tutorial is designed to guide you through the initial steps of setting up Apache, MySQL, and PHP on Linux.
LAMP Tutorial: Linux, Apache, MySQL, PHP Introduction.
On LAMP O'Rielly
Linux Apache MySQL PHP Web Sites
OpenCV, (Open Source Computer Vision). Download OpenCV Introduction to programming with OpenCV OpenCV Wiki This Wiki is intended to support the OpenCV community. OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real time computer vision. Example applications of the OpenCV library are Human-Computer Interaction (HCI); Object Identification, Segmentation and Recognition; Face Recognition; Gesture Recognition; Motion Tracking, Ego Motion, Motion Understanding; Structure From Motion (SFM); Stereo and Multi-Camera Calibration and Depth Computation; Mobile Robotics. Introduction to Programming With OpenCV Getting Started with OpenCV
Rebol, (Relative Expression Based Object Language). What is Rebol Learn Rebol A uniquely small and productive development tool that can be used to create powerful desktop software, dynamic CGI web site and server applications, rich distributed browser plugin applications, mobile apps, and more. REBOL's blend of capability, compact size, ease of use, cross-platform functionality, and variety of interpreter platforms enable it to gracefully replace many common tools such as Java, Python, Visual Basic, C, C++, PHP, Perl, Ruby, Javascript, toolkits such as wxWidgets, graphic/multimedia platforms such as Flash, DBMSs such as Access, MySQL, and SQLite, a variety of system utilities, and more, all with one simple paradigm. Despite its broad usefulness, REBOL is far easier to implement than any other comparable tool. The REBOL Developer Network
Rebol Programming - Learn Rebol with Real-World Examples
Search-This Empowering Webmasters for Online Success! Website promotion, internet marketing, Blogging, Web standards, usability, design, development
Boston University Scientific Computing and Visualization Group
Tutorialfind Learn more about computer related items.
HelpLine Your computer problems solved with Jay Lee.
Google Data APIs Client Library More Google Knowledge. Google Information
Absolute Code Finder you find your code snippets at lightning speed, by keyword. I am a web and software developer, I’m fully aware that, whenever we’re developing, we do need to find our pieces of code fast. That is why I developed this nifty time saver and efficiency provider. You contact, directly from within the software, twenty major code repositories. You enter a keyword, you scroll the combo displaying the repositories, the soft takes you there. It also provides several keyword suggestion tools. Will help find coding in ASP, or PHP, C++, C#, Ruby, Ajax, etc
FREE Video Tutorials on Flash, Photoshop, WordPress and More!
Embarcadero Developer Network (EDN), Community site for developers where you can access, leverage and contribute valuable information and knowledge at any time. The knowledge, systems, and membership that are EDN exist to enhance the effectiveness of your day-to-day job performance, enrich the career of anyone involved in systems development and management, and extend the breadth and depth of the industry.
Microsoft HTML Help Workshop (Hhw.exe) is an executable program designed to help you create help systems using source files based on Hypertext Markup Language (HTML). With HTML Help Workshop, you can create help systems for distribution with a software program or as stand-alone systems on a Web site. The file hhc.exe is a legitimate component of
Help Compilers A help compiler is required to turn the output of any help authoring tool (including Help & Manual) into a compiled Windows help file. The help compilers are provided by Microsoft for free. There are separate compilers for HLP and for CHM (HTML HELP) files.
Launchpad A bug tracker software teams to collaborate on bug reports and fixes. A code hosting and software collaboration platform. Open source -- you can join the community of people who help improve it.
Freelance Counter is a small program designed for freelances that will help you calculate your work hours for every job you have. It can also generate monthly report and export it to Excel.
Programming Bulls I love the code
Software QA and Testing Resource CenterDocument Object Model (DOM), ( Wikipedia), is a cross-platform and language-independent convention for representing and interacting with objects in HTML, XHTML and XML documents. Aspects of the DOM (such as its "Elements") may be addressed and manipulated within the syntax of the programming language in use. The public interface of a DOM is specified in its Application Programming Interface (API).
DeviceTools is a comprehensive and free portal, aimed at providing engineers who develop embedded devices all the information needed to make their next design a success.
UPX, (Ultimate Packer for eXecutables ), is a free, portable, extendable, high-performance executable packer for several different executable formats. It achieves an excellent compression ratio and offers very fast decompression. Your executables suffer no memory overhead or other drawbacks for most of the formats supported, because of in-place decompression
OpenCL Open Computing Language.(Wikipedia) A framework for writing programs that execute across heterogeneous platforms consisting of central processing unit (CPUs), graphics processing unit (GPUs), and other processors. OpenCL includes a language (based on C99) for writing kernels (functions that execute on OpenCL devices), plus application programming interfaces (APIs) that are used to define and then control the platforms. OpenCL provides parallel computing using task-based and data-based parallelism. OpenCL is an open standard maintained by the non-profit technology consortium Khronos Group. It has been adopted by Intel, Advanced Micro Devices, Nvidia, and ARM Holdings.
OpenCL gives any application access to the graphics processing unit for non-graphical computing. Thus, OpenCL extends the power of the graphics processing unit beyond graphics (see general-purpose computing on graphics processing units). Academic researchers have investigated automatically compiling OpenCL programs into application-specific processors running on FPGAs,[1] and commercial FPGA vendors are developing tools to translate OpenCL to run on their FPGA devices.[2].Inno Setup is a free installer for Windows programs. Inno Setup rivals and even surpasses many commercial installers in feature set and stability.
Doug Knox A site is actually more of a site for scripts you can run on your computer. All of the scripts are designed to fix various computer problems you may be having. You'll also find information on different operating systems as well, so this is a good all around computer resource to help you solve your computer problems.
Fix Text - Converts out strange non-web character codes when filling out web forms
The Testable Explorer Blog (What you need to know about testing). By Miško Hever an Agile Coach at Google where he is responsible for coaching Googlers to maintain the high level of automated testing culture.Pastebin. A website where you can store text for a certain period of time. The website is mainly used by programmers to store pieces of sources code or configuration information, but anyone is more than welcome to paste any type of text. The idea behind the site is to make it more convenient for people to share large amounts of text online. Users have the ability to make private pastings, so they are only visible to the people they choose to share their links with.
KRyLack File Checksum Tool is a free utility that can generate a MD5, SHA-1, HAVAL, MD2, SHA-256, SHA-384, SHA-512 hash from a file. A Hash (Checksum) is a sort of digital fingerprint, uniquely identifying each file. These are common hashes that are used to verify the integrity and authenticity of files. The software allows you to verify the Hash to ensure the file integrity is correct with the matching file or create new checksum for your important data. Many download sites list the MD5 hash along with the download link. Application is portable and does not require any installation.
Developer Tools for Skype more VoIP, STUN, TURN, NAT and ICE, SBC, Session Border Controllers and SIP Technologies and WAP, WML, Wireless Markup Language, Wireless links, Wi-Fi, BlueTooth, PixeCode, PDF414, Semacode, Datamatrix, radio
Unofficial Official SAS/C Compiler Support Page
Slashdot "News for Nerds". Stuff that matters.
Bugzilla is a "Defect Tracking System" or "Bug-Tracking System". Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively.
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required. (Not really a Forum more a Question and Answer site).
RexSwain covers various languages e.g. Demonstrates server-parsed HTML, Perl 5 Reference Guide, KEDIT commands and KEXX language, etc...
Eclipse is an open source community, whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle. The Eclipse Foundation is a not-for-profit, member supported corporation that hosts the Eclipse projects and helps cultivate both an open source community and an ecosystem of complementary products and services.
Most Pressed Keys when programming, Heat Maps of key press use with diff rent coding languages. What happens when having to deal with the different syntaxes, does the syntax allow you to be more expressive or faster at coding in one language or another.Whch keys are pressed most when writing with different programming languages. More about Heat Maps
HEX to BIN to DEC Calculator Handy for programmers who need to convert. SubnetOnline Your online IP subnet calculator and network tools collection..."
IDE. Integrated Development Environment and Programming Editors
Games Programming, programming games, coding games, games coding,
Three Dimensional Graphics VRML, (Virtual Reality Modelling Language), and Stereo Graphic Images
Mobilephone Programming. Develop Mobile Apps, How the make mobilephone applications. The best Mobilephone Apps. Mobilephone applications to bring more life to your phone to life.
Forums. Computing Forums. Webmaster Forums, Programming Forums
Widgets and Gadgets. Small free-standing applications that reside on your computer.
.htaccess Files and .htaccess Help. How use to .htaccess
Apache open-source software and Apache Servers. Mod Rewrite
Augmented Reality (AR)
Consider Diagnostics and Security Scams and hoaxes. Fraud warnings. Virus Attacks
Operating Systems and Graphical User Interfaces. Windows Visa/XP, Linux, Apple, BeOS, etc.
Hosting Question you should ask
Back to top ® © ™ are owned by respective authors and websites. There may be a charge for some software. Always perform an Anti-Virus Check on any Software
Web Masters. Click Here Now to start making money. A Great opportunity to make some money. Receive 50% by offering your users Ton's of Keywords on A Great Portal websites. Our Affiliate Program Pays you 50% on Level 1 of Every Sale of our Text Link both searchable and static Text Link!
A Computer Portal. Freeware, Shareware. Download software. Computer languages and Programming code. Including PERL Scripts and Java Scripts. Webmaster Tools. Internet Marketing, Website promotion. Hardware Help from BIOS to Windows and UNIX.
® © ™ are owned by respective authors and websites. There may be a charge for some software. Google™ is a trademark of Google Inc, These pages are not endorsed by Google or any other Company. Always perform an Anti-Virus Check on any Software