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
pragma solidity ^0.4.24; | |
// ---------------------------------------------------------------------------- | |
// 'ENU Token' token contract | |
// | |
// Deployed to : 0xbB15B38e4ef6aF154b89A2E57E03Cd5cbD752233 | |
// Symbol : ENUToken | |
// Name : ENU Token | |
// Total supply: 100000000 | |
// Decimals : 18 |
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
[{"faceId":"1da8c530-42b1-49d4-92e4-d015dbb30c65", | |
"faceRectangle":{"top":94,"left":381,"width":421,"height":421}, | |
"faceLandmarks":{"pupilLeft":{"x":505.3,"y":210.8}, | |
"pupilRight":{"x":681.7,"y":202.6}, | |
"noseTip":{"x":586.7,"y":323.1}, | |
"mouthLeft":{"x":505.5,"y":409.7}, | |
"mouthRight":{"x":679.1,"y":399.6}, | |
"eyebrowLeftOuter":{"x":444.6,"y":183.4}, | |
"eyebrowLeftInner":{"x":554.6,"y":183.5}, | |
"eyeLeftOuter":{"x":478.2,"y":218.4}, |
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
import sys | |
import json | |
import urllib | |
import requests | |
from pprint import pprint | |
url1 ='http://asecuritysite.com/log/F52361.jpg' |
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
package edu.jhu.isi.CLSign.helloworld2; | |
import java.util.stream.Collectors; | |
import edu.jhu.isi.CLSign.keygen.PublicKey; | |
import edu.jhu.isi.CLSign.keygen.SecretKey; | |
import it.unisa.dia.gas.jpbc.Element; | |
import it.unisa.dia.gas.plaf.jpbc.field.z.ZrElement; | |
import it.unisa.dia.gas.jpbc.Pairing; | |
import it.unisa.dia.gas.jpbc.PairingParameters; | |
import it.unisa.dia.gas.plaf.jpbc.pairing.PairingFactory; |