Find
Connect
-
Recent Posts
Tags
- anchor graph hashing
- applescript
- assembly
- bar charts
- bash
- bezier curves
- conway's game of life
- data visualization
- diffbot
- echo
- factorization machines
- finder
- generative art
- google chrome
- google images
- hacker news
- image color quantization
- javascript
- k-means clustering
- linux
- locality sensitive hashing
- machine learning
- math
- matrix factorization
- neural networks
- neural style transfer
- nlp
- os x
- pastiche
- photography
- printenv
- probability
- programming
- python
- references
- regressions
- ssh
- statistics
- summarization
- sysadmin
- theano
- unix
- vim
- webwork
- youtube
Archives
License Details
- Blog posts are licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License, unless otherwise noted.
- Some blog posts, such as those that serve to express my opinion on some matter, may be covered by a more restrictive license (e.g., a license that grants permission to copy and distribute the content verbatim). When this is the case, details will be appended to the post.
- If you have any questions, please .
- Blog posts are licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License, unless otherwise noted.
Tag Archives: conway’s game of life
Conway’s Game of Life
Here’s a quick-and-dirty implementation of Conway’s Game of Life. Cells can be selected/deselected by clicking and dragging your mouse. The interface and display were designed for use with a desktop/laptop computer, not a touchscreen mobile device. That is, cells can’t … Continue reading