You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

About Me (Roland Haas)

You may edit this page to include additional information about yourself.

E-mail: rhaas@illinois.edu

#!/bin/bash

for i in *.dat ; do
  ls $i
  cat >/dev/null
  if true ; then
    break
  fi
done
#!/usr/bin/env python2

import os
import sys
import matplotlib as mpl

fig = mpl.figure()

for i in range(12):
  if (i>3):
    print "foo"
  else
    print 'bar'

Recently Updated

Navigate space

 

  • No labels