コピペ一覧
:

cups_ipp_test.c (C) 2020-09-01 06:27
/* Any copyright is dedicated to the Public Domain. * https://creativecommons.org/publicdomain/zero/1.0/ */ /* gcc -lcups cups_test.c -ansi -Wall -Wextra -pedantic -o cups_test */ #include <cups/cups.h> #include <stdio.h> s...
aimg_gen_crt.c (C) 2020-08-15 10:23
#include "image.h" #include <stdio.h> #include <stdlib.h> #include <string.h> /* This was used in The Pronoun Game to generate the CRT pattern. */ #define ALPHA 32 #define W 256 #define H 192 int main(int argc, char *argv[]...
Emily's Pumpkin, Herb, and Goat Cheese Pasta (Plain text) 2020-06-13 10:49
Emily's Pumpkin, Herb, and Goat Cheese Pasta (Or, how Emily imagines European food must be) Ingredients: 1/2 white onion 2 large shallots 2 cloves of garlic 2 Tbsp butter 2 Tbsp thyme 1 Tbsp rosemary 1 tsp black pepper 1/2 ts...
crash.m (Erlang) 2020-05-11 06:06
Crash affecting intermodule optimizations, some optimization levels (at least -O 6, although -O 1 seems to be fine), grade subdirs, and ssebug grades. Tested with 2020-04-28 ROTD and hlc.gc.spf.ssdebug grade on OpenBSD 6.5.
Untitled (Plain text) 2020-04-05 13:57
:- type x ---> some [Stream] a(Stream) => stream.stream(Stream, io.io). :- some [Stream] pred get_stream(s::in, Stream::out) is det => stream.stream(Stream, io.io). get_stream(a(Stream), Stream).
bad.m (Plain text) 2020-03-23 10:07
% Any copyright is dedicated to the Public Domain. % http://creativecommons.org/publicdomain/zero/1.0/ % % Released by Transnat Games for testing purposes. % % Adding additional modes to a predicate with a clause that can have no %...
mosfet_amp (Plain text) 2020-03-21 16:13
$ 1 0.000002834467120181406 34.14951009862697 37 5 43 R 272 128 272 96 0 0 40 48 0 0 0.5 f 224 240 272 240 32 1.1 0.01 r 272 128 272 176 0 20000 w 272 176 320 176 0 209 272 256 320 256 2 0.00047 0.020777500077833397 1 w 320 160 320...
hello.sh (Shell) 2020-02-16 07:31
Why does this work with ksh but not bash?
Untitled (Asm) 2020-01-06 06:51
sine.m ===== :- module sine. % Compile with mmc -O 7 --intermodule-optimization --make libsine :- interface. :- pred sine_lookup(int::in, int::out) is det. :- implementation. :- use_module math. :- import_module float. %...