Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Below are the changes since 15 June 2024, 13:40 (up to 50 shown). (Reset date selection)
Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Show minor edits
Show new changes starting from 15:44, 18 June 2024
   
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

17 June 2024

N    12:56  Algorithmic complexity diffhist +51 Helpful talk contribs (Redirected page to Computational complexity theory notes) Tag: New redirect
N    12:17  Python threading diffhist +63 Helpful talk contribs (Redirected page to Python usage notes - concurrency#threading module) Tag: New redirect
N    10:47  Code optimization diffhist +37 Helpful talk contribs (Created page with " <!-- ===Micro-optimization=== -->")
N    10:47  Optimization diffhist +31 Helpful talk contribs (Redirected page to Code optimization) Tag: New redirect

16 June 2024

N    19:07  Xdg-open diffhist +56 Helpful talk contribs (Redirected page to Freedesktop, GNOME, and KDE notes#xdg-open) Tag: New redirect
N    15:37  IEC320 diffhist +60 Helpful talk contribs (Redirected page to Common plugs and connectors#IEC 320 connectors) Tag: New redirect
N    15:37  IEC 320 diffhist +60 Helpful talk contribs (Redirected page to Common plugs and connectors#IEC 320 connectors) Tag: New redirect
N    15:30  Hoisting diffhist +598 Helpful talk contribs (Created page with "{{#addbodyclass:tag_tech}} {{#addbodyclass:tag_prog}} {{programming}} hoisting means things within a scope are moved up. It's a term related to compilation execution, because it means a block is parsed completely before it starts running it, and the exact ordering doesn't matter. In JS, declarations (variable declarations and function declarations) are hoisted, meaning you can use them. A potentially confusing thing is that depending on the language, declaration...")
     15:08 Move log Helpful talk contribs moved page Stack trace to Call stack
N    15:02  Incandescent lighting diffhist +60 Helpful talk contribs (Redirected page to Lightbulb notes#Incandescent and halogen lamps) Tag: New redirect
N    14:24  Codec diffhist +793 Helpful talk contribs (Created page with "'''Codec''', a portmanteau of ''coder/decoder'', refers to that can encode and/or decodes a kind of thing. This can be either hardware or software. * 'video codec' often refers to software :: and is a term common to talking about video playback * 'audio codec' often refers to an IC that contains both DAC and ADC. :: the term is more restrained, to e.g. hardware designers * 'image codec' is software :: the term is even more restrained, e.g. when people want to...")

15 June 2024

N    23:40  USB host shield diffhist +953 Helpful talk contribs (Created page with "<!-- The Arduino USB host shield is based on the MAX3421E, which is controlled via SPI, (and has some general-purpose input and output pins, exposed so that you can use them) The MAX3421E is 3.3V device, as the USB data lines are 3.3V differential. I'm guessing the buffer chips on the board make it tolerate 5V. USB's voltage lines are 5V. : Self-powered devices barely care about these lines, meaning you can get away wiring VBus to 3.3V. : For bus-powered devices yo...")
N    14:58  Format diffhist +57 Helpful talk contribs (Redirected page to Python notes - syntax and language#format()) Tag: New redirect