Skip to content

Instantly share code, notes, and snippets.

View gmalato's full-sized avatar
💭
I may be slow to respond.

Guido Malato gmalato

💭
I may be slow to respond.
View GitHub Profile
@gmalato
gmalato / getUSDBRL.js
Last active December 31, 2023 01:19
Gets USDBRL quotes from BitValor
/**
* Gets USDBRL quotes. This program was originally developped to be used by by
* liquidity bots provided by Merkeleon to CashCode.
*
* @author gmalato@hotmail.com
*/
const fetch = require('node-fetch');
const http = require('http');
@gmalato
gmalato / lnav_codeigniter.json
Last active April 1, 2023 22:05
LNAV formatter for Codeigniter
{
"CI" : {
"body-field": "body",
"description": "gmalato@hotmail.com | LNAV format for CodeIgniter logs",
"file-pattern": "log-(.*)\\.php",
"level": {
"debug": "DEBUG",
"error": "ERROR",
"info": "INFO"
},