This is a recipe taken from https://www.justapinch.com/recipes/dessert/cookies/the-original-hemstrought-bakery-half-moon-cookie.html with translated units to use grams and ml instead of cups and a variety of spoons
- 425g flour
import json, requests | |
url = 'https://eventphone.de/guru2/phonebook?event=34C3&s=&page=1&format=json' | |
resp = requests.get(url=url, params=None) | |
output = json.loads(resp.text) | |
free_numbers = list(range(2100, 9999)) | |
for entry in output: | |
try: |
git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all |
public interface MyCreator { | |
void create(MyClass mc); | |
} | |
// ... | |
class MyClass { | |
// ... | |
public MyClass create(MyCreator creator) { |
extern crate core; | |
use core::arch::x86_64::*; | |
#[inline] | |
fn simdset(a: u32) -> __m256 { | |
unsafe { | |
_mm256_setr_ps( | |
a as f32 + 0.0, | |
a as f32 + 1.0, | |
a as f32 + 2.0, |
adobe-source-han-sans-otc-fonts adobe-source-han-serif-otc-fonts \ | |
ttf-ubraille adobe-source-han-sans-cn-fonts adobe-source-han-sans-tw-fonts \ | |
adobe-source-han-serif-cn-fonts adobe-source-han-serif-tw-fonts ttf-hannom \ | |
adobe-source-han-sans-jp-fonts adobe-source-han-sans-kr-fonts ttf-hannom \ | |
ttf-indic-otf ttf-freebanglafont ttf-khmer persian-fonts ttf-mgopen ttf-amiri \ | |
ttf-sil-lateef ttf-mgopen culmus fonts-tlwg ttf-tibetan-machine |
# Default index colors: | |
color index yellow default '.*' | |
color index_author red default '.*' | |
color index_number blue default | |
color index_subject cyan default '.*' | |
# For new mail: | |
color index brightyellow black "~N" | |
color index_author brightred black "~N" | |
color index_subject brightcyan black "~N" |