This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// encriptarInformacion.swift | |
// WalMart | |
// | |
// Created by Alberto Luebbert M. on 26/09/17. | |
// Copyright © 2017 All rights reserved. | |
// | |
import Foundation | |
import CryptoSwift |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"canal": "bnet", | |
"equipos": [{ | |
"cantidad": "4", | |
"hostname": "netm1", | |
"transacciones": [{ | |
"canal": "bnet", | |
"frecuencia": "1", | |
"hora": "12:06:18.85", | |
"rango": "12:00:00", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub Inserts() | |
' | |
' Inserts Macro | |
' Generar script de inserción | |
' | |
' | |
Dim i As Long | |
Dim nombre As String | |
nombre = "Main" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"divisionInfo": "intro", | |
"idDivisionInfo": "1", | |
"informacion": [{ | |
"id": "1", | |
"titulo": "Introducción", | |
"texto": "En este documento observaremos los indicadores y objetivos que realizamos en ANS-Fronts Clientes así como las áreas de oportunidad que tenemos en base a los comentarios de las cartas del modelo 2.0 de ANS, así qué acciones vamos a realizar para atenderlas y el plan de seguimiento de las mismas.", | |
"imagen": [{ | |
"path": "images/business/image1.png" | |
}, { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"divisionInfo": "intro", | |
"idDivisionInfo": "1", | |
"informacion": [{ | |
"id": "1", | |
"titulo": "Introducción", | |
"texto": "En este documento observaremos los indicadores y objetivos que realizamos en ANS-Fronts Clientes asà como las áreas de oportunidad que tenemos en base a los comentarios de las cartas del modelo 2.0 de ANS, asà qué acciones vamos a realizar para atenderlas y el plan de seguimiento de las mismas.", | |
"imagen": [{ | |
"path": "images/business/image1.png" | |
}], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// I was unhappy about there was close to no control over the "pageControl" | |
// in scrollableViews, so I hacked my own | |
// ----- | |
// Configuration | |
var pageColor = "#c99ed5"; | |
PagingControl = function(scrollableView){ | |
var container = Titanium.UI.createView({ | |
height: 60 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function LoginUsuarios(usuario, password) { | |
var url = 'http://www.sitio.com/Login.php'; | |
var xhr = Titanium.Network.createHTTPClient({ | |
onload : function(e) { | |
obj = this.responseText; | |
var nuevojson = JSON.parse(obj); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var actInd = Ti.UI.createActivityIndicator({ | |
width : Ti.UI.SIZE, | |
height : Ti.UI.SIZE, | |
color : '#FFF', | |
message : 'Cargando, espere por favor', | |
font : Alloy.Globals.tipografia18Bold | |
}); | |
$.transparenteCargando.add(actInd); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var args = arguments[0] || {}; | |
var latitude; | |
var longitude; | |
var mapview; | |
var annotationUbicacion; | |
var MapModule = require('ti.map'); | |
var api_key = "AIzaSyDI77iaGnQgo0_M8NZoI5vQW685E0-KGvE"; | |
//var MapModule = require("ti.googlemaps"); | |
//MapModule.setAPIKey(api_key); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ProxyCommand "C:\Program Files\git\bin\connect.exe" -H proxy.example.com:8080 %h %p | |
Host github.com | |
HostName ssh.github.com | |
Port 443 | |
IdentityFile C:\Users\hoge\.ssh\id_rsa | |
Host bitbucket.org | |
HostName altssh.bitbucket.org | |
Port 443 | |
IdentityFile C:\Users\hoge\.ssh\id_rsa |
NewerOlder