- made up by Intel for the Itanium ABI
- legacy
- all sequentially consistent
- operate on arbitrary integer-based types
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 python | |
""" | |
Pandoc filter to convert svg files to pdf as suggested at: | |
https://github.com/jgm/pandoc/issues/265#issuecomment-27317316 | |
""" | |
__author__ = "Jerome Robert, Emil J. Tywoniak" | |
import mimetypes | |
import subprocess |
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
(ql:quickload :cl-ppcre) | |
(ql:quickload "split-sequence") | |
(ql:quickload :alexandria) | |
; (load "inp.lisp") | |
(defvar inp "two1nine | |
eightwothree | |
abcone2threexyz | |
xtwone3four |
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
(require 'asdf) | |
(require 'alexandria) | |
(require 'cl-ppcre) | |
(defparameter inp "467..114.. | |
...*...... | |
..35..633. | |
......#... | |
617*...... | |
.....+.58. | |
..592..... |
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
import subprocess, functools | |
# Do you often use Python in place of bash? | |
# Do you want to simply just run thing and get output? | |
# Here's a wrapper function for automating whatever you'd like. | |
# Use shell=True and you can use pipes and env vars! | |
# Throw in a string! Throw in an arg list! Throw in a pathlib.Path maybe! | |
# Use it everywhere! 3 bazillion devices run r('foo')! | |
r = functools.partial(subprocess.check_output, text=True) |
Oddities of the yosys $macc cell. To all "losses" in modifications, add in your head the necessity of creating a v2 cell with compatibility wrapping of some kind.
Length of the factor length fields, known as variable num_bits in docs and code, is recorded in the CONFIG parameter and capped at effectively 15. We can set it to const 16 for example, simplifying CONFIG parsing.
Gains: simplifies from_cell, to_cell, simlib.v,
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
// llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp | |
bool CombinerHelper::matchBinOpSameVal(MachineInstr &MI) { | |
return matchEqualDefs(MI.getOperand(1), MI.getOperand(2)) && | |
canReplaceReg(MI.getOperand(0).getReg(), MI.getOperand(1).getReg(), | |
MRI); | |
} | |
bool CombinerHelper::replaceSingleDefInstWithOperand(MachineInstr &MI, | |
unsigned OpIdx) { | |
assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); | |
Register OldReg = MI.getOperand(0).getReg(); |
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
! click on extension | |
! bottom right "open the dashboard" | |
! My Filters tab | |
! Paste this in: | |
www.twitch.tv##.jmMgdG.Layout-sc-1xcs6mc-0 | |
www.twitch.tv##.jiRTcI.Layout-sc-1xcs6mc-0 | |
www.twitch.tv##.dyuMOQ.channel-skins-overlay__interactive.InjectLayout-sc-1i43xsx-0 |
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
Computer Information: | |
Manufacturer: Micro-Star International Co., Ltd. | |
Model: MAG B650 TOMAHAWK WIFI (MS-7D75) | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: AuthenticAMD | |
CPU Brand: AMD Ryzen 9 7900X 12-Core Processor | |
CPU Family: 0x19 | |
CPU Model: 0x61 |
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
00:00:00.000 [INFO] [sway/main.c:295] Sway version 1.10 | |
00:00:00.000 [INFO] [sway/main.c:296] wlroots version 0.18.2 | |
00:00:00.002 [INFO] [sway/main.c:81] Linux fridge 6.13.0 #1-NixOS SMP PREEMPT_DYNAMIC Sun Jan 19 23:51:45 UTC 2025 x86_64 GNU/Linux | |
00:00:00.002 [INFO] [sway/main.c:97] Contents of /etc/lsb-release: | |
00:00:00.002 [INFO] [sway/main.c:81] DISTRIB_CODENAME=warbler | |
00:00:00.002 [INFO] [sway/main.c:81] DISTRIB_DESCRIPTION="NixOS 25.05 (Warbler)" | |
00:00:00.002 [INFO] [sway/main.c:81] DISTRIB_ID=nixos | |
00:00:00.002 [INFO] [sway/main.c:81] DISTRIB_RELEASE="25.05" | |
00:00:00.002 [INFO] [sway/main.c:81] LSB_VERSION="25.05 (Warbler)" | |
00:00:00.002 [INFO] [sway/main.c:97] Contents of /etc/os-release: |
OlderNewer