Skip to content

Instantly share code, notes, and snippets.

View charleycesar's full-sized avatar

Charley Oliveira charleycesar

View GitHub Profile
@charleycesar
charleycesar / cloudSettings
Last active September 6, 2020 21:22
Adicionando propriedades
{"lastUpload":"2020-09-06T21:22:46.148Z","extensionVersion":"v3.4.3"}
@charleycesar
charleycesar / Batch2.js
Created September 12, 2018 22:47
generateBatchWithBuffer
const fs = require('fs')
function MDTR(initialProps) {
this.props = initialProps;
this.defaultValues = {
jobId: 'xpto',
bucketStart: 'bucketTest',
nomeDoArquivoTxt: 'example.txt'
};
this.getLinesizeInBytes = function(buffer) {
@charleycesar
charleycesar / Batch.js
Created September 12, 2018 04:29
generateBatch
const fs = require('fs')
function MDTR(initialProps) {
this.props = initialProps;
this.defaultValues = {
jobId: 'xpto',
bucketStart: 'bucketTest',
nomeDoArquivoTxt: 'example.txt'
};
this.getLinesizeInBytes = function(filename) {