Showing posts with label wikipedia. Show all posts
Showing posts with label wikipedia. Show all posts

Friday, 25 March 2011

Wikipedia Beautifier

Wonderful little Chrome Extension which can be downloaded from here & aims to make Wikipedia pages more visually appealing.

Saturday, 1 August 2009

Useful 3D Links

Here are some useful links on the subject of 3D computer graphics.
  • Rasterisation on Wikipedia here.
  • Sutherland-Hodgman clipping algorithm here.
  • Dot product on Wikipedia here.
  • Clipping at the OpenGL FAQ here.

Monday, 29 June 2009

How Computers Calculate

Interesting set of articles on Wikipedia & other sites, which contain information on the various methods that Computers use to carry out calculations.

Monday, 23 February 2009

Programming in Lisp

A lot more people seem to be talking about Lisp nowadays, if you don't know what it is you might want to check out this Wikipedia page & there's a very good tutorial for learning Lisp here.

The easiest way to install a version of Lisp if you're using Windows is to visit the newLisp website here & download a copy. The newLisp IDE requires Java, so you'll need to get a copy of the JRE from here.

Tuesday, 6 January 2009

Time Calculation in C & C++

Useful set of links for time calculation in the C & C++ Programming Languages.

Sunday, 14 December 2008

CRC Calculator

If you need a program to calculate CRC checksums (Cyclic Redundancy Check) get it here.

Another CRC checker can be found here.

A full description of the CRC function can be found on Wikipedia here.

Saturday, 15 November 2008

Deploying .NET Applications

Interesting set of links I've put together which will help you when you need to distribute a .NET app.

  • Deploying .NET Apps book on Google books, here.
  • Microsoft article on ClickOnce publishing, here.
  • How ClickOnce publishing works, here.
  • Wikipedia article on ClickOnce publishing, here.

Monday, 3 November 2008

Modulus Operator

Some links to the most interesting math operator in the world of programming, here, here & here.

Monday, 13 October 2008

Pointers & References

For any aspiring C & C++ programmers who are having difficulty understanding the difference between a Pointer & a Reference; I suggest taking a look at the following Wikipedia pages. Here & here.

Wednesday, 6 August 2008

Sprite Masking

Some interesting links regarding sprite masking.
  • Post submitted to SDL mailing list.
  • Sprite masking in Liberty BASIC, link.
  • Wikipedia article on sprite masking, here.

Thursday, 17 July 2008

Wikipedia Interesting Articles

Everyday I visit the programming section of the Ubuntu Forum. During the Two Years that I've been visiting the site I've discovered a lot of useful information. Here are a few interesting pages on Wikipedia that have been linked to on the site.

Friday, 27 June 2008

Comic Book Format

If you need a Comic Book Viewer or you need to store some images in the .CBR Format. Then I recommend that you take a look at some of the links on this Wikipedia page.