Symbol | Description |
---|---|
* |
Must-watch |
+ |
Highly recommended, either for quality or plot necessity |
= |
Suggested, but fine to skip if you aren't feeling it |
. |
Watch if you have the time or really want to |
X |
Recommend skipping |
#define _XOPEN_SOURCE 500 | |
#include <limits.h> | |
#include <time.h> | |
#define MAX_INT(t) ((1UL << (CHAR_BIT * sizeof(t) - 1UL)) - 1UL) | |
int main(void) | |
{ | |
struct timespec ts; |
Item #: SCP-3133
Author: CannedBread
The first thing you notice about this article is that it takes the form of an email attachment, sent from Dr. Six of the Ethics Committee to O5-5. The file for SCP-3133 actually has two parts: Version A and Version B. A notice at the top of each version explains that any individual may only have 3133/A clearance or 3133/B clearance, but never give information to those with the other clearance, punishable by immediate death. Only Dr. Six is permitted to see/edit either copy. Also, as you would probably expect, it also says that the information in the other version is misleading by necessity.
Certainly an interesting setup. Let's start with Version A.
Item #: SCP-3597
Object Class: Euclid
Author: aismallard
Disclaimer: I am the author in question.
I hereby claim:
- I am ammongit on github.
- I am ammonkey (https://keybase.io/ammonkey) on keybase.
- I have a public key whose fingerprint is 060D 9A2C 653E 9A31 6571 6C7D DE0E 2BD0 2C3C F0C7
To claim this, I am signing this object:
#include <he.h> | |
#include <stdlib.h> | |
#include <stdio.h> | |
#include <string.h> | |
#include <time.h> | |
#define URL "he://./path_to_dev_here" | |
#define ITEMS 100 |
#define _XOPEN_SOURCE 500 | |
#include <he.h> | |
#include <pthread.h> | |
#include <stdlib.h> | |
#include <stdio.h> | |
#include <time.h> | |
#define THREADS 32 |
#define _XOPEN_SOURCE 500 | |
#include <inttypes.h> | |
#include <stdlib.h> | |
#include <stdio.h> | |
#include <string.h> | |
#include <time.h> | |
#include <pthread.h> |