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
{ | |
definitions: { | |
Subscriber: { | |
properties: { | |
speed_class: { | |
- enum: [ | |
- "s1.minimum" | |
- "s1.slow" | |
- "s1.standard" | |
- "s1.fast" |
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
{ | |
info: { | |
- version: "20150930" | |
+ version: "20151120" | |
} | |
paths: { | |
/operators/{operator_id}/token: { | |
post: { | |
parameters: [ | |
+ { |
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
{ | |
paths: { | |
/groups/{group_id}/configuration/{namespace}: { | |
put: { | |
parameters: [ | |
... | |
{ | |
enum: [ | |
+ "SoracomAir" | |
"SoracomBeam" |
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
{ | |
paths: { | |
/operators/verify: { | |
post: { | |
parameters: [ | |
- { | |
- in: "body" | |
- schema: { | |
- $ref: "#/definitions/VerifyOperatorsRequest" | |
- } |
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
{ | |
paths: { | |
/subscribers: { | |
get: { | |
parameters: [ | |
... | |
... | |
... | |
... | |
{ |
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
--- tango_client_api_opaque.h 2016-06-04 14:41:51.000000000 +0900 | |
+++ tango_client_api_mira.h 2016-06-04 14:41:56.000000000 +0900 | |
@@ -16,6 +16,7 @@ | |
TANGO_COORDINATE_FRAME_CAMERA_COLOR, | |
TANGO_COORDINATE_FRAME_CAMERA_DEPTH, | |
TANGO_COORDINATE_FRAME_CAMERA_FISHEYE, | |
+ TANGO_COORDINATE_FRAME_UUID, | |
TANGO_COORDINATE_FRAME_INVALID, | |
TANGO_MAX_COORDINATE_FRAME_TYPE | |
} TangoCoordinateFrameType; |
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
{ | |
paths: { | |
+ /orders/{order_id}/subscribers: { | |
+ get: { | |
+ tags: [ | |
+ "Order" | |
+ ] | |
+ summary: "List ordered subscribers." | |
+ description: "発注したSIMのSubscriber一覧を返します。" | |
+ operationId: "listOrderedSubscribers" |
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
cpdf -o _.pdf articles/xxxxx.pdf "5-end" && cpdf -crop "20mm 30mm 150mm 220mm" -o preview.pdf _.pdf && rm _.pdf |
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
package com.example.adder | |
import Chisel._ | |
class HalfAdder extends Module { | |
val io = new Bundle { | |
val a = Bool(INPUT) | |
val b = Bool(INPUT) | |
val s = Bool(OUTPUT) | |
val c = Bool(OUTPUT) |
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
= Bar! | |
Here's an image (@<img>{myimg1}). | |
//image[myimg1][My Image]{ | |
//} | |
And here's another (@<img>{myimg2}). | |
//image[myimg2][My Image 2]{ |