Skip to content

Instantly share code, notes, and snippets.

View Ambros94's full-sized avatar
🎯
Focusing

Luca Ambrosini Ambros94

🎯
Focusing
View GitHub Profile
purchased;name;gender;age;city;socioeconomic_status;sum_of_previous_purchases;number_of_family_members_who_purchased
1;Allen, Miss. Elisabeth Walton;female;29;New York;high;211.34;0
1;Allison, Master. Hudson Trevor;male;1;New York;high;151.55;3
0;Allison, Miss. Helen Loraine;female;2;New York;high;151.55;3
0;Allison, Mr. Hudson Joshua Creighton;male;30;New York;high;151.55;3
0;Allison, Mrs. Hudson J C (Bessie Waldo Daniels);female;25;New York;high;151.55;3
1;Anderson, Mr. Harry;male;48;New York;high;26.55;0
1;Andrews, Miss. Kornelia Theodosia;female;63;New York;high;77.96;1
0;Andrews, Mr. Thomas Jr;male;39;New York;high;0;0
1;Appleton, Mrs. Edward Dale (Charlotte Lamson);female;53;New York;high;51.48;2
@Ambros94
Ambros94 / Smart contract ABI
Created June 8, 2020 13:39
Smart contract ABI
[
{
"constant": true,
"inputs": [],
"name": "floatingBase",
"outputs": [
{
"name": "",
"type": "uint256"
}
0x608060405260016004556006600a553480156200001b57600080fd5b50604051620037fa380380620037fa8339810180604052810190808051906020019092919080518201929190602001805190602001909291908051820192919060200180519060200190929190805190602001909291908051906020019092919050505033600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600082101515156200013a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f31303a3a4465706c6f79207479706520646f6573206e6f74206578697374000081525060200191505060405180910390fd5b60038211151515620001b4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f31303a3a4465706c6f79207479706520646f6573206e6f74206578697374000081525060200191505060405180910390fd5b620001ce826200041f640100000000026401000000009004565b604080519081016040528088815260200187815250600f60008201518160000155602082015181600101908051906020
### Keybase proof
I hereby claim:
* I am ambros94 on github.
* I am ambros94 (https://keybase.io/ambros94) on keybase.
* I have a public key ASCoxUSsk-_ruee84kR6QAz1yUbxbg7nFC8uJIukUwiAuQo
To claim this, I am signing this object:
@Ambros94
Ambros94 / install.sh
Last active November 26, 2018 15:08
Install docker and rocker compose
#!/bin/bash
apt-get update
apt-get install \
apt-transport-https \
ca-certificates \
curl \
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
@Ambros94
Ambros94 / .java
Last active July 11, 2017 10:18
No buffer combineLatest
import io.reactivex.Flowable;
import io.reactivex.schedulers.Schedulers;
import java.io.IOException;
import java.util.Arrays;
import java.util.concurrent.TimeUnit;
/**
* Created by Ambros on 08/07/2017.
* email: luca.ambro94@gmail.com