- is + 形容詞 (e.g.: isEnabled)
- can + 動詞 (e.g.: canGet)
- has + 過去分詞 (e.g.: hasChanged)
- 三単現動詞 (e.g.: contains)
- 三単現動詞 + 名詞 (e.g.: containsKey)
This file contains 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
Twitter https://twitter.com/bc_rikko | |
Blog https://kuroeveryday.blogspot.com/ | |
SpeakerDeck https://speakerdeck.com/bcrikko | |
SoundCloud https://soundcloud.com/bc_rikko/ |
This file contains 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
JavaScript █████████████████░░░ なかなか Pretty Good | |
HTML ███████████░░░░░░░░░ まあまあ Not Bad | |
CSS █████████████░░░░░░░ そこそこ Alright | |
Vue.js ███████████████░░░░░ それなり Good | |
Muscle ██░░░░░░░░░░░░░░░░░░ よわよわ Weak | |
Guitar ███████████████████░ つよつよ Strong |
This file contains 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
using System; | |
using System.Security.Cryptography; | |
using System.Collections.Generic; | |
using System.Text; | |
using System.Web; | |
namespace OAuth { | |
public class OAuthBase { | |
/// <summary> |
This file contains 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
日付 | 曜日 | 申請区分 | 始業 | 就業 | 労働時間 | 申請の理由 | |
---|---|---|---|---|---|---|---|
2011/04/01 | 金 | 09:00 | 20:00 | 09:30 | |||
2011/04/02 | 土 | ||||||
2011/04/03 | 日 | ||||||
2011/04/04 | 月 | 09:00 | 18:10 | 08:00 | |||
2011/04/05 | 火 | 09:00 | 18:00 | 08:00 | |||
2011/04/06 | 水 | 09:00 | 18:00 | 08:00 | |||
2011/04/07 | 木 | 09:00 | 18:00 | 08:00 | |||
2011/04/08 | 金 | 09:00 | 18:00 | 08:00 | |||
2011/04/09 | 土 |
This file contains 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
<!-- | |
[Copy__writingのフォロワー数を、5秒に1回スクレイピング](https://gist.github.com/koron/974c9d77b541c35b0af4) | |
をみて、ウチも実装してみたいってことでJavaScriptで実装してみた | |
--> | |
<!doctype html> | |
<html lang="ja"> | |
<head> | |
<title>Copy__writing</title> | |
</head> | |
<body> |
This file contains 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"> | |
<head> | |
<meta charset="utf-8"> | |
<title>SNS Button Practice</title> | |
<link href="./style.css" rel="stylesheet"> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> | |
</head> | |
<body> | |
<section id="share"> |
This file contains 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"> | |
<head> | |
<meata charset="utf-8"> | |
<title>Vue.jsでカレンダーを実装する</title> | |
<link href="style.css" rel="stylesheet"> | |
</head> | |
<body> | |
<div id="app"> | |
<div id="calendar-nav"> |
This file contains 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"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Vue.jsでタグクラウドをつくる</title> | |
<link href="style.css" rel="stylesheet"> | |
</head> | |
<body> | |
<div id="app"> | |
<div id="tag-cloud"> |
NewerOlder