> tree . -a
.
├── connect.sh
├── .devcontainer
│ ├── devcontainer.json
│ ├── Dockerfile
│ └── postCreate.sh
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 { | |
createContext, | |
useCallback, | |
useContext, | |
useEffect, | |
useState, | |
} from 'react'; | |
import type { Context, PropsWithChildren } from 'react'; |
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
where: os.name == "linux" | |
# https://comtrya.dev/actions.html | |
actions: | |
# https://comtrya.dev/files-and-directories.html#filecopy | |
- action: file.copy | |
from: bashrc | |
to: "{{ user.config_dir }}/.bashrc |
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
Now, when I plot ISMPMI (Institute for Supply Management Purchasing Managers' Index) with a 9-month delay, as well as M2 Global Money Supply (inflation) with an exact 11-week delay over today's Bitcoin price in USD, the charts almost perfectly match all the way back to September 2023. | |
Original chart with M2 and Bitcoin here: https://lnkd.in/gVYDGAvA | |
In other words, it suggests that Bitcoin's price today follows the M2 Global Money Supply of 11 weeks and the ISMPMI of 9 months ago. | |
Even before September 2023, both are correlated very closely. | |
Here is the thesis... |
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
/// <reference types="parsimmon" /> | |
/// <reference types="jest" /> | |
declare module "api/result" { | |
/** Functional return type for error handling. */ | |
export class Success<T, E> { | |
value: T; | |
successful: true; | |
constructor(value: T); | |
map<U>(f: (a: T) => U): Result<U, E>; | |
flatMap<U>(f: (a: T) => Result<U, E>): Result<U, E>; |
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 { typedConfig } from './core-typed-config'; | |
describe('coreTypedConfig', () => { | |
it('should work', () => { | |
type Schema = { | |
BAR_BAZ: boolean; | |
BAR_COUNT: number; | |
REALLY_KABOOM: number; | |
} |
This script is used to manage a DayZ server. It can install mods, start the server, and start the client.
Only tested on Fedora 40.
Downloads mpmissions from :
uses steamcmd
. Yes we know. it sucks. cry me a river.
- you need
jq
andsteamcmd
- you need an api key: https://steamcommunity.com/dev/apikey
To download mods in a collection
NewerOlder