Skip to content

Instantly share code, notes, and snippets.

class pdf417 {
decoder(String barCode){
var infoTarjeta = null;
if (barCode != null) {
var primerApellido = "", segundoApellido = "", primerNombre = "", segundoNombre = "",cedula = "",rh = "" ,fechaNacimiento = "",sexo = "";
var alphaAndDigits = barCode.replaceAll("[^\\p{Alpha}\\p{Digit}\\+\\_]+", " ");
@gboudreau
gboudreau / AuthyToOtherAuthenticator.md
Last active May 11, 2024 11:47 — forked from Ingramz/AuthyToOtherAuthenticator.md
Export TOTP tokens from Authy
#!/bin/bash
iatest=$(expr index "$-" i)
#######################################################
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
#######################################################
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc