public
Description: Pages
Homepage: http://btbytes.github.com
Clone URL: git://github.com/btbytes/btbytes.github.com.git
btbytes.github.com / index.html
100644 60 lines (52 sloc) 2.237 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
   <title>Pradeep Gowda's </title>
   <link rel="stylesheet"
 href="http://yui.yahooapis.com/2.5.1/build/reset-fonts-grids/reset-fonts-grids.css"
 type="text/css">
<link rel="stylesheet"
 href="style.css"
 type="text/css">
<style type="text/css">
   #custom-doc { width:39.38em;*width:38.44em;min-width:512px; margin:auto; text-align:left; }
   </style>
</head>
<body>
<div id="custom-doc" class="yui-t7">
   <div id="hd">
       <h1><a href="/">btbytes.github.com</a></h1>
       <p>Code and libraries by <a href="http://pradeepgowda.com/">Pradeep Gowda</a> </p>
       
 
 </div><!-- #hd -->
   <div id="bd">
      <!-- h2 class="section">projects</h2 -->
<div class="yui-ge dotbox">
<div class="yui-u logo">
<img src="pyofc2.png" height="80" width="80" />
</div><!-- .yui-u -->
 
<div class="yui-u first">
<h3><a href="/pyofc2">PyOFC2</a></h3>
<p>is a <a href="http://www.python.org">Python</a> library to generate data files for <a href="http://teethgrinder.co.uk/open-flash-chart-2/">Open Flash Chart
 2</a>. This is a standalone library and can be used with a python web framework of your choice.</p>
    <p class="codeurl"><code>git clone git://github.com/btbytes/pyofc2.git</code> </p>
    <p>See <a href="">DjPyOFC2_demo</a> for use of PyOFC2 with <a href="http://djangoproject.com/">Django</a></p>
        </div> <!-- yui-u first -->
    </div><!--dotbox -->
 
    <div class="yui-ge dotbox">
    <div class="yui-u logo">
    <img src="teh.png" height="80" width="80" />
    </div><!-- .yui-u -->
 
    <div class="yui-u first">
    <h3><a href="http://teh.appspot.com/">Teh</a></h3>
    <p> is a simple blog application for <a href="http://code.google.com/appengine/">Google App Engine</a>.</p>
    <p class="codeurl"><code>git clone git://github.com/btbytes/teh.git</code></p>
           </div> <!-- yui-u first -->
       </div><!--dotbox -->
 
</div><!-- bd -->
   <div id="ft">
     <p>&copy; 2009 <a href="http://pradeepgowda.com/">Pradeep Gowda</a></p>
   </div>
</div>
 
</body>
</html>