Source: subtitle transcripts of all 402 channel videos (001–402).
- 721 distinct games / franchises mentioned
- 2904 total mentions
- † = cancelled, unreleased, or speculative title
| # | Game | Mentions |
Lecture 1: Introduction to Research — [📝Lecture Notebooks] [
Lecture 2: Introduction to Python — [📝Lecture Notebooks] [
Lecture 3: Introduction to NumPy — [📝Lecture Notebooks] [
Lecture 4: Introduction to pandas — [📝Lecture Notebooks] [
Lecture 5: Plotting Data — [📝Lecture Notebooks] [[
| news.ycombinator.com##body:style(color: #CCCCCC !important; background-color: #1A1A1A !important; ) | |
| news.ycombinator.com##table:style(background-color: #2B2B2B !important; ) | |
| news.ycombinator.com##input:style(background-color: #DFDFDF !important; ) | |
| news.ycombinator.com##table, tr, td, .pagetop, .score:style(color: #CCCCCC !important; ) | |
| news.ycombinator.com##td:style(border: 1px solid #2B2B2B !important; background-color: #2B2B2B !important; ) | |
| news.ycombinator.com##b:style(color: inherit !important; ) | |
| news.ycombinator.com##a, .c00:style(color: #eee !important; ) | |
| news.ycombinator.com##.c00 a:style(color: rgb(49, 140, 212) !important; ) | |
| news.ycombinator.com##.comhead, .subtext:style(color: #828282 !important; ) | |
| news.ycombinator.com##.comhead > a, .subtext > a:style(color: orange !important; ) |
| const isValidSongContent = (req, res, next) => { | |
| const rules = [ | |
| { | |
| name: "songTitle", | |
| validation: (value) => value.trim().length > 0, | |
| error: "Title content must be at least one character long.", | |
| }, | |
| { | |
| name: "songArtist", | |
| validation: (value) => value.trim().length > 0, |
| div:not(.CodeMirror-activeline) > .CodeMirror-line span.cm-blockid { | |
| visibility: hidden; | |
| } | |
| .cm-blockid::first-letter | |
| { | |
| visibility: visible; | |
| font-weight: 800; | |
| } |
| <%* | |
| const IDX = Object.freeze({"depth":0, "text":1, "parent":2, "size":3, "children": 4, "objectId":5}); | |
| //check if an editor is the active view | |
| const editor = this.app.workspace.activeLeaf?.view?.editor; | |
| if(!editor) return; | |
| //initialize the tree with the title of the document as the first element | |
| let tree = [[0,this.app.workspace.activeLeaf?.view?.getDisplayText(),-1,0,[],0]]; | |
| const linecount = editor.lineCount(); |
Instal sof-firmware as described in Arch Linux Wiki:
sudo pacman -S sof-firmwareConfigure PulseAudio to load Alsa modules with the correct device and channel settings, by adding these two lines to /etc/pulse/default.pa:
| const colors = [ | |
| { | |
| color: 'red', | |
| value: '#f00', | |
| }, | |
| { | |
| color: 'green', | |
| value: '#0f0', | |
| }, | |
| { |