154 links
  • Cat's Whisker Links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 3
50 results tagged programming x
  • Othello for Desktop, Mobile and Web: an AI and GUI Exercise
    A comprehensive writeup for a simple Othello engine with cross-platform GUI.
    Tue Jan 1 11:19:26 2019 - permalink -
    QRCode
    - archive.org - https://www.hanshq.net/othello.html
    programming
  • Covariance and contravariance in subtyping - Eli Bendersky's website
    Tue Dec 18 11:15:35 2018 - permalink -
    QRCode
    - archive.org - https://eli.thegreenplace.net/2018/covariance-and-contravariance-in-subtyping/
    programming
  • Type erasure and reification - Eli Bendersky's website
    Erasure: only checks types at compile time
    Reification: type checking at run-time
    Sun Dec 16 08:37:53 2018 * - permalink -
    QRCode
    - archive.org - https://eli.thegreenplace.net/2018/type-erasure-and-reification/
    programming
  • Running a Side Business as a Programmer: The story of Later for Reddit
    Adam Bard started a little web service that now makes $1,000/mo. This is the sort of thing I need to do.
    Mon Nov 26 08:39:08 2018 - permalink -
    QRCode
    - archive.org - https://adambard.com/blog/later-for-reddit-in-review/
    devops programming
  • Learn X in Y Minutes: Scenic Programming Language Tours
    I like these little introductions (at least the few I've read so far)
    Mon Nov 26 08:28:37 2018 - permalink -
    QRCode
    - archive.org - https://learnxinyminutes.com/
    programming
  • Understanding nested list comprehension syntax in Python — /var/
    Python's syntax for nested list comprehensions always seemed backwards to me; here's an explanation for why it is the way it is. I still think nested for-loops are easier to read.
    Thu Oct 11 00:11:28 2018 - permalink -
    QRCode
    - archive.org - https://spapas.github.io/2016/04/27/python-nested-list-comprehensions/
    programming python
  • Pokemon Red - Full Recreation [1.11] Minecraft Project
    Mr. Squishy re-implemented the Gameboy game Pokemon Red in Minecraft.

    Here's an interview and video showing how it works:
    https://www.youtube.com/watch?v=H-U96W89Z90
    Thu Oct 4 07:39:10 2018 - permalink -
    QRCode
    - archive.org - https://www.planetminecraft.com/project/pokemon-red---full-recreation-111/
    programming
  • The Mathematics of 2048: Minimum Moves to Win with Markov Chains
    Everything you wanted to know about enumerating states of the game 2048 in one series of posts by John Lees-Miller.
    Mon Oct 1 18:39:27 2018 - permalink -
    QRCode
    - archive.org - http://jdlm.info/articles/2017/08/05/markov-chain-2048.html
    games programming
  • Go: the Good, the Bad and the Ugly
    After writing my first small golan program, this all rings true to me.
    Sun Sep 30 21:55:09 2018 - permalink -
    QRCode
    - archive.org - https://bluxte.net/musings/2018/04/10/go-good-bad-ugly/#the-bad
    golang programming
  • “Concurrency made easy”: coming soon to a programming language near you
    Sat Sep 29 19:14:57 2018 - permalink -
    QRCode
    - archive.org - https://medium.com/@belm0/concurrency-made-easy-d3fdb0382c58
    golang programming python
  • Learn Vimscript the Hard Way
    Steve Losh's tutorial book on Vimscript
    Fri Sep 28 22:03:10 2018 - permalink -
    QRCode
    - archive.org - http://learnvimscriptthehardway.stevelosh.com/
    programming vim
  • A crash course in compilers
    This is a nice overview, from the issue of Increment magazine on programming languages.
    Mon Sep 24 20:19:05 2018 - permalink -
    QRCode
    - archive.org - https://increment.com/programming-languages/crash-course-in-compilers/
    plt programming
  • Ward Cunningham's Expense Calculator (AWK script)
    Fri Sep 14 22:52:29 2018 - permalink -
    QRCode
    - archive.org - http://c2.com/doc/expense/
    programming unix
  • TempleOS
    According to Wikipedia: TempleOS is a x86-64 bit, non-preemptive multi-tasking, multi-cored, public domain, open source, ring-0-only, single address space, non-networked, PC operating system for recreational programming. The OS runs 8-bit ASCII with graphics in source code and has a 2D and 3D graphics library, which run at 640x480 VGA with 16 colors. Like most modern operating systems, it has keyboard and mouse support. It supports the FAT32 and RedSea file systems (the latter created by Davis) with support for file compression.

    Terry suffered from schizophrenia and claimed his design decisions were dictated by God (there are many religious/biblical elements throughout TempleOS).
    Tue Sep 4 16:51:46 2018 - permalink -
    QRCode
    - archive.org - http://www.templeos.org/
    os programming
  • Terry Davis has died | Hacker News
    Not quite 49 years old. Rumor is suicide by train. I've never even played with or downloaded TempleOS, but as a hobbyist just reading about Terry's work has always been inspirational.
    Tue Sep 4 16:39:18 2018 * - permalink -
    QRCode
    - archive.org - https://news.ycombinator.com/item?id=17912618
    assembly news programming
  • Build a web application in Go (golang) 🕸 - Soham's blog
    Covers routing, dependency management, and testing in a single post.
    Mon Sep 3 12:46:05 2018 - permalink -
    QRCode
    - archive.org - https://www.sohamkamani.com/blog/2017/09/13/how-to-build-a-web-application-in-golang/
    golang programming web
  • Rule of three (computer programming) - Wikipedia
    Three strikes and you refactor.
    Tue Aug 28 13:36:03 2018 - permalink -
    QRCode
    - archive.org - https://en.wikipedia.org/wiki/Rule_of_three_(computer_programming)
    programming
  • Tabs or Spaces
    The Top Starred repositories in Github have been analysed to understand which are the most common whitespace types in different programming languages.
    Sun Aug 26 16:10:54 2018 - permalink -
    QRCode
    - archive.org - https://ukupat.github.io/tabs-or-spaces/
    programming
  • Where Vim Came From
    Short history of Vim.

    See also this recent article ("A Look at Vim, A Text Editor for the Ages"): https://thenewstack.io/a-look-at-vim-a-text-editor-for-the-ages/
    Wed Aug 22 20:10:22 2018 - permalink -
    QRCode
    - archive.org - https://twobithistory.org/2018/08/05/where-vim-came-from.html
    programming vim
  • My Text Editor Journey: Vim, Spacemacs, Atom and Sublime Text - Tristan Hume
    Tristan Hume's commentary on text editors.
    Wed Aug 22 19:04:05 2018 - permalink -
    QRCode
    - archive.org - http://thume.ca/2017/03/04/my-text-editor-journey-vim-spacemacs-atom-and-sublime-text/
    programming
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation