Software by tag 'PHP'

Server2Go – Bring your Apache Server Anywhere

Posted by Dickey on Nov 29th, 08 | Filed under Application, Portable Apps | 1 Comment

Server2Go is a self configurable WAMPP stack which can be nurned into your CD-ROM or copy into USB pendrive. It require no configuration and can be run on write-protected me dia such as CD-ROM.

There are many examples of its possible useses such as catalogue software, calculation programmes, image campaigns (CMS-based), computer based training lessons or other applicatons.

Main features:

  • Free! No royalties
  • Complete WAMPP Server-Stack
  • Runs directly from CD-ROM, USB Stick or Hard disk without installation
  • Full featured webserver (based on apache)
  • PHP 5.x support with many extensions installed (e.g. gd)
  • Supports SQLite databases
  • Runs on all versions of Windows from Win 98 and above, MAC OSX support is coming
  • Support for MySQL 5 Databases
  • Supports many PHP extensions (GD-Lib, PDO…) by default
  • Support for Perl 5.8

Download: Server2Go

Codepad – Check your codes online for free

Posted by Dickey on Apr 25th, 08 | Filed under Cool Stuff, Internet, Tutorial | 1 Comment

Codepad is an online service which allow user to check codes online, without install any compiler.

Copy and paste your code in the text area provided and then choose your programming language. After that, hit the Paste and Run button and Codepad will try to compile and run your code.

You will get a short link which point to your code (your link will exists for 24 hours). If you want your link to exists permanently, you need to register an account.

Currently, Codepad supports C, C++, D, Haskell, Lua, OCaml, PHP, Perl, Plain Text, Python, Ruby, Scheme, and Tcl.

This service is very useful for user who want to compile a sample program but their computer doesn’t install the compiler.

Codepad