Git Product home page Git Product logo

cs-glossaries's Introduction

cs-glossary

"as I understood it"

A glossary of Computer Science (CS) terms as understood by me (to help organise my LTM), or once used by me (since CS concepts are "volatile": they may vanish from one's "declarative" / "explicit" memory ).

It started with C++ terms as cpp-glossary then added more: Python, JavaScript, then sections for async, Promise, etc.

  • Things that I know. Or once knew. Or once implemented.

    • Patterns I found and don't want to throw away into oblivion.
    • But also To accumulate them and organise them along each other (like a (cognitive-)map with coordinates (IND-axes): place-"mand")
  • Sometimes can be seen also as narrow context tutorials (instead of an article in medium)

  • kode-killing: Code that I am killing that (code-sink). (aka dev-notes, etc)

  • Things that I keep need to rediscover. Gtest patterns that I liked, kind of worked, etc. (Also overlap with https://github.com/sohale/hemi-glossaries-public )

  • Helps me channel the personal comments from my learning.

  • Note: The contents put here have not IP issues. Reveals no information about the context of what I am working on.

  • A know-how that I inherit for my future self: future in the sense of the gap between me and myself in terms of time-corrotion.

  • It also may have a potential for socially expressing it. People may end up here and read something. (This adds a miniscule motivation to tidy up and organise).

Three types of articles:

  • The ref versus non-ref articles: "ref" are the sources I found. I don't necessarily know all the contents. (not hands-on knowledge). But everything here is about things I actually tried. Even finding the refs is the knowledge that I gained by trying.

  • Even this is a kind of achievement: I finally found a good source. and I want to protect it against loss and corrosion by time.

  • notes, tutorials, etc (main type)

  • Gathering disperse (survey of parts of concurrency I actually touched)

  • Also as a LTM. (This can be the main definition of these). This is an extended LTM (meta- Long Term Memory: in the context of an extended mind)

    • The contents are not original
  • Also as something I am teaching (to self, others, etc. These could be tutorials, articles. In social LTM~: not only decentralised + also in-the-flow-only: RNN: "Recurrent-time" storage)

  • Trying to remember many things I have done in the past and have not connected them, or their memory-distance is so far apart that are not integrated (zMQ in python, versus some concurrent or distributed code)

  • Discovery: Hard-earned discoveries ("Lessons learned the hard way") in learning or practice context. Things that you come-by once-a-lifetime that can improve things. (See the ref style)

  • This repo kind of reflects (and consolidates) the expertise that I am gaining. (If I put everything down, which currently happens at 0.001% ).

  • But it is a "subset" of that. Of that Type (Category). "Subset" in that sense.

tree .
.
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ adt.md
โ”œโ”€โ”€ api-rest-http
โ”‚ย ย  โ”œโ”€โ”€ DNS-https-setup.md
โ”‚ย ย  โ”œโ”€โ”€ cors.md
โ”‚ย ย  โ”œโ”€โ”€ made-simple-tls-1.md
โ”‚ย ย  โ”œโ”€โ”€ nginx-setup.md
โ”‚ย ย  โ”œโ”€โ”€ oauth-sec-draft.md
โ”‚ย ย  โ””โ”€โ”€ restful.md
โ”œโ”€โ”€ bash
โ”‚ย ย  โ”œโ”€โ”€ brew-like-systems.md
โ”‚ย ย  โ””โ”€โ”€ nice-bash-solutions.sh
โ”œโ”€โ”€ c++
โ”‚ย ย  โ”œโ”€โ”€ c++concern-list.md
โ”‚ย ย  โ”œโ”€โ”€ c++good-libs.md
โ”‚ย ย  โ”œโ”€โ”€ c++multithread.md
โ”‚ย ย  โ”œโ”€โ”€ c++questions.md
โ”‚ย ย  โ”œโ”€โ”€ c++test.md
โ”‚ย ย  โ”œโ”€โ”€ cmake
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ ament_cmake.md
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ cmake_why_non_understandable.md
โ”‚ย ย  โ”œโ”€โ”€ cpp-details.cpp
โ”‚ย ย  โ”œโ”€โ”€ cpp-glossary.md
โ”‚ย ย  โ”œโ”€โ”€ eigen-notes.md
โ”‚ย ย  โ”œโ”€โ”€ gtest_floating_point.md
โ”‚ย ย  โ”œโ”€โ”€ header-only-libraries.md
โ”‚ย ย  โ”œโ”€โ”€ map_emplace.cpp
โ”‚ย ย  โ”œโ”€โ”€ mistakes-bulk.cpp
โ”‚ย ย  โ”œโ”€โ”€ on-cpp.md
โ”‚ย ย  โ”œโ”€โ”€ readme.md
โ”‚ย ย  โ””โ”€โ”€ tooling.md
โ”œโ”€โ”€ compilers
โ”‚ย ย  โ”œโ”€โ”€ compiler-book.md
โ”‚ย ย  โ”œโ”€โ”€ compiler-design.md
โ”‚ย ย  โ”œโ”€โ”€ the-path-to-compile.md
โ”‚ย ย  โ””โ”€โ”€ under-the-cpp.md
โ”œโ”€โ”€ concurrent
โ”‚ย ย  โ”œโ”€โ”€ concurrency-async-terms.md
โ”‚ย ย  โ”œโ”€โ”€ concurrency.md
โ”‚ย ย  โ”œโ”€โ”€ concurreny-concepts-roots.md
โ”‚ย ย  โ””โ”€โ”€ why-concurrency.md
โ”œโ”€โ”€ conference-attendances
โ”‚ย ย  โ””โ”€โ”€ 2024-werner-reichardt-symposium.md
โ”œโ”€โ”€ cpp-practice
โ”‚ย ย  โ”œโ”€โ”€ Clang-in-Docker
โ”‚ย ย  โ”œโ”€โ”€ char8.cpp
โ”‚ย ย  โ”œโ”€โ”€ compile.bash
โ”‚ย ย  โ”œโ”€โ”€ init.bash
โ”‚ย ย  โ””โ”€โ”€ readme.md
โ”œโ”€โ”€ devops
โ”‚ย ย  โ”œโ”€โ”€ cloud
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ azure-glossary.md
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ cloud-generic.md
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ gcp-glossary.md
โ”‚ย ย  โ”œโ”€โ”€ docker
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ docker-internals.md
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ docker-questions.md
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ docker.md
โ”‚ย ย  โ”œโ”€โ”€ github-actions.md
โ”‚ย ย  โ””โ”€โ”€ terraform-tut.md
โ”œโ”€โ”€ docs
โ”œโ”€โ”€ formal-verification
โ”‚ย ย  โ””โ”€โ”€ lean4.md
โ”œโ”€โ”€ git-notes.md
โ”œโ”€โ”€ gpu
โ”‚ย ย  โ”œโ”€โ”€ cuda.md
โ”‚ย ย  โ””โ”€โ”€ ptx.md
โ”œโ”€โ”€ groovy-jenkins.md
โ”œโ”€โ”€ hdl
โ”‚ย ย  โ”œโ”€โ”€ existing-fpga-for-nn.md
โ”‚ย ย  โ”œโ”€โ”€ hdl.md
โ”‚ย ย  โ”œโ”€โ”€ refs-vhdl-resources.md
โ”‚ย ย  โ””โ”€โ”€ vhdl-teach.md
โ”œโ”€โ”€ iv
โ”‚ย ย  โ”œโ”€โ”€ design-patterns.md
โ”‚ย ย  โ”œโ”€โ”€ interview-checklist.md
โ”‚ย ย  โ”œโ”€โ”€ real-intv-quest.md
โ”‚ย ย  โ””โ”€โ”€ specific
โ”‚ย ย      โ”œโ”€โ”€ causL.md
โ”‚ย ย      โ””โ”€โ”€ opteran.md
โ”œโ”€โ”€ js
โ”‚ย ย  โ”œโ”€โ”€ cute-javascript-solutions.md
โ”‚ย ย  โ”œโ”€โ”€ do-you-know-enough-js.md
โ”‚ย ย  โ”œโ”€โ”€ js-tests.md
โ”‚ย ย  โ”œโ”€โ”€ modern-javascript.md
โ”‚ย ย  โ”œโ”€โ”€ npm-tricks.md
โ”‚ย ย  โ”œโ”€โ”€ promise-a-tutorial
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ QuasiPromise.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ map-series.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ promise1-5.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ promise1-7.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ promise1.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ promise2.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ promise3.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ promise4.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ quasi-promise.ms
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ readme.md
โ”‚ย ย  โ”œโ”€โ”€ promises-a-tutorial.md
โ”‚ย ย  โ”œโ”€โ”€ react.md
โ”‚ย ย  โ””โ”€โ”€ solutions-to-keep.js
โ”œโ”€โ”€ math-ml
โ”‚ย ย  โ”œโ”€โ”€ 4e-robotics.md
โ”‚ย ย  โ”œโ”€โ”€ Legendre-transform.md
โ”‚ย ย  โ”œโ”€โ”€ bias-corrected-mi.md
โ”‚ย ย  โ”œโ”€โ”€ boltzmann-to-helmholtz.md
โ”‚ย ย  โ”œโ”€โ”€ boosting.md
โ”‚ย ย  โ”œโ”€โ”€ boring
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ fft-ht.md
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ wavelet-denoise.md
โ”‚ย ย  โ”œโ”€โ”€ compact-dense.md
โ”‚ย ย  โ”œโ”€โ”€ cs-test-types.md
โ”‚ย ย  โ”œโ”€โ”€ dempster-shafer.md
โ”‚ย ย  โ”œโ”€โ”€ dl-buss
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ dl-hw-businesses.md
โ”‚ย ย  โ”œโ”€โ”€ eigenvalues.md
โ”‚ย ย  โ”œโ”€โ”€ em.md
โ”‚ย ย  โ”œโ”€โ”€ fisher-info.md
โ”‚ย ย  โ”œโ”€โ”€ group-theory-for-optic-flow.md
โ”‚ย ย  โ”œโ”€โ”€ hamiltonian.md
โ”‚ย ย  โ”œโ”€โ”€ hopfield-boltzmann-machine.md
โ”‚ย ย  โ”œโ”€โ”€ information-geometry.md
โ”‚ย ย  โ”œโ”€โ”€ inverse-gaussian-pp.md
โ”‚ย ย  โ”œโ”€โ”€ knn.md
โ”‚ย ย  โ”œโ”€โ”€ lagrange-multipliers.md
โ”‚ย ย  โ”œโ”€โ”€ lyapunov.md
โ”‚ย ย  โ”œโ”€โ”€ mcmc.md
โ”‚ย ย  โ”œโ”€โ”€ nlo.md
โ”‚ย ย  โ”œโ”€โ”€ olof-persson.md
โ”‚ย ย  โ”œโ”€โ”€ point-processes.md
โ”‚ย ย  โ”œโ”€โ”€ readme.md
โ”‚ย ย  โ”œโ”€โ”€ renormalization.md
โ”‚ย ย  โ”œโ”€โ”€ representation-theory.md
โ”‚ย ย  โ”œโ”€โ”€ simplical-complexes.md
โ”‚ย ย  โ”œโ”€โ”€ spiking-nn.md
โ”‚ย ย  โ”œโ”€โ”€ standard-mainstream
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ elm-nn.md
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ mlops+tuning.md
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ nn-types-models.md
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ nn-types.md
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ standard-ml.md
โ”‚ย ย  โ”œโ”€โ”€ svm.md
โ”‚ย ย  โ”œโ”€โ”€ universal-physics.md
โ”‚ย ย  โ””โ”€โ”€ viola-jones-adaboost.md
โ”œโ”€โ”€ microcontroller.md
โ”œโ”€โ”€ my-undestnaings-qm
โ”‚ย ย  โ”œโ”€โ”€ partition-function.md
โ”‚ย ย  โ”œโ”€โ”€ qm.md
โ”‚ย ย  โ””โ”€โ”€ spin.md
โ”œโ”€โ”€ ns
โ”‚ย ย  โ”œโ”€โ”€ bees-nervous-system.md
โ”‚ย ย  โ”œโ”€โ”€ hippocampal-formation.md
โ”‚ย ย  โ”œโ”€โ”€ hypothalamus.md
โ”‚ย ย  โ”œโ”€โ”€ mclean-triunal.md
โ”‚ย ย  โ”œโ”€โ”€ meanfield.md
โ”‚ย ย  โ”œโ”€โ”€ muscles-motor.md
โ”‚ย ย  โ”œโ”€โ”€ neural-coding-adts.md
โ”‚ย ย  โ”œโ”€โ”€ norepinephrine.md
โ”‚ย ย  โ”œโ”€โ”€ stdp.md
โ”‚ย ย  โ””โ”€โ”€ the-spike.md
โ”œโ”€โ”€ org
โ”‚ย ย  โ””โ”€โ”€ org-speak.md
โ”œโ”€โ”€ posters
โ”‚ย ย  โ””โ”€โ”€ free-energy-poster1.tex
โ”œโ”€โ”€ principles-scaffold-meta.md
โ”œโ”€โ”€ probabilistic-programming
โ”‚ย ย  โ””โ”€โ”€ probabilistic-programming.md
โ”œโ”€โ”€ python
โ”‚ย ย  โ”œโ”€โ”€ high-performance-python.md
โ”‚ย ย  โ”œโ”€โ”€ python-interview-notes.md
โ”‚ย ย  โ””โ”€โ”€ python-threads.md
โ”œโ”€โ”€ robo
โ”‚ย ย  โ””โ”€โ”€ spatial.md
โ”œโ”€โ”€ security
โ”‚ย ย  โ””โ”€โ”€ security.md
โ””โ”€โ”€ software-testing.md

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.