Skip to content

Instantly share code, notes, and snippets.

View santiblanko's full-sized avatar
🎯
Focusing

santiblanko santiblanko

🎯
Focusing
View GitHub Profile
<View style={{borderTopColor:'black', borderWidth: 0.5, height:130}}>
<Text>Firma</Text>
<SignatureCapture
style={[{flex:1},styles.signature]}
ref="sign"
onSaveEvent={this._onSaveEvent}
onDragEvent={this._onDragEvent}
saveImageFileInExtStorage={false}
showNativeButtons={false}
showTitleLabel={true}
$ code-push access-key add personaldata
Successfully created the "personaldata" access key: 6VpkdKO-g8UT6VKqHFJNTD0q088Dc000962e-a6e6-4723-b7cf-ebca99f67a71
Make sure to save this key value somewhere safe, since you won't be able to view it from the CLI again!
INSERT INTO categoriamarca(nombre,imgcategoria) VALUES ('COMIDAS RÁPIDAS Y BEBIDAS','/imagenescategorias/Comidas-rapidas.jpg');
INSERT INTO categoriamarca(nombre,imgcategoria) VALUES ('RESTAURANTES Y BARES','/imagenescategorias/Restaurantes-bares.jpg');
INSERT INTO categoriamarca(nombre,imgcategoria) VALUES ('HELADOS Y DULCES','/imagenescategorias/Helados-y-dulces.jpg');
INSERT INTO categoriamarca(nombre,imgcategoria) VALUES ('VESTUARIO FEMENINO','/imagenescategorias/Vestuario-femenino.jpg');
INSERT INTO categoriamarca(nombre,imgcategoria) VALUES ('VESTUARIO MASCULINO','/imagenescategorias/Vestuario-masculino.jpg');
INSERT INTO categoriamarca(nombre,imgcategoria) VALUES ('VESTUARIO FEMENINO Y MASCULINO','/imagenescategorias/Vestuario-femenino-masculino.jpg');
INSERT INTO categoriamarca(nombre,imgcategoria) VALUES ('VESTUARIO INFANTIL','/imagenescategorias/Vestuario-infantil.jpg');
INSERT INTO categoriamarca(nombre,imgcategoria) VALUES ('VESTUARIO DEPORTIVO Y PLAYA','/imagenescategorias/Vestuario-deportivo-y
https://jsfiddle.net/
https://jsfiddle.net/kv1q98bv/
http://antimatter15.com/gocr.js/demo.html
http://antimatter15.com/ocrad.js/demo.html
https://github.com/donnemartin/system-design-primer
This file has been truncated, but you can view the full file.
[Wed Sep 14 11:09:49.425210 2016] [mpm_prefork:notice] [pid 56062] AH00169: caught SIGTERM, shutting down
[Wed Sep 14 11:10:34.006138 2016] [ssl:warn] [pid 672] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Sep 14 11:10:34.006598 2016] [ssl:warn] [pid 672] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Sep 14 11:10:34.007324 2016] [suexec:notice] [pid 672] AH01232: suEXEC mechanism enabled (wrapper: /Applications/XAMPP/xamppfiles/bin/suexec)
[Wed Sep 14 11:10:35.002003 2016] [ssl:warn] [pid 673] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Sep 14 11:10:35.002102 2016] [ssl:warn] [pid 673] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Sep 14 11:10:35.002249 2016] [lbmethod_heartbeat:notice] [pid 673] AH02282: No slotmem from mod_heartmonitor
[Wed Sep 14 11:10:35.00
@santiblanko
santiblanko / tmux-cheatsheet.markdown
Created January 15, 2017 05:41 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
DELETE /workflow2@gd_doc/
#Permite contar el numero de serie de subseries y de tipos indexados.
GET /workflow2@gd_trd/gd_tipodocumental/_count
GET /workflow2@gd_trd/gd_subserie/_count
GET /workflow2@gd_trd/gd_serie/_count
#Asi se hace un backup
#Registro de backup
#La ruta donde se guardaran los backups
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
java -version
var exchanges = [{
name:"NSYE",
stocks:[{
symbol:"LOL",
closes:[{
date: new Date(2014,11,24),
price:240.10
},{
date: new Date(2014,9,23),
price:241.10