www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

index.html (4629B)


      1 <!DOCTYPE html>
      2 <html>
      3 	<head>
      4 		<title>banna - archives</title>
      5 		<meta name="viewport" content="width=device-width, initial-scale=1">
      6 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      7 		<link rel="stylesheet" href="/styles/style.css" />
      8 		<link rel="stylesheet" href="/styles/look.css" />
      9 		<link rel="stylesheet" href="/styles/codetheme.css" />
     10 		<script src="/scripts/highlight.js"></script>
     11 		<script>hljs.initHighlightingOnLoad();</script>
     12 	</head>
     13 
     14 	<body>
     15 		<div id="sidebar">
     16 			<div id="logo">
     17 				<a href="/">
     18 					<img src="/banna.png" alt="banna.tech" height="45" width="201" />
     19 				</a>
     20 			</div>
     21 			<div id="nav">
     22 				<a class="current" href="/post">blog</a>
     23 				<a class="" href="/things">things</a>
     24 				<a class="" href="/about">about</a>
     25 			</div>
     26 		</div>
     27 
     28 		<div id="wrapper">
     29 			<div id="content">
     30 <div>
     31 <div id="archives"><ul><li class="year">2020</li><li><ul><li class="month">June</li><li><ul><li class="entry"><a href="../post/simple_tools_better_be_built_better">Simple tools better be built better</a></li></ul></li></ul></li><li class="year">2019</li><li><ul><li class="month">October</li><li><ul><li class="entry"><a href="../post/dusty_digital_and_forgotten_ideas">Dusty Digital and Forgotten Ideas</a></li></ul></li></ul></li><li class="year">2018</li><li><ul><li class="month">May</li><li><ul><li class="entry"><a href="../post/when_software_becomes_useful">When software becomes useful</a></li></ul></li></ul></li><li class="year">2016</li><li><ul><li class="month">May</li><li><ul><li class="entry"><a href="../post/a_thought_on_abstraction">A Thought on Abstraction</a></li></ul></li><li class="month">March</li><li><ul><li class="entry"><a href="../post/ramblings_on_the_toy_language_part_2">Ramblings on the Toy Language Part 2</a></li></ul></li><li class="month">Febuary</li><li><ul><li class="entry"><a href="../post/ramblings_on_the_toy_language_part_1">Ramblings on the Toy Language Part 1</a></li><li class="entry"><a href="../post/thoughts_on_threading">Thoughts on Threading</a></li></ul></li><li class="month">January</li><li><ul><li class="entry"><a href="../post/contemplation_on_compiling">Contemplation on Compiling</a></li></ul></li></ul></li><li class="year">2015</li><li><ul><li class="month">July</li><li><ul><li class="entry"><a href="../post/chained_conditional_expressions_in_python">Chained conditional expressions in python</a></li></ul></li><li class="month">June</li><li><ul><li class="entry"><a href="../post/a_hacky_alternative_to_image_identification_using_grids">A Hacky Alternative to Image Identification Using Grids</a></li></ul></li><li class="month">May</li><li><ul><li class="entry"><a href="../post/a_week_of_design">A Week of Design</a></li></ul></li><li class="month">March</li><li><ul><li class="entry"><a href="../post/the_birth_of_a_robot_infrastructure">The Birth of a Robot Infrastructure</a></li></ul></li></ul></li><li class="year">2014</li><li><ul><li class="month">December</li><li><ul><li class="entry"><a href="../post/the_struggles_of_being_forced_to_think_about_what_youre_coding">The struggles of being forced to think about what you're coding</a></li></ul></li><li class="month">November</li><li><ul><li class="entry"><a href="../post/colleagues">Colleagues.</a></li></ul></li><li class="month">August</li><li><ul><li class="entry"><a href="../post/a_vacation_from_summer">A Vacation from Summer</a></li></ul></li><li class="month">June</li><li><ul><li class="entry"><a href="../post/venturing_into_enterprise-grade_servers">Venturing into Enterprise-grade servers</a></li></ul></li><li class="month">May</li><li><ul><li class="entry"><a href="../post/somethings_new_in_the_air">Something's new in the air</a></li><li class="entry"><a href="../post/javascripts_past">JavaScript's Past</a></li></ul></li><li class="month">March</li><li><ul><li class="entry"><a href="../post/the_sun_has_risen">The sun has risen.</a></li></ul></li><li class="month">Febuary</li><li><ul><li class="entry"><a href="../post/efficiency_of_2d_typed_arrays_vs_normal_arrays">Efficiency of 2D Typed Arrays vs Normal Arrays</a></li></ul></li><li class="month">January</li><li><ul><li class="entry"><a href="../post/polar_vortices_and_cold">Polar Vortices and Cold</a></li><li class="entry"><a href="../post/data_centers">Data Centers</a></li><li class="entry"><a href="../post/query_selectors_in_css">Query Selectors in CSS</a></li></ul></li></ul></li><li class="year">2013</li><li><ul><li class="month">November</li><li><ul><li class="entry"><a href="../post/hi">hi</a></li></ul></li></ul></li></div>
     32 </div>
     33 
     34 
     35 			</div>
     36 		</div>
     37 	</body>
     38 </html>