Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
English (KJV)[{"abbrev": "gn", "chapters": [["In the beginning God created the heaven and the earth.", "And the earth was without form, and void; and darkness {was} upon the face of the deep. And the Spirit of God moved upon the face of the waters.", "And God said, Let there be light: and there was light.", "And God saw the light, that {it was} good: and God divided the light from the darkness. {the light from...: Heb. between the light and between the darkness}", "And God called the light Day, and the darkness he called Night. And the evening and the morning were the first day. {And the evening...: Heb. And the evening was, and the morning was etc.}", "And God said, Let there be a firmament in the midst of the waters, and let it divide the waters from the waters. {firmament: Heb. expansion}", "And God made the firmament, and divided the waters which {were} under the firmament from the waters which {were} above the firmament: and it was so.", "And God called the firmament Heaven. And the evening and the morni
@micsthepick
micsthepick / gist:0ac656c7819c716d6f6ca2a39ae9a9ad
Created July 19, 2026 03:15
Running Casualties Unkown (demo) on MacOSX (silicon) with Whisky
1. Install Whisky
2. Install Steam for windows in a new bottle
3. Install Casualties Unkown in steam's UI
4. Configure Whisky to use DXVK
5. add a custom DLL override for winhttp (n,b)
6. Install BepInEx, and mod as usual into C:/Program Files (x86)/Steam/steamapps/common/Casualties Unkown Demo/
I can edit these instructions to provide more detail later...
@micsthepick
micsthepick / README.md
Created August 5, 2021 00:57 — forked from SteveALee/README.md
Build audacity with ASIO support on Windows

Build your own Audacity with ASIO driver support

UPDATE 2021-07-5: If you are concerned about Audacity's use of your personal information after the confusing messaging about telementry then you probably do not need to be. Note especially, “The current version (3.0.2) does not support data collection [of] any data of any kind and has no networking features enabled”. In addition, the script provided here only uses the public Audacity source code, with no changes.

UPDATE: This builds Audacity 3.0.2. Audacity 3.0.0 introduced a new project file format so you will hit compatability problems if you use Audacity 2.x.x to open projects saved with this version.

The Audacity program is the "go to" solution for many audio recording and editing tasks. However, unlike many more advanced DAWs, it doesn't support Windows ASIO

p = 30242891075043422538597238423437707429062498823931433331195843266926642079891109551622537340066929744985529947796520867218967308966394924790423115320588624882597440773599692183656419684397406310673020952351879077350209412312156198363769288096740069886058879020265071829573848125226852908664943570153167542002665254379924677798371753522220540610022476818926155960046985908559222183053207345793746440590669728922515165975459130906888264830040231618916956411256278927222705614334924323032883998104950005954950962790391660947717261182453612229019455710865840208408500197669805186290829955309892603072510011222605748643481
q = 74592192020319209979670363928897598415161574612554237931530758494468392082223
d = 84298316757614957998460420290154425771844915207086538005194721403721205896384667903440352625029894283241009385441723363889276540248723022612227389031229517348940766081088118111633149407825121258337701205861446686378713204070026374601088811208860208635934817968413159536687117727434879027836025679978518196043709304
@micsthepick
micsthepick / BuggyCompile.py
Created March 19, 2015 00:00
A Python module that doesn't want to compile
# Tetris cube solver - uncompilable version
print 'Even this statement will not execute!'
from itertools import product, permutations, izip
# board dimensions
bheight = 4
brows = 4
bcols = 4
pieces = [# 0