I hereby claim:
- I am yugui on github.
- I am yugui (https://keybase.io/yugui) on keybase.
- I have a public key ASAfseopmrn1MrW_aSjjSeTm_IjW98wEtRAO6LjvmGNAmAo
To claim this, I am signing this object:
#include <stdio.h> | |
#define IS_ARRAY(ary) ((void*)(ary) == (void*)&(ary)) | |
#define TEST(ary, expected) \ | |
printf( \ | |
"%s:%u: expected %s, actually %s\n", \ | |
__FILE__, \ | |
__LINE__, \ | |
expected, \ | |
(IS_ARRAY(ary) ? "array" : "ptr")) |
I hereby claim:
To claim this, I am signing this object:
// Code generated by protoc-gen-go. DO NOT EDIT. | |
// source: custom-options.proto | |
/* | |
Package main is a generated protocol buffer package. | |
It is generated from these files: | |
custom-options.proto | |
It has these top-level messages: |
On the 6th of May, 1709, I took a solemn leave of his majesty, and | |
all | |
my friends. This prince was so gracious as to order a guard to | |
conduct me to Glanguenstald, which is a royal port to the south- | |
west part of the island. In six days I found a vessel ready to | |
carry me to Japan, and spent fifteen days in the voyage. |
3 あ | |
e い | |
4 う | |
5 え | |
6 お | |
# ぁ | |
E ぃ | |
$ ぅ | |
% ぇ | |
^ ぉ |
load("@com_github_gengo_rules_pypi//pypi:def.bzl", "pypi_universal_repository") | |
BUILD_FILE = """ | |
py_library( | |
name = "library", | |
srcs = glob(["lib/python*/site-packages/**/*.py"]), | |
imports = [ | |
"lib/python2.7/site-packages", | |
"lib/python3.5/site-packages", | |
], |
package main | |
import ( | |
"log" | |
"github.com/golang/protobuf/jsonpb" | |
) | |
func main() { | |
const input = `{"create_request": {"key": "Zm9v"}}` |
syntax = "proto3"; | |
package example; | |
message Example { | |
oneof oneof_field { | |
string string_value = 1; | |
int32 int32_value = 2; | |
} | |
} |
g++ -framework Foundation -std=gnu++14 -lobjc test.mm |