New pages
Jump to navigation
Jump to search
- 23:05, 1 April 2025 x86 protected mode interrupts (hist | edit) [406 bytes] Jwo (talk | contribs) (Created page with "Intel SDM, vol. 3, ch. 6. Compilation of information from these sections: {{x86_protected_mode_interrupts}} {{page lang|en}} Category:Notes Category:x86")
- 14:31, 22 March 2025 Custom modeline on X.Org (hist | edit) [1,629 bytes] Jwo (talk | contribs) (Created page with "<syntaxhighlight lang="bash" line="1"> xrandr --newmode uw 295.08 2560 2744 3024 3488 1080 1081 1084 1128 -HSync +Vsync xrandr --addmode DP2 uw xrandr --output DP2 --mode uw </syntaxhighlight>") Tag: Visual edit
- 03:04, 20 March 2025 x86 EFLAGS (hist | edit) [3,324 bytes] Jwo (talk | contribs) (ELAGS table) Tag: Visual edit: Switched
- 20:25, 13 March 2025 PulseAudio native TCP server (hist | edit) [608 bytes] Jwo (talk | contribs) (Created page with "For localhost (e.g., ssh forwards) only, without cookie: <code>pactl load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1</code> (combine IP addrs/subnets using comma) For everyone without cookie: <code>pactl load-module module-native-protocol-tcp auth-anonymous=1</code> TCP with cookie: <code>pactl load-module module-native-protocol-tcp</code> == Cookie == The server uses cookie (working just like Xauthority) for auth. It's location is provided in <code>$PULS...") Tag: Visual edit
- 21:37, 20 February 2025 IA32 EFER (hist | edit) [807 bytes] Jwo (talk | contribs) (Created page with "MSR <code>0xc0000080</code> – <code>IA32_EFER</code> : If (CPUID.80000001H:EDX.[20] || CPUID.80000001H:EDX.[29]) {| class="wikitable" ! Bit ! Name ! Label ! Ops ! Description |-|- | 0 | SYSCALL Enable | IA32_EFER.SCE | R/W | Enables SYSCALL/SYSRET instructions in 64-bit mode. |- | 1 |rowspan=7 colspan=4| Reserved |- | 2 |- | 3 |- | 4 |- | 5 |- | 6 |- | 7 |- | 8 | IA-32e Mode Enable | IA32_EFER.LME | R/W | Enables IA-32e mode operation. |- | 9 |colspan=4| Reserved |-...") Tag: Visual edit: Switched
- 22:45, 3 February 2025 Funny abbrevs (hist | edit) [415 bytes] Jwo (talk | contribs) (Created page with "= S = == SAP == Sadness And Pain ''2024-02-03''")
- 15:36, 31 January 2025 Android Parcelable, Intent a Bundle (hist | edit) [1,344 bytes] Jwo (talk | contribs) (Created page with "Jakože, máš: Serializable — Java-native věc, serializuje se zpravidla do pole bajtů. Parcelable — Android věc, serializuje se do Parcel. Parcel — Serializovaná (custom) data. Víš classu toho parcelu (od API 33 asi), jinak dál to jsou prostě primitivní typy — int, String, …, a jejich pole. Bundle — Key-value úložiště. Obsahuje Parcely, primitvní typy, … Intent — Obsahuje data jako Bundle + informace o tom, co spustit (servica, aktivita...")
- 00:45, 28 January 2025 Čeština pro IntelliJ IDEA (hist | edit) [368 bytes] Jwo (talk | contribs) (Created page with "Použijeme slovník z Hunspellu. == Postup == Lokace v Nastaveních: '''Editor » Natural Languages » Spelling''' Kliknout na „+“ u ''Custom dictionaries''. Zvolit soubor <code>/usr/share/hunspell/cs_CZ.dic</code>. frameless|600x600px") Tag: Visual edit
- 22:59, 22 January 2025 Private:Random names (hist | edit) [76 bytes] Jwo (talk | contribs) (Created page with "== ncursed == '''ncurs'''es '''ed'''itor something maybe ncurses UI editor")
- 16:34, 18 January 2025 Modern UI rules (hist | edit) [710 bytes] Jwo (talk | contribs) (Created page with "* '''Modern UI rule #1:''' Confuse the user * '''Modern UI rule #2:''' Force the user to buy larger screen * '''Modern UI rule #3:''' Make customizing UI f*cking hard ** '''Rule #3 note:''' Make it impossible, if possible.") Tag: Visual edit: Switched
- 18:23, 14 January 2025 Private:BP notes (hist | edit) [1,312 bytes] Jwo (talk | contribs) (Created page with "== Terminologie == {| class="wikitable" ! Slovo ! Popis ! Zdroje |- | Multimodální {''telefon'', ''modem''} | vícebandový, '''vícepásmový''' – umí víc radiofrekvenčních pásem | [https://cs.wikipedia.org/wiki/Mobiln%C3%AD_telefon#Multimod%C3%A1ln%C3%AD_mobiln%C3%AD_telefony] |}")
- 16:27, 11 January 2025 uwu (hist | edit) [17 bytes] Jwo (talk | contribs) (Created page with "test Category:Private")
- 16:08, 11 January 2025 Category tree (hist | edit) [101 bytes] Jwo (talk | contribs) (Created page with "{{DISPLAYTITLE:Site map}} <categorytree mode="all" showcount="on" depth="3">Computers</categorytree>")
- 15:57, 11 January 2025 State machine for removing ANSI escape sequences (hist | edit) [2,644 bytes] Jwo (talk | contribs) (Created page with "<syntaxhighlight lang="c++" line> bool strip_csi = true; // Strip terminal control sequences (colors etc.). bool strip_escapes = true; // Set to false to disable all modifications. // State machine for processing escape sequences. void feedthrough_char(std::uint8_t ch) { static enum state { ST_BASE, // Base state. ST_ESC, // Escape received. ST_STR, // In (ignored) ANSI escape string. ST_STR_ESC, // Ditto, and received...")
- 15:43, 11 January 2025 Private:Merged TODO (hist | edit) [65 bytes] Jwo (talk | contribs) (Created page with "= Software = :''Main page: Private:SW TODO'' {{:Private:SW TODO}}")
- 15:35, 11 January 2025 Private:SW TODO (hist | edit) [119 bytes] Jwo (talk | contribs) (Created page with "Merged from Public SW TODO and My SW TODO. {{:Private:My SW TODO}} {{:Private:Public SW TODO}}")
- 15:32, 11 January 2025 Private:My SW TODO (hist | edit) [232 bytes] Jwo (talk | contribs) (Created page with "== New projects == * {{TODO}} Stand-alone Telegram sticker chooser. (use D'n'D)") originally created as "My SW TODO"
- 23:57, 9 January 2025 Private:Public SW TODO (hist | edit) [2,985 bytes] Jwo (talk | contribs) (Created page with "== General applications == === mpv === * {{TODO}} '''Built-in cheatsheet for keyboard shortcuts.''' Overlay the video with a (vector) image of the keyboard. == KDE stuff == === Custom modeline setting (KWin + sytemsettings) === * {{TODO}} '''Custom modeline support ''for Wayland''.''' The current “official” solution is to provide fake EDID via Linux kernel cmdline. ** {{TODO}} Allow configuring via XRandR. * {{TODO}} '''VESA :wikipedia:Coordinated Video Timing...")
- 09:28, 9 January 2025 FLTK icons (hist | edit) [829 bytes] Jwo (talk | contribs) (Created page with "{{FLTK cheatsheets}} 500px src: https://www.fltk.org/doc-1.3/common.html#common_labels")