Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

Wednesday, May 9, 2007

Top 5 search engines for easy code searching

Reusing the code/frameworks ( either the in public domain or FOSS licensed code) is pretty common. But searching for useful code online is not very easy.The regular search engines like Google or Yahoo are not designed for code searching. Now there are few specialized code search engines which can fetch better result. Here are the top five code search engines

  1. Google Code Search
  2. Krugle
  3. Koders
  4. oreilly Code Search
  5. CodeBase
All the above engines allow you to search on Language (like Java, C etc) and license (like GPL, MIT etc). Except for oreilly code search, rest of them search the internet.
Oreilly code search contains the code from their books.Which currently contains over 123,000 individual examples, composed of 2.6 million lines of code all edited and ready to use.

Saturday, April 7, 2007

Online software developement environment

Create Workspace is a online development environment that facilitates the complete management of your Web-based projects. With a syntax highlighting editor built right in, it provides the ability to edit text, PHP, JavaScript, HTML, Java, Perl, SQL and other types of files directly on a remote server. Finding and managing those files is made easy with a cutting-edge file management utility embedded right in the app. With this utility, users can connect to, and manage the files on an arbitrary number of ftp sites

Workspace is complete online IDE. It gives you all functionalities to work on a web based project from with in a browser. It can connect to multiple online FTP servers. And you can edit those php files with out downloading to your local machine. This will also allow you to browse those FTP servers from behind firewall. The main features include

  • Connect to multiple ftp servers simultaneously
  • Always connected to your space on our servers
  • Create, rename, and delete files and folders
  • Upload and download files
  • Download archived folders
  • Cut/copy and paste files and folders


If you don't have an FTP server of your own. Don't worry every account gets some free space to work on. So go create a workspace.