mirror of
https://github.com/kirsle/kirsle.net
synced 2024-12-22 15:09:29 +00:00
Latest wiki pages
This commit is contained in:
parent
cf4378bb14
commit
ba42497e33
12
www/wiki.gohtml
Normal file
12
www/wiki.gohtml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{{ define "title" }}Untitled Page{{ end }}
|
||||||
|
{{ define "content" }}
|
||||||
|
<h1>Wiki</h1>
|
||||||
|
|
||||||
|
Redirecting to <a href="/wiki/Main-Page">Main Page</a>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(function() {
|
||||||
|
window.location = "/wiki/Main-Page";
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
{{ end }}
|
10
www/wiki/Bookmarks.md
Normal file
10
www/wiki/Bookmarks.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Bookmarks
|
||||||
|
|
||||||
|
This page will be my effort to migrate bookmarks out of my web browsers and onto this page. I can probably keep track of them better myself, and this way I won't have to worry about losing them to a browser glitch!
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
* [40 Key Computer Science Concepts Explained in Layman's Terms](http://carlcheo.com/compsci)
|
||||||
|
* [A simple interpreter from scratch on Python](http://jayconrod.com/posts/37/a-simple-interpreter-from-scratch-in-python-part-1)
|
||||||
|
* [Elements of Python Style](https://github.com/amontalenti/elements-of-python-style)
|
||||||
|
* [Anti-Patterns in Python Programming](http://lignos.org/py_antipatterns/)
|
|
@ -23,4 +23,5 @@ See [the index](/wiki/_pages) for the list of all available pages in this wiki.
|
||||||
|
|
||||||
# Personal Reference
|
# Personal Reference
|
||||||
|
|
||||||
|
* [Bookmarks](/wiki/Bookmarks)
|
||||||
* [Publishing RiveScript Modules](/wiki/Publishing-RiveScript-Modules)
|
* [Publishing RiveScript Modules](/wiki/Publishing-RiveScript-Modules)
|
Loading…
Reference in New Issue
Block a user