Patchouli's Computatrunomicon

Search IconIcon to open search

All Tags

the-odin-project

25 notes with this tag (showing first 2 results)

ruby

17 notes with this tag (showing first 2 results)

  • oop

    Metadata 2022-06-06 01:22 | oop | Doriel Rivalet Content lambdas are nameless methods/functions another name for properties are attributes classes have properties and objects have attributes?...

    17 minute read. Last updated June 6, 2022

  • gemlist

    Metadata 2022-06-06 06:33 | gemlist | Doriel Rivalet Content 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 *** LOCAL GEMS *** abbrev (default: 0....

    3 minute read. Last updated June 6, 2022

quartz

13 notes with this tag (showing first 2 results)

  • Configuration

    Configuration Quartz is designed to be extremely configurable. You can find the bulk of the configuration scattered throughout the repository depending on how in-depth you’d like to get....

    5 minute read. Last updated July 8, 2022

  • Deploying Quartz to the Web

    Hosting on GitHub Pages Quartz is designed to be effortless to deploy. If you forked and cloned Quartz directly from the repository, everything should already be good to go!...

    3 minute read. Last updated July 8, 2022

miscellaneous

12 notes with this tag (showing first 2 results)

  • amalgation of random stuff

    organize this raw data and put them into other folders draw.io https://beej.us/guide/bgnet/html/index-wide.html the reciprocal of something is 1 / something...

    3 minute read. Last updated June 9, 2022

  • vsc-extensions

    github copilot emojisense eslint git history tabnine ai autocompletion github markdown preview github pull request and issues github repositories gitlens latex workshop live server markdown all in one markdown emoji markdown preview github styling markdown preview mermaid support markdown yaml preamble material icon theme npm npm intellisense remote repositories wakatime fcc dark theme github theme markdown checkboxes markdown footnotes markdownlint ruby vscode rdbg vscode ruby

    1 minute read. Last updated June 8, 2022

list

10 notes with this tag (showing first 2 results)

  • software-metric

    Metadata 2022-06-08 20:30 | software-metric | Doriel Rivalet Content Common software measurements[ edit] Common software measurements include: ABC Software Metric Balanced scorecard Bugs per line of code Code coverage Cohesion Comment density [3] Connascent software components Constructive Cost Model Coupling Cyclomatic complexity (McCabe’s complexity) Cyclomatic complexity density [4] [5] Defect density - defects found in a component Defect potential - expected number of defects in a particular component Defect removal rate DSQI (design structure quality index) Function Points and Automated Function Points, an Object Management Group standard [6] Halstead Complexity Instruction path length Maintainability index Number of lines of code Program execution time Program load time Program size (binary) Weighted Micro Function Points CISQ automated quality characteristics measures Cycle time (software) First pass yield Corrective Commit Probability [7] Sources Own notes...

    1 minute read. Last updated June 9, 2022

  • amalgation of random stuff

    organize this raw data and put them into other folders draw.io https://beej.us/guide/bgnet/html/index-wide.html the reciprocal of something is 1 / something...

    3 minute read. Last updated June 9, 2022

computer-science

7 notes with this tag (showing first 2 results)

definition

7 notes with this tag (showing first 2 results)

  • euler-number

    Metadata 2022-06-25 01:40 | euler-number | Doriel Rivalet Content Concept of growth $$e\approx1.00000001^{100000000}$$ $$e:=\lim_{n\rightarrow\infty}(1+\frac1{n})^n$$ $$e=\sum_{n=0}^\infty \frac1{n!}$$ $$\frac{d}{dx}e^x=e^x$$ $$\int_1^t\frac{1}{x}dx=1$$ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 #include <stdio....

    1 minute read. Last updated July 8, 2022

  • semantic versioning

    Metadata 2022-06-21 21:53 | Untitled | Doriel Rivalet Content 1.2.3 1 is a major, breaking change 2 is a minor, backwards-compatible change 3 is a hotfix, or a bugfix, backwards-compatible change...

    1 minute read. Last updated June 24, 2022

setup

7 notes with this tag (showing first 2 results)

  • Configuration

    Configuration Quartz is designed to be extremely configurable. You can find the bulk of the configuration scattered throughout the repository depending on how in-depth you’d like to get....

    5 minute read. Last updated July 8, 2022

  • Deploying Quartz to the Web

    Hosting on GitHub Pages Quartz is designed to be effortless to deploy. If you forked and cloned Quartz directly from the repository, everything should already be good to go!...

    3 minute read. Last updated July 8, 2022

math

4 notes with this tag (showing first 2 results)

abstraction

3 notes with this tag (showing first 2 results)

analogy

3 notes with this tag (showing first 2 results)

  • namespace

    Metadata 2022-06-14 20:43 | namespace | Doriel Rivalet Content An analogy for namespace can be the following: Imagine a house with 2 rooms, lets call room A std and room B ourCustomNameSpace...

    1 minute read. Last updated June 14, 2022

  • Internet Infrastructure

    Metadata 2022-05-21 16:42 Analogy Your room is a web page The objects in your room are HTML elements (represented by DOM Nodes) The colors, size, etc....

    1 minute read. Last updated May 31, 2022

arrays

3 notes with this tag (showing first 2 results)

html

3 notes with this tag (showing first 2 results)

  • Internet Infrastructure

    Metadata 2022-05-21 16:42 Analogy Your room is a web page The objects in your room are HTML elements (represented by DOM Nodes) The colors, size, etc....

    1 minute read. Last updated May 31, 2022

  • forms

    [[2022-05-25]] 1 2 3 <form action="example.com/path" method="post"> </form> 1 2 3 <form action="example.com/path" method="post"> <input type="text"> </form> 1 2 3 4 <form action="example....

    1 minute read. Last updated May 31, 2022

javascript

3 notes with this tag (showing first 2 results)

bytes

2 notes with this tag

  • bitfields

    Metadata 2022-06-04 18:04 | bitfields | Doriel Rivalet Content bitfields can be 4 or 8 bytes and composed of many flags...

    1 minute read. Last updated June 4, 2022

  • bytes

    Unit of digital information 0 or 1, 1bit 00 01 10 11 2 bits … 11111111 8 bits (1 byte)...

    2 minute read. Last updated May 31, 2022

c

2 notes with this tag

calculus

2 notes with this tag

data-structures

2 notes with this tag

geometry

2 notes with this tag

github

2 notes with this tag

hashes

2 notes with this tag

  • nested-collections

    Metadata 2022-06-04 18:50 | nested-collections | Doriel Rivalet Content use #dig to about errors when indexing arrays/hashes This first example uses the second optional argument for the default value....

    5 minute read. Last updated June 5, 2022

  • hashes

    Metadata 2022-05-31 05:02 | hashes | Doriel Rivalet| #hashes #ruby #the-odin-project Content As you can see, the values of a hash can be a number, a string, an array, or even another hash....

    3 minute read. Last updated May 31, 2022

latex

2 notes with this tag

lua

2 notes with this tag

methods

2 notes with this tag

object-oriented-programming

2 notes with this tag

programming

2 notes with this tag

recursion

2 notes with this tag

  • euler-number

    Metadata 2022-06-25 01:40 | euler-number | Doriel Rivalet Content Concept of growth $$e\approx1.00000001^{100000000}$$ $$e:=\lim_{n\rightarrow\infty}(1+\frac1{n})^n$$ $$e=\sum_{n=0}^\infty \frac1{n!}$$ $$\frac{d}{dx}e^x=e^x$$ $$\int_1^t\frac{1}{x}dx=1$$ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 #include <stdio....

    1 minute read. Last updated July 8, 2022

  • recursion

    Metadata 2022-06-14 20:08 | recursion | Doriel Rivalet Content But Yea another way that can help by knowing when to use sets or arrays, arrays that have non numerical keys are literally called dictionaries in certain other langs....

    2 minute read. Last updated June 14, 2022

algebra

1 notes with this tag

algorithms

1 notes with this tag

angular

1 notes with this tag

  • commit guidelines

    Metadata 2022-06-22 01:02 | commit guidelines | Doriel Rivalet Content Commit Message Guidelines We have very precise rules over how our git commit messages can be formatted....

    3 minute read. Last updated June 24, 2022

assembly

1 notes with this tag

async

1 notes with this tag

  • endpoints

    Metadata 2022-06-15 04:10 | endpoints | Doriel Rivalet Content require coro-http and json create function according to the doc’s endpoint type (GET, POST, PATCH, etc) declare the request and response variables and assign the http request function to them (optional) send token/cookie as the function arg if required coroutine....

    1 minute read. Last updated June 15, 2022

attributes

1 notes with this tag

back-end

1 notes with this tag

bitfields

1 notes with this tag

  • bitfields

    Metadata 2022-06-04 18:04 | bitfields | Doriel Rivalet Content bitfields can be 4 or 8 bytes and composed of many flags...

    1 minute read. Last updated June 4, 2022

boolean

1 notes with this tag

boolean-algebra

1 notes with this tag

brainfuck

1 notes with this tag

call stack

1 notes with this tag

changelogs

1 notes with this tag

  • semantic versioning

    Metadata 2022-06-21 21:53 | Untitled | Doriel Rivalet Content 1.2.3 1 is a major, breaking change 2 is a minor, backwards-compatible change 3 is a hotfix, or a bugfix, backwards-compatible change...

    1 minute read. Last updated June 24, 2022

class-variables

1 notes with this tag

color-theory

1 notes with this tag

combinatorics

1 notes with this tag

commit

1 notes with this tag

  • commit guidelines

    Metadata 2022-06-22 01:02 | commit guidelines | Doriel Rivalet Content Commit Message Guidelines We have very precise rules over how our git commit messages can be formatted....

    3 minute read. Last updated June 24, 2022

commits

1 notes with this tag

  • semantic versioning

    Metadata 2022-06-21 21:53 | Untitled | Doriel Rivalet Content 1.2.3 1 is a major, breaking change 2 is a minor, backwards-compatible change 3 is a hotfix, or a bugfix, backwards-compatible change...

    1 minute read. Last updated June 24, 2022

compiler

1 notes with this tag

coroutine

1 notes with this tag

  • endpoints

    Metadata 2022-06-15 04:10 | endpoints | Doriel Rivalet Content require coro-http and json create function according to the doc’s endpoint type (GET, POST, PATCH, etc) declare the request and response variables and assign the http request function to them (optional) send token/cookie as the function arg if required coroutine....

    1 minute read. Last updated June 15, 2022

cpp

1 notes with this tag

css

1 notes with this tag

data-types

1 notes with this tag

  • data-types

    Metadata 2022-05-25 20:30 Data Types Content It’s important to keep in mind that when doing arithmetic with two integers in Ruby, the result will always be an integer....

    4 minute read. Last updated May 31, 2022

databases

1 notes with this tag

debugging

1 notes with this tag

  • debugging

    Metadata 2022-06-02 03:27 | debugging | Doriel Rivalet Content repl stands for read evaluation print loop examples are irb and pry...

    1 minute read. Last updated June 2, 2022

dictionaries

1 notes with this tag

discordia

1 notes with this tag

  • endpoints

    Metadata 2022-06-15 04:10 | endpoints | Doriel Rivalet Content require coro-http and json create function according to the doc’s endpoint type (GET, POST, PATCH, etc) declare the request and response variables and assign the http request function to them (optional) send token/cookie as the function arg if required coroutine....

    1 minute read. Last updated June 15, 2022

discrete-math

1 notes with this tag

documentation

1 notes with this tag

  • semantic versioning

    Metadata 2022-06-21 21:53 | Untitled | Doriel Rivalet Content 1.2.3 1 is a major, breaking change 2 is a minor, backwards-compatible change 3 is a hotfix, or a bugfix, backwards-compatible change...

    1 minute read. Last updated June 24, 2022

dom

1 notes with this tag

  • Document Object Model

    Metadata 2022-05-21 16:00 Glossary HTML Element -> DOM Node JavaScript manipulates the DOM nodes Manipulation: modifying attributes, creation, deletion Deduction A DOM Node is an object that represents HTML Elements...

    1 minute read. Last updated May 31, 2022

endpoints

1 notes with this tag

  • endpoints

    Metadata 2022-06-15 04:10 | endpoints | Doriel Rivalet Content require coro-http and json create function according to the doc’s endpoint type (GET, POST, PATCH, etc) declare the request and response variables and assign the http request function to them (optional) send token/cookie as the function arg if required coroutine....

    1 minute read. Last updated June 15, 2022

enum

1 notes with this tag

enumerable

1 notes with this tag

environment

1 notes with this tag

  • namespace

    Metadata 2022-06-14 20:43 | namespace | Doriel Rivalet Content An analogy for namespace can be the following: Imagine a house with 2 rooms, lets call room A std and room B ourCustomNameSpace...

    1 minute read. Last updated June 14, 2022

euler

1 notes with this tag

  • euler-number

    Metadata 2022-06-25 01:40 | euler-number | Doriel Rivalet Content Concept of growth $$e\approx1.00000001^{100000000}$$ $$e:=\lim_{n\rightarrow\infty}(1+\frac1{n})^n$$ $$e=\sum_{n=0}^\infty \frac1{n!}$$ $$\frac{d}{dx}e^x=e^x$$ $$\int_1^t\frac{1}{x}dx=1$$ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 #include <stdio....

    1 minute read. Last updated July 8, 2022

event-driven-programming

1 notes with this tag

frameworks

1 notes with this tag

full-stack

1 notes with this tag

fullstack-open

1 notes with this tag

  • fullstack-open

    FSO ![[notes/images/Pasted image 20220605033849.png]] Source: https://www.pixiv.net/en/artworks/64533951 Content Lists If you prefer browsing the contents of this site through a list instead of a graph, you can find content lists here too:...

    1 minute read. Last updated June 7, 2022

game-theory

1 notes with this tag

gems

1 notes with this tag

  • gemlist

    Metadata 2022-06-06 06:33 | gemlist | Doriel Rivalet Content 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 *** LOCAL GEMS *** abbrev (default: 0....

    3 minute read. Last updated June 6, 2022

git

1 notes with this tag

  • git

    rebase head merge vs rebase change remote: git remote set-url origin ssh 1 2 3 4 Older (backwards-compatible) syntax: $ git remote rm upstream Newer syntax for newer git versions: (* see below) $ git remote remove upstream https://www....

    1 minute read. Last updated May 30, 2022

global-variables

1 notes with this tag

google

1 notes with this tag

  • golden-ratio

    keyword + site:address "" for exact phrase eli5 x language docs x datatype/class doing y method manuals troubleshooting: when u get an error message in the OS, u can copypaste the contents of that error with ctrl+c then paste the error in google ctrl+v...

    1 minute read. Last updated May 30, 2022

graphic design

1 notes with this tag

guideline

1 notes with this tag

  • commit guidelines

    Metadata 2022-06-22 01:02 | commit guidelines | Doriel Rivalet Content Commit Message Guidelines We have very precise rules over how our git commit messages can be formatted....

    3 minute read. Last updated June 24, 2022

haskell

1 notes with this tag

health

1 notes with this tag

  • health

    Metadata 2022-06-02 07:41 | health | Doriel Rivalet Content Don’t Smoke Abuse alcohol Consume too much sugar/salt Do...

    1 minute read. Last updated June 2, 2022

hex editor

1 notes with this tag

http

1 notes with this tag

  • endpoints

    Metadata 2022-06-15 04:10 | endpoints | Doriel Rivalet Content require coro-http and json create function according to the doc’s endpoint type (GET, POST, PATCH, etc) declare the request and response variables and assign the http request function to them (optional) send token/cookie as the function arg if required coroutine....

    1 minute read. Last updated June 15, 2022

inheritance

1 notes with this tag

input-output

1 notes with this tag

  • files and serialization

    Metadata 2022-06-21 21:56 | files and serialization | Doriel Rivalet Content Unix-like systems treat all external devices as files. We can see these under the /dev directory....

    3 minute read. Last updated June 24, 2022

instance-variables

1 notes with this tag

internet

1 notes with this tag

interpreter

1 notes with this tag

io

1 notes with this tag

  • files and serialization

    Metadata 2022-06-21 21:56 | files and serialization | Doriel Rivalet Content Unix-like systems treat all external devices as files. We can see these under the /dev directory....

    3 minute read. Last updated June 24, 2022

iteration

1 notes with this tag

java

1 notes with this tag

limits

1 notes with this tag

  • euler-number

    Metadata 2022-06-25 01:40 | euler-number | Doriel Rivalet Content Concept of growth $$e\approx1.00000001^{100000000}$$ $$e:=\lim_{n\rightarrow\infty}(1+\frac1{n})^n$$ $$e=\sum_{n=0}^\infty \frac1{n!}$$ $$\frac{d}{dx}e^x=e^x$$ $$\int_1^t\frac{1}{x}dx=1$$ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 #include <stdio....

    1 minute read. Last updated July 8, 2022

linear-algebra

1 notes with this tag

local-variables

1 notes with this tag

logic-gates

1 notes with this tag

loops

1 notes with this tag

machine-learning

1 notes with this tag

magic-comment

1 notes with this tag

  • magic-comment

    Metadata 2022-06-07 00:03 | magic-comment | Doriel Rivalet Content A magic comment changes the behavior of the Ruby interpreter in some way....

    1 minute read. Last updated June 7, 2022

mathematical-duality

1 notes with this tag

miscellaenous

1 notes with this tag

mixins

1 notes with this tag

namespace

1 notes with this tag

  • namespace

    Metadata 2022-06-14 20:43 | namespace | Doriel Rivalet Content An analogy for namespace can be the following: Imagine a house with 2 rooms, lets call room A std and room B ourCustomNameSpace...

    1 minute read. Last updated June 14, 2022

nesting

1 notes with this tag

obfuscation

1 notes with this tag

obsidian

1 notes with this tag

open-source

1 notes with this tag

  • open-source

    Metadata 2022-06-06 04:13 | open-source | Doriel Rivalet Content Anatomy of an open source project Every open source community is different....

    3 minute read. Last updated June 6, 2022

permutation

1 notes with this tag

physics

1 notes with this tag

python

1 notes with this tag

repl

1 notes with this tag

  • debugging

    Metadata 2022-06-02 03:27 | debugging | Doriel Rivalet Content repl stands for read evaluation print loop examples are irb and pry...

    1 minute read. Last updated June 2, 2022

repository

1 notes with this tag

  • repo-setup

    2022-05-25 21:55 Quick setup — if you’ve done this kind of thing before or HTTPS SSH Get started by creating a new file or uploading an existing file....

    1 minute read. Last updated May 30, 2022

scala

1 notes with this tag

scope

1 notes with this tag

set-theory

1 notes with this tag

sets

1 notes with this tag

stack overflow

1 notes with this tag

statistics

1 notes with this tag

syntax

1 notes with this tag

  • syntactic sugar

    Metadata 2022-06-04 19:11 | syntactic sugar | Doriel Rivalet Content reminder for methods: readability, scalability, and maintainability  If you write the following code:...

    1 minute read. Last updated June 5, 2022

the-oodin-project

1 notes with this tag

  • files and serialization

    Metadata 2022-06-21 21:56 | files and serialization | Doriel Rivalet Content Unix-like systems treat all external devices as files. We can see these under the /dev directory....

    3 minute read. Last updated June 24, 2022

variables

1 notes with this tag

visual-studio-code

1 notes with this tag

  • vsc-extensions

    github copilot emojisense eslint git history tabnine ai autocompletion github markdown preview github pull request and issues github repositories gitlens latex workshop live server markdown all in one markdown emoji markdown preview github styling markdown preview mermaid support markdown yaml preamble material icon theme npm npm intellisense remote repositories wakatime fcc dark theme github theme markdown checkboxes markdown footnotes markdownlint ruby vscode rdbg vscode ruby

    1 minute read. Last updated June 8, 2022

web-development

1 notes with this tag

wrapper function

1 notes with this tag