Page de test pour le code



code 1 : python
import sys
if len(sys.argv) == 2:
   print "Hello",sys.argv[1]


code 2 : php
   function hello($txt)
   {
      print("Hello ".$txt);
   }
   hello($_GET['name']);


code 3 : html
<html>
   <body>
      <h1>Hello</h1>
   </body>
</html>


code 4 : caractères accentués
é è ç à ô

Mais les → ← et ↔ doivent encore marcher !

Test of code line for marek
startup_message off
termcapinfo xterm ti@:te@
hardstatus alwayslastline
hardstatus string '%{= kG}-%= %{= kw}%?%-Lw%?%{Y}%n*%f %t%?(%u)%?%{w}%?%+Lw%?%?%= %{g}-%{B} %D %d/%m '
vbell off
# shell title (modified at login time - .bash_profile)
shelltitle "nv25"
# Bind arrow keys Control-Down to 'next', Control-Up to 'prev'
# to navigate between windows
bindkey ^[[1;5A prev
bindkey ^[[1;5B next
# solution for the "DELETE" problem
bindkey -d -k kb stuff \010
shell -$SHELL