openpgp4fpr:AA8B918BA88B24E8CC66C8B07FB8216A56B728F4
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
<script lang="ts" generics="T"> | |
// SVELTE | |
import { tick, untrack } from 'svelte'; | |
// TYPES | |
import type { Snippet } from 'svelte'; | |
// ═══════════════════════ | |
// 1. PROPS | |
// ═══════════════════════ |
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
format = """ | |
$username\ | |
$hostname\ | |
$localip\ | |
$shlvl\ | |
$directory\ | |
$git_branch\ | |
$git_commit\ | |
$git_state\ | |
$git_metrics\ |
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
### Keybase proof | |
I hereby claim: | |
* I am tijptjik on github. | |
* I am tijptjik (https://keybase.io/tijptjik) on keybase. | |
* I have a public key ASBTGLpSzxDk68Ox9RBjfao8TOP3lXpvoDuA4W2k4xEZ_Ao | |
To claim this, I am signing this object: |
In a collection of nine stunningly original, provocative, and poignant stories, Ted Chiang tackles some of humanity’s oldest questions and introduces several new quandaries for us Chronoscopians to discuss.
Private message Mart for details, or directly purchase the book from the following retailers:
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 pandas as pd | |
df = pd.DataFrame(['M','F','U','different',2023], columns=['gender']) | |
df[df.gender.isin(['M','F','U']) == False] |
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 pandas as pd | |
df = pd.DataFrame([4353,3242,46232], columns=['postcode']) | |
postcode_checker = lambda x: (str(x)[0] == '4') and (len(str(x)) == 4) | |
df.postcode.apply(postcode_checker) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder