- Orleans
- Millennium Blades
- nokosu dice
- Carcassonne
- Super Motherload
- Valley Of The Kings
- Santorini 2016
- Junk Art
- Dominion
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
const COLLECTION_URL = 'https://boardgamegeek.com/xmlapi2/collection?username=grapswiz'; | |
const THING_URL = 'https://boardgamegeek.com/xmlapi2/thing'; | |
function myFunction() { | |
const collectionResponse = UrlFetchApp.fetch(COLLECTION_URL); | |
const xmlDocs = XmlService.parse(collectionResponse.getContentText()); | |
const items = xmlDocs.getRootElement().getChildren('item'); | |
const ids = items.map((item) => item.getAttribute('objectid').getValue()); | |
Logger.log(ids.length); |
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
[ | |
{ | |
"version": 72, | |
"date": "2019-01-29T00:00:00.000Z", | |
"chromeOSDate": "2019-02-05T00:00:00.000Z" | |
}, | |
{ | |
"version": 73, | |
"date": "2019-03-12T00:00:00.000Z", | |
"chromeOSDate": "2019-03-19T00:00:00.000Z" |
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
const Axios = require('axios'); | |
const Path = require('path'); | |
const Fs = require('fs'); | |
const Url = require('url'); | |
const OBJECT_ID = process.argv[2] || 230802; | |
const PAGE_NUMBER = process.argv[3] || 1; | |
const API_URL = `https://api.geekdo.com/api/images?ajax=1&gallery=all&nosession=1&objectid=${OBJECT_ID}&objecttype=thing&pageid=${PAGE_NUMBER}&showcount=50&size=thumb&sort=recent`; |
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
下に入る | |
{{include "hoge.html"}} | |
上に入る |
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
GET https://language.googleapis.com/v1beta2/documents:analyzeEntitySentiment?key=xxxxx | |
{ | |
"document":{ | |
"type":"PLAIN_TEXT", | |
"content":"Chimera Station might seem like a simple worker placement game, but the evolving workers (that have awesome parts you put together) and the great combo plays makes it so much more. It's a great game that I highly recommend to any euro fans out there" | |
}, | |
"encodingType":"UTF8" | |
} |
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
$ dep ensure -update -v | |
Root project is "github.com/grapswiz/dfs" | |
3 transitively valid internal packages | |
4 external packages imported from 4 projects | |
(0) ✓ select (root) | |
(1) ? attempt github.com/mitchellh/go-homedir with 1 pkgs; 1 versions to try | |
(1) try github.com/mitchellh/go-homedir@master | |
(1) ✓ select github.com/mitchellh/go-homedir@master w/1 pkgs | |
(2) ? attempt github.com/spf13/cobra with 1 pkgs; 2 versions to try |
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
#!/bin/sh -e | |
# | |
# rc.local | |
# | |
# This script is executed at the end of each multiuser runlevel. | |
# Make sure that the script will "exit 0" on success or any other | |
# value on error. | |
# | |
# In order to enable or disable this script just change the execution | |
# bits. |
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
let printCharacteristic; | |
sendTextData = () => { | |
let encoder = new TextEncoder('utf-8'); | |
}; | |
document.querySelector("#requestButton").addEventListener("click", () => { | |
navigator.bluetooth.requestDevice({ | |
filters: [{ | |
services: ['000018f0-0000-1000-8000-00805f9b34fb'] |
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
<?xml version="1.0" encoding="utf-8"?> | |
<user id="957048" name="grapswiz" termsofuse="http://boardgamegeek.com/xmlapi/termsofuse"> | |
<firstname value="gra" /> | |
<lastname value="gra" /> | |
<avatarlink value="N/A" /> | |
<yearregistered value="2014" /> | |
<lastlogin value="2015-08-23" /> | |
<stateorprovince value="" /> | |
<country value="" /> | |
<webaddress value="" /> |
NewerOlder