Skip to content

Instantly share code, notes, and snippets.

View regner's full-sized avatar

Regner Blok-Andersen regner

View GitHub Profile
1c1b0d6707aa802aa88d808d0800450000a44d4f400076113cc29e551a26c0a8011413c0c8dd00905ed500000002f8b4106a5dbe68cf060001000000003e00000955f304020002006c00000000000a35bd01780000001d1cc4363f4a92d408fac8edc0fdce4240f69a999940201cfbc0ce249740060001000000003e00000956f304020002006c00000000000a433401780000001d8cd5373f4a92d4086fa99fc0c5a0ed41859a999940de7dccc003959541
1c1b0d6707aa802aa88d808d0800450004cc4d504000761138999e551a26c0a8011413c0c8dd04b82b2900000001f8b4106a5dbe68cf08000100000004a4000009570000095700000014000000000000577d00000000f3030100002a0002007900327301ba7b224964223a383335393233372c22556e6974507269636553696c766572223a32303030302c22546f74616c507269636553696c766572223a31393938303030302c22416d6f756e74223a3939392c2254696572223a332c22497346696e6973686564223a66616c73652c2241756374696f6e54797065223a226f66666572222c22486173427579657246657463686564223a66616c73652c2248617353656c6c657246657463686564223a66616c73652c2253656c6c65724368617261637465724964223a2266623831646239642d333739312d343934362d383034652d3462646465666438373
1c1b0d6707aa802aa88d808d0800450004cc4d504000761138999e551a26c0a8011413c0c8dd04b82b2900000001f8b4106a5dbe68cf08000100000004a4000009570000095700000014000000000000577d00000000f3030100002a0002007900327301ba7b224964223a383335393233372c22556e6974507269636553696c766572223a32303030302c22546f74616c507269636553696c766572223a31393938303030302c22416d6f756e74223a3939392c2254696572223a332c22497346696e6973686564223a66616c73652c2241756374696f6e54797065223a226f66666572222c22486173427579657246657463686564223a66616c73652c2248617353656c6c657246657463686564223a66616c73652c2253656c6c65724368617261637465724964223a2266623831646239642d333739312d343934362d383034652d346264646566643837386562222c2253656c6c65724e616d65223a224b79667269222c2242757965724368617261637465724964223a6e756c6c2c2242757965724e616d65223a6e756c6c2c224974656d547970654964223a2254335f454747222c224974656d47726f7570547970654964223a2254335f454747222c22456e6368616e746d656e744c6576656c223a302c22437261667465644279223a6e756c6c2c225175616c6974794c6576656c223a312c2245787069726573
@regner
regner / README.md
Last active January 24, 2016 16:54
Fitter

A restful API for Fitter... which I really don't know why it exists other than it seemed like a funny thing to do so why the fuck not. The basic idea is to create a clone of Tinder but for ship fits for EVE Online pulled from zKillboard. The secondary reason for doing this, other than "lol why not" is to give myself a project to do from start to finish as with TDD.

TODO

  • Get new kills from zKB
  • Add statistic resources
{
"totalCount_str": "6",
"items": [
{
"description": "",
"fittingID_str": "0",
"fittingID": 0,
"ship": {
"id_str": "11567",
"href": "http://crest.regner.dev/types/11567/",
@regner
regner / gist:f6d49c3aacc816e41341
Created June 29, 2015 15:45
sample of the new typeIDs.yaml
31309:
iconID: 76
name:
de: Capital Particle Dispersion Projector II Blueprint
en: Capital Particle Dispersion Projector II Blueprint
fr: Plan de construction Projecteur de dispersion de particules capital II
ja: キャピタル粒子拡散プロジェクターIIブループリント
ru: Capital Particle Dispersion Projector II Blueprint
zh: 旗舰级粒子散布投放器蓝图 II
31310:
@regner
regner / gist:78ad881108dcf2ea3600
Last active August 29, 2015 14:23
/sovereignty/structures/
{
"totalCount_str": "3",
"items": [
{
"alliance": {
"id_str": "99000002",
"href": "http://publicCrest.regner.dev:8095/alliances/99000002/",
"id": 99000002,
"name": "One One Corporation Alliance"
},
@regner
regner / gist:69190d239609fb8b016a
Last active August 29, 2015 14:23
/sovereignty/campaigns/
{
"totalCount_str": "2",
"items": [
{
"eventType_str": "3",
"campaignID": 2,
"eventType": 3,
"sourceSolarsystem": {
"id_str": "30004712",
"href": "http://publicCrest.regner.dev:8095/solarsystems/30004712/",
@regner
regner / update to the market orders resource
Created January 6, 2015 14:15
An example of the new vnd.ccp.eve.MarketOrderCollection-v1 with an added id, location[id], type[id], and volumeEntered
{
"totalCount_str": "1",
"items": [
{
"volume_str": "301",
"buy": false,
"issued": "2015-01-06T14:04:43",
"price": 323108,
"volumeEntered": 500,
"minVolume": 1,
URI: http://crest.regner.dev/market/10000002/orders/sell/?type=http://crest.regner.dev/inventory/types/587/
{
"totalCount_str": "6",
"items": [
{
"volume_str": "20",
"buy": false,
"issued": "2014-10-30T12:23:35",
"price": 323108,
@regner
regner / CREST Documentation Example
Last active August 29, 2015 14:08
Updating with newest example.
{
"mediatypes": [
{
"attributes": {
"text": {
"type": "String",
"description": "Text of the document",
"isOptional": false
}
},