├── .gitignore ├── GUST-FONT-LICENSE.txt ├── LICENSE ├── LMMonoLtCond10-Oblique.ttf ├── LMMonoLtCond10-Regular.ttf ├── Makefile ├── README.md ├── add.py ├── classify.py ├── dejavu-built ├── DejaVuSansMono-Bold.ttf ├── DejaVuSansMono-BoldOblique.ttf ├── DejaVuSansMono-Oblique.ttf ├── DejaVuSansMono.ttf ├── DejaVuSerif-Bold.ttf ├── DejaVuSerif-BoldItalic.ttf ├── DejaVuSerif-Italic.ttf ├── DejaVuSerif.ttf └── copyright ├── dercuano.py ├── fitts.html ├── fonts-freefont-20120503 ├── .pc │ ├── .quilt_patches │ ├── .quilt_series │ ├── .version │ └── applied-patches ├── AUTHORS ├── BUILDING ├── COPYING ├── CREDITS ├── ChangeLog ├── INSTALL ├── Makefile ├── README ├── debian │ ├── XftConfig │ ├── changelog │ ├── clean │ ├── compat │ ├── control │ ├── copyright │ ├── fonts-freefont-otf.docs │ ├── fonts-freefont-otf.install │ ├── fonts-freefont-ttf.docs │ ├── fonts-freefont-ttf.install │ ├── fonts-freefont-ttf.preinst │ ├── fonts-freefont-udeb.install │ ├── rules │ ├── scripts │ │ ├── ConvertFont.ff │ │ ├── ConvertOTFont.ff │ │ ├── FreeSans-strip │ │ ├── README.strip_glyphs │ │ ├── convertfonts.sh │ │ ├── strip_glyphs.pe │ │ └── stripfonts.sh │ ├── source │ │ └── format │ └── watch ├── notes │ ├── README-downloads.txt │ ├── building.txt │ ├── features.txt │ ├── maintenance.txt │ ├── troubleshooting.txt │ ├── usage.txt │ └── webfont_guidelines.txt ├── sfd │ ├── FreeMono.sfd │ ├── FreeMonoBold.sfd │ ├── FreeMonoBoldOblique.sfd │ ├── FreeMonoOblique.sfd │ ├── FreeSans.sfd │ ├── FreeSansBold.sfd │ ├── FreeSansBoldOblique.sfd │ ├── FreeSansOblique.sfd │ ├── FreeSerif.sfd │ ├── FreeSerifBold.sfd │ ├── FreeSerifBoldItalic.sfd │ ├── FreeSerifItalic.sfd │ └── Makefile └── tools │ ├── generate │ ├── MacTT │ ├── OpenType │ ├── TrueType │ ├── WOFF │ └── buildutils.py │ ├── report │ ├── OS2UnicodeRange │ ├── OpenType │ │ ├── UnicodeRanges.py │ │ └── __init__.py │ ├── kernclasses.py │ ├── ligatureLookups.py │ ├── private_use.py │ └── range_report.py │ ├── script-menu │ ├── nameBySlot.py │ └── unnameBySlot.py │ ├── test │ ├── MES-Conformance │ │ ├── CheckConformance.pl │ │ ├── MES-1.lst │ │ ├── MES-1.txt │ │ ├── MES-2.lst │ │ ├── MES-2.txt │ │ ├── MES-3B.lst │ │ ├── MES-3B.txt │ │ ├── WGL4.lst │ │ └── mes-list-expand.pl │ ├── checkGlyphNumbers.py │ ├── findBackLayers.py │ ├── isMonoMono.py │ ├── ranges │ │ └── Arabic │ │ │ ├── arabic_test.py │ │ │ ├── generate_arabic_shaping.py │ │ │ └── unicode_joining.py │ └── validate.py │ └── utility │ ├── KerningNumerals.pl │ ├── fontforge-interp.sh │ ├── freefont-ttf.spec │ ├── hex_range.py │ ├── metafont │ └── bulk_eps_import.py │ └── special-purpose │ └── makeBraille.py ├── freefont-built ├── FreeMono.ttf ├── FreeMonoBold.ttf ├── FreeMonoBoldOblique.ttf ├── FreeMonoOblique.ttf ├── FreeSans.ttf ├── FreeSansBold.ttf ├── FreeSansBoldOblique.ttf ├── FreeSansOblique.ttf ├── FreeSerif.ttf ├── FreeSerifBold.ttf ├── FreeSerifBoldItalic.ttf └── FreeSerifItalic.ttf ├── genpdf.py ├── go.py ├── index.py ├── intro.md ├── liabilities ├── LICENSE.ETBook ├── addtoc.js ├── affine.js ├── dejavu-copyright ├── et-book-bold-line-figures.ttf ├── et-book-display-italic-old-style-figures.ttf ├── et-book-roman-old-style-figures.ttf ├── et-book-semi-bold-old-style-figures.ttf ├── et-book.css ├── fitts-data-cleaned.csv ├── solids.js └── style.css ├── list.py ├── markdown ├── $1-recognizer-diagrams ├── 10klux-led ├── 10tcl-ui ├── 2013-june-6 ├── 2017-sap-allocation ├── 20q ├── 2nd-order-diffs ├── 3d-printing-design ├── 3d-printing-lut ├── 3d-printing-stone ├── 3d-ui ├── 5menu ├── 7-segment-font ├── 7805-6-volts ├── 8-bit-fsms ├── 8080-opcode-map ├── 9-bit-plotter-streams ├── absurd-household-materials ├── academic-lineage ├── adaptive-hill-climbing ├── add-angles ├── affine-arithmetic-newton ├── affine-arithmetic-optimization ├── affine-database ├── affine-ivp ├── agenda-hypertext ├── ai-predictor-image-compression ├── air-conditioning ├── air-filter ├── alastair-thesis-review ├── algebraic-graphics ├── algorithm-time-capsule ├── alien-game-challenge ├── alphanumerenglish ├── aluminum-foil-spif ├── analemma-sundial ├── analogies ├── ancient-roman-photography ├── android-qr ├── ansi-links ├── antialiased-line-drawing ├── anytime-realtime ├── apagon2 ├── append-only-unique-string-pool ├── approximate-optimization ├── arbitrary-light-transfers ├── arc-marking-surface ├── arcadian-plastics ├── archival-transparencies ├── archival-vm ├── arduino-curve-tracer ├── arduino-radio ├── arduino-safety ├── argentine-electric-bill ├── arm-assembly ├── array-fields ├── array-intervals ├── art_svp_render_aa-notes ├── asciibetical-encoding ├── assembler-bootstrapping ├── asus-gpu ├── atmospheric-pressure-harvesting-phoenix-egg ├── audio-logic-analyzer ├── audio-tablet.md ├── audio-video-boustrophedon-sync ├── augmenting ├── autism-is-overfitting ├── automated-fabrication-and-3d-printing-outlook ├── avr-programming ├── avr-radio ├── babbage-differences ├── backus-rebuttal ├── backwards-cockcroft-walton ├── balcony-battery ├── barcode-receipts ├── barcodes ├── barrel-safety ├── basic-income-argentina ├── bayesian-and-gricean-programming ├── bedroom-co2 ├── bench-trash-power-supply ├── berlinite-gel ├── better-be-weird ├── bicicleta-maps ├── big-if-true ├── bike-charger ├── binary-translation-register-maps ├── binate-kanren ├── bistable-magnetic-electromechanical-display ├── bit-difference-array ├── bitbang-am-radio ├── bitbang-usb ├── bitcoin-uses ├── bitstream-dsp ├── bitwise-sets ├── blackout ├── bleep ├── blob-computation ├── blob-computation-notes ├── bokeh-pointcasting ├── book-in-itself ├── bootos-notes ├── bootstrapping-instruction-set ├── bottle-washing ├── bottlecaps ├── bottles ├── bresenham-erosion ├── broken-computer-frustrations ├── btree-ropes.md ├── bubble-display ├── bubbleos ├── building-blocks ├── burst-computation ├── bus-waiting ├── byte-prefix-tuple-space ├── byte-stream-gui-applications.md ├── bytecode-pubsub ├── bytecodes-slow ├── c-bad ├── cached-soa-desktop ├── caching-screen-contents ├── call-cc-flatmap-asm ├── camera-flash-extrapolation ├── capacitance ├── capacitive-dlp ├── capacitor-dropper ├── capacitors ├── capillary-heat-exchanger ├── car-charger ├── cardboard-furniture ├── cartesian-product-storage ├── cassette-tape-capacity ├── categorical-zero-sum-prohibition ├── caustic-business-card ├── caustic-simulation ├── caustics ├── ccd-oscilloscope ├── ceramic-grid-plate ├── cfg-parsing-approximation ├── cfktweets ├── charge-transfer-servo ├── cheap-frequency-detection ├── cheap-shit-ultrawideband ├── cheap-textures ├── chintzy-depth-of-field ├── cic-fonts ├── cic-vocoder ├── circle-portal-gui ├── circuit-notation ├── clamp-on-transformer ├── clanking-replicators ├── class-d-amp-hacking ├── class-d-microcontroller-amp ├── clay-fabrication-objectives ├── cleanup-child ├── clickable-terminal-patterns ├── climate-control ├── clisweep ├── cloth-structure-from-shading ├── coap-thoughts ├── cobstrings ├── code-fragments ├── code-gobbets ├── codex-arundel ├── coffee-humidity-sensing ├── coinductive-keyboard ├── cold-plasma-oxidation ├── colector-solar-de-agua-caliente ├── compact-code-cpu ├── compact-namespace-sharing ├── comparable-counters ├── complementary-goods-in-home-economics ├── complex-linear-regression ├── compressed-sensing-microscope ├── computation-with-strain ├── computer-algebras-ii ├── constant-current-switching-capacitor-charging ├── constant-factor-worse ├── constant-space-flexible-data ├── constant-space-grep ├── constant-space-lists ├── constant-time-sets-for-pixel-painting ├── content-addressable-storage-server ├── convolution-applications ├── convolution-bokeh ├── convolution-surface-plotting ├── convolution-with-intervals ├── coolants ├── coolest-bug ├── coordinate-stack ├── copper-plating-furniture ├── count-left ├── counter-fsm ├── cpc-burner ├── cps-refactoring ├── cpu-ui ├── cpu-with-knobs ├── crank-comment ├── critbit ├── critical-defense-mass ├── cross-current-zone-melting ├── cubic-quintic-upsampling ├── cubic-sort-merge ├── current-source-grid ├── cute-transform-trick ├── cycle-sort ├── cyclic-fabrication-system ├── database-explorer ├── dbm-history ├── debokehfication ├── deep-freeze ├── dehydrating-processes ├── dependencies ├── dependency ├── dependency-bibliography ├── dependent-data ├── dercuano-backlinks ├── dercuano-calculation ├── dercuano-drawings ├── dercuano-formula-display ├── dercuano-grinding ├── dercuano-hand-computers ├── dercuano-plotting ├── dercuano-rendering ├── dercuano-search ├── dercuano-stylesheet-notes ├── derivative-based-control ├── desalination-comment ├── desbarrerarme ├── dht-chat ├── dht-incentives ├── diesel-electrolysis ├── differentiable-neighborhood-regression ├── differential-spiral-cam ├── digital-noise-generators ├── dilating-letterforms ├── diode-logic ├── direct-addressing ├── disk-oscilloscope ├── distributed-computing-environment ├── division ├── dnd-calculator ├── dollar-auction ├── dontmove ├── double-ended-log-structured-filesystem ├── double-heap-sequence ├── drone-cutting ├── dsp-olap-cube ├── dsp-pipeline ├── dumb-vocoder ├── dutch-auction-raffle ├── dynamical-systems ├── dyneema ├── earring-computer ├── editor-buffers ├── editor-protocol ├── eforth-notes ├── eforth86-notes ├── eink-design ├── elastic-metamaterials ├── electric-hammer ├── electric-micro-kiln ├── electrodeposition-3d-printing ├── electroluminescent-matrix ├── eliminate-backpatching ├── emacs22-annoyances ├── energy-future ├── energy-prices ├── energy-storage-efficiency ├── english-diphones ├── entry-c ├── enum-bin-tree ├── erlang-musings ├── error-reporting ├── escheme ├── etymology-of-tradeoff ├── evaporation-chimney ├── everything-is-money ├── executable-quaject-dom ├── executable-scholarship ├── expanded-mineral-beads ├── exponential-technology-and-capital ├── expressive-basis-change ├── extending-heckballs ├── fabric-optimization ├── factored-drawing ├── failure-free ├── fast-geo-maps-on-android ├── fast-gsave ├── fast-message-router ├── fast-sea-salt-evaporator ├── fast-secure-pubsub ├── feather ├── fencepost-editor ├── fermat-primes ├── filled-fdm ├── finishing-dercuano ├── finite-function-circuits ├── fitdraw ├── fitts-law-musings ├── fixed-point ├── flat-dict-lang.md ├── flexible-text-query ├── flexures ├── flux-deposition ├── flying-spot-reilluminatable-stage ├── fm-chirp-sonar ├── fm-voice ├── foil-origami-robots ├── food-storage ├── forth-assembling ├── forth-looping ├── forthlocals.md ├── fractal-palettes ├── fractional-reserve-banking ├── framed-belt-dsp ├── free-software-debugging ├── free-space-optical-coding-gain ├── free-text-prolog ├── freeze-distillation ├── frequency-identification-dsp ├── friction-cutting-plastic ├── frustration ├── fukushima-leak ├── full-res-globe ├── funbot ├── future-economics ├── futuristic-os ├── gaim-group-chat ├── galician-mover ├── garbage-network ├── gardening-machines ├── gas-interesting ├── gaussian-spline-reconstruction ├── gauzy-shit ├── gelfand-principle ├── general-purpose-layout-syntax ├── generic-programming ├── genetic-secants ├── ghettobotics ├── git-data ├── git-learnings ├── gittable-sql ├── glass-fluxing-3d-printing ├── goertzel-minsky-pll-prefix-sums ├── golang ├── golang-bugs ├── golang-rust-similarities ├── golang-stdlib ├── gold-leaf-trusses ├── golomb-coded-belt ├── gpio-peripherals ├── gpt-2-scenery ├── graceful-ecc-degradation ├── gradient-descent-beyond-machine-learning ├── gradient-overlay ├── gradient-pixels ├── gradient-refractive-index ├── gradient-rendering ├── grain-editor ├── granite-texture ├── graph-construction ├── greenlocks ├── gui-lib ├── hadamard-ecc ├── hadamard-rhythms ├── hall-effect-logic ├── hammering-toolhead ├── hand-drawn-font-compositing ├── hand-powered-computer ├── harmonic-motion-chain-robot ├── hash-cache ├── hash-feature-detection ├── hash-gossip-exchange ├── hearing-aid ├── heck-balls ├── heliogen ├── high-bandwidth-avr-oscilloscope ├── high-efficiency-speaker-driver ├── high-risk-behavior ├── high-temperature-semiconductors ├── hipster-stack-2017 ├── holographic-archival ├── home-dehumidifier ├── honk-development ├── hot-air-ice-shaping ├── hot-lye-granite-cutting ├── hot-oil-cutter ├── hot-water-bottles ├── hot-wire-saw ├── house-scrubber ├── household-thermal-stores ├── html-succinct ├── human-memorable-secret-sharing ├── hybrid-ram ├── hypertext-archival-wiki ├── hypertext-authoring ├── hypothesis-evolution ├── ibniz-assembler ├── ice-pants ├── ideal-language-syntax ├── ideas-to-explore ├── ideas-to-pursue ├── illumination-cost ├── image-approximation ├── imbalance-copyright ├── imgui ├── imgui-drawing ├── imgui-programming-language ├── imgui-tk ├── immediate-mode-parsers ├── immediate-mode-productive-grammars ├── immutable-filesystem ├── implementation-separation ├── implicit-language ├── incremental-mapreduce ├── incremental-persistent-binary-array-sets ├── incremental-recomputation ├── incremental-roller-comb-forming ├── incremental-union-find ├── india-rubber-memory ├── induction-kiln ├── inductor-thermocouple-sensing ├── inflatable-stool ├── instant-hypertext ├── interactive-bandwidth ├── interactive-calculator ├── interactive-calculator-0 ├── interactive-geometry ├── intermittent-fluid-flow-for-heat-transport ├── internal-determinism ├── internet-collapse ├── interval-filters ├── interval-functions ├── interval-ifs-rendering ├── interval-minimum ├── interval-radiosity ├── interval-raymarching.md ├── interval-trees-over-sequences ├── intro-to-algorithms ├── introduction-to-closures ├── inventing-the-future ├── inverse-filtering-control ├── involute-bristles ├── iq-statistics ├── iron-frequency ├── isotropic-texture-effects ├── iterative-string-formatting ├── japan-energy-autarky ├── java ├── jello-printing ├── jellybeans ├── jellybeans-2016 ├── journal-feb ├── js-type-inference ├── karatsuba ├── karplus-strong-pll ├── kernel-code-generation ├── kerr-snow-display ├── keyboard-powered-computers ├── kinect-modeling ├── lab-power-supply ├── lambertian-3d-scanning ├── landsat-8 ├── language-id ├── laser-cut-box ├── laser-cut-next-step ├── laser-etched-archival ├── laser-logic ├── laser-printer-oscilloscope ├── lattices ├── lazy-csv ├── leconscrip ├── leds-are-inefficient ├── lenovo-gpu ├── lenticular-deflector ├── lerp-type ├── lexical-gaps ├── life-octaves ├── linear-optimization-landscape ├── linear-trees ├── linux-on-e403s ├── lisp-15-forth ├── listened-intently ├── literate-programming ├── lithium-battery-welder ├── lithium-fission-energy ├── lithium-supplies ├── logarithmic-maintainability-and-coupling ├── low-carb-diets ├── low-level-stuff ├── low-power-micros ├── lua-#-operator ├── lucenefs ├── lz77-ret ├── maestros ├── magic-kazoo ├── magic-sinewave-filter ├── magnetoresistive-relay ├── mail-reader ├── makers ├── material-merits ├── matrix-exponentiation-linear-circuits ├── matrix-memory ├── matrix-multiply ├── matrix-multiply-2 ├── matrix-power-euler ├── mayonnaise ├── mcmurdo ├── mechanical-buck-converter ├── mechanical-computers ├── mechanical-computers-2 ├── mechano-optical-vector-display ├── median-filtering ├── meditation ├── memoize-the-stack ├── memory-safe-virtual-machines ├── mergesort ├── message-queuing ├── method-of-differences ├── mic-energy-harvesting ├── micro-editor-os ├── micro-math-plus ├── micro-pubsub ├── microfinance ├── microlens-vibrating-lightfield ├── microprint-visor ├── midpoint-method-texture-mapping ├── millikiln ├── minetest-addiction ├── mingw ├── minimal-dependency-system ├── minimal-distributed-streams ├── minimal-food ├── minimal-imperative-language ├── minimal-transaction-system ├── minimal-window-system ├── minios ├── moon-flag-telescope ├── msdos-slash-separator ├── multiplication-with-squares ├── multitouch-livecoding ├── multitouch-puppeteering ├── named-stack-forth ├── natlang-hacking-language ├── ndarray-java ├── needle-binder-injection-printing ├── negative-weight-undirected-graphs ├── nested-inheritance ├── new-home ├── new-os-ui ├── nomadic-furniture-optimization ├── non-inverting-logic ├── nonconductive-relays ├── nonlinear-bounded-leaky-integrator ├── nonlinear-differential-amplification ├── notch-scorn ├── notes-on-local-file-browsing ├── nova-rdos ├── nutra-circuits ├── oberon ├── object-embedding ├── obscurity-platform ├── observable-transaction-possibilities ├── oed-copyright-info ├── offline ├── on-influencers ├── one-line-thoughts ├── one-motor-robot ├── one-operand-stack-machine ├── oo-bytecode ├── opacity-holograms ├── optical-lever-thermometer ├── optimum-trits ├── order-id ├── oscilloscope-screens ├── oscilloscopes ├── ostinatto ├── oval-cam-lock ├── paper-editing ├── paper-foil-relays ├── parabolic-optimization ├── parallel-dfa ├── parallel-nfa ├── parallel-register-file ├── parametric-polymorphism-and-columns ├── pareja-necesidades ├── parsing ├── passive-dehumidifier ├── passive-ultrasound-sonar ├── passively-safe-solar-hot-water ├── passivhaus-seasonal-thermal-store ├── password-bits ├── pattern-matching-and-finite-functions ├── pencil-lead-resistive-touchscreen ├── phase-change-soldering-iron ├── phase-change-unplugged-oven ├── phase-relations ├── phase-vocoder-fm-sdr ├── phosphorescent-laser-display ├── photodiode-camera ├── phyle ├── piano-synthesis ├── piezoelectric-engraving ├── pipe-dome ├── pitch-detection ├── pixel-stream ├── planar-lookup-tables ├── planar-state-machine ├── plasma-glazing ├── plastic-cutters ├── plastics ├── plato-inferior ├── pliant ├── polycaprolactone ├── polynomial-spline-fir ├── post-http-overview ├── pouch-kafka-log-sync ├── powder-bed-3d-printing ├── powerful-primitives ├── principled-apl ├── processing-halftoning ├── profile-guided-parsing ├── progressive-revealment-crypto ├── prolog-table-outlining ├── prototyping-environment.md ├── prototyping-stuff ├── psychedelic-buenos-aires ├── pulley-generator ├── pulverizer-algorithm ├── pwm-comb ├── pythagorean-cement-pipes ├── qemacs-bugs ├── qemu ├── qemu-desktop ├── quad-compression ├── quadratic-opacity-holograms ├── quasicard ├── quasimode-keyboard ├── quasiquote-patterns ├── querying ├── quicklayout ├── radiant-heating ├── raggedcolumns ├── raid-zim ├── random-codes ├── random-port-trials ├── randomized-pdm ├── range-literals ├── raph-io ├── rapid-dac ├── rasterizing-polies ├── raytracing ├── reactive-crawler ├── read-lunar-plaque ├── real-time-windowing ├── really-simple-lab-power-supply ├── recuperator-heat-storage ├── recurrent-comb-cascade ├── recursive-curves ├── recycling-distillation ├── reduced-affine-arithmetic-raytracer ├── refractory ├── regenerative-fuel-air-cutting ├── regenerator-gas-kiln ├── relational-modeling ├── relational-modeling-and-apl ├── renesas-rl78 ├── replicating-education ├── resistor-assortment ├── restful-stateful-connection ├── resurrecting-duckling-hashing ├── rf-modulation-sdr-low-power-tv.md ├── rhythm-codes ├── rich-programmers ├── rosetta-opacity-hologram ├── rpn-ui ├── rpncalc-thoughts ├── rsync-message-base.md ├── rubber-air-conditioner ├── rubber-wheel-pinch-drive ├── rubius-book ├── saas-ops ├── salt-slush-refrigeration ├── salt-water-linear-motor ├── sample-reversal ├── sandwich-theory ├── saturation-detector ├── schimmler-parallelism-asymptotic-gain ├── scicalc-usability ├── science-espeak ├── scratch-hologram-polyhedron ├── screen-dirty-bitmap-tree ├── screensize ├── scrubber-mask ├── sdf-notes ├── self-compiler-bootstrapping ├── self-replication-changes ├── self-replication-limits ├── selfish-conformity ├── serialization ├── service-oriented-mail ├── set-hashing ├── shaped-hammer-face-giant-pressure ├── shetter-bell ├── short-words ├── shuffle-hypercube ├── simple-log-sets ├── simple-programs ├── simple-state-machines ├── simple-system-language ├── simplified-computing ├── simplifying-code-with-concurrent-iteration ├── single-mosfet-gate ├── sip-2019 ├── skeletal-js ├── sliding-rmq-achievements ├── sliding-rmq-splitting ├── small-tcp ├── smoky-day ├── smooth-hysteresis ├── smoothing ├── snap-logic ├── solar-air-conditioner ├── solar-cell-geiger-counter ├── solar-computer ├── solar-computer-2 ├── solar-dehumidifier ├── solar-economics ├── solar-notes-2012-10-15 ├── solar-notes-2012-10-15-2 ├── solar-system-scale-model ├── sorting-in-logic ├── sous-vide ├── spaced-practice-capacity ├── spark-particulate-sieve ├── sparkle-wheel-display ├── sparse-filter-optimization ├── sparse-filter-response-shaping ├── sparse-filters ├── sparse-kernel-cascade-gabor-approximation ├── sparse-sinc ├── spatial-domain-particle-filters ├── specialization ├── spiral-chinese-windlass ├── spline-convolution ├── spring-energy-density ├── springs ├── square-multiply-pipeline ├── square-table-differences ├── square-wave-filtering ├── square-wave-synthesis ├── stack-drex ├── stack-stack ├── starfield-servo ├── state-of-the-world ├── statically-bounding-runtime ├── stereographic-map-app ├── stm-rest ├── stm32 ├── stm32-adc ├── strawberry-miles ├── stretch-alien ├── string-cutting-cardboard ├── string-instrument-servo ├── string-tuple-encoding ├── strlen-utf8-reddit-responses ├── studies-support-authority ├── stupid-register-allocation ├── subterranean-glazing ├── sulfuric-acid-dehydration-printing ├── summed-area-tables.md ├── sun-cutter ├── sunday ├── surrealist-code ├── surveillance ├── svd-convolution ├── switchers-and-adc ├── synthgramelodia-interactive ├── tagged-dataflow ├── tagging-parser ├── tahoe-isam ├── tapered-thread ├── tech-predictions ├── temporally-indexed-log-ram ├── term-rewriting ├── ternary-mergesort ├── testing-introspection ├── text-editor-slow-keys ├── text-relational-query ├── texture-algebra ├── the-real-problem ├── the-suburbean ├── thredsnek ├── three-phase-oscillating-belt ├── thunderbird-on-7G ├── tiled-database ├── time-domain-analog-chaos ├── time-domain-lightning-triggering ├── time-series-data-type ├── tinkerers-tricorder ├── tiny-compu ├── tiny-interpreters-for-microcontrollers ├── tio2-iridescent-printing ├── top-algorithms ├── top-n ├── topics-2014 ├── tostudy ├── tournament ├── transactional-event-handlers ├── transactional-memory ├── transactional-screen-updates ├── transceiver-ics ├── transistors-vs-microcontrollers ├── transmission-line-computer ├── transmission-line-diode-computation ├── trees-as-code ├── treeslice ├── trellis-coded-buttons ├── tub-heating ├── tunnel-prt ├── tv-oscilloscope ├── twi-bus ├── twingler ├── two-thumb-quasimodal ├── typed-apl ├── uhmwpe-clothes ├── uhmwpe-hammock ├── uhmwpe-rope-bridge-bootstrapping ├── ultraslow-radio ├── ultrasonic-radio ├── underground-arcology ├── underwater-energy-autonomy ├── units-finkel ├── upg-notes ├── urban-autarkic-network ├── uvc-archiving ├── v-plotter-servo ├── value-restriction-modula-3 ├── vanagon-mail ├── vco-digitization ├── vcr-oscilloscope ├── vec-calc ├── vector-instructions ├── vector-js-codegen ├── vector-vm ├── vectorized-prefix-sum ├── very-composite-numbers ├── vibratory-powder-delivery ├── video-game-ide ├── views-and-ometa ├── viral-wiki ├── virtual-instruments ├── visual-expanding-startle ├── vitriol-copper-plating-iron ├── wang-tile-addition ├── wang-tile-font ├── water-tower-preparedness ├── waterfryer ├── waterproofing ├── web-prefetch ├── web-press ├── wercam-nonscriptable-windows ├── wercam-scriptable-windows ├── weregild ├── whats-wrong-with-dotdot ├── wheel-state-machine ├── whistle-detection ├── why-html-is-not-a-programming-language ├── wikipedia-people ├── win32-startup ├── window-systems ├── wizards-castle-analysis ├── wood-pda ├── word-stream-architecture ├── writing-math-in-unicode-with-compose ├── wwiii-genesis ├── xchg-machine ├── xor-1-to-1-hashing ├── yeso-notes ├── z-machine-ops ├── zinc-pcbs └── zombie-contingency-plan ├── relation.py ├── triples └── when.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/.gitignore -------------------------------------------------------------------------------- /GUST-FONT-LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/GUST-FONT-LICENSE.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/LICENSE -------------------------------------------------------------------------------- /LMMonoLtCond10-Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/LMMonoLtCond10-Oblique.ttf -------------------------------------------------------------------------------- /LMMonoLtCond10-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/LMMonoLtCond10-Regular.ttf -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/README.md -------------------------------------------------------------------------------- /add.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/add.py -------------------------------------------------------------------------------- /classify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/classify.py -------------------------------------------------------------------------------- /dejavu-built/DejaVuSansMono-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/dejavu-built/DejaVuSansMono-Bold.ttf -------------------------------------------------------------------------------- /dejavu-built/DejaVuSansMono-Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/dejavu-built/DejaVuSansMono-Oblique.ttf -------------------------------------------------------------------------------- /dejavu-built/DejaVuSansMono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/dejavu-built/DejaVuSansMono.ttf -------------------------------------------------------------------------------- /dejavu-built/DejaVuSerif-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/dejavu-built/DejaVuSerif-Bold.ttf -------------------------------------------------------------------------------- /dejavu-built/DejaVuSerif-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/dejavu-built/DejaVuSerif-BoldItalic.ttf -------------------------------------------------------------------------------- /dejavu-built/DejaVuSerif-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/dejavu-built/DejaVuSerif-Italic.ttf -------------------------------------------------------------------------------- /dejavu-built/DejaVuSerif.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/dejavu-built/DejaVuSerif.ttf -------------------------------------------------------------------------------- /dejavu-built/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/dejavu-built/copyright -------------------------------------------------------------------------------- /dercuano.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/dercuano.py -------------------------------------------------------------------------------- /fitts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fitts.html -------------------------------------------------------------------------------- /fonts-freefont-20120503/.pc/.quilt_patches: -------------------------------------------------------------------------------- 1 | debian/patches 2 | -------------------------------------------------------------------------------- /fonts-freefont-20120503/.pc/.quilt_series: -------------------------------------------------------------------------------- 1 | series 2 | -------------------------------------------------------------------------------- /fonts-freefont-20120503/.pc/.version: -------------------------------------------------------------------------------- 1 | 2 2 | -------------------------------------------------------------------------------- /fonts-freefont-20120503/.pc/applied-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fonts-freefont-20120503/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/AUTHORS -------------------------------------------------------------------------------- /fonts-freefont-20120503/BUILDING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/BUILDING -------------------------------------------------------------------------------- /fonts-freefont-20120503/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/COPYING -------------------------------------------------------------------------------- /fonts-freefont-20120503/CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/CREDITS -------------------------------------------------------------------------------- /fonts-freefont-20120503/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/ChangeLog -------------------------------------------------------------------------------- /fonts-freefont-20120503/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/INSTALL -------------------------------------------------------------------------------- /fonts-freefont-20120503/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/Makefile -------------------------------------------------------------------------------- /fonts-freefont-20120503/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/README -------------------------------------------------------------------------------- /fonts-freefont-20120503/debian/XftConfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/debian/XftConfig -------------------------------------------------------------------------------- /fonts-freefont-20120503/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/debian/changelog -------------------------------------------------------------------------------- /fonts-freefont-20120503/debian/clean: -------------------------------------------------------------------------------- 1 | tools/generate/buildutils.pyc 2 | -------------------------------------------------------------------------------- /fonts-freefont-20120503/debian/compat: -------------------------------------------------------------------------------- 1 | 9 2 | -------------------------------------------------------------------------------- /fonts-freefont-20120503/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/debian/control -------------------------------------------------------------------------------- /fonts-freefont-20120503/debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/debian/copyright -------------------------------------------------------------------------------- /fonts-freefont-20120503/debian/fonts-freefont-otf.docs: -------------------------------------------------------------------------------- 1 | README 2 | AUTHORS 3 | -------------------------------------------------------------------------------- /fonts-freefont-20120503/debian/fonts-freefont-ttf.docs: -------------------------------------------------------------------------------- 1 | README 2 | AUTHORS 3 | -------------------------------------------------------------------------------- /fonts-freefont-20120503/debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/debian/rules -------------------------------------------------------------------------------- /fonts-freefont-20120503/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /fonts-freefont-20120503/debian/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/debian/watch -------------------------------------------------------------------------------- /fonts-freefont-20120503/notes/usage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/notes/usage.txt -------------------------------------------------------------------------------- /fonts-freefont-20120503/sfd/FreeMono.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/sfd/FreeMono.sfd -------------------------------------------------------------------------------- /fonts-freefont-20120503/sfd/FreeSans.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/sfd/FreeSans.sfd -------------------------------------------------------------------------------- /fonts-freefont-20120503/sfd/FreeSerif.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/sfd/FreeSerif.sfd -------------------------------------------------------------------------------- /fonts-freefont-20120503/sfd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/fonts-freefont-20120503/sfd/Makefile -------------------------------------------------------------------------------- /fonts-freefont-20120503/tools/report/OpenType/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /freefont-built/FreeMono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/freefont-built/FreeMono.ttf -------------------------------------------------------------------------------- /freefont-built/FreeMonoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/freefont-built/FreeMonoBold.ttf -------------------------------------------------------------------------------- /freefont-built/FreeMonoBoldOblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/freefont-built/FreeMonoBoldOblique.ttf -------------------------------------------------------------------------------- /freefont-built/FreeMonoOblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/freefont-built/FreeMonoOblique.ttf -------------------------------------------------------------------------------- /freefont-built/FreeSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/freefont-built/FreeSans.ttf -------------------------------------------------------------------------------- /freefont-built/FreeSansBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/freefont-built/FreeSansBold.ttf -------------------------------------------------------------------------------- /freefont-built/FreeSansBoldOblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/freefont-built/FreeSansBoldOblique.ttf -------------------------------------------------------------------------------- /freefont-built/FreeSansOblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/freefont-built/FreeSansOblique.ttf -------------------------------------------------------------------------------- /freefont-built/FreeSerif.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/freefont-built/FreeSerif.ttf -------------------------------------------------------------------------------- /freefont-built/FreeSerifBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/freefont-built/FreeSerifBold.ttf -------------------------------------------------------------------------------- /freefont-built/FreeSerifBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/freefont-built/FreeSerifBoldItalic.ttf -------------------------------------------------------------------------------- /freefont-built/FreeSerifItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/freefont-built/FreeSerifItalic.ttf -------------------------------------------------------------------------------- /genpdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/genpdf.py -------------------------------------------------------------------------------- /go.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/go.py -------------------------------------------------------------------------------- /index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/index.py -------------------------------------------------------------------------------- /intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/intro.md -------------------------------------------------------------------------------- /liabilities/LICENSE.ETBook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/liabilities/LICENSE.ETBook -------------------------------------------------------------------------------- /liabilities/addtoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/liabilities/addtoc.js -------------------------------------------------------------------------------- /liabilities/affine.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/liabilities/affine.js -------------------------------------------------------------------------------- /liabilities/dejavu-copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/liabilities/dejavu-copyright -------------------------------------------------------------------------------- /liabilities/et-book-bold-line-figures.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/liabilities/et-book-bold-line-figures.ttf -------------------------------------------------------------------------------- /liabilities/et-book.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/liabilities/et-book.css -------------------------------------------------------------------------------- /liabilities/fitts-data-cleaned.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/liabilities/fitts-data-cleaned.csv -------------------------------------------------------------------------------- /liabilities/solids.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/liabilities/solids.js -------------------------------------------------------------------------------- /liabilities/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/liabilities/style.css -------------------------------------------------------------------------------- /list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/list.py -------------------------------------------------------------------------------- /markdown/$1-recognizer-diagrams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/$1-recognizer-diagrams -------------------------------------------------------------------------------- /markdown/10klux-led: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/10klux-led -------------------------------------------------------------------------------- /markdown/10tcl-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/10tcl-ui -------------------------------------------------------------------------------- /markdown/2013-june-6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/2013-june-6 -------------------------------------------------------------------------------- /markdown/2017-sap-allocation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/2017-sap-allocation -------------------------------------------------------------------------------- /markdown/20q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/20q -------------------------------------------------------------------------------- /markdown/2nd-order-diffs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/2nd-order-diffs -------------------------------------------------------------------------------- /markdown/3d-printing-design: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/3d-printing-design -------------------------------------------------------------------------------- /markdown/3d-printing-lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/3d-printing-lut -------------------------------------------------------------------------------- /markdown/3d-printing-stone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/3d-printing-stone -------------------------------------------------------------------------------- /markdown/3d-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/3d-ui -------------------------------------------------------------------------------- /markdown/5menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/5menu -------------------------------------------------------------------------------- /markdown/7-segment-font: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/7-segment-font -------------------------------------------------------------------------------- /markdown/7805-6-volts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/7805-6-volts -------------------------------------------------------------------------------- /markdown/8-bit-fsms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/8-bit-fsms -------------------------------------------------------------------------------- /markdown/8080-opcode-map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/8080-opcode-map -------------------------------------------------------------------------------- /markdown/9-bit-plotter-streams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/9-bit-plotter-streams -------------------------------------------------------------------------------- /markdown/absurd-household-materials: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/absurd-household-materials -------------------------------------------------------------------------------- /markdown/academic-lineage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/academic-lineage -------------------------------------------------------------------------------- /markdown/adaptive-hill-climbing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/adaptive-hill-climbing -------------------------------------------------------------------------------- /markdown/add-angles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/add-angles -------------------------------------------------------------------------------- /markdown/affine-arithmetic-newton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/affine-arithmetic-newton -------------------------------------------------------------------------------- /markdown/affine-arithmetic-optimization: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/affine-arithmetic-optimization -------------------------------------------------------------------------------- /markdown/affine-database: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/affine-database -------------------------------------------------------------------------------- /markdown/affine-ivp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/affine-ivp -------------------------------------------------------------------------------- /markdown/agenda-hypertext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/agenda-hypertext -------------------------------------------------------------------------------- /markdown/ai-predictor-image-compression: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ai-predictor-image-compression -------------------------------------------------------------------------------- /markdown/air-conditioning: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/air-conditioning -------------------------------------------------------------------------------- /markdown/air-filter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/air-filter -------------------------------------------------------------------------------- /markdown/alastair-thesis-review: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/alastair-thesis-review -------------------------------------------------------------------------------- /markdown/algebraic-graphics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/algebraic-graphics -------------------------------------------------------------------------------- /markdown/algorithm-time-capsule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/algorithm-time-capsule -------------------------------------------------------------------------------- /markdown/alien-game-challenge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/alien-game-challenge -------------------------------------------------------------------------------- /markdown/alphanumerenglish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/alphanumerenglish -------------------------------------------------------------------------------- /markdown/aluminum-foil-spif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/aluminum-foil-spif -------------------------------------------------------------------------------- /markdown/analemma-sundial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/analemma-sundial -------------------------------------------------------------------------------- /markdown/analogies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/analogies -------------------------------------------------------------------------------- /markdown/ancient-roman-photography: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ancient-roman-photography -------------------------------------------------------------------------------- /markdown/android-qr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/android-qr -------------------------------------------------------------------------------- /markdown/ansi-links: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ansi-links -------------------------------------------------------------------------------- /markdown/antialiased-line-drawing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/antialiased-line-drawing -------------------------------------------------------------------------------- /markdown/anytime-realtime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/anytime-realtime -------------------------------------------------------------------------------- /markdown/apagon2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/apagon2 -------------------------------------------------------------------------------- /markdown/append-only-unique-string-pool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/append-only-unique-string-pool -------------------------------------------------------------------------------- /markdown/approximate-optimization: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/approximate-optimization -------------------------------------------------------------------------------- /markdown/arbitrary-light-transfers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/arbitrary-light-transfers -------------------------------------------------------------------------------- /markdown/arc-marking-surface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/arc-marking-surface -------------------------------------------------------------------------------- /markdown/arcadian-plastics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/arcadian-plastics -------------------------------------------------------------------------------- /markdown/archival-transparencies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/archival-transparencies -------------------------------------------------------------------------------- /markdown/archival-vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/archival-vm -------------------------------------------------------------------------------- /markdown/arduino-curve-tracer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/arduino-curve-tracer -------------------------------------------------------------------------------- /markdown/arduino-radio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/arduino-radio -------------------------------------------------------------------------------- /markdown/arduino-safety: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/arduino-safety -------------------------------------------------------------------------------- /markdown/argentine-electric-bill: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/argentine-electric-bill -------------------------------------------------------------------------------- /markdown/arm-assembly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/arm-assembly -------------------------------------------------------------------------------- /markdown/array-fields: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/array-fields -------------------------------------------------------------------------------- /markdown/array-intervals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/array-intervals -------------------------------------------------------------------------------- /markdown/art_svp_render_aa-notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/art_svp_render_aa-notes -------------------------------------------------------------------------------- /markdown/asciibetical-encoding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/asciibetical-encoding -------------------------------------------------------------------------------- /markdown/assembler-bootstrapping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/assembler-bootstrapping -------------------------------------------------------------------------------- /markdown/asus-gpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/asus-gpu -------------------------------------------------------------------------------- /markdown/audio-logic-analyzer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/audio-logic-analyzer -------------------------------------------------------------------------------- /markdown/audio-tablet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/audio-tablet.md -------------------------------------------------------------------------------- /markdown/audio-video-boustrophedon-sync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/audio-video-boustrophedon-sync -------------------------------------------------------------------------------- /markdown/augmenting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/augmenting -------------------------------------------------------------------------------- /markdown/autism-is-overfitting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/autism-is-overfitting -------------------------------------------------------------------------------- /markdown/avr-programming: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/avr-programming -------------------------------------------------------------------------------- /markdown/avr-radio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/avr-radio -------------------------------------------------------------------------------- /markdown/babbage-differences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/babbage-differences -------------------------------------------------------------------------------- /markdown/backus-rebuttal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/backus-rebuttal -------------------------------------------------------------------------------- /markdown/backwards-cockcroft-walton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/backwards-cockcroft-walton -------------------------------------------------------------------------------- /markdown/balcony-battery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/balcony-battery -------------------------------------------------------------------------------- /markdown/barcode-receipts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/barcode-receipts -------------------------------------------------------------------------------- /markdown/barcodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/barcodes -------------------------------------------------------------------------------- /markdown/barrel-safety: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/barrel-safety -------------------------------------------------------------------------------- /markdown/basic-income-argentina: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/basic-income-argentina -------------------------------------------------------------------------------- /markdown/bayesian-and-gricean-programming: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bayesian-and-gricean-programming -------------------------------------------------------------------------------- /markdown/bedroom-co2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bedroom-co2 -------------------------------------------------------------------------------- /markdown/bench-trash-power-supply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bench-trash-power-supply -------------------------------------------------------------------------------- /markdown/berlinite-gel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/berlinite-gel -------------------------------------------------------------------------------- /markdown/better-be-weird: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/better-be-weird -------------------------------------------------------------------------------- /markdown/bicicleta-maps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bicicleta-maps -------------------------------------------------------------------------------- /markdown/big-if-true: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/big-if-true -------------------------------------------------------------------------------- /markdown/bike-charger: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bike-charger -------------------------------------------------------------------------------- /markdown/binary-translation-register-maps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/binary-translation-register-maps -------------------------------------------------------------------------------- /markdown/binate-kanren: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/binate-kanren -------------------------------------------------------------------------------- /markdown/bit-difference-array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bit-difference-array -------------------------------------------------------------------------------- /markdown/bitbang-am-radio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bitbang-am-radio -------------------------------------------------------------------------------- /markdown/bitbang-usb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bitbang-usb -------------------------------------------------------------------------------- /markdown/bitcoin-uses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bitcoin-uses -------------------------------------------------------------------------------- /markdown/bitstream-dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bitstream-dsp -------------------------------------------------------------------------------- /markdown/bitwise-sets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bitwise-sets -------------------------------------------------------------------------------- /markdown/blackout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/blackout -------------------------------------------------------------------------------- /markdown/bleep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bleep -------------------------------------------------------------------------------- /markdown/blob-computation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/blob-computation -------------------------------------------------------------------------------- /markdown/blob-computation-notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/blob-computation-notes -------------------------------------------------------------------------------- /markdown/bokeh-pointcasting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bokeh-pointcasting -------------------------------------------------------------------------------- /markdown/book-in-itself: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/book-in-itself -------------------------------------------------------------------------------- /markdown/bootos-notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bootos-notes -------------------------------------------------------------------------------- /markdown/bootstrapping-instruction-set: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bootstrapping-instruction-set -------------------------------------------------------------------------------- /markdown/bottle-washing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bottle-washing -------------------------------------------------------------------------------- /markdown/bottlecaps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bottlecaps -------------------------------------------------------------------------------- /markdown/bottles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bottles -------------------------------------------------------------------------------- /markdown/bresenham-erosion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bresenham-erosion -------------------------------------------------------------------------------- /markdown/broken-computer-frustrations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/broken-computer-frustrations -------------------------------------------------------------------------------- /markdown/btree-ropes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/btree-ropes.md -------------------------------------------------------------------------------- /markdown/bubble-display: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bubble-display -------------------------------------------------------------------------------- /markdown/bubbleos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bubbleos -------------------------------------------------------------------------------- /markdown/building-blocks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/building-blocks -------------------------------------------------------------------------------- /markdown/burst-computation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/burst-computation -------------------------------------------------------------------------------- /markdown/bus-waiting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bus-waiting -------------------------------------------------------------------------------- /markdown/byte-prefix-tuple-space: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/byte-prefix-tuple-space -------------------------------------------------------------------------------- /markdown/byte-stream-gui-applications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/byte-stream-gui-applications.md -------------------------------------------------------------------------------- /markdown/bytecode-pubsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bytecode-pubsub -------------------------------------------------------------------------------- /markdown/bytecodes-slow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/bytecodes-slow -------------------------------------------------------------------------------- /markdown/c-bad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/c-bad -------------------------------------------------------------------------------- /markdown/cached-soa-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cached-soa-desktop -------------------------------------------------------------------------------- /markdown/caching-screen-contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/caching-screen-contents -------------------------------------------------------------------------------- /markdown/call-cc-flatmap-asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/call-cc-flatmap-asm -------------------------------------------------------------------------------- /markdown/camera-flash-extrapolation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/camera-flash-extrapolation -------------------------------------------------------------------------------- /markdown/capacitance: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/capacitance -------------------------------------------------------------------------------- /markdown/capacitive-dlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/capacitive-dlp -------------------------------------------------------------------------------- /markdown/capacitor-dropper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/capacitor-dropper -------------------------------------------------------------------------------- /markdown/capacitors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/capacitors -------------------------------------------------------------------------------- /markdown/capillary-heat-exchanger: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/capillary-heat-exchanger -------------------------------------------------------------------------------- /markdown/car-charger: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/car-charger -------------------------------------------------------------------------------- /markdown/cardboard-furniture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cardboard-furniture -------------------------------------------------------------------------------- /markdown/cartesian-product-storage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cartesian-product-storage -------------------------------------------------------------------------------- /markdown/cassette-tape-capacity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cassette-tape-capacity -------------------------------------------------------------------------------- /markdown/categorical-zero-sum-prohibition: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/categorical-zero-sum-prohibition -------------------------------------------------------------------------------- /markdown/caustic-business-card: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/caustic-business-card -------------------------------------------------------------------------------- /markdown/caustic-simulation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/caustic-simulation -------------------------------------------------------------------------------- /markdown/caustics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/caustics -------------------------------------------------------------------------------- /markdown/ccd-oscilloscope: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ccd-oscilloscope -------------------------------------------------------------------------------- /markdown/ceramic-grid-plate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ceramic-grid-plate -------------------------------------------------------------------------------- /markdown/cfg-parsing-approximation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cfg-parsing-approximation -------------------------------------------------------------------------------- /markdown/cfktweets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cfktweets -------------------------------------------------------------------------------- /markdown/charge-transfer-servo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/charge-transfer-servo -------------------------------------------------------------------------------- /markdown/cheap-frequency-detection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cheap-frequency-detection -------------------------------------------------------------------------------- /markdown/cheap-shit-ultrawideband: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cheap-shit-ultrawideband -------------------------------------------------------------------------------- /markdown/cheap-textures: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cheap-textures -------------------------------------------------------------------------------- /markdown/chintzy-depth-of-field: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/chintzy-depth-of-field -------------------------------------------------------------------------------- /markdown/cic-fonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cic-fonts -------------------------------------------------------------------------------- /markdown/cic-vocoder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cic-vocoder -------------------------------------------------------------------------------- /markdown/circle-portal-gui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/circle-portal-gui -------------------------------------------------------------------------------- /markdown/circuit-notation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/circuit-notation -------------------------------------------------------------------------------- /markdown/clamp-on-transformer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/clamp-on-transformer -------------------------------------------------------------------------------- /markdown/clanking-replicators: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/clanking-replicators -------------------------------------------------------------------------------- /markdown/class-d-amp-hacking: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/class-d-amp-hacking -------------------------------------------------------------------------------- /markdown/class-d-microcontroller-amp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/class-d-microcontroller-amp -------------------------------------------------------------------------------- /markdown/clay-fabrication-objectives: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/clay-fabrication-objectives -------------------------------------------------------------------------------- /markdown/cleanup-child: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cleanup-child -------------------------------------------------------------------------------- /markdown/clickable-terminal-patterns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/clickable-terminal-patterns -------------------------------------------------------------------------------- /markdown/climate-control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/climate-control -------------------------------------------------------------------------------- /markdown/clisweep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/clisweep -------------------------------------------------------------------------------- /markdown/cloth-structure-from-shading: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cloth-structure-from-shading -------------------------------------------------------------------------------- /markdown/coap-thoughts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/coap-thoughts -------------------------------------------------------------------------------- /markdown/cobstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cobstrings -------------------------------------------------------------------------------- /markdown/code-fragments: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/code-fragments -------------------------------------------------------------------------------- /markdown/code-gobbets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/code-gobbets -------------------------------------------------------------------------------- /markdown/codex-arundel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/codex-arundel -------------------------------------------------------------------------------- /markdown/coffee-humidity-sensing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/coffee-humidity-sensing -------------------------------------------------------------------------------- /markdown/coinductive-keyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/coinductive-keyboard -------------------------------------------------------------------------------- /markdown/cold-plasma-oxidation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cold-plasma-oxidation -------------------------------------------------------------------------------- /markdown/colector-solar-de-agua-caliente: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/colector-solar-de-agua-caliente -------------------------------------------------------------------------------- /markdown/compact-code-cpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/compact-code-cpu -------------------------------------------------------------------------------- /markdown/compact-namespace-sharing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/compact-namespace-sharing -------------------------------------------------------------------------------- /markdown/comparable-counters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/comparable-counters -------------------------------------------------------------------------------- /markdown/complex-linear-regression: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/complex-linear-regression -------------------------------------------------------------------------------- /markdown/compressed-sensing-microscope: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/compressed-sensing-microscope -------------------------------------------------------------------------------- /markdown/computation-with-strain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/computation-with-strain -------------------------------------------------------------------------------- /markdown/computer-algebras-ii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/computer-algebras-ii -------------------------------------------------------------------------------- /markdown/constant-factor-worse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/constant-factor-worse -------------------------------------------------------------------------------- /markdown/constant-space-flexible-data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/constant-space-flexible-data -------------------------------------------------------------------------------- /markdown/constant-space-grep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/constant-space-grep -------------------------------------------------------------------------------- /markdown/constant-space-lists: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/constant-space-lists -------------------------------------------------------------------------------- /markdown/convolution-applications: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/convolution-applications -------------------------------------------------------------------------------- /markdown/convolution-bokeh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/convolution-bokeh -------------------------------------------------------------------------------- /markdown/convolution-surface-plotting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/convolution-surface-plotting -------------------------------------------------------------------------------- /markdown/convolution-with-intervals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/convolution-with-intervals -------------------------------------------------------------------------------- /markdown/coolants: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/coolants -------------------------------------------------------------------------------- /markdown/coolest-bug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/coolest-bug -------------------------------------------------------------------------------- /markdown/coordinate-stack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/coordinate-stack -------------------------------------------------------------------------------- /markdown/copper-plating-furniture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/copper-plating-furniture -------------------------------------------------------------------------------- /markdown/count-left: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/count-left -------------------------------------------------------------------------------- /markdown/counter-fsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/counter-fsm -------------------------------------------------------------------------------- /markdown/cpc-burner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cpc-burner -------------------------------------------------------------------------------- /markdown/cps-refactoring: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cps-refactoring -------------------------------------------------------------------------------- /markdown/cpu-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cpu-ui -------------------------------------------------------------------------------- /markdown/cpu-with-knobs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cpu-with-knobs -------------------------------------------------------------------------------- /markdown/crank-comment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/crank-comment -------------------------------------------------------------------------------- /markdown/critbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/critbit -------------------------------------------------------------------------------- /markdown/critical-defense-mass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/critical-defense-mass -------------------------------------------------------------------------------- /markdown/cross-current-zone-melting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cross-current-zone-melting -------------------------------------------------------------------------------- /markdown/cubic-quintic-upsampling: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cubic-quintic-upsampling -------------------------------------------------------------------------------- /markdown/cubic-sort-merge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cubic-sort-merge -------------------------------------------------------------------------------- /markdown/current-source-grid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/current-source-grid -------------------------------------------------------------------------------- /markdown/cute-transform-trick: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cute-transform-trick -------------------------------------------------------------------------------- /markdown/cycle-sort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cycle-sort -------------------------------------------------------------------------------- /markdown/cyclic-fabrication-system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/cyclic-fabrication-system -------------------------------------------------------------------------------- /markdown/database-explorer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/database-explorer -------------------------------------------------------------------------------- /markdown/dbm-history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dbm-history -------------------------------------------------------------------------------- /markdown/debokehfication: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/debokehfication -------------------------------------------------------------------------------- /markdown/deep-freeze: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/deep-freeze -------------------------------------------------------------------------------- /markdown/dehydrating-processes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dehydrating-processes -------------------------------------------------------------------------------- /markdown/dependencies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dependencies -------------------------------------------------------------------------------- /markdown/dependency: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dependency -------------------------------------------------------------------------------- /markdown/dependency-bibliography: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dependency-bibliography -------------------------------------------------------------------------------- /markdown/dependent-data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dependent-data -------------------------------------------------------------------------------- /markdown/dercuano-backlinks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dercuano-backlinks -------------------------------------------------------------------------------- /markdown/dercuano-calculation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dercuano-calculation -------------------------------------------------------------------------------- /markdown/dercuano-drawings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dercuano-drawings -------------------------------------------------------------------------------- /markdown/dercuano-formula-display: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dercuano-formula-display -------------------------------------------------------------------------------- /markdown/dercuano-grinding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dercuano-grinding -------------------------------------------------------------------------------- /markdown/dercuano-hand-computers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dercuano-hand-computers -------------------------------------------------------------------------------- /markdown/dercuano-plotting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dercuano-plotting -------------------------------------------------------------------------------- /markdown/dercuano-rendering: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dercuano-rendering -------------------------------------------------------------------------------- /markdown/dercuano-search: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dercuano-search -------------------------------------------------------------------------------- /markdown/dercuano-stylesheet-notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dercuano-stylesheet-notes -------------------------------------------------------------------------------- /markdown/derivative-based-control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/derivative-based-control -------------------------------------------------------------------------------- /markdown/desalination-comment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/desalination-comment -------------------------------------------------------------------------------- /markdown/desbarrerarme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/desbarrerarme -------------------------------------------------------------------------------- /markdown/dht-chat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dht-chat -------------------------------------------------------------------------------- /markdown/dht-incentives: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dht-incentives -------------------------------------------------------------------------------- /markdown/diesel-electrolysis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/diesel-electrolysis -------------------------------------------------------------------------------- /markdown/differential-spiral-cam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/differential-spiral-cam -------------------------------------------------------------------------------- /markdown/digital-noise-generators: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/digital-noise-generators -------------------------------------------------------------------------------- /markdown/dilating-letterforms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dilating-letterforms -------------------------------------------------------------------------------- /markdown/diode-logic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/diode-logic -------------------------------------------------------------------------------- /markdown/direct-addressing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/direct-addressing -------------------------------------------------------------------------------- /markdown/disk-oscilloscope: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/disk-oscilloscope -------------------------------------------------------------------------------- /markdown/division: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/division -------------------------------------------------------------------------------- /markdown/dnd-calculator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dnd-calculator -------------------------------------------------------------------------------- /markdown/dollar-auction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dollar-auction -------------------------------------------------------------------------------- /markdown/dontmove: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dontmove -------------------------------------------------------------------------------- /markdown/double-heap-sequence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/double-heap-sequence -------------------------------------------------------------------------------- /markdown/drone-cutting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/drone-cutting -------------------------------------------------------------------------------- /markdown/dsp-olap-cube: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dsp-olap-cube -------------------------------------------------------------------------------- /markdown/dsp-pipeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dsp-pipeline -------------------------------------------------------------------------------- /markdown/dumb-vocoder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dumb-vocoder -------------------------------------------------------------------------------- /markdown/dutch-auction-raffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dutch-auction-raffle -------------------------------------------------------------------------------- /markdown/dynamical-systems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dynamical-systems -------------------------------------------------------------------------------- /markdown/dyneema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/dyneema -------------------------------------------------------------------------------- /markdown/earring-computer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/earring-computer -------------------------------------------------------------------------------- /markdown/editor-buffers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/editor-buffers -------------------------------------------------------------------------------- /markdown/editor-protocol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/editor-protocol -------------------------------------------------------------------------------- /markdown/eforth-notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/eforth-notes -------------------------------------------------------------------------------- /markdown/eforth86-notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/eforth86-notes -------------------------------------------------------------------------------- /markdown/eink-design: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/eink-design -------------------------------------------------------------------------------- /markdown/elastic-metamaterials: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/elastic-metamaterials -------------------------------------------------------------------------------- /markdown/electric-hammer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/electric-hammer -------------------------------------------------------------------------------- /markdown/electric-micro-kiln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/electric-micro-kiln -------------------------------------------------------------------------------- /markdown/electrodeposition-3d-printing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/electrodeposition-3d-printing -------------------------------------------------------------------------------- /markdown/electroluminescent-matrix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/electroluminescent-matrix -------------------------------------------------------------------------------- /markdown/eliminate-backpatching: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/eliminate-backpatching -------------------------------------------------------------------------------- /markdown/emacs22-annoyances: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/emacs22-annoyances -------------------------------------------------------------------------------- /markdown/energy-future: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/energy-future -------------------------------------------------------------------------------- /markdown/energy-prices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/energy-prices -------------------------------------------------------------------------------- /markdown/energy-storage-efficiency: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/energy-storage-efficiency -------------------------------------------------------------------------------- /markdown/english-diphones: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/english-diphones -------------------------------------------------------------------------------- /markdown/entry-c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/entry-c -------------------------------------------------------------------------------- /markdown/enum-bin-tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/enum-bin-tree -------------------------------------------------------------------------------- /markdown/erlang-musings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/erlang-musings -------------------------------------------------------------------------------- /markdown/error-reporting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/error-reporting -------------------------------------------------------------------------------- /markdown/escheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/escheme -------------------------------------------------------------------------------- /markdown/etymology-of-tradeoff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/etymology-of-tradeoff -------------------------------------------------------------------------------- /markdown/evaporation-chimney: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/evaporation-chimney -------------------------------------------------------------------------------- /markdown/everything-is-money: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/everything-is-money -------------------------------------------------------------------------------- /markdown/executable-quaject-dom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/executable-quaject-dom -------------------------------------------------------------------------------- /markdown/executable-scholarship: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/executable-scholarship -------------------------------------------------------------------------------- /markdown/expanded-mineral-beads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/expanded-mineral-beads -------------------------------------------------------------------------------- /markdown/expressive-basis-change: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/expressive-basis-change -------------------------------------------------------------------------------- /markdown/extending-heckballs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/extending-heckballs -------------------------------------------------------------------------------- /markdown/fabric-optimization: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fabric-optimization -------------------------------------------------------------------------------- /markdown/factored-drawing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/factored-drawing -------------------------------------------------------------------------------- /markdown/failure-free: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/failure-free -------------------------------------------------------------------------------- /markdown/fast-geo-maps-on-android: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fast-geo-maps-on-android -------------------------------------------------------------------------------- /markdown/fast-gsave: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fast-gsave -------------------------------------------------------------------------------- /markdown/fast-message-router: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fast-message-router -------------------------------------------------------------------------------- /markdown/fast-sea-salt-evaporator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fast-sea-salt-evaporator -------------------------------------------------------------------------------- /markdown/fast-secure-pubsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fast-secure-pubsub -------------------------------------------------------------------------------- /markdown/feather: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/feather -------------------------------------------------------------------------------- /markdown/fencepost-editor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fencepost-editor -------------------------------------------------------------------------------- /markdown/fermat-primes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fermat-primes -------------------------------------------------------------------------------- /markdown/filled-fdm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/filled-fdm -------------------------------------------------------------------------------- /markdown/finishing-dercuano: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/finishing-dercuano -------------------------------------------------------------------------------- /markdown/finite-function-circuits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/finite-function-circuits -------------------------------------------------------------------------------- /markdown/fitdraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fitdraw -------------------------------------------------------------------------------- /markdown/fitts-law-musings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fitts-law-musings -------------------------------------------------------------------------------- /markdown/fixed-point: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fixed-point -------------------------------------------------------------------------------- /markdown/flat-dict-lang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/flat-dict-lang.md -------------------------------------------------------------------------------- /markdown/flexible-text-query: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/flexible-text-query -------------------------------------------------------------------------------- /markdown/flexures: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/flexures -------------------------------------------------------------------------------- /markdown/flux-deposition: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/flux-deposition -------------------------------------------------------------------------------- /markdown/fm-chirp-sonar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fm-chirp-sonar -------------------------------------------------------------------------------- /markdown/fm-voice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fm-voice -------------------------------------------------------------------------------- /markdown/foil-origami-robots: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/foil-origami-robots -------------------------------------------------------------------------------- /markdown/food-storage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/food-storage -------------------------------------------------------------------------------- /markdown/forth-assembling: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/forth-assembling -------------------------------------------------------------------------------- /markdown/forth-looping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/forth-looping -------------------------------------------------------------------------------- /markdown/forthlocals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/forthlocals.md -------------------------------------------------------------------------------- /markdown/fractal-palettes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fractal-palettes -------------------------------------------------------------------------------- /markdown/fractional-reserve-banking: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fractional-reserve-banking -------------------------------------------------------------------------------- /markdown/framed-belt-dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/framed-belt-dsp -------------------------------------------------------------------------------- /markdown/free-software-debugging: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/free-software-debugging -------------------------------------------------------------------------------- /markdown/free-space-optical-coding-gain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/free-space-optical-coding-gain -------------------------------------------------------------------------------- /markdown/free-text-prolog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/free-text-prolog -------------------------------------------------------------------------------- /markdown/freeze-distillation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/freeze-distillation -------------------------------------------------------------------------------- /markdown/frequency-identification-dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/frequency-identification-dsp -------------------------------------------------------------------------------- /markdown/friction-cutting-plastic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/friction-cutting-plastic -------------------------------------------------------------------------------- /markdown/frustration: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/frustration -------------------------------------------------------------------------------- /markdown/fukushima-leak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/fukushima-leak -------------------------------------------------------------------------------- /markdown/full-res-globe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/full-res-globe -------------------------------------------------------------------------------- /markdown/funbot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/funbot -------------------------------------------------------------------------------- /markdown/future-economics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/future-economics -------------------------------------------------------------------------------- /markdown/futuristic-os: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/futuristic-os -------------------------------------------------------------------------------- /markdown/gaim-group-chat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/gaim-group-chat -------------------------------------------------------------------------------- /markdown/galician-mover: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/galician-mover -------------------------------------------------------------------------------- /markdown/garbage-network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/garbage-network -------------------------------------------------------------------------------- /markdown/gardening-machines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/gardening-machines -------------------------------------------------------------------------------- /markdown/gas-interesting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/gas-interesting -------------------------------------------------------------------------------- /markdown/gauzy-shit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/gauzy-shit -------------------------------------------------------------------------------- /markdown/gelfand-principle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/gelfand-principle -------------------------------------------------------------------------------- /markdown/general-purpose-layout-syntax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/general-purpose-layout-syntax -------------------------------------------------------------------------------- /markdown/generic-programming: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/generic-programming -------------------------------------------------------------------------------- /markdown/genetic-secants: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/genetic-secants -------------------------------------------------------------------------------- /markdown/ghettobotics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ghettobotics -------------------------------------------------------------------------------- /markdown/git-data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/git-data -------------------------------------------------------------------------------- /markdown/git-learnings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/git-learnings -------------------------------------------------------------------------------- /markdown/gittable-sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/gittable-sql -------------------------------------------------------------------------------- /markdown/glass-fluxing-3d-printing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/glass-fluxing-3d-printing -------------------------------------------------------------------------------- /markdown/golang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/golang -------------------------------------------------------------------------------- /markdown/golang-bugs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/golang-bugs -------------------------------------------------------------------------------- /markdown/golang-rust-similarities: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/golang-rust-similarities -------------------------------------------------------------------------------- /markdown/golang-stdlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/golang-stdlib -------------------------------------------------------------------------------- /markdown/gold-leaf-trusses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/gold-leaf-trusses -------------------------------------------------------------------------------- /markdown/golomb-coded-belt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/golomb-coded-belt -------------------------------------------------------------------------------- /markdown/gpio-peripherals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/gpio-peripherals -------------------------------------------------------------------------------- /markdown/gpt-2-scenery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/gpt-2-scenery -------------------------------------------------------------------------------- /markdown/graceful-ecc-degradation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/graceful-ecc-degradation -------------------------------------------------------------------------------- /markdown/gradient-overlay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/gradient-overlay -------------------------------------------------------------------------------- /markdown/gradient-pixels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/gradient-pixels -------------------------------------------------------------------------------- /markdown/gradient-refractive-index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/gradient-refractive-index -------------------------------------------------------------------------------- /markdown/gradient-rendering: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/gradient-rendering -------------------------------------------------------------------------------- /markdown/grain-editor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/grain-editor -------------------------------------------------------------------------------- /markdown/granite-texture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/granite-texture -------------------------------------------------------------------------------- /markdown/graph-construction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/graph-construction -------------------------------------------------------------------------------- /markdown/greenlocks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/greenlocks -------------------------------------------------------------------------------- /markdown/gui-lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/gui-lib -------------------------------------------------------------------------------- /markdown/hadamard-ecc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hadamard-ecc -------------------------------------------------------------------------------- /markdown/hadamard-rhythms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hadamard-rhythms -------------------------------------------------------------------------------- /markdown/hall-effect-logic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hall-effect-logic -------------------------------------------------------------------------------- /markdown/hammering-toolhead: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hammering-toolhead -------------------------------------------------------------------------------- /markdown/hand-drawn-font-compositing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hand-drawn-font-compositing -------------------------------------------------------------------------------- /markdown/hand-powered-computer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hand-powered-computer -------------------------------------------------------------------------------- /markdown/harmonic-motion-chain-robot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/harmonic-motion-chain-robot -------------------------------------------------------------------------------- /markdown/hash-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hash-cache -------------------------------------------------------------------------------- /markdown/hash-feature-detection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hash-feature-detection -------------------------------------------------------------------------------- /markdown/hash-gossip-exchange: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hash-gossip-exchange -------------------------------------------------------------------------------- /markdown/hearing-aid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hearing-aid -------------------------------------------------------------------------------- /markdown/heck-balls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/heck-balls -------------------------------------------------------------------------------- /markdown/heliogen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/heliogen -------------------------------------------------------------------------------- /markdown/high-risk-behavior: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/high-risk-behavior -------------------------------------------------------------------------------- /markdown/hipster-stack-2017: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hipster-stack-2017 -------------------------------------------------------------------------------- /markdown/holographic-archival: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/holographic-archival -------------------------------------------------------------------------------- /markdown/home-dehumidifier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/home-dehumidifier -------------------------------------------------------------------------------- /markdown/honk-development: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/honk-development -------------------------------------------------------------------------------- /markdown/hot-air-ice-shaping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hot-air-ice-shaping -------------------------------------------------------------------------------- /markdown/hot-lye-granite-cutting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hot-lye-granite-cutting -------------------------------------------------------------------------------- /markdown/hot-oil-cutter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hot-oil-cutter -------------------------------------------------------------------------------- /markdown/hot-water-bottles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hot-water-bottles -------------------------------------------------------------------------------- /markdown/hot-wire-saw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hot-wire-saw -------------------------------------------------------------------------------- /markdown/house-scrubber: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/house-scrubber -------------------------------------------------------------------------------- /markdown/household-thermal-stores: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/household-thermal-stores -------------------------------------------------------------------------------- /markdown/html-succinct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/html-succinct -------------------------------------------------------------------------------- /markdown/hybrid-ram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hybrid-ram -------------------------------------------------------------------------------- /markdown/hypertext-archival-wiki: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hypertext-archival-wiki -------------------------------------------------------------------------------- /markdown/hypertext-authoring: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hypertext-authoring -------------------------------------------------------------------------------- /markdown/hypothesis-evolution: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/hypothesis-evolution -------------------------------------------------------------------------------- /markdown/ibniz-assembler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ibniz-assembler -------------------------------------------------------------------------------- /markdown/ice-pants: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ice-pants -------------------------------------------------------------------------------- /markdown/ideal-language-syntax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ideal-language-syntax -------------------------------------------------------------------------------- /markdown/ideas-to-explore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ideas-to-explore -------------------------------------------------------------------------------- /markdown/ideas-to-pursue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ideas-to-pursue -------------------------------------------------------------------------------- /markdown/illumination-cost: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/illumination-cost -------------------------------------------------------------------------------- /markdown/image-approximation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/image-approximation -------------------------------------------------------------------------------- /markdown/imbalance-copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/imbalance-copyright -------------------------------------------------------------------------------- /markdown/imgui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/imgui -------------------------------------------------------------------------------- /markdown/imgui-drawing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/imgui-drawing -------------------------------------------------------------------------------- /markdown/imgui-programming-language: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/imgui-programming-language -------------------------------------------------------------------------------- /markdown/imgui-tk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/imgui-tk -------------------------------------------------------------------------------- /markdown/immediate-mode-parsers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/immediate-mode-parsers -------------------------------------------------------------------------------- /markdown/immutable-filesystem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/immutable-filesystem -------------------------------------------------------------------------------- /markdown/implementation-separation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/implementation-separation -------------------------------------------------------------------------------- /markdown/implicit-language: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/implicit-language -------------------------------------------------------------------------------- /markdown/incremental-mapreduce: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/incremental-mapreduce -------------------------------------------------------------------------------- /markdown/incremental-recomputation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/incremental-recomputation -------------------------------------------------------------------------------- /markdown/incremental-union-find: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/incremental-union-find -------------------------------------------------------------------------------- /markdown/india-rubber-memory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/india-rubber-memory -------------------------------------------------------------------------------- /markdown/induction-kiln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/induction-kiln -------------------------------------------------------------------------------- /markdown/inductor-thermocouple-sensing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/inductor-thermocouple-sensing -------------------------------------------------------------------------------- /markdown/inflatable-stool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/inflatable-stool -------------------------------------------------------------------------------- /markdown/instant-hypertext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/instant-hypertext -------------------------------------------------------------------------------- /markdown/interactive-bandwidth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/interactive-bandwidth -------------------------------------------------------------------------------- /markdown/interactive-calculator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/interactive-calculator -------------------------------------------------------------------------------- /markdown/interactive-calculator-0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/interactive-calculator-0 -------------------------------------------------------------------------------- /markdown/interactive-geometry: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/interactive-geometry -------------------------------------------------------------------------------- /markdown/internal-determinism: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/internal-determinism -------------------------------------------------------------------------------- /markdown/internet-collapse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/internet-collapse -------------------------------------------------------------------------------- /markdown/interval-filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/interval-filters -------------------------------------------------------------------------------- /markdown/interval-functions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/interval-functions -------------------------------------------------------------------------------- /markdown/interval-ifs-rendering: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/interval-ifs-rendering -------------------------------------------------------------------------------- /markdown/interval-minimum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/interval-minimum -------------------------------------------------------------------------------- /markdown/interval-radiosity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/interval-radiosity -------------------------------------------------------------------------------- /markdown/interval-raymarching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/interval-raymarching.md -------------------------------------------------------------------------------- /markdown/interval-trees-over-sequences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/interval-trees-over-sequences -------------------------------------------------------------------------------- /markdown/intro-to-algorithms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/intro-to-algorithms -------------------------------------------------------------------------------- /markdown/introduction-to-closures: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/introduction-to-closures -------------------------------------------------------------------------------- /markdown/inventing-the-future: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/inventing-the-future -------------------------------------------------------------------------------- /markdown/inverse-filtering-control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/inverse-filtering-control -------------------------------------------------------------------------------- /markdown/involute-bristles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/involute-bristles -------------------------------------------------------------------------------- /markdown/iq-statistics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/iq-statistics -------------------------------------------------------------------------------- /markdown/iron-frequency: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/iron-frequency -------------------------------------------------------------------------------- /markdown/isotropic-texture-effects: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/isotropic-texture-effects -------------------------------------------------------------------------------- /markdown/iterative-string-formatting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/iterative-string-formatting -------------------------------------------------------------------------------- /markdown/japan-energy-autarky: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/japan-energy-autarky -------------------------------------------------------------------------------- /markdown/java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/java -------------------------------------------------------------------------------- /markdown/jello-printing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/jello-printing -------------------------------------------------------------------------------- /markdown/jellybeans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/jellybeans -------------------------------------------------------------------------------- /markdown/jellybeans-2016: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/jellybeans-2016 -------------------------------------------------------------------------------- /markdown/journal-feb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/journal-feb -------------------------------------------------------------------------------- /markdown/js-type-inference: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/js-type-inference -------------------------------------------------------------------------------- /markdown/karatsuba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/karatsuba -------------------------------------------------------------------------------- /markdown/karplus-strong-pll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/karplus-strong-pll -------------------------------------------------------------------------------- /markdown/kernel-code-generation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/kernel-code-generation -------------------------------------------------------------------------------- /markdown/kerr-snow-display: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/kerr-snow-display -------------------------------------------------------------------------------- /markdown/keyboard-powered-computers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/keyboard-powered-computers -------------------------------------------------------------------------------- /markdown/kinect-modeling: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/kinect-modeling -------------------------------------------------------------------------------- /markdown/lab-power-supply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lab-power-supply -------------------------------------------------------------------------------- /markdown/lambertian-3d-scanning: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lambertian-3d-scanning -------------------------------------------------------------------------------- /markdown/landsat-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/landsat-8 -------------------------------------------------------------------------------- /markdown/language-id: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/language-id -------------------------------------------------------------------------------- /markdown/laser-cut-box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/laser-cut-box -------------------------------------------------------------------------------- /markdown/laser-cut-next-step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/laser-cut-next-step -------------------------------------------------------------------------------- /markdown/laser-etched-archival: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/laser-etched-archival -------------------------------------------------------------------------------- /markdown/laser-logic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/laser-logic -------------------------------------------------------------------------------- /markdown/laser-printer-oscilloscope: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/laser-printer-oscilloscope -------------------------------------------------------------------------------- /markdown/lattices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lattices -------------------------------------------------------------------------------- /markdown/lazy-csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lazy-csv -------------------------------------------------------------------------------- /markdown/leconscrip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/leconscrip -------------------------------------------------------------------------------- /markdown/leds-are-inefficient: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/leds-are-inefficient -------------------------------------------------------------------------------- /markdown/lenovo-gpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lenovo-gpu -------------------------------------------------------------------------------- /markdown/lenticular-deflector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lenticular-deflector -------------------------------------------------------------------------------- /markdown/lerp-type: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lerp-type -------------------------------------------------------------------------------- /markdown/lexical-gaps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lexical-gaps -------------------------------------------------------------------------------- /markdown/life-octaves: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/life-octaves -------------------------------------------------------------------------------- /markdown/linear-optimization-landscape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/linear-optimization-landscape -------------------------------------------------------------------------------- /markdown/linear-trees: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/linear-trees -------------------------------------------------------------------------------- /markdown/linux-on-e403s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/linux-on-e403s -------------------------------------------------------------------------------- /markdown/lisp-15-forth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lisp-15-forth -------------------------------------------------------------------------------- /markdown/listened-intently: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/listened-intently -------------------------------------------------------------------------------- /markdown/literate-programming: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/literate-programming -------------------------------------------------------------------------------- /markdown/lithium-battery-welder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lithium-battery-welder -------------------------------------------------------------------------------- /markdown/lithium-fission-energy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lithium-fission-energy -------------------------------------------------------------------------------- /markdown/lithium-supplies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lithium-supplies -------------------------------------------------------------------------------- /markdown/low-carb-diets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/low-carb-diets -------------------------------------------------------------------------------- /markdown/low-level-stuff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/low-level-stuff -------------------------------------------------------------------------------- /markdown/low-power-micros: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/low-power-micros -------------------------------------------------------------------------------- /markdown/lua-#-operator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lua-#-operator -------------------------------------------------------------------------------- /markdown/lucenefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lucenefs -------------------------------------------------------------------------------- /markdown/lz77-ret: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/lz77-ret -------------------------------------------------------------------------------- /markdown/maestros: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/maestros -------------------------------------------------------------------------------- /markdown/magic-kazoo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/magic-kazoo -------------------------------------------------------------------------------- /markdown/magic-sinewave-filter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/magic-sinewave-filter -------------------------------------------------------------------------------- /markdown/magnetoresistive-relay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/magnetoresistive-relay -------------------------------------------------------------------------------- /markdown/mail-reader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/mail-reader -------------------------------------------------------------------------------- /markdown/makers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/makers -------------------------------------------------------------------------------- /markdown/material-merits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/material-merits -------------------------------------------------------------------------------- /markdown/matrix-memory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/matrix-memory -------------------------------------------------------------------------------- /markdown/matrix-multiply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/matrix-multiply -------------------------------------------------------------------------------- /markdown/matrix-multiply-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/matrix-multiply-2 -------------------------------------------------------------------------------- /markdown/matrix-power-euler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/matrix-power-euler -------------------------------------------------------------------------------- /markdown/mayonnaise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/mayonnaise -------------------------------------------------------------------------------- /markdown/mcmurdo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/mcmurdo -------------------------------------------------------------------------------- /markdown/mechanical-buck-converter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/mechanical-buck-converter -------------------------------------------------------------------------------- /markdown/mechanical-computers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/mechanical-computers -------------------------------------------------------------------------------- /markdown/mechanical-computers-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/mechanical-computers-2 -------------------------------------------------------------------------------- /markdown/median-filtering: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/median-filtering -------------------------------------------------------------------------------- /markdown/meditation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/meditation -------------------------------------------------------------------------------- /markdown/memoize-the-stack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/memoize-the-stack -------------------------------------------------------------------------------- /markdown/memory-safe-virtual-machines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/memory-safe-virtual-machines -------------------------------------------------------------------------------- /markdown/mergesort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/mergesort -------------------------------------------------------------------------------- /markdown/message-queuing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/message-queuing -------------------------------------------------------------------------------- /markdown/method-of-differences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/method-of-differences -------------------------------------------------------------------------------- /markdown/mic-energy-harvesting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/mic-energy-harvesting -------------------------------------------------------------------------------- /markdown/micro-editor-os: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/micro-editor-os -------------------------------------------------------------------------------- /markdown/micro-math-plus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/micro-math-plus -------------------------------------------------------------------------------- /markdown/micro-pubsub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/micro-pubsub -------------------------------------------------------------------------------- /markdown/microfinance: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/microfinance -------------------------------------------------------------------------------- /markdown/microprint-visor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/microprint-visor -------------------------------------------------------------------------------- /markdown/millikiln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/millikiln -------------------------------------------------------------------------------- /markdown/minetest-addiction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/minetest-addiction -------------------------------------------------------------------------------- /markdown/mingw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/mingw -------------------------------------------------------------------------------- /markdown/minimal-dependency-system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/minimal-dependency-system -------------------------------------------------------------------------------- /markdown/minimal-distributed-streams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/minimal-distributed-streams -------------------------------------------------------------------------------- /markdown/minimal-food: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/minimal-food -------------------------------------------------------------------------------- /markdown/minimal-imperative-language: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/minimal-imperative-language -------------------------------------------------------------------------------- /markdown/minimal-transaction-system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/minimal-transaction-system -------------------------------------------------------------------------------- /markdown/minimal-window-system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/minimal-window-system -------------------------------------------------------------------------------- /markdown/minios: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/minios -------------------------------------------------------------------------------- /markdown/moon-flag-telescope: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/moon-flag-telescope -------------------------------------------------------------------------------- /markdown/msdos-slash-separator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/msdos-slash-separator -------------------------------------------------------------------------------- /markdown/multiplication-with-squares: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/multiplication-with-squares -------------------------------------------------------------------------------- /markdown/multitouch-livecoding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/multitouch-livecoding -------------------------------------------------------------------------------- /markdown/multitouch-puppeteering: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/multitouch-puppeteering -------------------------------------------------------------------------------- /markdown/named-stack-forth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/named-stack-forth -------------------------------------------------------------------------------- /markdown/natlang-hacking-language: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/natlang-hacking-language -------------------------------------------------------------------------------- /markdown/ndarray-java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ndarray-java -------------------------------------------------------------------------------- /markdown/nested-inheritance: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/nested-inheritance -------------------------------------------------------------------------------- /markdown/new-home: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/new-home -------------------------------------------------------------------------------- /markdown/new-os-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/new-os-ui -------------------------------------------------------------------------------- /markdown/non-inverting-logic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/non-inverting-logic -------------------------------------------------------------------------------- /markdown/nonconductive-relays: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/nonconductive-relays -------------------------------------------------------------------------------- /markdown/notch-scorn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/notch-scorn -------------------------------------------------------------------------------- /markdown/notes-on-local-file-browsing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/notes-on-local-file-browsing -------------------------------------------------------------------------------- /markdown/nova-rdos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/nova-rdos -------------------------------------------------------------------------------- /markdown/nutra-circuits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/nutra-circuits -------------------------------------------------------------------------------- /markdown/oberon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/oberon -------------------------------------------------------------------------------- /markdown/object-embedding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/object-embedding -------------------------------------------------------------------------------- /markdown/obscurity-platform: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/obscurity-platform -------------------------------------------------------------------------------- /markdown/oed-copyright-info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/oed-copyright-info -------------------------------------------------------------------------------- /markdown/offline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/offline -------------------------------------------------------------------------------- /markdown/on-influencers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/on-influencers -------------------------------------------------------------------------------- /markdown/one-line-thoughts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/one-line-thoughts -------------------------------------------------------------------------------- /markdown/one-motor-robot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/one-motor-robot -------------------------------------------------------------------------------- /markdown/one-operand-stack-machine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/one-operand-stack-machine -------------------------------------------------------------------------------- /markdown/oo-bytecode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/oo-bytecode -------------------------------------------------------------------------------- /markdown/opacity-holograms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/opacity-holograms -------------------------------------------------------------------------------- /markdown/optical-lever-thermometer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/optical-lever-thermometer -------------------------------------------------------------------------------- /markdown/optimum-trits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/optimum-trits -------------------------------------------------------------------------------- /markdown/order-id: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/order-id -------------------------------------------------------------------------------- /markdown/oscilloscope-screens: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/oscilloscope-screens -------------------------------------------------------------------------------- /markdown/oscilloscopes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/oscilloscopes -------------------------------------------------------------------------------- /markdown/ostinatto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ostinatto -------------------------------------------------------------------------------- /markdown/oval-cam-lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/oval-cam-lock -------------------------------------------------------------------------------- /markdown/paper-editing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/paper-editing -------------------------------------------------------------------------------- /markdown/paper-foil-relays: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/paper-foil-relays -------------------------------------------------------------------------------- /markdown/parabolic-optimization: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/parabolic-optimization -------------------------------------------------------------------------------- /markdown/parallel-dfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/parallel-dfa -------------------------------------------------------------------------------- /markdown/parallel-nfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/parallel-nfa -------------------------------------------------------------------------------- /markdown/parallel-register-file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/parallel-register-file -------------------------------------------------------------------------------- /markdown/pareja-necesidades: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/pareja-necesidades -------------------------------------------------------------------------------- /markdown/parsing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/parsing -------------------------------------------------------------------------------- /markdown/passive-dehumidifier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/passive-dehumidifier -------------------------------------------------------------------------------- /markdown/passive-ultrasound-sonar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/passive-ultrasound-sonar -------------------------------------------------------------------------------- /markdown/password-bits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/password-bits -------------------------------------------------------------------------------- /markdown/phase-change-soldering-iron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/phase-change-soldering-iron -------------------------------------------------------------------------------- /markdown/phase-change-unplugged-oven: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/phase-change-unplugged-oven -------------------------------------------------------------------------------- /markdown/phase-relations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/phase-relations -------------------------------------------------------------------------------- /markdown/phase-vocoder-fm-sdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/phase-vocoder-fm-sdr -------------------------------------------------------------------------------- /markdown/phosphorescent-laser-display: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/phosphorescent-laser-display -------------------------------------------------------------------------------- /markdown/photodiode-camera: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/photodiode-camera -------------------------------------------------------------------------------- /markdown/phyle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/phyle -------------------------------------------------------------------------------- /markdown/piano-synthesis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/piano-synthesis -------------------------------------------------------------------------------- /markdown/piezoelectric-engraving: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/piezoelectric-engraving -------------------------------------------------------------------------------- /markdown/pipe-dome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/pipe-dome -------------------------------------------------------------------------------- /markdown/pitch-detection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/pitch-detection -------------------------------------------------------------------------------- /markdown/pixel-stream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/pixel-stream -------------------------------------------------------------------------------- /markdown/planar-lookup-tables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/planar-lookup-tables -------------------------------------------------------------------------------- /markdown/planar-state-machine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/planar-state-machine -------------------------------------------------------------------------------- /markdown/plasma-glazing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/plasma-glazing -------------------------------------------------------------------------------- /markdown/plastic-cutters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/plastic-cutters -------------------------------------------------------------------------------- /markdown/plastics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/plastics -------------------------------------------------------------------------------- /markdown/plato-inferior: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/plato-inferior -------------------------------------------------------------------------------- /markdown/pliant: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/pliant -------------------------------------------------------------------------------- /markdown/polycaprolactone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/polycaprolactone -------------------------------------------------------------------------------- /markdown/polynomial-spline-fir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/polynomial-spline-fir -------------------------------------------------------------------------------- /markdown/post-http-overview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/post-http-overview -------------------------------------------------------------------------------- /markdown/pouch-kafka-log-sync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/pouch-kafka-log-sync -------------------------------------------------------------------------------- /markdown/powder-bed-3d-printing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/powder-bed-3d-printing -------------------------------------------------------------------------------- /markdown/powerful-primitives: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/powerful-primitives -------------------------------------------------------------------------------- /markdown/principled-apl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/principled-apl -------------------------------------------------------------------------------- /markdown/processing-halftoning: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/processing-halftoning -------------------------------------------------------------------------------- /markdown/profile-guided-parsing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/profile-guided-parsing -------------------------------------------------------------------------------- /markdown/progressive-revealment-crypto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/progressive-revealment-crypto -------------------------------------------------------------------------------- /markdown/prolog-table-outlining: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/prolog-table-outlining -------------------------------------------------------------------------------- /markdown/prototyping-environment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/prototyping-environment.md -------------------------------------------------------------------------------- /markdown/prototyping-stuff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/prototyping-stuff -------------------------------------------------------------------------------- /markdown/psychedelic-buenos-aires: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/psychedelic-buenos-aires -------------------------------------------------------------------------------- /markdown/pulley-generator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/pulley-generator -------------------------------------------------------------------------------- /markdown/pulverizer-algorithm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/pulverizer-algorithm -------------------------------------------------------------------------------- /markdown/pwm-comb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/pwm-comb -------------------------------------------------------------------------------- /markdown/pythagorean-cement-pipes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/pythagorean-cement-pipes -------------------------------------------------------------------------------- /markdown/qemacs-bugs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/qemacs-bugs -------------------------------------------------------------------------------- /markdown/qemu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/qemu -------------------------------------------------------------------------------- /markdown/qemu-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/qemu-desktop -------------------------------------------------------------------------------- /markdown/quad-compression: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/quad-compression -------------------------------------------------------------------------------- /markdown/quadratic-opacity-holograms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/quadratic-opacity-holograms -------------------------------------------------------------------------------- /markdown/quasicard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/quasicard -------------------------------------------------------------------------------- /markdown/quasimode-keyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/quasimode-keyboard -------------------------------------------------------------------------------- /markdown/quasiquote-patterns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/quasiquote-patterns -------------------------------------------------------------------------------- /markdown/querying: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/querying -------------------------------------------------------------------------------- /markdown/quicklayout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/quicklayout -------------------------------------------------------------------------------- /markdown/radiant-heating: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/radiant-heating -------------------------------------------------------------------------------- /markdown/raggedcolumns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/raggedcolumns -------------------------------------------------------------------------------- /markdown/raid-zim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/raid-zim -------------------------------------------------------------------------------- /markdown/random-codes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/random-codes -------------------------------------------------------------------------------- /markdown/random-port-trials: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/random-port-trials -------------------------------------------------------------------------------- /markdown/randomized-pdm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/randomized-pdm -------------------------------------------------------------------------------- /markdown/range-literals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/range-literals -------------------------------------------------------------------------------- /markdown/raph-io: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/raph-io -------------------------------------------------------------------------------- /markdown/rapid-dac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/rapid-dac -------------------------------------------------------------------------------- /markdown/rasterizing-polies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/rasterizing-polies -------------------------------------------------------------------------------- /markdown/raytracing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/raytracing -------------------------------------------------------------------------------- /markdown/reactive-crawler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/reactive-crawler -------------------------------------------------------------------------------- /markdown/read-lunar-plaque: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/read-lunar-plaque -------------------------------------------------------------------------------- /markdown/real-time-windowing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/real-time-windowing -------------------------------------------------------------------------------- /markdown/recuperator-heat-storage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/recuperator-heat-storage -------------------------------------------------------------------------------- /markdown/recurrent-comb-cascade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/recurrent-comb-cascade -------------------------------------------------------------------------------- /markdown/recursive-curves: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/recursive-curves -------------------------------------------------------------------------------- /markdown/recycling-distillation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/recycling-distillation -------------------------------------------------------------------------------- /markdown/refractory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/refractory -------------------------------------------------------------------------------- /markdown/regenerative-fuel-air-cutting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/regenerative-fuel-air-cutting -------------------------------------------------------------------------------- /markdown/regenerator-gas-kiln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/regenerator-gas-kiln -------------------------------------------------------------------------------- /markdown/relational-modeling: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/relational-modeling -------------------------------------------------------------------------------- /markdown/relational-modeling-and-apl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/relational-modeling-and-apl -------------------------------------------------------------------------------- /markdown/renesas-rl78: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/renesas-rl78 -------------------------------------------------------------------------------- /markdown/replicating-education: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/replicating-education -------------------------------------------------------------------------------- /markdown/resistor-assortment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/resistor-assortment -------------------------------------------------------------------------------- /markdown/restful-stateful-connection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/restful-stateful-connection -------------------------------------------------------------------------------- /markdown/resurrecting-duckling-hashing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/resurrecting-duckling-hashing -------------------------------------------------------------------------------- /markdown/rhythm-codes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/rhythm-codes -------------------------------------------------------------------------------- /markdown/rich-programmers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/rich-programmers -------------------------------------------------------------------------------- /markdown/rosetta-opacity-hologram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/rosetta-opacity-hologram -------------------------------------------------------------------------------- /markdown/rpn-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/rpn-ui -------------------------------------------------------------------------------- /markdown/rpncalc-thoughts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/rpncalc-thoughts -------------------------------------------------------------------------------- /markdown/rsync-message-base.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/rsync-message-base.md -------------------------------------------------------------------------------- /markdown/rubber-air-conditioner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/rubber-air-conditioner -------------------------------------------------------------------------------- /markdown/rubber-wheel-pinch-drive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/rubber-wheel-pinch-drive -------------------------------------------------------------------------------- /markdown/rubius-book: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/rubius-book -------------------------------------------------------------------------------- /markdown/saas-ops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/saas-ops -------------------------------------------------------------------------------- /markdown/salt-slush-refrigeration: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/salt-slush-refrigeration -------------------------------------------------------------------------------- /markdown/salt-water-linear-motor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/salt-water-linear-motor -------------------------------------------------------------------------------- /markdown/sample-reversal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/sample-reversal -------------------------------------------------------------------------------- /markdown/sandwich-theory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/sandwich-theory -------------------------------------------------------------------------------- /markdown/saturation-detector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/saturation-detector -------------------------------------------------------------------------------- /markdown/scicalc-usability: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/scicalc-usability -------------------------------------------------------------------------------- /markdown/science-espeak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/science-espeak -------------------------------------------------------------------------------- /markdown/scratch-hologram-polyhedron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/scratch-hologram-polyhedron -------------------------------------------------------------------------------- /markdown/screen-dirty-bitmap-tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/screen-dirty-bitmap-tree -------------------------------------------------------------------------------- /markdown/screensize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/screensize -------------------------------------------------------------------------------- /markdown/scrubber-mask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/scrubber-mask -------------------------------------------------------------------------------- /markdown/sdf-notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/sdf-notes -------------------------------------------------------------------------------- /markdown/self-compiler-bootstrapping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/self-compiler-bootstrapping -------------------------------------------------------------------------------- /markdown/self-replication-changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/self-replication-changes -------------------------------------------------------------------------------- /markdown/self-replication-limits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/self-replication-limits -------------------------------------------------------------------------------- /markdown/selfish-conformity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/selfish-conformity -------------------------------------------------------------------------------- /markdown/serialization: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/serialization -------------------------------------------------------------------------------- /markdown/service-oriented-mail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/service-oriented-mail -------------------------------------------------------------------------------- /markdown/set-hashing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/set-hashing -------------------------------------------------------------------------------- /markdown/shetter-bell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/shetter-bell -------------------------------------------------------------------------------- /markdown/short-words: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/short-words -------------------------------------------------------------------------------- /markdown/shuffle-hypercube: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/shuffle-hypercube -------------------------------------------------------------------------------- /markdown/simple-log-sets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/simple-log-sets -------------------------------------------------------------------------------- /markdown/simple-programs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/simple-programs -------------------------------------------------------------------------------- /markdown/simple-state-machines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/simple-state-machines -------------------------------------------------------------------------------- /markdown/simple-system-language: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/simple-system-language -------------------------------------------------------------------------------- /markdown/simplified-computing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/simplified-computing -------------------------------------------------------------------------------- /markdown/single-mosfet-gate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/single-mosfet-gate -------------------------------------------------------------------------------- /markdown/sip-2019: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/sip-2019 -------------------------------------------------------------------------------- /markdown/skeletal-js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/skeletal-js -------------------------------------------------------------------------------- /markdown/sliding-rmq-achievements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/sliding-rmq-achievements -------------------------------------------------------------------------------- /markdown/sliding-rmq-splitting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/sliding-rmq-splitting -------------------------------------------------------------------------------- /markdown/small-tcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/small-tcp -------------------------------------------------------------------------------- /markdown/smoky-day: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/smoky-day -------------------------------------------------------------------------------- /markdown/smooth-hysteresis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/smooth-hysteresis -------------------------------------------------------------------------------- /markdown/smoothing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/smoothing -------------------------------------------------------------------------------- /markdown/snap-logic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/snap-logic -------------------------------------------------------------------------------- /markdown/solar-air-conditioner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/solar-air-conditioner -------------------------------------------------------------------------------- /markdown/solar-cell-geiger-counter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/solar-cell-geiger-counter -------------------------------------------------------------------------------- /markdown/solar-computer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/solar-computer -------------------------------------------------------------------------------- /markdown/solar-computer-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/solar-computer-2 -------------------------------------------------------------------------------- /markdown/solar-dehumidifier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/solar-dehumidifier -------------------------------------------------------------------------------- /markdown/solar-economics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/solar-economics -------------------------------------------------------------------------------- /markdown/solar-notes-2012-10-15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/solar-notes-2012-10-15 -------------------------------------------------------------------------------- /markdown/solar-notes-2012-10-15-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/solar-notes-2012-10-15-2 -------------------------------------------------------------------------------- /markdown/solar-system-scale-model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/solar-system-scale-model -------------------------------------------------------------------------------- /markdown/sorting-in-logic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/sorting-in-logic -------------------------------------------------------------------------------- /markdown/sous-vide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/sous-vide -------------------------------------------------------------------------------- /markdown/spaced-practice-capacity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/spaced-practice-capacity -------------------------------------------------------------------------------- /markdown/spark-particulate-sieve: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/spark-particulate-sieve -------------------------------------------------------------------------------- /markdown/sparkle-wheel-display: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/sparkle-wheel-display -------------------------------------------------------------------------------- /markdown/sparse-filter-optimization: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/sparse-filter-optimization -------------------------------------------------------------------------------- /markdown/sparse-filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/sparse-filters -------------------------------------------------------------------------------- /markdown/sparse-sinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/sparse-sinc -------------------------------------------------------------------------------- /markdown/specialization: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/specialization -------------------------------------------------------------------------------- /markdown/spiral-chinese-windlass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/spiral-chinese-windlass -------------------------------------------------------------------------------- /markdown/spline-convolution: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/spline-convolution -------------------------------------------------------------------------------- /markdown/spring-energy-density: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/spring-energy-density -------------------------------------------------------------------------------- /markdown/springs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/springs -------------------------------------------------------------------------------- /markdown/square-multiply-pipeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/square-multiply-pipeline -------------------------------------------------------------------------------- /markdown/square-table-differences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/square-table-differences -------------------------------------------------------------------------------- /markdown/square-wave-filtering: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/square-wave-filtering -------------------------------------------------------------------------------- /markdown/square-wave-synthesis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/square-wave-synthesis -------------------------------------------------------------------------------- /markdown/stack-drex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/stack-drex -------------------------------------------------------------------------------- /markdown/stack-stack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/stack-stack -------------------------------------------------------------------------------- /markdown/starfield-servo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/starfield-servo -------------------------------------------------------------------------------- /markdown/state-of-the-world: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/state-of-the-world -------------------------------------------------------------------------------- /markdown/statically-bounding-runtime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/statically-bounding-runtime -------------------------------------------------------------------------------- /markdown/stereographic-map-app: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/stereographic-map-app -------------------------------------------------------------------------------- /markdown/stm-rest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/stm-rest -------------------------------------------------------------------------------- /markdown/stm32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/stm32 -------------------------------------------------------------------------------- /markdown/stm32-adc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/stm32-adc -------------------------------------------------------------------------------- /markdown/strawberry-miles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/strawberry-miles -------------------------------------------------------------------------------- /markdown/stretch-alien: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/stretch-alien -------------------------------------------------------------------------------- /markdown/string-cutting-cardboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/string-cutting-cardboard -------------------------------------------------------------------------------- /markdown/string-instrument-servo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/string-instrument-servo -------------------------------------------------------------------------------- /markdown/string-tuple-encoding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/string-tuple-encoding -------------------------------------------------------------------------------- /markdown/strlen-utf8-reddit-responses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/strlen-utf8-reddit-responses -------------------------------------------------------------------------------- /markdown/studies-support-authority: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/studies-support-authority -------------------------------------------------------------------------------- /markdown/stupid-register-allocation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/stupid-register-allocation -------------------------------------------------------------------------------- /markdown/subterranean-glazing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/subterranean-glazing -------------------------------------------------------------------------------- /markdown/summed-area-tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/summed-area-tables.md -------------------------------------------------------------------------------- /markdown/sun-cutter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/sun-cutter -------------------------------------------------------------------------------- /markdown/sunday: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/sunday -------------------------------------------------------------------------------- /markdown/surrealist-code: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/surrealist-code -------------------------------------------------------------------------------- /markdown/surveillance: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/surveillance -------------------------------------------------------------------------------- /markdown/svd-convolution: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/svd-convolution -------------------------------------------------------------------------------- /markdown/switchers-and-adc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/switchers-and-adc -------------------------------------------------------------------------------- /markdown/synthgramelodia-interactive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/synthgramelodia-interactive -------------------------------------------------------------------------------- /markdown/tagged-dataflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/tagged-dataflow -------------------------------------------------------------------------------- /markdown/tagging-parser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/tagging-parser -------------------------------------------------------------------------------- /markdown/tahoe-isam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/tahoe-isam -------------------------------------------------------------------------------- /markdown/tapered-thread: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/tapered-thread -------------------------------------------------------------------------------- /markdown/tech-predictions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/tech-predictions -------------------------------------------------------------------------------- /markdown/temporally-indexed-log-ram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/temporally-indexed-log-ram -------------------------------------------------------------------------------- /markdown/term-rewriting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/term-rewriting -------------------------------------------------------------------------------- /markdown/ternary-mergesort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ternary-mergesort -------------------------------------------------------------------------------- /markdown/testing-introspection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/testing-introspection -------------------------------------------------------------------------------- /markdown/text-editor-slow-keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/text-editor-slow-keys -------------------------------------------------------------------------------- /markdown/text-relational-query: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/text-relational-query -------------------------------------------------------------------------------- /markdown/texture-algebra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/texture-algebra -------------------------------------------------------------------------------- /markdown/the-real-problem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/the-real-problem -------------------------------------------------------------------------------- /markdown/the-suburbean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/the-suburbean -------------------------------------------------------------------------------- /markdown/thredsnek: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/thredsnek -------------------------------------------------------------------------------- /markdown/three-phase-oscillating-belt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/three-phase-oscillating-belt -------------------------------------------------------------------------------- /markdown/thunderbird-on-7G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/thunderbird-on-7G -------------------------------------------------------------------------------- /markdown/tiled-database: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/tiled-database -------------------------------------------------------------------------------- /markdown/time-domain-analog-chaos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/time-domain-analog-chaos -------------------------------------------------------------------------------- /markdown/time-series-data-type: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/time-series-data-type -------------------------------------------------------------------------------- /markdown/tinkerers-tricorder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/tinkerers-tricorder -------------------------------------------------------------------------------- /markdown/tiny-compu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/tiny-compu -------------------------------------------------------------------------------- /markdown/tio2-iridescent-printing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/tio2-iridescent-printing -------------------------------------------------------------------------------- /markdown/top-algorithms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/top-algorithms -------------------------------------------------------------------------------- /markdown/top-n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/top-n -------------------------------------------------------------------------------- /markdown/topics-2014: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/topics-2014 -------------------------------------------------------------------------------- /markdown/tostudy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/tostudy -------------------------------------------------------------------------------- /markdown/tournament: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/tournament -------------------------------------------------------------------------------- /markdown/transactional-event-handlers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/transactional-event-handlers -------------------------------------------------------------------------------- /markdown/transactional-memory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/transactional-memory -------------------------------------------------------------------------------- /markdown/transactional-screen-updates: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/transactional-screen-updates -------------------------------------------------------------------------------- /markdown/transceiver-ics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/transceiver-ics -------------------------------------------------------------------------------- /markdown/transmission-line-computer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/transmission-line-computer -------------------------------------------------------------------------------- /markdown/trees-as-code: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/trees-as-code -------------------------------------------------------------------------------- /markdown/treeslice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/treeslice -------------------------------------------------------------------------------- /markdown/trellis-coded-buttons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/trellis-coded-buttons -------------------------------------------------------------------------------- /markdown/tub-heating: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/tub-heating -------------------------------------------------------------------------------- /markdown/tunnel-prt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/tunnel-prt -------------------------------------------------------------------------------- /markdown/tv-oscilloscope: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/tv-oscilloscope -------------------------------------------------------------------------------- /markdown/twi-bus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/twi-bus -------------------------------------------------------------------------------- /markdown/twingler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/twingler -------------------------------------------------------------------------------- /markdown/two-thumb-quasimodal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/two-thumb-quasimodal -------------------------------------------------------------------------------- /markdown/typed-apl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/typed-apl -------------------------------------------------------------------------------- /markdown/uhmwpe-clothes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/uhmwpe-clothes -------------------------------------------------------------------------------- /markdown/uhmwpe-hammock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/uhmwpe-hammock -------------------------------------------------------------------------------- /markdown/ultraslow-radio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ultraslow-radio -------------------------------------------------------------------------------- /markdown/ultrasonic-radio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/ultrasonic-radio -------------------------------------------------------------------------------- /markdown/underground-arcology: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/underground-arcology -------------------------------------------------------------------------------- /markdown/underwater-energy-autonomy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/underwater-energy-autonomy -------------------------------------------------------------------------------- /markdown/units-finkel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/units-finkel -------------------------------------------------------------------------------- /markdown/upg-notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/upg-notes -------------------------------------------------------------------------------- /markdown/urban-autarkic-network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/urban-autarkic-network -------------------------------------------------------------------------------- /markdown/uvc-archiving: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/uvc-archiving -------------------------------------------------------------------------------- /markdown/v-plotter-servo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/v-plotter-servo -------------------------------------------------------------------------------- /markdown/value-restriction-modula-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/value-restriction-modula-3 -------------------------------------------------------------------------------- /markdown/vanagon-mail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/vanagon-mail -------------------------------------------------------------------------------- /markdown/vco-digitization: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/vco-digitization -------------------------------------------------------------------------------- /markdown/vcr-oscilloscope: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/vcr-oscilloscope -------------------------------------------------------------------------------- /markdown/vec-calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/vec-calc -------------------------------------------------------------------------------- /markdown/vector-instructions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/vector-instructions -------------------------------------------------------------------------------- /markdown/vector-js-codegen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/vector-js-codegen -------------------------------------------------------------------------------- /markdown/vector-vm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/vector-vm -------------------------------------------------------------------------------- /markdown/vectorized-prefix-sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/vectorized-prefix-sum -------------------------------------------------------------------------------- /markdown/very-composite-numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/very-composite-numbers -------------------------------------------------------------------------------- /markdown/vibratory-powder-delivery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/vibratory-powder-delivery -------------------------------------------------------------------------------- /markdown/video-game-ide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/video-game-ide -------------------------------------------------------------------------------- /markdown/views-and-ometa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/views-and-ometa -------------------------------------------------------------------------------- /markdown/viral-wiki: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/viral-wiki -------------------------------------------------------------------------------- /markdown/virtual-instruments: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/virtual-instruments -------------------------------------------------------------------------------- /markdown/visual-expanding-startle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/visual-expanding-startle -------------------------------------------------------------------------------- /markdown/vitriol-copper-plating-iron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/vitriol-copper-plating-iron -------------------------------------------------------------------------------- /markdown/wang-tile-addition: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/wang-tile-addition -------------------------------------------------------------------------------- /markdown/wang-tile-font: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/wang-tile-font -------------------------------------------------------------------------------- /markdown/water-tower-preparedness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/water-tower-preparedness -------------------------------------------------------------------------------- /markdown/waterfryer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/waterfryer -------------------------------------------------------------------------------- /markdown/waterproofing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/waterproofing -------------------------------------------------------------------------------- /markdown/web-prefetch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/web-prefetch -------------------------------------------------------------------------------- /markdown/web-press: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/web-press -------------------------------------------------------------------------------- /markdown/wercam-nonscriptable-windows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/wercam-nonscriptable-windows -------------------------------------------------------------------------------- /markdown/wercam-scriptable-windows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/wercam-scriptable-windows -------------------------------------------------------------------------------- /markdown/weregild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/weregild -------------------------------------------------------------------------------- /markdown/whats-wrong-with-dotdot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/whats-wrong-with-dotdot -------------------------------------------------------------------------------- /markdown/wheel-state-machine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/wheel-state-machine -------------------------------------------------------------------------------- /markdown/whistle-detection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/whistle-detection -------------------------------------------------------------------------------- /markdown/wikipedia-people: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/wikipedia-people -------------------------------------------------------------------------------- /markdown/win32-startup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/win32-startup -------------------------------------------------------------------------------- /markdown/window-systems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/window-systems -------------------------------------------------------------------------------- /markdown/wizards-castle-analysis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/wizards-castle-analysis -------------------------------------------------------------------------------- /markdown/wood-pda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/wood-pda -------------------------------------------------------------------------------- /markdown/word-stream-architecture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/word-stream-architecture -------------------------------------------------------------------------------- /markdown/wwiii-genesis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/wwiii-genesis -------------------------------------------------------------------------------- /markdown/xchg-machine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/xchg-machine -------------------------------------------------------------------------------- /markdown/xor-1-to-1-hashing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/xor-1-to-1-hashing -------------------------------------------------------------------------------- /markdown/yeso-notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/yeso-notes -------------------------------------------------------------------------------- /markdown/z-machine-ops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/z-machine-ops -------------------------------------------------------------------------------- /markdown/zinc-pcbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/zinc-pcbs -------------------------------------------------------------------------------- /markdown/zombie-contingency-plan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/markdown/zombie-contingency-plan -------------------------------------------------------------------------------- /relation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/relation.py -------------------------------------------------------------------------------- /triples: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/triples -------------------------------------------------------------------------------- /when.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kragen/dercuano/HEAD/when.py --------------------------------------------------------------------------------