Skip to content

Instantly share code, notes, and snippets.

View jayrulez's full-sized avatar
🏠
Working from home

Robert Campbell jayrulez

🏠
Working from home
  • Startup Jamaica
  • Canada
View GitHub Profile
#include <boost/filesystem.hpp>
#include <bin/dart_io_api.h>
#include <cstdio>
#include <dart_api.h>
#include <string_view>
#include <type_traits>
using namespace std::literals;
This file has been truncated, but you can view the full file.
{
"AnimationClip": {
"m_ObjectHideFlags": 0,
"m_PrefabParentObject": {
"fileID": 0
},
"m_PrefabInternal": {
"fileID": 0
},
"m_Name": "Attack1",
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xenko.Core.Mathematics;
using Xenko.Input;
using Xenko.Engine;
using Xenko.Graphics;
using Xenko.Rendering.Sprites;
var data = new Dictionary<string, object>()
{
{ "walletPassphrase", _dataProtector.Unprotect(walletPassphrase) },
{ "address", destinationAddress },
{ "amount", satoshis }
};
if (fee != null)
{
data.Add("fee", fee);
@jayrulez
jayrulez / currencies.json
Created July 29, 2016 03:00 — forked from mlvea/currencies.json
Common currencies as an array
[
{
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},
@jayrulez
jayrulez / Common-Currency.json
Created July 29, 2016 03:00 — forked from ksafranski/Common-Currency.json
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},
@jayrulez
jayrulez / country-code-to-currency-code-mapping.csv
Created July 14, 2016 02:46 — forked from HarishChaudhari/country-code-to-currency-code-mapping.csv
Country, Country Code, Currency code mapping in CSV format Taken from https://gist.github.com/304261 Contains 249 countries.
Country CountryCode Currency Code
New Zealand NZ New Zealand Dollars NZD
Cook Islands CK New Zealand Dollars NZD
Niue NU New Zealand Dollars NZD
Pitcairn PN New Zealand Dollars NZD
Tokelau TK New Zealand Dollars NZD
Australian AU Australian Dollars AUD
Christmas Island CX Australian Dollars AUD
Cocos (Keeling) Islands CC Australian Dollars AUD
Heard and Mc Donald Islands HM Australian Dollars AUD