howiwork.html
author Eugen Sawin <sawine@me73.com>
Fri, 06 Jan 2012 17:09:19 +0100
changeset 86 bccc43e500a8
parent 80 ba69edadfc4c
permissions -rw-r--r--
Added screenshots and descriptions.
     1 <!DOCTYPE html>
     2 <html lang="en">
     3   <head>
     4     <title>ME73</title>
     5     <meta name="author" content="Eugen Sawin <sawine@me73.com>" />
     6     <meta name="description" content="A Digital Playground" />
     7     <meta name="robots" content="index, follow, noarchive" />
     8     <meta name="googlebot" content="noarchive" />
     9     <script src="jquery.js"></script>
    10     <script src="script.js"></script>
    11     <link rel="stylesheet" href="dark.css" type="text/css" />
    12     <script type="application/javascript">
    13       var _gaq = _gaq || [];
    14       _gaq.push(['_setAccount', 'UA-2137333-1']);
    15       _gaq.push(['_trackPageview']);
    16       (function() {
    17       var ga = document.createElement('script'); ga.type = 'text/javascript';
    18       ga.async = true;
    19       ga.src = ('https:' == document.location.protocol ? 'https://ssl' :'http://www') 
    20       + '.google-analytics.com/ga.js';
    21       var s = document.getElementsByTagName('script')[0];
    22       s.parentNode.insertBefore(ga, s);
    23       })();
    24     </script>
    25   </head>
    26   <body>
    27     <div id="wrap">
    28       <div id="header">
    29         <canvas id="logo">
    30           FIND A BETTER BROWSER
    31         </canvas>
    32         <canvas id="sim">
    33         </canvas>
    34       </div>
    35       <div id="content-wrap">
    36         <div id="main">
    37           <h2>Programming Languages</h2>
    38 <p><!--<img src="images/binary.png" alt="binary" class="float-right" height="100" width="100" />-->
    39 Some programming languages I've used, where the number of * show my level of expertise in the given language:</p>
    40 <ul>
    41 <li>
    42 <h4>QBasic  *</h4>
    43 My first.</li>
    44 <li>
    45 <h4>C++  *****</h4>
    46 The dragon of system programming. My workhorse for efficient solutions.</li>
    47 <li>
    48 <h4>Java  ***</h4>
    49 It's ok. I prefer tea.</li>
    50 <li>
    51 <h4>Haskell  *</h4>
    52 Functional love-hate relationship.</li>
    53 <li>
    54 <h4>Prolog  **</h4>
    55 Blew my mind. Awakened my interest in logics, not so much in using the language.</li>
    56 <li>
    57 <h4>C  *****</h4>
    58 Clean, flat, structured. Runs the world under the hood.</li>
    59 <li>
    60 <h4>Assembly  **</h4>
    61 The isomorphism from human mnemonics to machine code. Feel the cold touch of the machine mind.</li>
    62 <li>
    63 <h4>C#  ***</h4>
    64 It's better than ok. I prefer seeing clear.</li>
    65 <li>
    66 <h4>Python  *****</h4>
    67 Pragmatic, well-tempered, aesthetic. Fits perfectly into my method of working.</li>
    68 <li>
    69 <h4>Javascript  ***</h4>
    70 The saviour of web frontends. Makes web development endurable.</li>
    71 <li>
    72 <h4>Go  *</h4>
    73 Good idea, weird syntax. Doesn't go well with me. Might give it another go.</li>
    74 <li>
    75 <h4>Common Lisp  **</h4>
    76 The purity of programming love. Haven't seen the light yet.</li>
    77 </ul>
    78 <h2>Operating Systems</h2>
    79 <ul>
    80 <li><h4>GNU/Linux</h4>
    81 Ubuntu, openSUSE, Red Hat and CentOS.</li>
    82 <li><h4>Microsoft Windows</h4>
    83 Windows 95/98/2000/XP/Vista/7.</li>
    84 <li><h4>AmigaOS</h4>
    85 Been a while...</li>
    86 </ul>
    87 <h2>Environments</h2>
    88 <ul>
    89 <li>
    90 <h4>Emacs</h4>
    91 My prefered editor. And I prefer my prefered editor.</li>
    92 <li>
    93 <h4>Visual Studio</h4>
    94 Good IDE on Windows. Great debugger integration.</li>
    95 <li>
    96 <h4>Eclipse</h4>
    97 Extendable. It's ok.</li>
    98 </ul>
    99 <h2>Tools</h2>
   100 <ul>
   101 <li>
   102 <h4>Internet</h4>
   103 Chrome for browsing and IRSSI for IRC.</li>
   104 <li>
   105 <h4>Documentation</h4>
   106 LaTeX.</li>
   107 <li>
   108 <h4>Version Control</h4>
   109 Mercurial for private work. 
   110 Subversion/CVS when forced.</li>
   111 </ul>
   112 
   113 
   114         </div>
   115         <div id="sidebar">
   116           <p>           
   117 	    <a href="about.html" class="float-left"></a>            
   118             I'm a programmer,<br />
   119             a student of computer science,<br />
   120             a music enthusiast.<br />
   121             This is my site.
   122           </p>
   123           <div id="random_quote"></div>
   124         </div>
   125       </div>
   126       <div id="footer">
   127         <div id="footer-left">
   128           <p>
   129             <a href="mailto:sawine@me73.com">
   130 	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
   131           </p>
   132         </div>
   133         <div id="footer-right">
   134           <p class="align-right">
   135             <a href="index.html">Home</a> | <a href="#top">Top</a>
   136           </p>
   137         </div>
   138       </div>
   139     </div>
   140     <script type="application/javascript">
   141       load_random_quote();
   142     </script>
   143   </body>
   144 </html>
   145