-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
81 lines (74 loc) · 4.36 KB
/
archives.html
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="Pelican" />
<title>Yashas's Blog</title>
<link rel="stylesheet" href="https://yashaslokesh.github.io/theme/css/main.css" />
<link href="https://yashaslokesh.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Yashas's Blog Atom Feed" />
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="https://yashaslokesh.github.io/">Yashas's Blog</a></h1>
<nav><ul>
<li><a href="https://yashaslokesh.github.io/pages/about-me.html">About</a></li>
<li><a href="https://yashaslokesh.github.io/category/misc.html">misc</a></li>
<li><a href="https://yashaslokesh.github.io/category/python.html">Python</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<h1>Archives for Yashas's Blog</h1>
<dl>
<dt>Wed 26 August 2020</dt>
<dd><a href="https://yashaslokesh.github.io/mod-mult-circle.html">Modular Multiplication Circle with Python</a></dd>
<dt>Sun 15 December 2019</dt>
<dd><a href="https://yashaslokesh.github.io/pyadventure-basic-inventory-update.html">PyAdventure Basic Inventory Update</a></dd>
<dt>Thu 24 January 2019</dt>
<dd><a href="https://yashaslokesh.github.io/inverting-the-colors-of-an-image.html">Inverting the colors of an image</a></dd>
<dt>Tue 08 January 2019</dt>
<dd><a href="https://yashaslokesh.github.io/generator-expressions-and-list-comprehensions.html">Generator Expressions and List Comprehensions</a></dd>
<dt>Mon 31 December 2018</dt>
<dd><a href="https://yashaslokesh.github.io/project-euler-problem-125.html">Project Euler Problem #125</a></dd>
<dt>Fri 28 December 2018</dt>
<dd><a href="https://yashaslokesh.github.io/optimizing-fibonacci-computation.html">Optimizing Fibonacci Computation</a></dd>
<dt>Fri 28 December 2018</dt>
<dd><a href="https://yashaslokesh.github.io/My-first-post.html">My first post</a></dd>
</dl>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>links</h2>
<ul>
<li><a href="http://getpelican.com/">Pelican</a></li>
<li><a href="http://python.org/">Python.org</a></li>
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
<li><a href="http://tutorial.math.lamar.edu/">Paul's Calc Notes</a></li>
<li><a href="https://www.pygame.org/news">Pygame</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://yashaslokesh.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
<li><a href="https://twitter.com/yashaslokesh_">My Twitter</a></li>
<li><a href="https://www.linkedin.com/in/yashaslokesh/">My LinkedIn</a></li>
<li><a href="https://github.com/yashaslokesh">My GitHub</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="https://getpelican.com/">Pelican</a>, which takes great advantage of <a href="https://www.python.org/">Python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="https://www.smashingmagazine.com/2009/08/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-123139556-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>