www.google.com

lynx www.google.com

www.aws.org

do you think www.aws.org runs on aws?

~qpfiffer/lair: Assert works! - sourcehut git

@CONNECT_SPD I added assertions: https://git.sr.ht/~qpfiffer/lair/commit/57ba725136b7161e2f06b4a0e319cb51e6273372

sourcehut Log in — Register ~qpfiffer summary tree log refs 57ba725136b7161e2f06b4a0e319cb51e6273372 — Quinlan Pfiffer a minute ago db88921 syntax_update_2023 Assert works! patch browse 4 files changed, 7 insertions(+), 3 deletions(-) M include/error.h M src/error.c M src/lair_std.c M src/parse.c M include/error.h => include/error.h +1 -0 @@ 6 ,6 6 ,7 @@ struct _lair_runtime; typedef enum { ERR_PARSE, ERR_SYNTAX, + ERR_ASSERT, ERR_RUNTIME } ERROR_TYPE; M src/error.c => src/error.c +1 -0 @@ 11 ,6 11 ,7 @@ static inline const char *_friendly_err(const ERROR_TYPE err) { switch (err) { case ERR_PARSE: return "ERR_PARSE"; + case ERR_ASSERT: return "ERR_ASSERT"; case ERR_RUNTIME: return "ERR_RUNTIME"; case ERR_SYNTAX: return "ERR_SYNTAX"; default: return "ERROR"; M src/lair_std.c ...

Linked on 2023-01-22 22:55:26 | Similar Links
~qpfiffer/reversegpx - sourcehut git

https://git.sr.ht/~qpfiffer/reversegpx

sourcehut Log in — Register ~qpfiffer Unlisted summary tree log refs Website to reverse GPX files. 79d9341c — Quinlan Pfiffer 19 hours ago Ugly tweaks. 607df5be — Quinlan Pfiffer 20 hours ago Add inotify daemon. 032acbb4 — Quinlan Pfiffer 21 hours ago Better html. master browse log read-only https://git.sr.ht/~qpfiffer/reversegpx read/write git@git.sr.ht:~qpfiffer/reversegpx Clone repo to your account You can also use your local clone with git send-email . ...

Linked on 2022-03-28 13:07:34 | Similar Links
www.allure.com/story/best-sex-tip-by-zodiac-sign/amp?amp_gsa=1&amp_js_v=a6&usqp=mq331AQKKAFQArABIIACAw%3D%3D#amp_tf=From%20%251%24s&aoh=16392879347932&referrer=https%3A%2F%2Fwww.google.com&ampshare=https%3A%2F%2Fwww.allure.com%2Fstory%2Fbest-sex-tip-by-zodiac-sign

For those inter st in the finest writing of all time https://www-allure-com.cdn.ampproject.org/v/s/www.allure.com/story/best-sex-tip-by-zodiac-sign/amp?amp_gsa=1&amp_js_v=a6&usqp=mq331AQKKAFQArABIIACAw%3D%3D#amp_tf=From%20%251%24s&aoh=16392879347932&referrer=https%3A%2F%2Fwww.google.com&ampshare=https%3A%2F%2Fwww.allure.com%2Fstory%2Fbest-sex-tip-by-zodiac-sign

~qpfiffer/telegram-purgatory - sourcehut git

https://git.sr.ht/~qpfiffer/telegram-purgatory

sourcehut Log in — Register ~qpfiffer summary tree log refs Preston's poll-only purgatory 34736455 — Quinlan Pfiffer a minute ago EZ master browse log read-only https://git.sr.ht/~qpfiffer/telegram-purgatory read/write git@git.sr.ht:~qpfiffer/telegram-purgatory Clone repo to your account You can also use your local clone with git send-email . https://bugs.chromium.org/p/chromium/issues/detail?id=332189 ...

Linked on 2021-09-08 01:04:35 | Similar Links
~qpfiffer/basic_words - sourcehut git

Heres my attempt: https://git.sr.ht/~qpfiffer/basic_words

sourcehut Log in — Register ~qpfiffer summary tree log refs f71b335e — Quinlan Pfiffer a minute ago README and fixes. e198b60f — Quinlan Pfiffer 7 minutes ago Init. master browse log read-only https://git.sr.ht/~qpfiffer/basic_words read/write git@git.sr.ht:~qpfiffer/basic_words Clone repo to your account You can also use your local clone with git send-email . $ ./translate.py > This car is abandon this car is empty Attempts to translate down to the most common 1200 used words in the english language based on synonyms from this random offline thesaurus I found. https://bugs.chromium.org/p/chromium/issues/detail?id=332189 ...

Linked on 2021-07-28 02:49:01 | Similar Links
~qpfiffer/ThirtyEight-Moths - sourcehut git

https://git.sr.ht/~qpfiffer/ThirtyEight-Moths

sourcehut Log in — Register ~qpfiffer summary tree log refs 38-Moths is a web-framework written in C. e7985b3e — Quinlan Pfiffer 5 months ago More status code headers. 50e29bb3 — Quinlan Pfiffer 5 months ago More doc fixes. 3248802a — Quinlan Pfiffer 5 months ago fix docstring. master browse log v0.5 browse .tar.gz read-only https://git.sr.ht/~qpfiffer/ThirtyEight-Moths read/write git@git.sr.ht:~qpfiffer/ThirtyEight-Moths Clone repo to your account You can also use your local clone with git send-email . # Bizarre web framework. Do not be afraid. # You'll need to install some dependencies. Then you can just: make sudo make install # I wanted a minimal, fast webserver/framework thing that I could just install, link with and go. No package management, no weird languages...

Linked on 2021-07-26 13:34:45 | Similar Links
~preston

https://sr.ht/~preston/

sourcehut Log in — Register Athens, Georgia https://sudogami.com/ Lived in Japan, Italy, and Ukraine. Programmer who loves harsh and constructive criticism. No activity for this user. https://bugs.chromium.org/p/chromium/issues/detail?id=332189 ...

Linked on 2021-07-13 10:04:32 | Similar Links
~rabbits/dotgrid: dotgrid.c - sourcehut git

@AlainaWolfe I'm trying to figure out how this ellipse algorithm works: https://git.sr.ht/~rabbits/dotgrid/tree/master/item/dotgrid.c#L325

sourcehut Log in — Register ~rabbits summary tree log refs dotgrid /dotgrid.c -rw-r--r-- 23.8 KiB View Log Blame View raw 8fccd21c — neauoire Starting new transform implementation 4 months ago 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 ...

Linked on 2021-06-29 04:10:37 | Similar Links
~qpfiffer/overlay - sourcehut git

It'll be in here: https://git.sr.ht/~qpfiffer/overlay

sourcehut Log in — Register ~qpfiffer summary tree log refs Personal gentoo overlay. 8db8ebb5 — Quinlan Pfiffer 7 days ago Update to latest wheypi. 899c02bb — Quinlan Pfiffer 7 days ago Update Manifest. 1671fa14 — Quinlan Pfiffer 8 days ago Nomirror. master browse log read-only https://git.sr.ht/~qpfiffer/overlay read/write git@git.sr.ht:~qpfiffer/overlay Clone repo to your account You can also use your local clone with git send-email . https://bugs.chromium.org/p/chromium/issues/detail?id=332189 ...

Linked on 2021-05-04 17:26:35 | Similar Links
~qpfiffer/logproj - sourcehut git

It's 38-Moths, so you could even conceivably get it working with Docker by stealing all the Dockershit from logproj: https://git.sr.ht/~qpfiffer/logproj

sourcehut Log in — Register ~qpfiffer logproj summary tree log refs Proof of concept web-service built on 38-Moths. 3a1ae82a — Quinlan Pfiffer 8 months ago Project keys. 59300905 — Quinlan Pfiffer 9 months ago Smarter way to get form values. a18769a1 — Quinlan Pfiffer 10 months ago Small changes. master browse log read-only https://git.sr.ht/~qpfiffer/logproj read/write git@git.sr.ht:~qpfiffer/logproj Clone repo to your account You can also use your local clone with git send-email . # # You'll need a few dependencies, get them whereever dependencies are sold, or your favorite podcasting application: libjwt libscrypt 38-Moths libpq (the postgresql library) Once those are all installed, you can just run make and you'll end up with a logproj binary. # ./docker_build.sh This wi...

Linked on 2021-01-22 15:12:32 | Similar Links
~qpfiffer/wheypi - sourcehut git

It should be pretty easy to setup locally if you wanna fuck with it: https://git.sr.ht/~qpfiffer/wheypi

sourcehut Log in — Register ~qpfiffer wheypi summary tree log refs API for boy weight d1c50577 — Quinlan Pfiffer 21 seconds ago SETUP 4145ae8e — Quinlan Pfiffer 4 minutes ago Add link to source. da403815 — Quinlan Pfiffer 15 minutes ago Lifts. master browse log read-only https://git.sr.ht/~qpfiffer/wheypi read/write git@git.sr.ht:~qpfiffer/wheypi Clone repo to your account You can also use your local clone with git send-email . # You'll need libpq and 38-Moths installed. Then just: make ./wheypi By default it listens on localhost:8666. # Create a wheypi database and then: psql wheypi < ./sql/000_init.sql https://bugs.chromium.org/p/chromium/issues/detail?id=332189 ...

Linked on 2021-01-22 15:12:08 | Similar Links
~qpfiffer/fuck_this_place.sh: fuck_this_place.py - sourcehut git

https://git.sr.ht/~qpfiffer/fuck_this_place.sh/tree/master/fuck_this_place.py

sourcehut Log in — Register ~qpfiffer fuck_this_place.sh summary tree log refs fuck_this_place.sh /fuck_this_place.py -rwxr-xr-x 2.0 KiB View Log Blame View raw 137699e3 — Quinlan Pfiffer RM 2 minutes ago 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 #!/usr/bin/env python3 from pathlib import Path from uuid import uuid4 import os , random , sys HOPS = 30 CHAFF = 30 RAND_CHANCE_TOSPLIT = 0.35 def print_help (): print ( f " { sys . argv [ 0 ] } <filename>" ) def _get_messed_up_name (): _fname = str ( uuid4 ()) fname = "" for char i...

Linked on 2020-12-19 01:18:04 | Similar Links
~sircmpwn/openring - sourcehut git

sourcehut Log in — Register ~sircmpwn summary tree log refs contributors A webring for static site generators ec47d0b3 — Noah Loomans 4 months ago allow custom date formats 6d79d2e3 — Haelwenn (lanodan) Monnier 10 months ago Add support for resolving relative feed URLs adede445 — Drew DeVault 10 months ago Update README.md master browse log read-only https://git.sr.ht/~sircmpwn/openring read/write git@git.sr.ht:~sircmpwn/openring Clone repo to your account You can also use your local clone with git send-email . This is a tool for generating a webring from RSS feeds, so you can link to other blogs you like on your own blog. It's designed to be fairly simple and integrate with any static site generator. The basic usage is: openring \ -s https://drewdevault.com/feed.xml...

Linked on 2020-05-01 18:50:03 | Similar Links
~qpfiffer/overlay: www-misc/38-moths/38-moths-0.4.ebuild - sourcehut git

sourcehut git Log in — Register ~qpfiffer summary tree log refs contributors overlay / www-misc / 38-moths /38-moths-0.4.ebuild -rw-r--r-- 453 bytes View raw 01ad0db3 — Quinlan Pfiffer Update M 2 days ago 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI = 7 DESCRIPTION = "38-Moths micro-web framework" HOMEPAGE = "http://38-moths.shithouse.tv/" SRC_URI = "https://git.sr.ht/~qpfiffer/ThirtyEight-Moths/archive/v ${ PV } .tar.gz" LICENSE = "MIT" SLOT = "0" KEYWORDS = "~amd64" IUSE = "" S = " ${ WORKDIR } /ThirtyEight-Moths-v ${ PV } " PATCHES =( " ${ FILESDIR } /destdir-0.4.patch" ) DEPEND = "" RDEPEND = " ${ DEPEND } " BDEPEND = "" ...

Linked on 2020-04-24 17:44:13 | Similar Links
~qpfiffer/overlay: www-misc/38-moths/files/destdir-0.4.patch - sourcehut git

sourcehut git Log in — Register ~qpfiffer summary tree log refs contributors overlay / www-misc / 38-moths / files /destdir-0.4.patch -rw-r--r-- 786 bytes View raw 01ad0db3 — Quinlan Pfiffer Update M 2 days ago 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 diff --git a/Makefile b/Makefile index f3312d6..4f25eaa 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,10 @@ LIBS=-lm -lrt COMMON_OBJ=simple_sparsehash.o utils.o vector.o logging.o NAME=lib38moths.so +DESTDIR?= PREFIX?=/usr/local -INSTALL_LIB=$(PREFIX)/lib/ -INSTALL_INCLUDE=$(PREFIX)/include/38-moths/ +INSTALL_LIB=$(DESTDIR)$(PREFIX)/lib/ +INSTALL_INCLUDE=$(DESTDIR)$(PREFIX)/include/38-moths/ all: lib test @@ -38,8 +39,7 @@ install: all @ln -fs $(INSTALL_LIB)$(NAME).$(VERSION) $(INSTALL_LIB)$(NAME) @ln -fs $(INSTALL_...

Linked on 2020-04-24 17:44:01 | Similar Links
~qpfiffer/overlay: net-misc/kyototycoon/ - sourcehut git

sourcehut git Log in — Register ~qpfiffer summary tree log refs contributors overlay / net-misc /kyototycoon 3ac22d2e — Quinlan Pfiffer Add manifest. 4 minutes ago .. -rw-r--r-- Manifest 1.2 KiB d--------- files/ -rw-r--r-- kyototycoon-20170410.ebuild 1.0 KiB ...

Linked on 2020-04-22 03:15:12 | Similar Links
http://git/gitweb/HASH

' | python - PERCENTAGE_CLEAN ROOT_DIR