All public logs
Jump to navigation
Jump to search
Combined display of all available logs of miki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:44, 23 May 2025 Mip talk contribs created page Cadence Virtuoso (Created page with "Virtuoso is a design tool from Cadence. == Tips == === Keyboard and shortcuts === {| class="wikitable |- | {{kb|Ctrl-E}} || Enter selected component |- | {{kb|Shift-E}} || Leave selected component (return) |- | {{kb|F}} || Fit - Fit zoom to selection |- | {{kb|Right click}} || Zoom |- | {{kb|Left click}} || Select |}")
- 07:42, 23 May 2025 Mip talk contribs created page Virtuoso (Redirected page to Cadence Virtuoso) Tag: New redirect
- 09:49, 9 May 2025 Mip talk contribs created page Cryptocurrency (Created page with "== Personal == * My address on '''ETH network''': <code>0x63527768F33f47482a893818d01F0218ee113Ba8</code>. : Successfully sent ETH to this address from my BitPanda account (self-hosted wallet, because wallet is managed through Metamask). : Make sure to select '''ETH networ'''!")
- 11:26, 6 May 2025 Mip talk contribs uploaded File:Cr-evowitch.png
- 11:26, 6 May 2025 Mip talk contribs created page File:Cr-evowitch.png
- 11:26, 6 May 2025 Mip talk contribs uploaded File:Cr-bossbandit.png
- 11:26, 6 May 2025 Mip talk contribs created page File:Cr-bossbandit.png
- 11:26, 6 May 2025 Mip talk contribs uploaded File:Cr-evoexecutioner.png
- 11:26, 6 May 2025 Mip talk contribs created page File:Cr-evoexecutioner.png
- 11:25, 6 May 2025 Mip talk contribs uploaded File:Cr-evohunter.png
- 11:25, 6 May 2025 Mip talk contribs created page File:Cr-evohunter.png
- 11:25, 6 May 2025 Mip talk contribs uploaded File:Cr-evolumberjack.png
- 11:25, 6 May 2025 Mip talk contribs created page File:Cr-evolumberjack.png
- 11:25, 6 May 2025 Mip talk contribs uploaded File:Cr-evogoblincage.png
- 11:25, 6 May 2025 Mip talk contribs created page File:Cr-evogoblincage.png
- 11:24, 6 May 2025 Mip talk contribs uploaded File:Cr-berserker.png
- 11:24, 6 May 2025 Mip talk contribs created page File:Cr-berserker.png
- 17:00, 14 March 2025 Mip talk contribs created page Windows 11 (Created page with "Main page: Windows == How-to == === Disable windows search and delete up index file === * Location of windows index: {{file|C:\ProgramData\Microsoft\Search\Data\Applications\Windows}}. ;Delete index file * Go to '''settings -> Privacy & security -> Searching Windows -> Advanced indexing options''', click '''Rebuild'''. * Index won't be rebuild if service is disabled. Just enable it and disable it again rapidly. ;Stop the service * Start <code>services.msc</code>....")
- 16:38, 20 January 2025 Mip talk contribs uploaded File:Cr-runegiant.png
- 16:38, 20 January 2025 Mip talk contribs created page File:Cr-runegiant.png
- 16:37, 20 January 2025 Mip talk contribs uploaded File:Cr-evodartgoblin.png
- 16:37, 20 January 2025 Mip talk contribs created page File:Cr-evodartgoblin.png
- 07:02, 13 January 2025 Mip talk contribs uploaded File:Cr-banners-myshterious-season66.jpg
- 07:02, 13 January 2025 Mip talk contribs created page File:Cr-banners-myshterious-season66.jpg
- 11:52, 1 January 2025 Mip talk contribs uploaded File:Cr-royalchef.png
- 11:52, 1 January 2025 Mip talk contribs created page File:Cr-royalchef.png
- 11:51, 1 January 2025 Mip talk contribs uploaded File:Cr-evogiantsnowball.png
- 11:51, 1 January 2025 Mip talk contribs created page File:Cr-evogiantsnowball.png
- 17:09, 7 December 2024 Mip talk contribs created page Advent of code (Created page with "Some tips to solve https://adventofcode.com/. == I/O == === Read a list of numbers === {| class=wikitable |- ! Code !! Output |- | <source lang="python"> print("Input:") for line in open(INPUT): print(line.strip()) </source> | <source lang="text"> Input: 3 4 4 3 2 5 1 3 3 9 3 3 </source> |- | <source lang="python"> F=[] # Flat for line in open(INPUT): numbers = list(map(int,line.split())) F.extend(numbers) print(f"{F}") </source> | <source lang...")
- 11:01, 26 October 2024 Mip talk contribs uploaded File:Cr-suspiciousbush.png
- 11:01, 26 October 2024 Mip talk contribs created page File:Cr-suspiciousbush.png
- 10:57, 26 October 2024 Mip talk contribs uploaded File:Cr-evoelectrodragon.png
- 10:57, 26 October 2024 Mip talk contribs created page File:Cr-evoelectrodragon.png
- 10:57, 26 October 2024 Mip talk contribs uploaded File:Cr-evomegaknight.png
- 10:57, 26 October 2024 Mip talk contribs created page File:Cr-evomegaknight.png
- 10:57, 26 October 2024 Mip talk contribs uploaded File:Cr-evopekka.png
- 10:57, 26 October 2024 Mip talk contribs created page File:Cr-evopekka.png
- 10:56, 26 October 2024 Mip talk contribs uploaded File:Cr-goblinstein.png
- 10:56, 26 October 2024 Mip talk contribs created page File:Cr-goblinstein.png
- 10:56, 26 October 2024 Mip talk contribs uploaded File:Cr-towerprincess.png
- 10:56, 26 October 2024 Mip talk contribs created page File:Cr-towerprincess.png
- 07:47, 18 October 2024 Mip talk contribs created page Gtkwave (Created page with "'''gtkwave''' is a waveform visualisation tool == Tips == === Keyboard tips === ;Go to time * {{kb|F1}} to open the window. ;Set up marker * {{kb|Alt-M}} to open marker window. * {{kb|Tab}} or {{kb|Down / Up}} to navigate between fields * For OK, {{kb|Ctrl-Tab}} then {{kb|Return}}! :Note that closing the window will discard the changes :-( :Also, the marked time '''MUST BE VISIBLE''' otherwise it will be ignored. As a result, first do a '''Go to time'''.")
- 22:04, 7 October 2024 Mip talk contribs uploaded File:Cr-superknight.png
- 22:04, 7 October 2024 Mip talk contribs created page File:Cr-superknight.png
- 20:59, 29 September 2024 Mip talk contribs created page Obambu (Created page with "Obambu (https://obambu.com) is our new email server for domain '''immie.org'''. == Tips == === Send emails to test mail filters === This use <code>sendmail</code> from postfix: <source lang="bash"> #!/bin/bash # Send the email # We test both bare address and address with name ("ABC" <abc@xyz.com>). send_mail() { recipient=$1 filter=$2 echo recipient: $recipient / filter: $filter /usr/sbin/sendmail -t <<EOF From: michael.peeters@noekeon.org To: $reci...")
- 04:57, 20 September 2024 Mip talk contribs created page Ssh (Redirected page to SSH) Tag: New redirect
- 16:14, 9 September 2024 Mip talk contribs created page Avisynth (Created page with "== Build == * From [https://github.com/AviSynth/AviSynthPlus/blob/master/distrib/docs/english/source/avisynthdoc/contributing/posix.rst AviSynth doc]: * And [https://ubuntuforums.org/showthread.php?t=2472506 Can AviSynth on Linux work (Ubuntuforums)]. ;Build avisynthplus * Instruction from AviSynth doc, added {{deb|libdevil-dev}} as suggested on Ubuntuforums. * This creates and installs a nice deb package. <source lang="bash"> sudo apt-get install build-essential git cm...")
- 14:29, 2 September 2024 Mip talk contribs created page Dv (Created page with "Page dedicated to extraction and conversion of DV tape, as used in digital camcorder. == Capture == DV tape capture requires a PC with a firewire (IEEE 1394) port. * Check installation: <source lang="bash"> # Check firewire hardware lspci | grep -i firewire # 37:09.0 FireWire (IEEE 1394): LSI Corporation FW322/323 [TrueFire] 1394a Controller (rev 70) # Check kernel modules are loaded lsmod | grep firewire # firewire_ohci 40960 0 # firewire_core 6553...")
- 15:43, 21 July 2024 Mip talk contribs uploaded File:Cr-evogoblinbarrel.png
- 15:43, 21 July 2024 Mip talk contribs created page File:Cr-evogoblinbarrel.png