I hereby claim:
- I am leordev on github.
- I am leordev (https://keybase.io/leordev) on keybase.
- I have a public key ASC1t110gXXAMPj0o0n_CINS4YZHVpcKfmaA4KpoHk1L1Qo
To claim this, I am signing this object:
| (ns api-project.cors) | |
| (def cors-headers | |
| "Generic CORS headers" | |
| {"Access-Control-Allow-Origin" "*" | |
| "Access-Control-Allow-Headers" "*" | |
| "Access-Control-Allow-Methods" "GET"}) | |
| (defn preflight? | |
| "Returns true if the request is a preflight request" |
| <?php | |
| add_action('add_meta_boxes', 'maximize_lead_mb_add'); | |
| function maximize_lead_mb_add() { | |
| add_meta_box( | |
| 'maximize_lead-id', | |
| 'Maximize Lead Page', | |
| 'maximize_lead_cb', | |
| 'page', |
| git clone https://github.com/benjaminogles/relay.git benjamin-relay | |
| cd benjamin-relay | |
| cd packages | |
| cd babel-plugin-relay | |
| npm install | |
| cd .. | |
| cd react-relay | |
| npm install | |
| cd .. | |
| cd relay-compiler |
| module Main exposing (..) | |
| import Html exposing (..) | |
| import Http | |
| import Json.Decode as Decode | |
| import Json.Decode.Pipeline exposing (decode, required, hardcoded) | |
| main = | |
| Html.program |
| #!/bin/bash | |
| ########################################################################### | |
| # | |
| # Created by | |
| # Bohdan Kossak, CryptoLions.io | |
| # | |
| # Auto Installer for Jungle Network Generated by Monitor | |
| ########################################################################### |
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * Pet-Tamagotchi-Alike Smart Contract | |
| * | |
| * The idea is to copy the original tamagotchi to the chain :) | |
| * | |
| * | |
| * @author Leo Ribeiro | |
| */ | |
| #include <eosiolib/asset.hpp> | |
| #include <eosiolib/eosio.hpp> |
| ts=$(date +%s%N) | |
| block=120 | |
| counter=0 | |
| while [ $counter -lt $1 ] | |
| do | |
| curl -w "@curl-format.txt" -s --request POST --url http://localhost:8888/v1/chain/get_block --data '{"block_num_or_id":"'"$block"'"}' | |
| counter=$((counter+1)) | |
| block=$((block+1)) |
| { | |
| "_id": ObjectId("5b96c7fd6728f700017279ea"), | |
| "receipt": { | |
| "receiver": "monstereosio", | |
| "act_digest": "083c39038a72af176506fc1ba1d6fa42633f89d1480f3618ed20a4bf69b45490", | |
| "global_sequence": 908441, | |
| "recv_sequence": 380, | |
| "auth_sequence": [ | |
| [ | |
| "monsterusera", |