howiwork.html
changeset 73 44d14b5e7bab
child 74 c0e6fb6cf6ef
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/howiwork.html	Sun Dec 18 03:44:26 2011 +0100
     1.3 @@ -0,0 +1,144 @@
     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 +        
    1.36 +      </div>
    1.37 +      <div id="content-wrap">
    1.38 +        <div id="main">
    1.39 +          <h2>Programming Languages</h2>
    1.40 +<p><!--<img src="images/binary.png" alt="binary" class="float-right" height="100" width="100" />-->
    1.41 +Some programming languages I've used, where the number of * show my level of expertise in the given language:</p>
    1.42 +<ul>
    1.43 +<li>
    1.44 +<h4>QBasic  *</h4>
    1.45 +My first.</li>
    1.46 +<li>
    1.47 +<h4>C++  *****</h4>
    1.48 +The dragon of system programming. My workhorse for efficient solutions.</li>
    1.49 +<li>
    1.50 +<h4>Java  ***</h4>
    1.51 +It's ok. I prefer tea.</li>
    1.52 +<li>
    1.53 +<h4>Haskell  *</h4>
    1.54 +Functional love-hate relationship.</li>
    1.55 +<li>
    1.56 +<h4>Prolog  **</h4>
    1.57 +Blew my mind. Awakened my interest in logics, not so much in using the language.</li>
    1.58 +<li>
    1.59 +<h4>C  *****</h4>
    1.60 +Clean, flat, structured. Runs the world under the hood.</li>
    1.61 +<li>
    1.62 +<h4>Assembly  **</h4>
    1.63 +The isomorphism from human mnemonics to machine code. Feel the cold touch of the machine mind.</li>
    1.64 +<li>
    1.65 +<h4>C#  ***</h4>
    1.66 +It's better than ok. I prefer seeing clear.</li>
    1.67 +<li>
    1.68 +<h4>Python  *****</h4>
    1.69 +Pragmatic, well-tempered, aesthetic. Fits perfectly into my method of working.</li>
    1.70 +<li>
    1.71 +<h4>Javascript  ***</h4>
    1.72 +The saviour of web frontends. Makes web development endurable.</li>
    1.73 +<li>
    1.74 +<h4>Go  *</h4>
    1.75 +Good idea, weird syntax. Doesn't go well with me.</li>
    1.76 +<li>
    1.77 +<h4>Common Lisp  **</h4>
    1.78 +The purity of programming love. Haven't seen the light yet.</li>
    1.79 +</ul>
    1.80 +<h2>Operating Systems</h2>
    1.81 +<ul>
    1.82 +<li><h4>GNU/Linux</h4>
    1.83 +Ubuntu, openSUSE, Red Hat and CentOS.</li>
    1.84 +<li><h4>Microsoft Windows</h4>
    1.85 +Windows 95/98/2000/XP/Vista/7.</li>
    1.86 +<li><h4>AmigaOS</h4>
    1.87 +Been a while...</li>
    1.88 +</ul>
    1.89 +<h2>Environments</h2>
    1.90 +<ul>
    1.91 +<li>
    1.92 +<h4>Emacs</h4>
    1.93 +My prefered editor. And I prefer my prefered editor.</li>
    1.94 +<li>
    1.95 +<h4>Visual Studio</h4>
    1.96 +Good IDE on Windows. Great debugger integration.</li>
    1.97 +<li>
    1.98 +<h4>Eclipse</h4>
    1.99 +Extendable. It's ok.</li>
   1.100 +</ul>
   1.101 +<h2>Tools</h2>
   1.102 +<ul>
   1.103 +<li>
   1.104 +<h4>Internet</h4>
   1.105 +Chrome for browsing and IRSSI for IRC.</li>
   1.106 +<li>
   1.107 +<h4>Documentation</h4>
   1.108 +LaTeX.</li>
   1.109 +<li>
   1.110 +<h4>Version Control</h4>
   1.111 +Mercurial for private work. 
   1.112 +Subversion/CVS when forced.</li>
   1.113 +</ul>
   1.114 +
   1.115 +
   1.116 +        </div>
   1.117 +        <div id="sidebar">
   1.118 +          <p>
   1.119 +	    <img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />
   1.120 +            <br />I'm a programmer,<br />
   1.121 +            a student of computer science,<br />
   1.122 +            a music enthusiast.<br />
   1.123 +            This is my site.
   1.124 +          </p>
   1.125 +          <div id="random_quote"></div>
   1.126 +        </div>
   1.127 +      </div>
   1.128 +      <div id="footer">
   1.129 +        <div id="footer-left">
   1.130 +          <p>
   1.131 +            <a href="mailto:sawine@me73.com">
   1.132 +	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
   1.133 +          </p>
   1.134 +        </div>
   1.135 +        <div id="footer-right">
   1.136 +          <p class="align-right">
   1.137 +            <a href="index.html">Home</a> | <a href="#top">Top</a>
   1.138 +          </p>
   1.139 +        </div>
   1.140 +      </div>
   1.141 +    </div>
   1.142 +    <script type="application/javascript">
   1.143 +      javascript:load_random_quote();
   1.144 +    </script>
   1.145 +  </body>
   1.146 +</html>
   1.147 +