This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ja"> | |
<title>hoge</title> | |
<p>Testテスト</p> | |
</html> |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data:image;base64,iVBORw0KGgoAAAANSUhEUgAABkAAAAp9CAIAAADRKmf3AAAAAXNSR0IArs4c6QAAABxpRE9UAAAAAgAAAAAAAAU/AAAAKAAABT8AAAU+ACWwh9BlIYMAAEAASURBVHgBhL2HdxtHtu57/6a33n13jn3GHitTEnPOOScQBEACIAgwgMg5Z4AAc85J2dkej5NkWbayRCpQzJkSpfdVFwlxNDPnrrVXrerq6qqOha5ff3vjf1lqoyy10aaai4bqC0bWBX1VhK7ynJkdaag+j0UY8sza81hF11o50eaKGG3ReW1pgrUmO9jMG9DJxp3mq709P12ae3Lrl/Wnj9ZfPH756I9n928v3L/97N5vz+7+9vz+788f/I6SsGHxxcM7i4//XHxyd/Hpe3s1f49auPDlk7svn/wJQwnN0PTF4z+eP7rz7OHvMGT+rdG1zx7++7XYBI3AjjdL87QvuurYnpB9WFq4v/zsAWOPlp89ejX/YPHp/cWnZLexitpRhYeoAFt5/njl2ZPlBdjjpYWH2ARGM9j25ZN7TAtohNjLsKFlxmj943X+r3m6CVLUpClp+cm9F49xDt93h/zzR38+f3QX5UdtPliaxx4+XHxKe3+I/XmOrdAO9nzh0SJWzeOgnuCIXj19tPiUHCOO5QV2fuHh4rOHLxYevHj2aPHl/OKLp4vPnzxHfWbDpfnH5Aw8fbz2bH5r6fnW8vPNpWdId9cW91YXd5ZfbL16trW4sDr/8OX9P57d+W3+t5tPfv353t+/u/XF9V+uX/n1+pUfZqe+HBu6MdRzY7D7xkDoel/gSpdr2m+cdGsu+bVzXvWcWw676lVd86nnnLIJc9O4WTxuFg3r6wc0nD41u0/NgnUpKp0NOYbaJAsvFaapjlWURWqq4sxcLKZ5xfmuhmy3KMchyEKKmtb6DHlZVFP+2bbSi4rKWDUrXs1KUFcnaGoSkdGykkycdKSqyniYojy2ufBiY955UW6EIOsMTJwb0VxwUVocra |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
if git rev-parse --is-inside-work-tree > /dev/null 2>&1; then | |
current=`pwd` | |
cd `pwd`/`git rev-parse --show-cdup` | |
cp -R . /tmp/git-history | |
cd $current | |
fi | |
git @ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const puppeteer = require('puppeteer'); | |
const urls = `https://www.amazon.co.jp/dp/B01N0UVSKP | |
https://www.amazon.co.jp/dp/B01MU4BNSS | |
https://www.amazon.co.jp/dp/B01N1W14Z2 | |
https://www.amazon.co.jp/dp/B01MU7W6AX | |
https://www.amazon.co.jp/dp/B01MRY6BVF | |
https://www.amazon.co.jp/dp/B01N1050ZV | |
https://www.amazon.co.jp/dp/B01N22480D | |
https://www.amazon.co.jp/dp/B01N11SMHQ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const fs = require('fs'); | |
const path = require('path'); | |
const rootPackageJson = JSON.parse(fs.readFileSync(path.resolve('./package.json'))); | |
const dependencies = Object.assign(rootPackageJson.dependencies, rootPackageJson.devDependencies); | |
const nodeModulelDirs = fs.readdirSync(path.resolve('./node_modules')); | |
nodeModulelDirs | |
.filter((name) => !!dependencies[name]) | |
.forEach((moduleName) => { | |
const dirPath = path.resolve(path.join('./node_modules', moduleName)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ロームシアター京都担当者様 | |
京大マイコンクラブ森井です。お世話になっております。 | |
6月17日開催予定の「KMC 40th Anniversary Conference」で参加者や登壇者にWi-Fiなどを提供したいと考えています。 | |
先日、下見で伺った際に、会場(ノースホール)に来ている回線とは別に光回線を引くことが可能且つ過去のイベントでそのような事例があったとお聞きしました。 | |
NTT等の回線をこちらで手配し引いてくることは可能でしょうか。また、回線を引いてくることが可能なのであれば、前日か数日前に回線工事を行い、機材を当日まで安置させられればと考えているのですが、そのようなことは可能でしょうか。 | |
上記作業等の準備のために図面の提供と4月頃に下見の機会をいただければと考えています。 | |
過去の事例やこれらの作業に関して必要な手続きなどありましたらお教えいただきたいです。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ロームシアター京都担当者様 | |
京大マイコンクラブ森井です。お世話になっております。 | |
6月17日開催予定の「KMC 40th Anniversary Conference」でのインターネット利用に関する質問があり連絡させていただきました。 | |
先日、下見で伺った際に、会場(ノースホール)に来ている回線とは別に光回線を引くことが可能且つ過去のイベントでそのような事例があったとお聞きしました。 | |
可能であれば参加者にWi-Fiなどを提供したいと考えています。過去の事例や必要な手続きなどありましたらお教えいただきたいです。 | |
また、Wi-Fi配置等の参考にしたいので、詳細な図面をいただければと思っております。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const test = async () => { | |
const ms = 1000 | |
const start = Date.now() | |
const n = await new Promise((ok) => setTimeout(() => ok(ms), ms)) | |
console.log(n, n === ms, Date.now() - start) | |
} | |
test() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: Gyazo GIF [19345] | |
Path: /Applications/Gyazo GIF.app/Contents/MacOS/Gyazo GIF | |
Identifier: com.gyazo.gif | |
Version: 3.3.3 (3.3.3) | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: Gyazo GIF [19345] | |
User ID: 501 | |
Date/Time: 2016-11-15 16:17:29.862 +0900 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const b = require('./b') | |
class A { | |
constructor () { | |
} | |
echo () { | |
console.log(b.hello) | |
} |