Skip to content

Instantly share code, notes, and snippets.

View PabloDinella's full-sized avatar
👍
yay

Pablo R. Dinella PabloDinella

👍
yay
View GitHub Profile
function copy(text) {
var copyText = document.createElement('textarea');
document.body.appendChild(copyText);
copyText.value = text;
copyText.select();
document.execCommand("copy");
}
function infosToCsv() {
function composeHeaders(hv) {
{
"itinerary": {
"segments": [
{
"legs": [
{
"origin": {
"code": "EZE",
"name": "Aeropuerto Buenos Aires Ministro Pistarini Ezeiza",
"country_name": "Argentina",
This file has been truncated, but you can view the full file.
{
"hotels": [
{
"id": {
"cart_id": "K8P-E33-WSC",
"reservation_id": "7e6445e5-e8ce-4afe-863f-64b96f21a79b",
"product_booking_id": "7e6445e5-e8ce-4afe-863f-64b96f21a79b"
},
"product_type": "HOTEL",
"almundo_code": "K8P-E33-WSC",
23:58:47.083: CPU Name: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
23:58:47.083: CPU Speed: 3957.866MHz
23:58:47.083: Physical Cores: 4, Logical Cores: 8
23:58:47.083: Physical Memory: 15912MB Total, 2225MB Free
23:58:47.083: Kernel Version: Linux 5.0.0-32-generic
23:58:47.083: Distribution: "Ubuntu" "18.04"
23:58:47.084: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.4
23:58:47.084: Portable mode: false
23:58:47.151: OBS 24.0.3 (linux)
23:58:47.151: ---------------------------------
@PabloDinella
PabloDinella / setup.sh
Last active June 8, 2018 22:35
basic server setup
sudo apt update && \
sudo apt install zsh tmux -y && \
echo "set-option -g default-shell /bin/zsh" > ~/.tmux.conf && \
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" && \
tmux

Keybase proof

I hereby claim:

  • I am pablodinella on github.
  • I am pablodinella (https://keybase.io/pablodinella) on keybase.
  • I have a public key ASCv0DXVmAungeecgdHTiJUb4FjDf6QQvs2oVM6hLLxwSAo

To claim this, I am signing this object:

g situacao = "";
int NumTelAntes = 0;
int NumEmailAntes = 0;
CamadaDeNegocio.ClassFornecedores ClForn = new CamadaDeNegocio.ClassFornecedores();
CamadaDeNegocio.ClassTelefone ClTel = new CamadaDeNegocio.ClassTelefone();
CamadaDeNegocio.ClassTelefone ClTel2 = new CamadaDeNegocio.ClassTelefone();
CamadaDeNegocio.ClassTelefone ClTel3 = new CamadaDeNegocio.ClassTelefone();