Jun
05
Filed Under (Technology) by Thejesh GN on 05-06-2008

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
  6. CodeFetch

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. CodeFetch allows you to search all source code examples included in all books on all languages.

But be sure about license terms and conditions before reusing the code.



May
09
Filed Under (Life) by Thejesh GN on 09-05-2007

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.



Apr
07
Filed Under (Life) by Thejesh GN on 07-04-2007

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.