Skip to content

Instantly share code, notes, and snippets.

View koo5's full-sized avatar
💭
github sucks

koo5

💭
github sucks
View GitHub Profile
@koo5
koo5 / out.txt
Created November 28, 2020 21:14
Test project /home/koom/repos/swipl-devel/build
Start 26: swipl:thread
Start 3: swipl:core
Start 7: swipl:library
Start 12: swipl:GC
Start 6: swipl:tabling
Start 13: swipl:save
Start 47: pengines:pengines
Start 58: semweb:subprop
Start 60: semweb:turtle
@koo5
koo5 / out.txt
Created November 28, 2020 21:13
Test project /home/koom/repos/swipl-devel/build
Start 26: swipl:thread
Start 3: swipl:core
Start 12: swipl:GC
Start 7: swipl:library
Start 6: swipl:tabling
Start 13: swipl:save
Start 47: pengines:pengines
Start 58: semweb:subprop
Start 60: semweb:turtle
+ ctest -j 8 --output-on-failure
Test project /home/koom/repos/swipl-devel3/build
Start 1: swipl:basic
Start 2: swipl:unprotected
Start 3: swipl:core
Start 4: swipl:attvar
Start 5: swipl:debug
Start 6: swipl:tabling
Start 7: swipl:library
Start 8: swipl:compile
7eb68185b3d71c9712b0ae51d16a2ee778e8aef0
..
> gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
@koo5
koo5 / Dockerfile
Last active November 1, 2020 17:59
swipl-devel docker
FROM ubuntu:18.04
# install and set up locale stuff
env LOC en_AU.UTF-8
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y locales language-pack-en \
&& sed -i -e 's/# $LOC UTF-8/$LOC UTF-8/' /etc/locale.gen \
&& dpkg-reconfigure --frontend=noninteractive locales \
&& update-locale LANG=$LOC
@koo5
koo5 / config
Created March 11, 2012 14:19
whisperbot
server = "server.themanaworld.org"
port = 6901
account = ""
password = ""
character = 0#slot character is in, 0 for first, 1 for second, 2 for third
charactername = ""
master = "" #character bot will direct public chat to
sit = 0 # become inconspicuous
color_replacement_regex = '' #r'\1 ' to keep em
@koo5
koo5 / source.txt
Created November 22, 2012 02:59
"The Amazing Interactive Turing Machine" by "J.D. Clemens"
"The Amazing Interactive Turing Machine" by "J.D. Clemens"
Section 1 - Bibliographic Data
The story headline is "An Interactive Waste of Time".
The story genre is "Other".
The story description is "You have almost reached the end of your shift. All that remains is to clean one final room, the control room for that weird contraption being built by the scientists here. Carrying your usual equipment, you open the door and step into... The Amazing Interactive Turing Machine!"
Release along with source text and a website.
@koo5
koo5 / rtrstr
Created November 19, 2017 15:38
vxsvrstv
This file has been truncated, but you can view the full file.
koom@koom-Standard-PC-i440FX-PIIX-1996 ~/w/webofneeds>
mvn install -P skip-frontend,skip-matcher-uberjar,skip-bot-uberjar,skip-matcher-rescal-uberjar,skip-node-webapp-war,skip-owner-webapp-war,skip-tests
Warning: JAVA_HOME environment variable is not set.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Web of Needs Main
[INFO] Core
[INFO] Facet Modules
#include <iostream>
int a = 1;
int f(int i)
{
std::cout << "f" << i;
return i * 2;
}
int g(int x = f(a))
@koo5
koo5 / pre-commit
Created February 12, 2011 00:26
my net radios
grep -v '^#' playlist.m3u8 > tmp
mv tmp playlist.m3u8
git add playlist.m3u8