Come fork bombs, and fall on Slough It isn't fit for servers now No disk space I hear you howl rm minus rf
Come fork bombs and crash the machines Those air-conditioned, Windows XPs Dell Racks, Dell Blades, Dell Screens Dell Minds, Dell Invoices
togusa:~ oni$ brew --config | |
HOMEBREW_VERSION: 0.7 | |
HEAD: | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
Hardware: quad-core 64-bit arrandale | |
OS X: 10.6.4 | |
Kernel Architecture: i386 |
#!/usr/bin/python | |
import sys | |
import os | |
import getopt | |
import tempfile | |
import shutil | |
import subprocess | |
from CoreFoundation import * | |
from Quartz.CoreGraphics import * |
use strict; | |
use Irssi; | |
use Irssi::Irc; | |
use vars qw($VERSION %IRSSI); | |
use POSIX; | |
sub grapher { | |
Come fork bombs, and fall on Slough It isn't fit for servers now No disk space I hear you howl rm minus rf
Come fork bombs and crash the machines Those air-conditioned, Windows XPs Dell Racks, Dell Blades, Dell Screens Dell Minds, Dell Invoices
I hereby claim:
To claim this, I am signing this object:
# 3 atoms from the previous residue | |
# The first residue already has the first 3 atoms laid out | |
a = prev_res.a.clone() | |
b = prev_res.b.clone() | |
c = prev_res.c.clone() | |
d = @a | |
na = [@b,@c] | |
# Bond lengths, bond angles and torsions (already in radians, as extracted from the DB) | |
blengths = [1.53, 1.453, 1.325] |
-- Searching an n'ary tree returning the char or null | |
-- Benjamin Blundell | |
-- [email protected] | |
-- | |
-- https://www.reddit.com/r/haskellquestions/comments/3han54/how_do_you_flatten_a_nested_list_of_arbitrary/ | |
module Main where | |
data Tree a = Leaf a | Branch a [Tree a] deriving (Show) |
# Our drawing graph functions. We rely / have borrowed from the following | |
# python libraries: | |
# https://github.com/szagoruyko/pytorchviz/blob/master/torchviz/dot.py | |
# https://github.com/willmcgugan/rich | |
# https://graphviz.readthedocs.io/en/stable/ | |
def draw_graph(start, watch=[]): | |
from graphviz import Digraph |
#include <FastLED.h> | |
#include <SoftwareSerial.h> | |
SoftwareSerial MyBlue(11, 12); // RX | TX | |
#define PIN_LEFT_EYE 3 | |
#define PIN_RIGHT_EYE 4 | |
#define LEFT_OFFSET 2 | |
#define RIGHT_OFFSET -4 | |
#define STRIP_SIZE 16 |
/** | |
* ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ | |
* █░███░██▄██░▄▄▄█░▄▄▄█░██░▄▄ | |
* █▄▀░▀▄██░▄█░█▄▀█░█▄▀█░██░▄▄ | |
* ██▄█▄██▄▄▄█▄▄▄▄█▄▄▄▄█▄▄█▄▄▄ | |
* ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ | |
* @file solver.cpp | |
* @author Benjamin Blundell - [email protected] | |
* @date 21/10/2022 | |
* @brief Go through all centroids and create the best average |