🏠
Working from home
-
https://www.iheathgroup.com.br
- São Paulo
- https://github.com/rdemorais
Pinned Loading
-
Execute PSQL in background for large...
Execute PSQL in background for large files 1nohup psql -d mydb -f insert.sql > insert.log 2>&1 &
-
Get download progress with boto3
Get download progress with boto3 1import sys
2import threading
34class ProgressPercentage(object):
5''' Progress Class
-
Import transformer model into spacy v3
Import transformer model into spacy v3 1from thinc.api import Config
2import spacy
34DEFAULT_CONFIG_STR = """
5[transformer]
-
Remove duplicados
Remove duplicados 1select count(*) from
2tb_lotacao le where le.ctid <> (select min(li.ctid) from tb_lotacao li
3where li.co_pessoa = le.co_pessoa and li.ds_mes_ano = le.ds_mes_ano and li.co_unidade = le.co_unidade)
-
Change java version on mac
Change java version on mac 1/usr/libexec/java_home -V
23export JAVA_HOME=`/usr/libexec/java_home -v 1.7.0_75`
45java -version
-
Redshift connection from NodeJS - fr...
Redshift connection from NodeJS - from https://www.javaniceday.com/post/how-to-connect-to-a-redshift-database-from-node-js 1import pgp from "pg-promise";
23const connections = [];
45export default class Redshift {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.