Skip to content

Instantly share code, notes, and snippets.

@starlilyth
starlilyth / stardateclock.html
Last active January 2, 2023 23:57
Current Stardate webpage
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>Current Stardate</title>
<style>
body {
margin: 0px;
padding-top: 25%;
color: white;
@starlilyth
starlilyth / info.sh
Last active August 29, 2015 13:56
script to test cg/sgminer output
#!/usr/bin/perl
# script to test cg/sgminer API output
my $command = "summary|";
use Socket;
use IO::Socket::INET;
my $sock = new IO::Socket::INET (
PeerAddr => '127.0.0.1',
PeerPort => 4028,
Proto => 'tcp',