I hereby claim:
- I am attie on github.
- I am attie (https://keybase.io/attie) on keybase.
- I have a public key ASCqW8sJURyxuw7dswIzwzCq7VVlfhU8k2ic2aBWyABEzgo
To claim this, I am signing this object:
| ; Win+LeftClick allows you to move a window from anywhere | |
| ; be careful, not all windows should be dragged (e.g: start menu) | |
| #LButton:: | |
| MouseGetPos,KDE_X1,KDE_Y1,KDE_id | |
| WinGet,KDE_Win,MinMax,ahk_id %KDE_id% | |
| if KDE_Win | |
| return | |
| WinGetPos,KDE_WinX1,KDE_WinY1,,,ahk_id %KDE_id% | |
| loop { | |
| GetKeyState,KDE_Button,LButton,P |
| // ==UserScript== | |
| // @name Make image links open in a new tab | |
| // @namespace http://attie.co.uk/ | |
| // @source https://gist.github.com/attie/6ee3fa3dea286452070ed6249de98d70 | |
| // @version 2024-05-06 | |
| // @description Some links should just open in a new tab... | |
| // @author Attie Grande <[email protected]> | |
| // @match https://*.stackexchange.com/* | |
| // @match https://stackoverflow.com/* | |
| // @match https://superuser.com/* |
| import logging | |
| import asyncio | |
| from aramanth import * | |
| from ....support.endpoint import * | |
| from ....gateware.pads import * | |
| from ....gateware.pll import * | |
| from ... import * | |
| class VideoIkea2WireSubtarget(Elaboratable): |
I hereby claim:
To claim this, I am signing this object:
# https://github.com/open-tool-forge/fpga-toolchain/releases# https://github.com/open-tool-forge/fpga-toolchain/releases
read os <<< "linux"| ### 11:26:27 attie@perdy:~/proj/nmigen [0] ### {1,/home/attie} | |
| $ python3.8 -m venv venv | |
| ### 11:26:31 attie@perdy:~/proj/nmigen [0] ### {1,/home/attie} | |
| $ . venv/bin/activate | |
| ### 11:26:37 attie@perdy:~/proj/nmigen [0] ### {1,/home/attie} | |
| venv:$ pip3 install 'nmigen-yosys>=0.9.post4248.*' | |
| Collecting nmigen-yosys>=0.9.post4248.* | |
| Downloading https://files.pythonhosted.org/packages/13/22/f7deea3304bfac4c3b8288548049536f48de1467d3111975a637ec2eb92c/nmigen_yosys-0.9.post4248.dev7-py3-none-any.whl (460kB) | |
| |████████████████████████████████| 460kB 2.7MB/s | |
| Collecting wasmtime~=0.16.0 (from nmigen-yosys>=0.9.post4248.*) |
| ### 11:26:27 attie@perdy:~/proj/nmigen [0] ### {1,/home/attie} | |
| $ python3.8 -m venv venv | |
| ### 11:26:31 attie@perdy:~/proj/nmigen [0] ### {1,/home/attie} | |
| $ . venv/bin/activate | |
| ### 11:26:37 attie@perdy:~/proj/nmigen [0] ### {1,/home/attie} | |
| venv:$ pip3 install 'nmigen-yosys>=0.9.post4248.*' | |
| Collecting nmigen-yosys>=0.9.post4248.* | |
| Downloading https://files.pythonhosted.org/packages/13/22/f7deea3304bfac4c3b8288548049536f48de1467d3111975a637ec2eb92c/nmigen_yosys-0.9.post4248.dev7-py3-none-any.whl (460kB) | |
| |████████████████████████████████| 460kB 2.7MB/s | |
| Collecting wasmtime~=0.16.0 (from nmigen-yosys>=0.9.post4248.*) |
| obj-m := hello.o | |
| SRC := $(shell pwd) | |
| all: | |
| $(MAKE) -C $(KERNEL_SRC) M=$(SRC) | |
| modules_install: | |
| $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules_install |