$ heroku config --json { "MYSQL_URL": "mysql://foo-bar/db" }
$ hlocalrun.sh 'echo $MYSQL_URL' mysql://foo-bar/db
declare global { | |
interface Window { | |
__openSourceHandlers: { | |
teardown: () => unknown | |
} | null | |
} | |
} | |
if (process.env.NODE_ENV === "development") { | |
;(function () { |
module TempleRailsAnnotate | |
def call(template, source = nil) | |
opts = {}.update(self.class.options).update(file: template.identifier) | |
result = '' | |
if ActionView::Base.annotate_rendered_view_with_filenames && template.format == :html | |
whatpartial = "(file://#{template.identifier})" | |
result << "@output_buffer.safe_concat('<!-- BEGIN #{template.short_identifier}#{whatpartial} -->');" | |
end | |
result << self.class.compile((source || template.source), opts) | |
if ActionView::Base.annotate_rendered_view_with_filenames && template.format == :html |
/// <reference types="requestidlecallback-polyfill" /> | |
import React, { createElement, useEffect, useState } from "react" | |
if (typeof window !== "undefined") { | |
require("requestidlecallback-polyfill") | |
} | |
const components = { | |
Test: () => { | |
return <div>Hello!</div> |
# Generated by debtap | |
# Maintainer: Katsuma | |
# Contributor: Katsuma | |
pkgname=screen-desktop-bin | |
pkgver=1.0.33 | |
pkgrel=1 | |
pkgdesc="Low latency videoconferencing & screen sharing with multiplayer drawing & control. Screen is a multiplayer screen sharing app that lets you work together like you’re in the same room." | |
arch=('x86_64') | |
url="https://screen.so" | |
license=('') |
*://*.stackovernet.com/* | |
*://code.i-harness.com/* | |
*://*.voidcc.com/* | |
*://*.tutorialmore.com/* | |
*://qastack.*/* | |
*://askjapan.me/* | |
*://www.codetd.com/* | |
*://www.it-swarm.dev/* | |
*://stackoverrun.com/* | |
*://www.it-swarm-ja.tech/* |
function onOpen() { | |
var ui = SpreadsheetApp.getUi(); | |
var menu = ui.createMenu('Nicehash'); | |
menu.addItem('データを取得', 'myFunction'); | |
menu.addToUi(); | |
} | |
function myFunction() { | |
var doc = SpreadsheetApp.getActiveSpreadsheet(); |
package main | |
import ( | |
"fmt" | |
"strconv" | |
) | |
var models = map[uint8]string{ | |
0x11: "Mini", | |
0x12: "Giant", |
#!/bin/sh | |
set -ex | |
SSH_HOST=$1 | |
MODEL_NAME=$2 | |
OUTPUT_FILE="result_$MODEL_NAME.txt" | |
REMOTE_CMD="tail -n +1 /config/* /usr/bin/compile_time" | |
if [ -n "$PASSWORD" ]; then |
#!/bin/sh | |
set -eu | |
# サーバのホスト名一覧 | |
SERVERS=( | |
"tnt1" | |
"tnt2" | |
) |
$ heroku config --json { "MYSQL_URL": "mysql://foo-bar/db" }
$ hlocalrun.sh 'echo $MYSQL_URL' mysql://foo-bar/db