I hereby claim:
- I am janinge on github.
- I am janinge (https://keybase.io/janinge) on keybase.
- I have a public key whose fingerprint is F370 E5CF 0641 43C9 7FBB C884 0CCE 7D56 CCCD FC20
To claim this, I am signing this object:
| ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4RZDIL7MKTdndKXN5KtzSYLbQQirDS8ChQMsCQU1jG [email protected] |
| #[macro_use] | |
| extern crate rocket; | |
| use chrono::prelude::*; | |
| use rocket::serde::{json::Json, Deserialize, Serialize}; | |
| use std::fmt; | |
| use uuid::Uuid; | |
| #[derive(Deserialize)] | |
| struct AccountHolder { |
| Copyright 2022 | |
| [HomeSmart/Node.js : 2.96] | |
| Components: | |
| @apidevtools/json-schema-ref-parser 9.0.9 : MIT License | |
| @hapi/hoek 9.3.0 : BSD 3-clause "New" or "Revised" License | |
| @hapi/topo 5.1.0 : BSD 3-clause "New" or "Revised" License |
| { | |
| "embeddings": [ | |
| { | |
| "tensorName": "The Talk of Norway", | |
| "tensorShape": [ | |
| 1000, | |
| 50 | |
| ], | |
| "tensorPath": "https://gist.githubusercontent.com/janinge/94cae04e8f39b0a91fdb09f9234f80ec/raw/46024e4d43130ea71f8503f1d281ee0e8b5b9d2f/talk_of_norway_nno.vectors", | |
| "metadataPath": "https://gist.githubusercontent.com/janinge/5bd32bc29da012cf4a0b7ea105108bc8/raw/7bd8e5702cc85a8f3c6c0c1f046946a587414492/talk_of_norway_nno.metadata" |
| [UNK] | |
| det | |
| i | |
| er | |
| og | |
| at | |
| som | |
| for | |
| til | |
| har |
| { | |
| "authorities": [ | |
| { | |
| "type": "AAD", | |
| "audience": { | |
| "type": "AzureADandPersonalMicrosoftAccount" | |
| }, | |
| "default": true | |
| } | |
| ], |
| #!/usr/bin/env python3 | |
| ''' | |
| Implementation of ID3. Tested using Python 3.5. | |
| https://gist.github.com/janinge/89bd0662121496f7f88d | |
| Created on 27. sep. 2015 | |
| @author: Jan Inge Sande | |
| ''' |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| EBAY_APP_ID = '' | |
| EBAY_DEV_ID = '' | |
| EBAY_CER_ID = '' | |
| EBAY_USER_TOKEN = '' | |
| EBAY_CATEGORIES = [ | |
| 31388, # Digital Cameras | |
| 11724, # Camcorders |