A TypeScript port of https://github.com/rskmoi/namedivider-python
import { divide_name } from "./namedivider";
console.log(divide_name("新海誠"));
// => { family: "新海", given: "誠" }
# https://developers.google.com/calendar/api/quickstart/ruby | |
require "google/apis/calendar_v3" | |
require "googleauth" | |
require "googleauth/stores/file_token_store" | |
require "date" | |
require "fileutils" | |
OOB_URI = "urn:ietf:wg:oauth:2.0:oob".freeze | |
APPLICATION_NAME = "Google Calendar API Ruby Quickstart".freeze | |
CREDENTIALS_PATH = "credentials.json".freeze |
A TypeScript port of https://github.com/rskmoi/namedivider-python
import { divide_name } from "./namedivider";
console.log(divide_name("新海誠"));
// => { family: "新海", given: "誠" }
FROM getsentry/sentry-cli:latest | |
RUN apk add --no-cache bash | |
ENTRYPOINT ["/bin/sentry-cli"] |
FROM alpine:latest | |
RUN apk add --no-cache bash gettext | |
ENTRYPOINT ["/usr/bin/envsubst"] |
FROM ruby:2.6.4 | |
ENV LANG=C.UTF-8 \ | |
LC_ALL=C.UTF-8 | |
ENV BUNDLE_JOBS=4 \ | |
BUNDLE_PATH=/vendor/bundle | |
RUN apt-get update \ | |
&& apt-get install -y git iproute2 procps postgresql \ |
require "net/http" | |
require "uri" | |
require "json" | |
ENDPOINT = 'https://sentry.io/api/0'.freeze | |
TOKEN = 'XXXXXXXXXX'.freeze | |
def sentry_api(url) | |
uri = URI.parse(url) |
"use strict"; | |
const request = require("request"); | |
const SLACK_WEBHOOK_URL = "https://hooks.slack.com/services/XXXXXXXXXXXXXXXXXXXXXXXXXXX"; | |
const LABEL_NAMES = ["bug"]; | |
exports.notifyLabelIssue = (req, res) => { | |
console.log(req.body); |
require "json" | |
require "csv" | |
@rows = [] | |
def row(val, key) | |
val.each do |k, next_val| | |
next_key = [key, k].join(".") | |
if Hash === next_val | |
row(next_val, next_key) |
#include QMK_KEYBOARD_H | |
#include "bootloader.h" | |
#ifdef PROTOCOL_LUFA | |
#include "lufa.h" | |
#include "split_util.h" | |
#endif | |
extern keymap_config_t keymap_config; | |
// Each layer gets a name for readability, which is then used in the keymap matrix below. |
http://localhost:4000/index.html did-start-loading | |
http://localhost:4000/index.html did-get-response-details false http://localhost:4000/index.html http://localhost:4000/index.html 200 GET mainFrame | |
http://localhost:4000/index.html did-navigate http://localhost:4000/index.html | |
http://localhost:4000/index.html did-get-response-details false https://unpkg.com/[email protected]/normalize.css https://unpkg.com/[email protected]/normalize.css 200 GET stylesheet | |
http://localhost:4000/index.html did-get-response-details false https://unpkg.com/[email protected]/dist/jquery.js https://unpkg.com/[email protected]/dist/jquery.js 200 GET script | |
http://localhost:4000/index.html dom-ready | |
http://localhost:4000/index.html console-message 1 %cElectron Security Warning (Node.js Integration with Remote Content) 145 | |
http://localhost:4000/index.html console-message 1 %cElectron Security Warning (Insecure Resources) 128 | |
http://localhost:4000/index.html console-message 1 %cElectron Security Warning (Insecure Content-Security-Policy) 18 |