Skip to content

Instantly share code, notes, and snippets.

View Triskae's full-sized avatar
💻
Learning ...

Filipe Doutel Silva Triskae

💻
Learning ...
View GitHub Profile
@Triskae
Triskae / 06.png
Created October 11, 2020 21:14 — forked from mfd/06.png
Gilroy font
06.png
const mongoose = require('mongoose');
const eBookSchema = new mongoose.Schema({
title: {type: String},
authorName: {type: String},
isbn: {type: String},
year: {type: String},
pages: {type: String},
language: {type: String},
size: {type: String},

Install asar npm install -g asar

Go to the Ressources folder of the app

Mac : StarUML.app/Contents/Resources

Windows : C:\Program Files\StarUML\resources

Unzip app: asar extract app.asar app/

@Triskae
Triskae / gist:f5e5a6fa40ffd207a7c837bd7225dd7e
Last active August 14, 2019 12:43
Verifying my Blockstack ID is secured with the address 19X1DFJkaUVFMbtrDV3aZ5ugNiUpvUbSCt https://explorer.blockstack.org/address/19X1DFJkaUVFMbtrDV3aZ5ugNiUpvUbSCt
Verifying my Blockstack ID is secured with the address 19X1DFJkaUVFMbtrDV3aZ5ugNiUpvUbSCt https://explorer.blockstack.org/address/19X1DFJkaUVFMbtrDV3aZ5ugNiUpvUbSCt

Keybase proof

I hereby claim:

  • I am triskae on github.
  • I am triskae (https://keybase.io/triskae) on keybase.
  • I have a public key ASBI6_LMwg-oR6DLjHdCcOCbP98yFmoP8pmqXXWsli91aQo

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am triskae on github.
* I am triskae (https://keybase.io/triskae) on keybase.
* I have a public key ASDSsuKf-kKxlDAQU8DurImcr_cTtC8OilUXUrOjdOqIcAo
To claim this, I am signing this object:
@Triskae
Triskae / p_pipe_arg.c
Last active November 7, 2017 21:45
p_pip_arg corrigé
/************************************************************/
/* */
/* p_pipe_arg : - Demande de descripteurs de pipe-line, */
/* - Demande de fork, */
/* - PERE : recupere le deuxieme parametre qui*/
/* correspond a la commande qui doit */
/* s'executer depuis le pipe-line */
/* - FILS : recupere le premier parametre qui */
/* correspond a la commande qui doit */
/* s'executer vers le pipe-line. */
@Triskae
Triskae / starUML.md
Created September 30, 2017 08:21 — forked from trandaison/starUML.md
Get full version of StarUML

StarUML

Download: StarUML.io

Crack

Source: jorgeancal

After installing StartUML successfully, modify LicenseManagerDomain.js as follow:

/**