Concatenate multiple pdf pages using pymupdf I made this to print out lecture notes for my open book exam disclaimer) Gemini wrote this for me
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env node | |
| /// <reference lib="esnext" /> | |
| /// <reference lib="webworker" /> | |
| const slackAPIKey = process.env.SLACK_API_KEY; | |
| const slackChannel = process.env.SLACK_CHANNEL; | |
| const cloudflareAPIKey = process.env.CLOUDFLARE_API_KEY; | |
| const cloudflareZoneId = process.env.CLOUDFLARE_ZONE_ID; | |
| const healthcheckPath = process.env.HEALTHCHECK_PATH ?? '/'; |
μ
μ
μ μλνλ©΄μ μ°Ύμλ³Έ λ΄μ©μ μ 리ν΄λ³Έλ€.
μ€κ°λ
μ΄ μμ μ μλ€.
μ§μ λΆν μ νμ©νλ μ μ₯μ: MicroSD / SPI NOR Flash / eMMC (ν΄λΉ μμ)
- MicroSD μ U-Bootμ ν¬ν¨ν μμ€ν μ΄λ―Έμ§λ₯Ό μ μ΄λμ μνλ‘ κ·Έλ¦¬λ‘ λ°λ‘ λΆν νλ λ°©λ²
- SPI μ λΆνΈλ‘λ (U-Boot or EDK2)λ₯Ό μ¬λ €μ NVMe or MicroSDλ‘ λΆν νλ λ°©λ²
- λΆν μ°μ μμλ SPI > MicroSD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Drumsterr</title> | |
| <link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap" rel="stylesheet"> | |
| <style> | |
| *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) { | |
| all: unset; | |
| display: revert; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Github Action Pinning | |
| // @namespace https://gist.github.com/HelloWorld017/08ec3c9cc6541256737529c0ec2389b2 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.3 | |
| // @description Pin your favorite actions workflow in GitHub | |
| // @author nenw | |
| // @match https://github.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=github.com | |
| // @grant none |
For zsh configuration, please refer to the zsh config
- Install nvim
- Install vim-plug
- Copy
init.nviminto~/.config/nvim/init.nvim - Run
:PlugInstall - Run
:CocInstall
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Select the lightweight editor for your OS | |
| # Mac: alias npp='/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl' | |
| # Linux: alias npp='gapplication launch org.gnome.gedit' | |
| # Windows: alias npp='C:\Windows\Program Files (x86)\Notepad++\Notepad++.exe' | |
| # Select the file manager for your OS | |
| # Mac: alias e.='open .' | |
| # Linux: alias e.='xdg-open .' | |
| # Windows: alias e.='explorer .' |
I hereby claim:
- I am HelloWorld017 on github.
- I am khinenw (https://keybase.io/khinenw) on keybase.
- I have a public key whose fingerprint is DF3D 0FBF 20F2 DF65 D24C 3D9B DC07 5974 47F4 01F0
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Laftel force highest quality | |
| // @namespace https://gist.github.com/HelloWorld017/e03851897a0799121fb10001491150c2 | |
| // @version 0.2 | |
| // @description Set laftels quality as high as possible | |
| // @author Khinenw | |
| // @match *://*.laftel.net/* | |
| // @grant none | |
| // ==/UserScript== |
NewerOlder
