howiwork.html
changeset 90 49897f71f067
parent 89 728dc42f2eb3
child 91 d02866e68bdd
     1.1 --- a/howiwork.html	Fri Jan 06 18:28:31 2012 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,145 +0,0 @@
     1.4 -<!DOCTYPE html>
     1.5 -<html lang="en">
     1.6 -  <head>
     1.7 -    <title>ME73</title>
     1.8 -    <meta name="author" content="Eugen Sawin <sawine@me73.com>" />
     1.9 -    <meta name="description" content="A Digital Playground" />
    1.10 -    <meta name="robots" content="index, follow, noarchive" />
    1.11 -    <meta name="googlebot" content="noarchive" />
    1.12 -    <script src="jquery.js"></script>
    1.13 -    <script src="script.js"></script>
    1.14 -    <link rel="stylesheet" href="dark.css" type="text/css" />
    1.15 -    <script type="application/javascript">
    1.16 -      var _gaq = _gaq || [];
    1.17 -      _gaq.push(['_setAccount', 'UA-2137333-1']);
    1.18 -      _gaq.push(['_trackPageview']);
    1.19 -      (function() {
    1.20 -      var ga = document.createElement('script'); ga.type = 'text/javascript';
    1.21 -      ga.async = true;
    1.22 -      ga.src = ('https:' == document.location.protocol ? 'https://ssl' :'http://www') 
    1.23 -      + '.google-analytics.com/ga.js';
    1.24 -      var s = document.getElementsByTagName('script')[0];
    1.25 -      s.parentNode.insertBefore(ga, s);
    1.26 -      })();
    1.27 -    </script>
    1.28 -  </head>
    1.29 -  <body>
    1.30 -    <div id="wrap">
    1.31 -      <div id="header">
    1.32 -        <canvas id="logo">
    1.33 -          FIND A BETTER BROWSER
    1.34 -        </canvas>
    1.35 -        <canvas id="sim">
    1.36 -        </canvas>
    1.37 -      </div>
    1.38 -      <div id="content-wrap">
    1.39 -        <div id="main">
    1.40 -          <h2>Programming Languages</h2>
    1.41 -<p><!--<img src="images/binary.png" alt="binary" class="float-right" height="100" width="100" />-->
    1.42 -Some programming languages I've used, where the number of * show my level of expertise in the given language:</p>
    1.43 -<ul>
    1.44 -<li>
    1.45 -<h4>QBasic  *</h4>
    1.46 -My first.</li>
    1.47 -<li>
    1.48 -<h4>C++  *****</h4>
    1.49 -The dragon of system programming. My workhorse for efficient solutions.</li>
    1.50 -<li>
    1.51 -<h4>Java  ***</h4>
    1.52 -It's ok. I prefer tea.</li>
    1.53 -<li>
    1.54 -<h4>Haskell  *</h4>
    1.55 -Functional love-hate relationship.</li>
    1.56 -<li>
    1.57 -<h4>Prolog  **</h4>
    1.58 -Blew my mind. Awakened my interest in logics, not so much in using the language.</li>
    1.59 -<li>
    1.60 -<h4>C  *****</h4>
    1.61 -Clean, flat, structured. Runs the world under the hood.</li>
    1.62 -<li>
    1.63 -<h4>Assembly  **</h4>
    1.64 -The isomorphism from human mnemonics to machine code. Feel the cold touch of the machine mind.</li>
    1.65 -<li>
    1.66 -<h4>C#  ***</h4>
    1.67 -It's better than ok. I prefer seeing clear.</li>
    1.68 -<li>
    1.69 -<h4>Python  *****</h4>
    1.70 -Pragmatic, well-tempered, aesthetic. Fits perfectly into my method of working.</li>
    1.71 -<li>
    1.72 -<h4>Javascript  ***</h4>
    1.73 -The saviour of web frontends. Makes web development endurable.</li>
    1.74 -<li>
    1.75 -<h4>Go  *</h4>
    1.76 -Good idea, weird syntax. Doesn't go well with me. Might give it another go.</li>
    1.77 -<li>
    1.78 -<h4>Common Lisp  **</h4>
    1.79 -The purity of programming love. Haven't seen the light yet.</li>
    1.80 -</ul>
    1.81 -<h2>Operating Systems</h2>
    1.82 -<ul>
    1.83 -<li><h4>GNU/Linux</h4>
    1.84 -Ubuntu, openSUSE, Red Hat and CentOS.</li>
    1.85 -<li><h4>Microsoft Windows</h4>
    1.86 -Windows 95/98/2000/XP/Vista/7.</li>
    1.87 -<li><h4>AmigaOS</h4>
    1.88 -Been a while...</li>
    1.89 -</ul>
    1.90 -<h2>Environments</h2>
    1.91 -<ul>
    1.92 -<li>
    1.93 -<h4>Emacs</h4>
    1.94 -My prefered editor. And I prefer my prefered editor.</li>
    1.95 -<li>
    1.96 -<h4>Visual Studio</h4>
    1.97 -Good IDE on Windows. Great debugger integration.</li>
    1.98 -<li>
    1.99 -<h4>Eclipse</h4>
   1.100 -Extendable. It's ok.</li>
   1.101 -</ul>
   1.102 -<h2>Tools</h2>
   1.103 -<ul>
   1.104 -<li>
   1.105 -<h4>Internet</h4>
   1.106 -Chrome for browsing and IRSSI for IRC.</li>
   1.107 -<li>
   1.108 -<h4>Documentation</h4>
   1.109 -LaTeX.</li>
   1.110 -<li>
   1.111 -<h4>Version Control</h4>
   1.112 -Mercurial for private work. 
   1.113 -Subversion/CVS when forced.</li>
   1.114 -</ul>
   1.115 -
   1.116 -
   1.117 -        </div>
   1.118 -        <div id="sidebar">
   1.119 -          <p>           
   1.120 -	    <a href="about.html" class="float-left"></a>            
   1.121 -            I'm a programmer,<br />
   1.122 -            a student of computer science,<br />
   1.123 -            a music enthusiast.<br />
   1.124 -            This is my site.
   1.125 -          </p>
   1.126 -          <div id="random_quote"></div>
   1.127 -        </div>
   1.128 -      </div>
   1.129 -      <div id="footer">
   1.130 -        <div id="footer-left">
   1.131 -          <p>
   1.132 -            <a href="mailto:sawine@me73.com">
   1.133 -	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
   1.134 -          </p>
   1.135 -        </div>
   1.136 -        <div id="footer-right">
   1.137 -          <p class="align-right">
   1.138 -            <a href="index.html">Home</a> | <a href="#top">Top</a>
   1.139 -          </p>
   1.140 -        </div>
   1.141 -      </div>
   1.142 -    </div>
   1.143 -    <script type="application/javascript">
   1.144 -      load_random_quote();
   1.145 -    </script>
   1.146 -  </body>
   1.147 -</html>
   1.148 -