Skip to content

Instantly share code, notes, and snippets.

View leynier's full-sized avatar
👨‍💻

Leynier Gutiérrez González leynier

👨‍💻
View GitHub Profile
@kenriortega
kenriortega / stream.class.md
Created May 7, 2021 23:34
Node.js Basic Stream data

Clase de stream nodejs API

'use strict'

const fs = require('fs')
const zlib = require('zlib')
const http = require('http')
@yarn-rp
yarn-rp / .dart
Last active December 29, 2022 18:54
enum OtherCardType { bandec, bpa, metropolitan, unknown }
// First Group
const _cubanStart = r'^92';
const _productName = r'[0-9]{2}';
const _firstGroup = _cubanStart + _productName;
// Second Group
const _bandecSecondGroup = r'0699';