Skip to content

Instantly share code, notes, and snippets.

View BcRikko's full-sized avatar
👾
Working, working, working

B.C.Rikko BcRikko

👾
Working, working, working
View GitHub Profile
@BcRikko
BcRikko / index.html
Created July 2, 2015 07:25
Vue.jsでページナビゲーション(ページネーション)をつくる
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>Vue.js De Pagination</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="page-demo">
<div id="pagination">
@BcRikko
BcRikko / index.html
Created July 6, 2015 02:41
ファイルのアップロード・ダウンロード
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>ファイルのアップロードとダウンロード</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div>
<button id="upload">upload</button>
@BcRikko
BcRikko / index.html
Created July 7, 2015 02:03
Vue.jsでページ番号付きのページネーションをつくる
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>ページ番号付きのページネーション</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="page-demo">
@BcRikko
BcRikko / index.html
Created July 22, 2015 11:33
Vue.jsでタグクラウドをつくる
<!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">
@BcRikko
BcRikko / index.html
Created July 29, 2015 08:20
Vue.jsでカレンダーを実装する
<!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">
@BcRikko
BcRikko / index.html
Last active November 1, 2015 12:43
ソーシャルボタンまとめ(Blogger用)
<!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">
@BcRikko
BcRikko / index.html
Created January 27, 2016 12:25
Copy__writingのフォロワー数を、5秒に1回スクレイピング
<!--
[Copy__writingのフォロワー数を、5秒に1回スクレイピング](https://gist.github.com/koron/974c9d77b541c35b0af4)
をみて、ウチも実装してみたいってことでJavaScriptで実装してみた
-->
<!doctype html>
<html lang="ja">
<head>
<title>Copy__writing</title>
</head>
<body>
@BcRikko
BcRikko / name.md
Created November 22, 2016 04:48
命名規約メモ

booleanを返すメソッド

  • is + 形容詞 (e.g.: isEnabled)
  • can + 動詞 (e.g.: canGet)
  • has + 過去分詞 (e.g.: hasChanged)
  • 三単現動詞 (e.g.: contains)
  • 三単現動詞 + 名詞 (e.g.: containsKey)

booleanを保持するフラグ

using System;
using System.Security.Cryptography;
using System.Collections.Generic;
using System.Text;
using System.Web;
namespace OAuth {
public class OAuthBase {
/// <summary>
日付 曜日 申請区分 始業 就業 労働時間 申請の理由
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