geshi test
SQL:
SELECT *
FROM anywhere
JOIN somewhere ON anywhere.id = somewhere.anywhere_id
CPP:
#inlcude <iostream>
use namespace hello;
cout << "no more" << endl;
C:
#ifdef HAVE_SIGNAL_H
static void sighandler(int sig);
static void clean_pid();
#endif
BASH:
MYVAR=`seq 0 0.5 100`
for i in $MYVAR;
do
echo $i;
done
PHP:
<?php
require 'MyProject/Db/Connection.php';
use MyProject::DB;
use MyProject::DB::Connection as DbConnection;
$x = new MyProject::DB::Connection();
$y = new DB::connection();
$z = new DbConnection();
DB::connect();
?>