This file contains 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
Dylovene: 40 Nitrogen, 40 Potassium, 40 Silicon | |
Inaprovaline: 40 Carbon, 40 Oxygen, 40 Sugar | |
KeloDerm: 40 Carbon, 40 Silicon, 20 Oxygen, 20 Phosphorous | |
Bicaridine: 20 Oxygen, 20 Sugar, 80 Carbon | |
Tricordrazine: 60 Inaprovaline, 60 Dylovene | |
Dexalin Plus: 4 Phoron, 80 Oxygen, 40 Carbon, 40 Iron | |
Peridaxon: 20 Phoron, 20 Oxygen, 10 Water, 10 Oxygen, 30 Sodium, 20 Carbon, 10 Sugar, 10 Oxygen, 20 Carbon | |
Tramadol: 30 Inaprovaline, 30 Nitrogen, 30 Water, 30 Ethanol, 30 Oxygen [Bottle Tramadol, resume], 30 Ethanol, 30 Oxygen | |
Spaceacillin: 60 Inaprovaline, 20 Oxygen, 20 Potassium, 20 Sugar | |
Hyronalin: 60 Dylovene, 60 Radium |
This file contains 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
#!/usr/bin/env -S nim c --run -d:release | |
import browsers | |
import json | |
import os | |
import strformat | |
import strutils | |
import times | |
import uri | |
var logpath : string |
This file contains 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
#!/usr/bin/env -S rdmd | |
import core.thread; | |
import std.algorithm.sorting; | |
import std.array : appender; | |
import std.datetime.systime; | |
import std.file; | |
import std.format; | |
import std.json; | |
import std.process; |
This file contains 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
diff --git a/poolf.c b/poolf.c | |
index 336e014..bc90b81 100644 | |
--- a/poolf.c | |
+++ b/poolf.c | |
@@ -140,16 +140,8 @@ poolf_url(uint_least64_t pool, uint_least64_t page) | |
enum poolf_err | |
poolf_url_validate(const char url[static 1]) | |
{ | |
- CURLU *h; | |
- CURLUcode err; |
This file contains 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 <limits.h> | |
#include <stddef.h> | |
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
/* prints a random art for a string, which must be given as first argument to | |
* the compiled program */ | |
/* dimensions of the random art can be specified in the form 27x9 in the | |
* environment variable WORMART_DIMENSION and must be at least 5 in either |