This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The Rules of Kye | |
| All of them. | |
| By Jim Babcock | |
| //{{{ | |
| 1.1 Purpose | |
| There are at least five implementations of Kye, all of which differ subtly | |
| in their rules. This is because the authors had nothing to go on but the | |
| previous games themselves, from which it can be difficult to determine |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| import sys | |
| import subprocess | |
| import tensorflow as tf | |
| import tensorflow_hub as hub | |
| import numpy as np | |
| import csv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # our file | |
| CHUNK=$1 | |
| DIR=$( dirname $CHUNK ) | |
| NAME=$( basename -s ".bin" $CHUNK ) | |
| PCM="$DIR/$NAME.raw" | |
| WAV="$DIR/$NAME.wav" | |
| # announce current file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| anima_1.dcr | |
| anima_2.dcr | |
| anima_3.dcr | |
| bambam.dcr | |
| beach.dcr | |
| bound.dcr | |
| cave.dcr | |
| chai1.dcr | |
| chai2.dcr | |
| chai_mu.dcr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| born.dcr | |
| alien.dcr | |
| amazing.dcr | |
| AmigosMenu.dcr | |
| baby.dcr | |
| bananan.dcr | |
| box.dcr | |
| bust.dcr | |
| cemetry.dcr | |
| christmas.dcr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local gfx <const> = playdate.graphics | |
| local W <const> = playdate.display.getWidth() | |
| local H <const> = playdate.display.getHeight() | |
| local BAND_HEIGHT <const> = 6 --band size | |
| function playdate.update() | |
| for band=0,8 do --create gradient using multiple bands | |
| gfx.setDitherPattern(1-1/(band+1), gfx.image.kDitherTypeBayer8x8) --dither amount |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <opml xmlns:frss="https://freshrss.org/opml" version="2.0"> | |
| <head> | |
| <title>FreshRSS</title> | |
| <dateCreated>Thu, 29 Jun 2023 21:15:11 +0100</dateCreated> | |
| </head> | |
| <body> | |
| <outline text="Computers"> | |
| <outline text="32by32" type="rss" xmlUrl="https://32by32.com/feed/" htmlUrl="https://32by32.com/" description="Macintosh History from the 1980s"/> | |
| <outline text="Accidentally in Code" type="rss" xmlUrl="https://cate.blog/feed/" htmlUrl="https://cate.blog" description="Engineering an Interesting Life"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "info": { | |
| "_postman_id": "356eda77-071b-42db-97f1-53f297f4cf4d", | |
| "name": "Linkding", | |
| "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", | |
| "_exporter_id": "26329767" | |
| }, | |
| "item": [ | |
| { | |
| "name": "AUTH", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| echo "url('data:$(file -bN --mime-type "$1");base64,$(base64 < "$1")')" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| div#polyglot__panel { | |
| transform: scale(1) !important; | |
| } |