Skip to content

Instantly share code, notes, and snippets.

#! /usr/bin/env python
#
# Example program using irc.client.
#
# This program is free without restrictions; do anything you like with
# it.
#
# Joel Rosdahl <joel@rosdahl.net>
import irc.client

Hello

space

space

space

space

@tripodsan
tripodsan / bulk0.ply
Created January 16, 2023 13:46
PLY version of first bulk of https://www.spoj.com/problems/BULK/ (w/o the bottom face)
ply
format ascii 1.0
element vertex 49
property float x
property float y
property float z
element face 12
property list uchar int vertex_indices
property uchar alpha
end_header
@tripodsan
tripodsan / bulk1.ply
Created January 16, 2023 13:48
PLY version of second bulk of https://www.spoj.com/problems/BULK/ (w/o the bottom face)
ply
format ascii 1.0
element vertex 52
property float x
property float y
property float z
element face 12
property list uchar int vertex_indices
end_header
20 20 30