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 xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="generator" content="pandoc" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | |
<!-- KaTeX CSS --> |
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 xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="generator" content="pandoc" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | |
<!-- KaTeX CSS --> |
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
#include <stdbool.h> | |
#include <stdint.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include "ph-hashtbl.h" | |
#include "ph-object.h" | |
#include "ph-utils.h" | |
DIY_Hashtbl * |
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
cpu: | |
11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4607 MHz | |
11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4600 MHz | |
11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4680 MHz | |
11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4619 MHz | |
11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4622 MHz | |
11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4638 MHz | |
11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4689 MHz | |
11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4633 MHz | |
11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 800 MHz |
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
ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | immediate, | 0x69 | 2 | 2 | |
---|---|---|---|---|---|---|
ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | zeropage, | 0x65 | 2 | 3 | |
ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | zeropage,X, | 0x75 | 2 | 4 | |
ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | absolute, | 0x6D | 3 | 4 | |
ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | absolute,X, | 0x7D | 3 | 4* | |
ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | absolute,Y, | 0x79 | 3 | 4* | |
ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | (indirect,X), | 0x61 | 2 | 6 | |
ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | (indirect),Y, | 0x71 | 2 | 5* | |
AND | N=+,Z=+,C=-,I=-,D=-,V=-, | immediate, | 0x29 | 2 | 2 | |
AND | N=+,Z=+,C=-,I=-,D=-,V=-, | zeropage, | 0x25 | 2 | 3 |
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
ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | immediate | 0x69 | 2 | 2 | |
---|---|---|---|---|---|---|
ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | zeropage | 0x65 | 2 | 3 | |
ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | zeropageX | 0x75 | 2 | 4 | |
ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | absolute | 0x6D | 3 | 4 | |
ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | absoluteX | 0x7D | 3 | 4* | |
ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | absoluteY | 0x79 | 3 | 4* | |
ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | indirectX | 0x61 | 2 | 6 | |
ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | indirectY | 0x71 | 2 | 5* | |
AND | N=+,Z=+,C=-,I=-,D=-,V=- | immediate | 0x29 | 2 | 2 | |
AND | N=+,Z=+,C=-,I=-,D=-,V=- | zeropage | 0x25 | 2 | 3 |
Below is a small, tiny Fish shell function that, when ran, notifies you of the price of IRR against USD. For example:
$ get-irr2usd
> USD <-> IRR XCHG Price: 1036862IRR
It does not have any parameters, but it takes one extra step, and saves the result of your query into a file specified by the GET_IRR2USD_LOG_FILE
environment variable. You can set this variable in $XDG_CONFIG_HOME/fish/config.fish
. On most distributions, this is equivalent to ÷/.config/fish/config.fish
.
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
\documentclass[12pt,a4paper]{article} | |
% --- Packages for General Utilities --- | |
\usepackage[utf8]{inputenc} | |
\usepackage[T1]{fontenc} | |
\usepackage[english]{babel} | |
\usepackage{lipsum} % filler text | |
\usepackage{microtype} % better typography | |
% --- Page and Graphics --- |
NewerOlder