This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am attesting that this GitHub handle ciaron is linked to the Tezos account tz1dtoVL8riG9eb5gnaFBcwsAJruPrhbRsqR for tzprofiles | |
sig:edsigtc2Y3HhMNVqPmHGtuaLTAz3dwPoDrY9WD6Y17VKwsQK8mfz8AiERjzUYZGBzRHorUbPzGJCw6BwUEqpUKMYZ4PzScbrQwg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am attesting that this GitHub handle ciaron is linked to the Tezos account tz1dtoVL8riG9eb5gnaFBcwsAJruPrhbRsqR for tzprofiles | |
sig:edsigtc2Y3HhMNVqPmHGtuaLTAz3dwPoDrY9WD6Y17VKwsQK8mfz8AiERjzUYZGBzRHorUbPzGJCw6BwUEqpUKMYZ4PzScbrQwg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PShader kaleidoscope; | |
Rect[] rects; | |
boolean applyFilter; | |
boolean PAUSE=false; | |
float bg = 255; | |
float fg = 0; | |
float span=0.25; | |
int nelems=9; | |
float xoff = 0.0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
SLURM job submit filter for QOS | |
Some code and ideas pulled from https://github.com/edf-hpc/slurm-llnl-misc-plugins/blob/master/job_submit/job_submit.lua | |
--]] | |
--########################################################################-- | |
-- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 19CSY6a53LzNDvoxp9n7NDBhwS8EttCRQp https://explorer.blockstack.org/address/19CSY6a53LzNDvoxp9n7NDBhwS8EttCRQp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Calendar; | |
int bg=0; | |
int fg=255; | |
int y; | |
int[] ysd = new int[12]; | |
int[] ysu = new int[8]; | |
int d=220; | |
float t=0.0; |