Showing posts with label editor. Show all posts
Showing posts with label editor. Show all posts

Sunday, 30 August 2009

Sunday, 22 February 2009

Useful Programming Tools

The following tools should be very interesting for anyone involved in the technical side of computing.

  • Resource Hacker, download here.
  • XN Resource Editor, download here.
  • PEiD, download here.
  • Dependency Walker, download here.
  • Sysinternals Windows Utilities, here.

Monday, 4 August 2008

IrfanView Download

IrfanView is an image viewer which can be downloaded from here. If you want to view even more image formats than I suggest you download the IrfanView plug-ins as well.

Wednesday, 30 July 2008

Command-Prompt Text-Editor

Ever wanted to use the Windows Command Prompt as a text editor?

Take a look at this blog post.

Sunday, 27 July 2008

Online Image Editor

Another useful online tool can be found here. It's an image editor which can be used for resizing images.

Thursday, 3 July 2008

FreeBASIC

I've been using FreeBASIC for some years now; it's a compiled version of BASIC which has support for a lot of libraries such as OpenGL, GLUT etc.

In order to use it efficiently you'll also need to download a Code Editor (IDE) to type your code into. I use FBIde but there are others like FbEdit & JellyFB Editor.

Wednesday, 2 July 2008

DrPython IDE

DrPython is a code editor for Python, it works in both Linux & Windows & I highly recommend that you take a look at it here.

In order to use it you must first install wxPython. Windows users can get it from here, while Linux users can use their package manager to install it.