I hereby claim:
- I am furusiyya on github.
- I am furusiyya (https://keybase.io/furusiyya) on keybase.
- I have a public key whose fingerprint is 2D55 B75B D686 3D23 55A7 F44F 4C5A 29F8 C638 4CB0
To claim this, I am signing this object:
- "consumer.Http": | |
Enable: true | |
ID: "" | |
Fuse: "" | |
Stream: | |
- "foo" | |
- "bar" | |
Address: ":9000" | |
ReadTimeoutSec: 3 | |
WithHeaders: true |
#!/bin/bash | |
docker rmi $(docker images | grep "^<none>" | awk "{print $3}"); | |
docker rm $(docker ps -a -q) |
I hereby claim:
To claim this, I am signing this object:
RSA 2017 DevOOPS: Attacks And Defenses For DevOps Toolchains Talk Links SessionID: HTA-W02 | |
https://www.slideshare.net/chrisgates/devoops-attacks-and-defenses-for-devops-toolchains | |
Past talks: | |
http://www.slideshare.net/KenJohnson61/aws-surival-guide | |
[Ken Johnson earlier talk on AWS security, dedicated to using these services (cloudwatch/config/cloudtrail)] | |
https://www.youtube.com/watch?v=g-wy9NdATtA&feature=youtu.be |
#!/bin/sh -e | |
# | |
# You can run this script directly from github as root like this: | |
# curl -sS https://gist.githubusercontent.com/kamermans/94b1c41086de0204750b/raw/configure_docker0.sh | sudo bash -s - 192.168.254.1/24 | |
# | |
# * Make sure you replace "192.168.254.0/24" with the network that you want to use | |
# | |
# NOTE: This script is intended for Debian / Ubuntu only! | |
if [ $# -lt 1 ]; then |
Dear Hiring Manager, | |
I’m interested in the position of developer for an IOT platform. I am writing code with in Golang from 10 months. During these 10 months I have written code for an open source honeypot project named Glutton. I am working as a collaborator on this project. I have also contributed in some other golang open source project. You can view my contributions in those projects with the help of links shared below. | |
Before golang I was using JAVA, I have designed couple of commercial application based upon SWING and JAVAFX. Java was my primary tool before golang. | |
Well moving towards your requirements, You had mentioned that you were looking for developer with proven problem solving skills, good in mathematics and fluent English, Well I have good problem solving skills, you can evaluate from my github contributions. I am good in mathematics, In these days I am studying a Book 'Mathematics for Computer Science' in free time. Honestly English is not my native language but you I have good enough to co |
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDg79655A0KOegZ1ohn7IcvkIYFJj4TbWPAHhZivBDbZdVTfI7fSzO32uP0XsibrxNv5054XVEUPYcm8TXIlH9clqippnyjdWM9vAXCfrB7xE7poQ9rz4e7rdIPcU/lMtI4N0iOL3lyawkzHsSHPLAozIr+fHua5Vg+dud1JeUers2EG+kxAnPPK6iPV1vqgIWKoL5nTogLu7iCDoCqY6MIWdz7CSzv9uoyYqqqrVN8sj0wfwJEIsmkR1ep0wlNtMajx2CoA4PvfDsa5ReVTop2vELcoHrrGu0EkbK+4UmcUmvMdCPLAs3SvF5r8k201eTxPw5NIAc5pi5mHAkQBX+H fsociety@fsociety |
https://bitcoin.org/bitcoin.pdf
Update Yellow Paper: https://ethereum.github.io/yellowpaper/paper.pdf
https://media.consensys.net/time-sure-does-fly-ed4518792679
Ethereum Wiki consist of 159
pages: https://github.com/ethereum/wiki/wiki
Ethereum Improvement Proposals: https://github.com/ethereum/EIPs
https://forum.ethereum.org
The purpose of this document is to make recommendations on how to browse in a privacy and security conscious manner. This information is compiled from a number of sources, which are referenced throughout the document, as well as my own experiences with the described technologies.
I welcome contributions and comments on the information contained. Please see the How to Contribute section for information on contributing your own knowledge.
contractAddress = '0x18ed614ab06285ca9d294e96e5144eefe1160e6d' | |
Methods available in contract: | |
1 - balanceOf(account address) | |
2 - transfer(account address, amount) | |
In order to use json rpc we need to find the hash of the invoked method signature and encoded parameters | |
- Hash of method 1: | |
> gold.balanceOf.getData(eth.coinbase) //Return balance of contract base account | |
'0x70a08231000000000000000000000000e8a67c0b7e1bc9929dc5bc7aee4ff245745908c8' |