An open API service indexing awesome lists of open source software.

https://github.com/trevarj/programming-bookmarks

My collection of programming bookmarks
https://github.com/trevarj/programming-bookmarks

bookmarks computers programming

Last synced: 9 months ago
JSON representation

My collection of programming bookmarks

Awesome Lists containing this project

README

          

# 🖥️
- ## ASM
- [Introduction to x64 Assembly](https://software.intel.com/content/www/us/en/develop/articles/introduction-to-x64-assembly.html)

- [X86 Assembly/Interfacing with Linux - Wikibooks, open books for an open world](https://en.wikibooks.org/wiki/X86_Assembly/Interfacing_with_Linux#syscall_2)

- [The GNU Assembler](http://tigcc.ticalc.org/doc/gnuasm.html)

- [https://riscv-programming.org/book/riscv-book.html](https://riscv-programming.org/book/riscv-book.html)

- [STM32 Mainstream Microcontrollers (MCUs) - STMicroelectronics](https://www.st.com/en/microcontrollers-microprocessors/stm32-mainstream-mcus.html)

- [Top (Using as)](https://sourceware.org/binutils/docs-2.40/as/index.html)

- ## Android
- [Set Up Google Play Services SDK | Android Developers](http://developer.android.com/google/play-services/setup.html)

- [Banners I - Google Mobile Ads SDK — Google Developers](https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals)

- [Publishing Hangout Apps - Google+ Hangouts API — Google Developers](https://developers.google.com/+/hangouts/publishing#types)

- [Fossdroid: Free and open source Android applications](http://fossdroid.com/)

- [XDA-Developers Android Forums](https://www.xda-developers.com/)

- [Developer Dashboard - Chrome Web Store](https://chrome.google.com/webstore/developer/dashboard)

- ## ARM
- [mbed NXP LPC1768 - Handbook | mbed](http://mbed.org/handbook/mbed-NXP-LPC1768)

- [LPC1769/68/67/66/65/64/63 32-bit ARM Cortex-M3 microcontroller; up to 512 kB flash and 64 kB SRAM with Ethernet, USB 2.0 Host/Device/OTG, CAN - LPC1769_68_67_66_65_64_63.pdf](chrome-extension://oemmndcbldboiebfnladdacbdfmadadm/http://www.nxp.com/documents/data_sheet/LPC1769_68_67_66_65_64_63.pdf)

- [UM10360 LPC176x/5x User manual - UM10360.pdf](chrome-extension://oemmndcbldboiebfnladdacbdfmadadm/http://www.nxp.com/documents/user_manual/UM10360.pdf)

- [Assembly Language - Cookbook | mbed](https://mbed.org/cookbook/Assembly-Language)

- [STM32Trust - Security functions - STMicroelectronics](https://www.st.com/content/st_com/en/ecosystems/stm32trust/security-functions.html)

- [Resources to develop embedded security with TrustZone - Architectures and Processors blog - Arm Community blogs - Arm Community](https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/links-to-a-set-of-technical-documents-regarding-trustzone-for-armv8_2d00_m)

- ## AWK
- [The GNU Awk User’s Guide](https://www.gnu.org/software/gawk/manual/gawk.html#Array-Basics)

- ## Blockchain
- [ethereumbook/ethereumbook: Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood](https://github.com/ethereumbook/ethereumbook)

- [LedgerHQ/rust-app: A demo Rust app using the UI and SDK as crates.](https://github.com/LedgerHQ/rust-app)

- [High-level Overview | Cosmos SDK](https://docs.cosmos.network/v0.40/intro/overview.html)

- [The Beacon Chain Ethereum 2.0 explainer you need to read first | ethos.dev](https://ethos.dev/beacon-chain/)

- [Ethereum development documentation | ethereum.org](https://ethereum.org/en/developers/docs/)

- ## C
- [style(9) - OpenBSD manual pages](https://man.openbsd.org/style)

- [If You Must Learn C](https://cs.uwaterloo.ca/%7Eplragde/flaneries/IYMLC/)

- [Minimalist C Libraries](https://nullprogram.com/blog/2018/06/10/)

- [C Help and Discussion - InstallGentoo Wiki](https://wiki.installgentoo.com/wiki/C_Help_and_Discussion)

- [comp.lang.c Frequently Asked Questions](https://c-faq.com/)

- [Check | Unit testing framework for C](https://libcheck.github.io/check/)

- [Check: check.h File Reference](https://libcheck.github.io/check/doc/doxygen/html/check_8h.html)

- [cdecl: C gibberish ↔ English](https://cdecl.org/)

- [How I program C - YouTube](https://www.youtube.com/watch?v=443UNeGrFoM)

- [Some Were Meant for C - onward17-essays2.pdf](https://skeeto.s3.amazonaws.com/share/onward17-essays2.pdf)

- - ### NCurses
- [NCurses](https://tldp.org/HOWTO/NCURSES-Programming-HOWTO/printw.html)

- [A Hacker's Guide to Ncurses Internals](https://invisible-island.net/ncurses/hackguide.html)

- [A beginners' guide away from scanf()](https://sekrit.de/webdocs/c/beginners-guide-away-from-scanf.html)

- [GNU C Language Intro and Reference - Summary [Savannah]](https://savannah.gnu.org/projects/c-intro-and-ref/)

- [make](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html)

- [Modern CModern C - xeb93p.pdf](https://files.catbox.moe/xeb93p.pdf)

- [Transpile to C example](https://godbolt.org/z/Wvzn9GcKv)

- ## DevOps
- [Devops with Docker](https://devopswithdocker.com/)

- [Low End Box - Cheap VPS, Dedicated Servers and Hosting Deals](https://lowendbox.com/)

- ## Forth
- [A Brief Introduction to Forth](https://users.ece.cmu.edu/~koopman/forth/hopl.html)

- [Moving Forth: Part 1](https://www.bradrodriguez.com/papers/moving1.htm)

- [Stack Computers: 3.3 OVERVIEW OF THE FORTH PROGRAMMING LANGUAGE](https://users.ece.cmu.edu/~koopman/stack_computers/sec3_3.html)

- [jonesforth/jonesforth.S at master · nornagon/jonesforth · GitHub](https://github.com/nornagon/jonesforth/blob/master/jonesforth.S)

- [Tutorial (Gforth Manual)](https://gforth.org/manual/Tutorial.html)

- [Starting Forth](https://www.forth.com/starting-forth/1-forth-stacks-dictionary/)

- [Forth](https://forth-standard.org/)

- [SmithForth](https://dacvs.neocities.org/SF/SForth220711dmp.txt)

- [Fitting a Forth in 512 bytes](https://compilercrim.es/bootstrap/miniforth/)

- ## FreeBSD
- [The Design and Implementation of the 4.4BSD Operating System | FreeBSD Documentation Portal](https://docs.freebsd.org/en/books/design-44bsd/)

- [FreeBSD Developers' Handbook | FreeBSD Documentation Portal](https://docs.freebsd.org/en/books/developers-handbook/)

- [Chapter 25. Updating and Upgrading FreeBSD | FreeBSD Documentation Portal](https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld)

- [FreeBSD Bugzilla Main Page](https://bugs.freebsd.org/bugzilla/)

- [FreeBSD Bug Tracker](https://bugs.freebsd.org/bugzilla/describecomponents.cgi)

- [Throw-Away Browser on FreeBSD With "pot" Within 5 Minutes](https://honeyguide.eu/posts/pot-throwaway-firefox/)

- [[Linuxulator] How to run Google Chrome (linux-binary) on FreeBSD | Page 4 | The FreeBSD Forums](https://forums.freebsd.org/threads/linuxulator-how-to-run-google-chrome-linux-binary-on-freebsd.77559/page-4)

- ## Functional Programming
- [Practice of Functional Programming - HaskellWiki](https://wiki.haskell.org/Practice_of_Functional_Programming)

- [Category Theory 7.1: Functoriality, bifunctors - YouTube](https://www.youtube.com/watch?v=pUQ0mmbIdxs)

- [hkust-taco/mlscript: The MLscript programming language. Functional and object-oriented; structurally typed and sound; with powerful type inference. Soon to have full interop with TypeScript!](https://github.com/hkust-taco/mlscript)

- ## Go
- [Introduction to Go - let's build a network application! | Go User Group Berlin](http://synflood.at/tmp/golang-slides/mrmcd2012.html#23)

- [crypto/box_test.go at master · golang/crypto](https://github.com/golang/crypto/blob/master/nacl/box/box_test.go)

- [Go Playground](http://play.golang.org/)

- [Whispering Gophers](https://whispering-gophers.appspot.com/talk.slide#48)

- ## Haskell
- [First steps - GHCup](https://www.haskell.org/ghcup/steps/)

- [The Haskell Tool Stack](https://docs.haskellstack.org/en/stable/)

- [GHC version support — haskell-language-server 1.8.0.0 documentation](https://haskell-language-server.readthedocs.io/en/latest/support/ghc-version-support.html)

- [CheatSheet.pdf](https://cheatsheet.codeslower.com/CheatSheet.pdf)

- [Hoogle](https://hoogle.haskell.org/)

- [Chapters - Learn You a Haskell for Great Good!](http://www.learnyouahaskell.com/chapters)

- [The Evolution of a Haskell Programmer](https://www.willamette.edu/~fruehr/haskell/evolution.html)

- [Monday Morning Haskell](https://mmhaskell.com/)

- [Happy Learn Haskell Tutorial](http://www.happylearnhaskelltutorial.com/contents.html)

- ## Idris
- [Курс по Idris (ver. 2.0 — ФКН ВШЭ) - YouTube](https://www.youtube.com/playlist?list=PLvPsfYrGz3wu-XTF0Lo2k0Hsimd9UtzDt)

- [idris-lang/Idris2: A purely functional programming language with first class types](https://github.com/idris-lang/Idris2)

- [A Crash Course in Idris 2 — Idris2 0.0 documentation](https://idris2.readthedocs.io/en/latest/tutorial/index.html)

- [Index of /docs/idris2/current](https://www.idris-lang.org/docs/idris2/current/)

- [Idris Playground](https://learn-idris.net/play)

- [stefan-hoeck/idris2-tutorial](https://github.com/stefan-hoeck/idris2-tutorial)

- [Idris2 Docs](https://idris2-quickdocs.surge.sh/)

- ## IRC
- [solanum/messages.h at main · solanum-ircd/solanum](https://github.com/solanum-ircd/solanum/blob/main/include/messages.h)

- [solanum/numeric.h at main · solanum-ircd/solanum](https://github.com/solanum-ircd/solanum/blob/main/include/numeric.h)

- [WeeChat user’s guide](https://weechat.org/files/doc/stable/weechat_user.en.html)

- ## Java
- [Patterns](http://java-design-patterns.com/patterns/)

- ## Job Search
- [Nomad List — The Best Cities to Live and Work Remotely](https://nomadlist.com/)

- [WFH.io](https://www.wfh.io/)

- [Trevor Arjeski | Jobspresso](https://jobspresso.co/resume/gyb0lia-trevor-arjeski/)

- [WorksHub](https://www.works-hub.com/jobs)

- [Compiler Job Search | WorksHub](https://www.works-hub.com/compiler-jobs)

- [Overemployed - Work Two Remote Jobs, Reach Financial Freedom](https://overemployed.com/)

- [OCaml Jobs](https://ocaml.org/jobs)

- [Работа в Москве, поиск персонала и публикация вакансий - hh.ru](https://hh.ru/search/vacancy?area=1&search_field=name&search_field=company_name&search_field=description&enable_snippets=true&text=Rust)

- ## KDE
- [Get Involved/development - KDE Community Wiki](https://community.kde.org/Get_Involved/development)

- ## Kotlin
- [From Java to Kotlin](https://fabiomsr.github.io/from-java-to-kotlin/)

- [Kotlin Koans: The Best Way To Learn Kotlin for Java Developers](https://play.kotlinlang.org/koans/Introduction/Hello,%20world!/Task.kt)

- ## LaTeX
- [lshort.pdf](https://mirrors.mi-ras.ru/CTAN/info/lshort/english/lshort.pdf)

- [CTAN: Comprehensive TeX Archive Network](https://www.ctan.org/)

- ## Lisps
- [CL Cookbook](https://lispcookbook.github.io/cl-cookbook/)

- [Practical Common Lisp](https://gigamonkeys.com/book/)

- [CodyReichert/awesome-cl: A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.](https://github.com/CodyReichert/awesome-cl)

- [Writing Small CLI Programs in Common Lisp / Steve Losh](https://stevelosh.com/blog/2021/03/small-common-lisp-cli-programs/)

- [CLHS: Chapter Index](http://www.lispworks.com/documentation/HyperSpec/Front/Contents.htm)

- [articulate-lisp.com](http://articulate-lisp.com/)

- [A Road to Common Lisp / Steve Losh](https://stevelosh.com/blog/2018/08/a-road-to-common-lisp/)

- [https://40ants.com/lisp-project-of-the-day/](https://40ants.com/lisp-project-of-the-day/)

- ## Lua
- [Programming in Lua (first edition)](https://www.lua.org/pil/contents.html)

- [Learn Lua in Y Minutes](https://learnxinyminutes.com/docs/lua/)

- [Lua: Good, bad, and ugly parts - ZeroBrane](https://notebook.kulchenko.com/programming/lua-good-different-bad-and-ugly-parts)

- ## Nvim
- - ### Guides
- [nanotee/nvim-lua-guide: A guide to using Lua in Neovim](https://github.com/nanotee/nvim-lua-guide)

- [Lua-guide - Neovim docs](https://neovim.io/doc/user/lua-guide.html#lua-guide)

- [Getting Started | AstroNvim](https://astronvim.github.io/)

- [rust-analyzer/lsp-extensions.md at master · rust-analyzer/rust-analyzer](https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/dev/lsp-extensions.md#expand-macro)

- [Vim Grammar](https://takac.github.io/2013/01/30/vim-grammar/)

- [(Neo)Vim Default Mappings - Google Sheets](https://docs.google.com/spreadsheets/d/1EJMLr_MPrYiO1TKJ2MjNkR-fA5Wgxa782-f0Wtdpz0w/edit#gid=1730402639)

- - ### Configs
- [Features | NvChad](https://nvchad.github.io/features#ui-plugins)

- [master - AstroNvim_user](https://code.mehalter.com/AstroNvim_user/~files)

- - ### Plugins
- [chipsenkbeil/distant.nvim: 🚧 (Alpha stage software) Edit files, run programs, and work with LSP on a remote machine from the comfort of your local environment 🚧](https://github.com/chipsenkbeil/distant.nvim)

- [Kethku/nvim-rs: A rust library for neovim clients](https://github.com/kethku/nvim-rs)

- [rockerBOO/awesome-neovim: Collections of awesome neovim plugins.](https://github.com/rockerBOO/awesome-neovim#colorscheme)

- [mhinz/vim-galore: All things Vim!](https://github.com/mhinz/vim-galore#readme)

- ## OCaml
- [Cover Page · GitBook](https://www.cs.cornell.edu/courses/cs3110/2019sp/textbook/)

- [A Crash Course for the MinCaml Compiler](https://esumii.github.io/min-caml/index-e.html)

- [ocaml-stdlib.pdf](https://ocamlpro.github.io/ocaml-cheat-sheets/ocaml-stdlib.pdf)

- [ocaml-tools.pdf](https://ocamlpro.github.io/ocaml-cheat-sheets/ocaml-tools.pdf)

- [ocaml-lang.pdf](https://ocamlpro.github.io/ocaml-cheat-sheets/ocaml-lang.pdf)

- [OCaml Programming: Correct + Efficient + Beautiful — OCaml Programming: Correct + Efficient + Beautiful](https://cs3110.github.io/textbook/cover.html)

- [OCaml - The OCaml Manual](https://v2.ocaml.org/manual/index.html)

- [Menhir](https://gallium.inria.fr/~fpottier/menhir/)

- [Toy language :: Documentation for Hugo Learn Theme](https://ohama.github.io/ocaml/ocamllex-tutorial/examples/toylanguage/)

- ## Oracle
- [Oracle Database 11g: Administration Workshop I Release 2](http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=609&p_org_id=1001&lang=US&get_params=dc:D50102GC20,p_preview:N)

- [Oracle Certification Program: Steps to Become Oracle Certified | Certifications | Oracle](http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=50)

- [Oracle Database 11g Administrator Certified Associate](https://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=653&get_params=p_id:50#tabs-1)

- ## OS Dev
- [Expanded Main Page - OSDev Wiki](https://wiki.osdev.org/Main_Page)

- [Hubris](https://hubris.oxide.computer/reference/)

- [Collapse OS — Bootstrap post-collapse technology](http://collapseos.org/)

- [The Old Unix Tree](https://www.tuhs.org/cgi-bin/utree.pl)

- [os01/Operating_Systems_From_0_to_1.pdf at master · tuhdo/os01 · GitHub](https://github.com/tuhdo/os01/blob/master/Operating_Systems_From_0_to_1.pdf)

- ## Programming
- [mtdvio/every-programmer-should-know: A collection of (mostly) technical things every software developer should know about](https://github.com/mtdvio/every-programmer-should-know)

- [Command Line Interface Guidelines](https://clig.dev/)

- [Advent of Code](https://adventofcode.com/)

- [Compiler Explorer](https://godbolt.org/)

- [programming-challenges-v4.0.png (PNG Image, 1920 × 1080 pixels)](https://akademiapython.pl/wp-content/uploads/2020/04/programming-challenges-v4.0.png)

- [a better /dpt/ roller](https://better-dpt-roll.github.io/)

- [trunk-based development](https://trunkbaseddevelopment.com/)

- [OUP Book - PatternsOfSoftware.pdf](https://www.dreamsongs.com/Files/PatternsOfSoftware.pdf)

- ## Programming Languages
- [Book Resources - Cambridge University Press](http://www.cambridge.org/resources/052182060X/)

- [Writing An Interpreter In Go | Thorsten Ball](https://interpreterbook.com/)

- [Writing A Compiler In Go | Thorsten Ball](https://compilerbook.com/)

- [Crafting Interpreters](https://craftinginterpreters.com/)

- [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sites/default/files/sicp/index.html)

- [Simple but Powerful Pratt Parsing](https://matklad.github.io/2020/04/13/simple-but-powerful-pratt-parsing.html)

- [Let’s Build A Simple Interpreter. Part 1. - Ruslan's Blog](https://ruslanspivak.com/lsbasi-part1/)

- [Kixiron/rust-langdev: Language development libraries for Rust](https://github.com/Kixiron/rust-langdev)

- [Let's make a Teeny Tiny compiler, part 1 - Austin Z. Henley](http://web.eecs.utk.edu/~azh/blog/teenytinycompiler1.html)

- [Learn X in Y Minutes: Scenic Programming Language Tours](https://learnxinyminutes.com/)

- [jeanqasaur/pltalk: Schedule for the #PLTalk livestream. On Twitch here: https://www.twitch.tv/jeanqasaur](https://github.com/jeanqasaur/pltalk)

- [PureScript](https://www.purescript.org/)

- [Proof assistant - Wikipedia](https://en.wikipedia.org/wiki/Proof_assistant)

- [PLS Lab | PLS Lab](https://www.pls-lab.org/)

- [- PLD Wiki](https://proglangdesign.net/wiki/)

- [Лекция 2. Операционная семантика большого шага (Языки программирования и компиляторы) - YouTube](https://www.youtube.com/watch?v=mkf1amaeFNw&list=PLlb7e2G7aSpQ4Ym2TWTYyMcfMevxpKoxj&index=2)

- [tr1049.pdf](https://www.cs.yale.edu/publications/techreports/tr1049.pdf)

- [Tiger Compiler Modules for Programming Exercises](https://www.cs.princeton.edu/~appel/modern/ml/project.html)

- [Programming Language Foundations in Agda – Table of Contents](https://plfa.inf.ed.ac.uk/)

- ## Python
- [The Flask Mega-Tutorial, Part III: Web Forms - miguelgrinberg.com](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-iii-web-forms)

- [kmike/pymorphy2](https://github.com/kmike/pymorphy2)

- ## ROMs
- [Vimm's Lair: The Vault](https://vimm.net/?p=vault)

- ## Rust
- [Rust By Example](https://doc.rust-lang.org/stable/rust-by-example/)

- [Rust Book](https://doc.rust-lang.org/stable/book/)

- [This Week in Rust](https://this-week-in-rust.org/)

- [Trending Rust repositories on GitHub today](https://github.com/trending/rust?since=daily)

- [rust-unofficial/awesome-rust: A curated list of Rust code and resources.](https://github.com/rust-unofficial/awesome-rust)

- [Introduction - The Rust Reference](https://doc.rust-lang.org/reference/index.html)

- [Find something Rusty to work on](https://www.rustaceans.org/findwork/starters)

- [Guide to Rustc Development](https://rustc-dev-guide.rust-lang.org/)

- [std - Rust](https://doc.rust-lang.org/std/index.html)

- [tokio - Rust](https://tokio-rs.github.io/tokio/doc/tokio/index.html)

- [Rustup packages availability on x86_64-unknown-linux-gnu](https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu.html)

- [The Little Book of Rust Macros](https://danielkeep.github.io/tlborm/book/README.html)

- [Lib.rs — home for Rust crates // Lib.rs](https://lib.rs/)

- [Rust Book Nightly](https://doc.rust-lang.org/nightly/book/)

- [Compiler Explorer](https://rust.godbolt.org/)

- [dtolnay/proc-macro-workshop: Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]](https://github.com/dtolnay/proc-macro-workshop)

- [Writing an OS in Rust](https://os.phil-opp.com/)

- [Rust Language Cheat Sheet](https://cheats.rs/#common-one-liners)

- [Introduction - The Rust RFC Book](https://rust-lang.github.io/rfcs/introduction.html)

- [The Rust Programming Language Forum](https://users.rust-lang.org/)

- [Introduction - The Little Book of Rust Books](https://lborb.github.io/book/title-page.html#the-little-book-of-rust-books)

- [Rust Quiz #26](https://dtolnay.github.io/rust-quiz/26)

- [Rust Foundation - Rust Foundation](https://foundation.rust-lang.org/)

- [Rustup packages availability on x86_64-unknown-linux-gnu](https://rust-lang.github.io/rustup-components-history/)

- [rust-embedded/rust-raspberrypi-OS-tutorials: Learn to write an embedded OS in Rust](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials)

- [AndrewGaspar/rust-plugin-example: An example of implementing a plugin model in Rust](https://github.com/AndrewGaspar/rust-plugin-example)

- [rust-lang/rustc-dev-guide: A guide to how rustc works and how to contribute to it.](https://github.com/rust-lang/rustc-dev-guide)

- [About this guide - Guide to Rustc Development](https://rustc-dev-guide.rust-lang.org/)

- [Rustup packages availability on x86_64-unknown-linux-gnu](https://rust-lang.github.io/rustup-components-history/)

- [Anatomy of a Terminal Emulator :: poor.dev](https://www.poor.dev/blog/terminal-anatomy/)

- [High Assurance Rust - High Assurance Rust: Developing Secure and Robust Software](https://highassurance.rs/landing.html)

- [Comprehensive Rust 🦀](https://google.github.io/comprehensive-rust/android/aidl/deploy.html)

- ## SBCs
- [uConsole Kit RPI-CM4 Lite | ClockworkPi](https://www.clockworkpi.com/product-page/uconsole-kit-rpi-cm4-lite)

- ## Scheme
- [The CHICKEN User's Manual - The CHICKEN Scheme wiki](https://wiki.call-cc.org/man/5/The%20User%27s%20Manual)

- [The Scheme Programming Language, 4th Edition](https://www.scheme.com/tspl4/)

- [CSE 341 -- Scheme Basics](https://courses.cs.washington.edu/courses/cse341/03wi/scheme/basics.html)

- [Beautiful Racket by Matthew Butterick](https://beautifulracket.com/#start)

- [r7rs.pdf](https://small.r7rs.org/attachment/r7rs.pdf)

- [R5RS](https://conservatory.scheme.org/schemers/Documents/Standards/R5RS/HTML/)

- [Write Yourself a Scheme in 48 Hours - Wikibooks, open books for an open world](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)

- [Understanding the yin-yang puzzle | Surely I Am Joking](https://web.archive.org/web/20140129194441/http://yinwang0.wordpress.com/2012/07/27/yin-yang-puzzle)

- [CHICKEN internals: the garbage collector | More magic](https://www.more-magic.net/posts/internals-gc.html)

- [Cheney's algorithm - Wikipedia](https://en.wikipedia.org/wiki/Cheney%27s_algorithm)

- [rgherdt/scheme-lsp-server: An LSP server for Scheme. - scheme-lsp-server - Codeberg.org](https://codeberg.org/rgherdt/scheme-lsp-server)

- [Top (Guile Reference Manual)](https://www.gnu.org/software/guile/manual/html_node/index.html)

- [The Scheme Cookbook](https://cookbook.scheme.org/)

- ## Security
- [Exploit Database - Exploits for Penetration Testers, Researchers, and Ethical Hackers](https://www.exploit-db.com/)

- [alanvivona/pwnshop: Exploit Development, Reverse Engineering & Cryptography](https://github.com/alanvivona/pwnshop)

- [Introduction - The Official Radare2 Book](https://book.rada.re/)

- [wtsxDev/reverse-engineering: List of awesome reverse engineering resources](https://github.com/wtsxDev/reverse-engineering)

- ## Tmux
- [tmux-plugins/list: A list of tmux plugins.](https://github.com/tmux-plugins/list)

- [rothgar/awesome-tmux: A list of awesome resources for tmux](https://github.com/rothgar/awesome-tmux#miscellaneous)

- ## Tools
- [Convert UTF8 to Hexadecimal - Online UTF8 Tools](https://onlineutf8tools.com/convert-utf8-to-hexadecimal)

- [Programming Problems and Competitions :: HackerRank](https://www.hackerrank.com/domains)

- [CTF 101](https://ctf101.org/)

- [Dashboard | HackerRank](https://www.hackerrank.com/dashboard)

- [Личный сервер shadowsocks за 10 минут без затрат / Хабр](https://habr.com/ru/post/555768/)

- [StackBlitz | Instant Dev Environments | Click. Code. Done.](https://stackblitz.com/)

- [Most active GitHub users](https://committers.top/)

- [The GNU Awk User’s Guide](https://www.gnu.org/software/gawk/manual/gawk.html#History)

- [Base64-decode a String – Online String Tools](https://onlinestringtools.com/convert-base64-to-string)

- [Programming Fonts - Test Drive](https://www.programmingfonts.org/#terminus)

- [AsciiDoc](https://asciidoc.org/)

- [termbin.com - terminal pastebin](https://termbin.com/)

- [OpenGameArt.org](https://opengameart.org/)

- ## WASM
- [Understanding WebAssembly text format - WebAssembly | MDN](https://developer.mozilla.org/en-US/docs/WebAssembly/Understanding_the_text_format)

- [WebAssembly/wabt: The WebAssembly Binary Toolkit](https://github.com/webassembly/wabt)

- [spec/test/core at master · WebAssembly/spec](https://github.com/WebAssembly/spec/tree/master/test/core)

- [Text Format — WebAssembly 1.1](https://webassembly.github.io/spec/core/text/index.html)

- ## X11
- [XCB: XCB API](https://xcb.freedesktop.org/manual/group__XCB____API.html)

- [Xlib - C Language X Interface](https://x.org/releases/current/doc/libX11/libX11/libX11.html)

- [basicwindowsanddrawing](https://xcb.freedesktop.org/tutorial/basicwindowsanddrawing/)

- ## Zig
- [Documentation - The Zig Programming Language](https://ziglang.org/documentation/master/)