Skip to content

Instantly share code, notes, and snippets.

View e1024kb's full-sized avatar
🏠
typing...

e1024kb e1024kb

🏠
typing...
View GitHub Profile
{
"company": {
"img": "http:\/\/beta.url2png.com\/v6\/P5114C2972A91C\/193850331cf142d78f605445253ef355\/png\/?delay=3&thumbnail_max_width=980&url=www.aainternational.se",
"name": "Aa International AB",
"followed": 1,
"type": 3,
"orgno": 5562914886,
"created_at": "2016-12-20 00:29:11",
"updated_at": "2016-12-20 00:29:11",
"report": {
@e1024kb
e1024kb / Cards.cs
Last active December 15, 2015 17:20
public interface ICardsClient
{
Task<VirgilCardDTO> Create(
string identityValue,
IdentityType identityType,
IDictionary<string, string> customData,
byte[] publicKey,
byte[] privateKey
);
@e1024kb
e1024kb / gist:41bf38fdb1a2cb19a781
Created September 27, 2014 13:29
Country - state list in JSON
{
"countries": [
{
"country": "Afghanistan",
"states": ["Badakhshan", "Badghis", "Baghlan", "Balkh", "Bamian", "Daykondi", "Farah", "Faryab", "Ghazni", "Ghowr", "Helmand", "Herat", "Jowzjan", "Kabul", "Kandahar", "Kapisa", "Khost", "Konar", "Kondoz", "Laghman", "Lowgar", "Nangarhar", "Nimruz", "Nurestan", "Oruzgan", "Paktia", "Paktika", "Panjshir", "Parvan", "Samangan", "Sar-e Pol", "Takhar", "Vardak", "Zabol"]
},
{
"country": "Albania",
"states": ["Berat", "Dibres", "Durres", "Elbasan", "Fier", "Gjirokastre", "Korce", "Kukes", "Lezhe", "Shkoder", "Tirane", "Vlore"]
},