Skip to content

Instantly share code, notes, and snippets.

# tclConfig.sh --
#
# This shell script (for sh) is generated automatically by Tcl's
# configure script. It will create shell variables for most of
# the configuration options discovered by the configure script.
# This script is intended to be included by the configure scripts
# for Tcl extensions so that they don't have to figure this all
# out for themselves.
#
# The information in this file is specific to a single platform.
kbd = Keyboard.new
kbd.init_direct_pins(
# For SparkFun RP2040 ProMicro
# https://learn.sparkfun.com/tutorials/pro-micro-rp2040-hookup-guide
[2, 3, 4, 5, 6, 7, 8, 9,
29, 28, 27, 26, 22, 20, 23, 21]
# See this if you are using Adafruit Kb2040
# https://github.com/alg0002/PRK_Firmware_keymap_rb/blob/main/Kasumigasane/KB2040/keymap.rb
)
#kbd.add_layer :default, %i[
function parseSExp(input) {
const tokens = tokenize(input);
const [exp, remainingTokens] = readFromTokens(tokens);
if (remainingTokens.length !== 0) {
throw new SyntaxError(`unexpected token(s): ${remainingTokens.join(' ')}`);
}
return exp;
}
diff --git a/keyboards/ez_maker/directpins/rp2040/info.json b/keyboards/ez_maker/directpins/rp2040/info.json
index 9b707d257f..f4be4a58db 100644
--- a/keyboards/ez_maker/directpins/rp2040/info.json
+++ b/keyboards/ez_maker/directpins/rp2040/info.json
@@ -11,8 +11,8 @@
},
"matrix_pins": {
"direct": [
- ["GP0", null],
- ["GP1", null],
@yhara
yhara / eng.md
Created June 11, 2013 02:44
WIP

海外ゲストと話すための英会話チートシート

カンファレンスとかイベントとかで海外ゲストと話してみたいけど、何話したらいいかわからないから何もできない、みたいな人のためのチートシートです。印刷して持って行こう!

主にRubyKaigi参加者を想定しているので、場面に合わせて読み替えてください。

Patches welcome.

Questions from you

@yhara
yhara / gist:1408888
Created November 30, 2011 12:22 — forked from avalanche123/gist:981817
GitHub Emoji (sort by category)
emotion :+1: :-1: :clap: :heart: :sparkles: :v: :zzz:
icon :new: :ok: :cool: :vs: :tm: :warning: :wheelchair: :zap: :art: :bomb: :bulb: :key: :lock: :memo: :mag:
item :book: :gift: :moneybag: :mega: :scissors: :hammer:
device :computer: :iphone: :calling: :email:
human :cop: :runner: :feet: :fist: :punch: :lipstick: :tophat:
food :beer: :cake: :smoking:
behicle :airplane: :bike: :bus: :ski: :taxi: :train:
animal :bear: :fish: :octocat:
nature :fire: :leaves: :star: :sunny:
; ModuleID = 'main'
source_filename = "main"
target triple = "x86_64-apple-macosx10.15.7"
%Dict = type { i8*, %Class.0*, %Array* }
%Class.0 = type { i8*, %Class.0*, %String*, %Object*, %Object* }
%String = type { i8*, %Class.0*, %"Shiika::Internal::Ptr"*, %Int* }
%"Shiika::Internal::Ptr" = type { i8*, %Class.0*, i8* }
%Int = type { i8*, %Class.0*, i64 }
%Object = type { i8*, %Class.0* }
@yhara
yhara / a.diff
Last active February 20, 2022 12:32
diff --git a/package.json b/package.json
index 2591ad0..5972b3c 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,8 @@
"optparse": "1.0.5"
},
"devDependencies": {
+ "@biwascheme/eval": "file:./src/bs_eval",
+ "@rollup/plugin-node-resolve": "^13.1.3",
ja:
errors:
messages:
not_found: "は見つかりませんでした"
# not_found: "not found"
already_confirmed: "は既に登録済みです"
# already_confirmed: "was already confirmed"
not_locked: "は凍結されていません"
# not_locked: "was not locked"