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
| from microraiden.client import Client | |
| from web3.providers.rpc import RPCProvider | |
| from web3 import Web3, HTTPProvider | |
| #web3 = Web3(HTTPProvider('https://kovan.infura.io/Ug2W9nZzjwN4lITvvLT0')) |
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
| 0x6Ed9dd84cD7aa7eCB070997bbc267C0e95b24f42 |
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
| { | |
| "student":[ | |
| { "_id": "Number", | |
| "academicInformation":{ | |
| "name": "String", | |
| "id": "Number", | |
| "program": "String", | |
| "deperment": "String", | |
| "choices": ["String"], | |
| "type": "String", |
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
| {"user":{"provider":"twitter","displayName":"Sadaf Noor","id":"twitter|196086790","name":{},"picture":"https://pbs.twimg.com/profile_images/572800187119042560/Xm3ccrSD_normal.png","nickname":"Sadaf Noor","identities":[{"access_token":"196086790-dAjRVUJm7vhbRM1OUjObuC92uXzbnK3BjNJfmD2U","access_token_secret":"2X0YnciDTNrLITaMEOO5H6LchhIomDezUDVyR1XERGRBf","provider":"twitter","user_id":"196086790","connection":"twitter","isSocial":true}],"_json":{"name":"Sadaf Noor","picture":"https://pbs.twimg.com/profile_images/572800187119042560/Xm3ccrSD_normal.png","lang":"en","location":"Dhaka, Bangladesh","screen_name":"sadaf2605","time_zone":"Dhaka","url":"http://t.co/eZMwnsBbRa","utc_offset":21600,"clientID":"XDvpc5yRW2qhTrRHWcE0q02Fq3kLInCf","updated_at":"2016-04-05T06:32:12.227Z","user_id":"twitter|196086790","nickname":"Sadaf Noor","identities":[{"access_token":"196086790-dAjRVUJm7vhbRM1OUjObuC92uXzbnK3BjNJfmD2U","access_token_secret":"2X0YnciDTNrLITaMEOO5H6LchhIomDezUDVyR1XERGRBf","provider":"twitter","user_id":"19 |
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
| # $ python manage.py sqlall items | |
| BEGIN; | |
| CREATE TABLE "items_category" ( | |
| "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, | |
| "name" varchar(200) NOT NULL | |
| ) | |
| ; | |
| CREATE TABLE "items_item" ( | |
| "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, | |
| "name" varchar(200) NOT NULL, |
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
| this is line 1 of example gist | |
| this is line 3 of example gist | |
| this is line 1 of example gist | |
| this is line 3 of example gist |
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
| this is line 1 of example gist | |
| this is line 3 of example gist | |
| this is line 1 of example gist | |
| this is line 3 of example gist |
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
| this is line 1 of example gist | |
| this is line 3 of example gist |
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
| this is line 1 of example gist | |
| this is line 3 of example gist |
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
| this is line 1 of example gist | |
| this is line 3 of example gist |
NewerOlder