Skip to content

Instantly share code, notes, and snippets.

View nicotron's full-sized avatar
🎯
Focusing

Nicolás Troncoso López nicotron

🎯
Focusing
View GitHub Profile

NFT Thoughts, Essays, Writings

I'm collecting here a few essays on the net about tokenization in the art world. This list is likely biased and by no means exhaustive.

@nicotron
nicotron / Tezos.txt
Created August 21, 2021 19:27
Tezos Profile
I am attesting that this GitHub handle nicotron is linked to the Tezos account tz1hqG37ysAw5xrN6ZzR643GP4g6uA2SuUFk for tzprofiles
sig:edsigu58UYraYmbB2PxTQ8meD14hc5bigPWM52wagQE3tvtQBNsggKNcLQeUH8oyHqqLB8wNaFJEY7eDGNBSjSMJ2TfBzmMGjim
sudo mkdir /opt/folder
cd ~/Downloads
Extrat downloaded to folder
sudo tar Jxf tarFile* -C /opt/folder
make accesible
sudo ln -sf /opt/folder/Software-Name /usr/bin/Software-Name
desktop launcher
sudo nano /usr/share/applications/Software-Name.desktop
[Desktop Entry]
void variable(int valor, float r, color c) {
fill(c);
noStroke();
rotate(i);
pushMatrix();
translate(r, 0);
ellipse(0,0, valor, valor);
popMatrix();
void draw() {
background(253);
// Uso de los objetos como siempre
translate(width/2, height/2);
// for (int i = 0; i < objetos.length; i ++) {
objetos[contador].maxima();
objetos[contador].fecha();
// }
if(contador > objetos.length-2) {
int i, mesColor;
color[]coloresdelmes;
Clase(String fecha, int mesColor, int maxima, int minima)) {
this.fecha = fecha;
this.maxima = maxima;
this.minima = minima;
coloresdelmes = color[12];
for (int i = 0; i < coloresdelmes.length; i ++) {
coloresdelmes[i] = color
void linea(int rangosx, int rangosY) {
stroke(coloresdelmes[mesColor-1]);
pushMatrix();
translate(width/2, height/2);
rotate(rotacion);
translate(50,0);
ellipse(rangosx, rangosY, 50, 50)
strokeWeight(5);
point(mean,0);
popMatrix();
void linea() {
stroke(0);
pushMatrix();
translate(width/2, height/2);
rotate(rotacion);
translate(50,0);
line(min, 0, max, 0);
popMatrix();
}
void linea() {
stroke(0);
pushMatrix();
translate(width/2, height/2);
rotate(rotacion);
translate(50,0);
line(min, 0, max, 0);
popMatrix();
}
void linea() {
stroke(0);
pushMatrix();
translate(width/2, height/2);
rotate(rotacion);
translate(50,0);
line(min, 0, max, 0);
popMatrix();
}