Skip to content

Instantly share code, notes, and snippets.

Tachikomaで依存ライブラリの断続的バージョン上げ

Updating Library Dependencies Off and On with Tachikoma

@sanemat サネマツ

n-clickを1-clickにすると商売になる。1-clickを0-clickにすると革命になる - otsune, 2008

気持ちは革命, すき間を埋めるツール Tachikoma の話

0-clickの例としては「Eye-Fi」とか「AutoPagerize」とか。

@ianlewis
ianlewis / csv_import_magic.js
Last active February 3, 2023 13:16
A Google Apps Script for importing CSV data into a Google Spreadsheet.
// vim: ft=javascript:
/*jslint sloppy: true, vars: true, white: true, nomen: true, browser: true */
/*global SpreadsheetApp, UiApp, UrlFetchApp, Utilities */
/*
* A script to automate requesting data from an external url that outputs CSV data.
*
* Adapted from the Google Analytics Report Automation (magic) script.
* @author nickski15@gmail.com (Nick Mihailovski)
* @author ianmlewis@gmail.com (Ian Lewis)
*/
@taichi
taichi / code_review_basics.md
Last active May 30, 2024 14:23
チームでコードを書き始めた後、「どうやらレビューってやつをした方が良いらしい」くらいの若手に向けた資料です。

コードレビューの基本


一番大事な事

ソースコードはプロジェクトの共同所有物である

  • 誰かだけが触れるコードを無くす
@oatmeaI
oatmeaI / goodcheck-en.yaml
Last active October 16, 2018 16:02
Example Goodcheck Rules
rules:
- id: com.sideci.js.localstorage
pattern:
token: localStorage
glob:
- "**/*.js"
- "**/*.jsx"
- "**/*.ts"
- "**/*.tsx"
message: |