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
JavaScript █████████████████░░░ なかなか Pretty Good
HTML ███████████░░░░░░░░░ まあまあ Not Bad
CSS █████████████░░░░░░░ そこそこ Alright
Vue.js ███████████████░░░░░ それなり Good
Muscle ██░░░░░░░░░░░░░░░░░░ よわよわ Weak
Guitar ███████████████████░ つよつよ Strong
@BcRikko
BcRikko / 【メモ】Issueの書き方.md
Created August 6, 2015 08:50
【メモ】Issueの書き方

GitHubでIssueを書くときに気をつけることとかいろいろ

Title

タイトルだけでIssueの内容が把握できるようにする。

Issueがバグの場合は、設計要素の名称を書く。

【xx画面】xxボタン押下時にエラー など...

@BcRikko
BcRikko / Links
Last active October 22, 2022 01:50
日付 曜日 申請区分 始業 就業 労働時間 申請の理由
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
using System;
using System.Security.Cryptography;
using System.Collections.Generic;
using System.Text;
using System.Web;
namespace OAuth {
public class OAuthBase {
/// <summary>
@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を保持するフラグ

@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 / 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 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
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">