Source Code for Me (s-c.me)

Allows you to paste souce code to blogs! Adapted for Twitter! Here is Search Form in case you missed your code.
Code:
Selected Language:
Show Linenumbers:
Short link for Twitter:
HTML:

HTML view:

Copy Source | Copy HTML
  1. Options +FollowSymLinks
  2. Options -Indexes
  3. php_flag register_globals off
  4. DirectoryIndex index.php
  5. AddDefaultCharset UTF-8
  6. RewriteEngine on
  7. RewriteBase /
  8. RewriteCond $1 !^(index\.php|robots\.txt|favicon\.ico)
  9. RewriteCond %{REQUEST_FILENAME} !-f
  10. RewriteCond %{REQUEST_FILENAME} !-d
  11. RewriteRule ^(.*)$ /index.php/$1 [L,QSA]

Based on Manoli.Net's CodeFormatter. Made by Topbot (c) 2008-2010
Some API could be found at http://s-c.me/WS/HighLight.asmx