はてブログ

はてなブックマーク新着エントリーの過去ログサイトです。



タグ md at master

新着順 人気順 5 users 10 users 50 users 100 users 500 users 1000 users
 
(1 - 25 / 42件)

art-of-readme/README-ja-JP.md at master · hackergrrl/art-of-readme

2022/08/06 このエントリーをはてなブックマークに追加 10 users Instapaper Pocket Tweet Facebook Share Evernote Clip

Art of README 語源 ”README”の語源は何でしょうか? この命名は、 少なくとも 1970 年代のPDP-10まで遡りますが、もしかしたらパンチカードの束の上に「READ ME!」と書かれた紙のメモを置いて、使い方を説明していた時代まで遡るかもしれません。 読者の方1から、README はルイス・キャロルの 不思議の国のアリス に登... 続きを読む

他チームにも知っておいてもらいたいAndroid/iOSのリリース知識 - Kyash Product Blog

2021/07/12 このエントリーをはてなブックマークに追加 21 users Instapaper Pocket Tweet Facebook Share Evernote Clip Android Kyash Product Blog 背景

Kyashの@konifarです。 Kyash社内で共有していた『他チームにも知っておいてもらいたいAndroid/iOSのリリース知識』というドキュメントを公開したので、簡単に背景を書いておきます。 内容は公開先のGitHubリポジトリを見てください。 recruitment/mobile_basic_knowledge.md at master · Kyash/recruitment · GitHub 社... 続きを読む

dmca/2020-10-23-RIAA.md at master · github/dmca · GitHub

2020/10/23 このエントリーをはてなブックマークに追加 10 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub DMCA

October 23, 2020 GitHub Dear Sir or Madam: I am contacting you on behalf of the Recording Industry Association of America, Inc. (RIAA) and its member record companies. The RIAA is a trade association whose member companies create, manufacture or distribute sound recordings representing approximat... 続きを読む

recruitment/interview_guide_engineer.md at master · Kyash/recruitment · GitHub

2020/09/14 このエントリーをはてなブックマークに追加 10 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub Kyash 後述 面談 選考

また、選考前または選考中にKyashについての情報共有の場としてカジュアル面談を受けられます。希望する方は人事または社内のメンバーまでお気軽にご連絡ください。 カジュアル面談は選考ではないので何かを評価することはありません。詳細は後述のカジュアル面談の説明をご参照ください。 1次面接 目的 近い立場で仕事... 続きを読む

vscode-drawio/README.md at master · hediet/vscode-drawio · GitHub

2020/05/11 このエントリーをはてなブックマークに追加 115 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub

Draw.io VS Code Integration This extension integrates Draw.io into VS Code. Features Edit .drawio or .dio files in the Draw.io editor, as xml or both. To create a new diagram, simply create an empty *.drawio file and open it! Uses an offline version of Draw.io by default. An online Draw.io url ca... 続きを読む

guide/style.md at master · uber-go/guide · GitHub

2019/10/11 このエントリーをはてなブックマークに追加 76 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub Guide

Uber Go Style Guide Table of Contents Introduction Guidelines Pointers to Interfaces Receivers and Interfaces Zero-value Mutexes are Valid Copy Slices and Maps at Boundaries Defer to Clean Up Channel Size is One or None Start Enums at One Error Types Error Wrapping Handle Type Assertion Failures ... 続きを読む

CheatSheetSeries/Server_Side_Request_Forgery_Prevention_Cheat_Sheet.md at master · OWASP/CheatSheetSeries · GitHub

2019/09/30 このエントリーをはてなブックマークに追加 14 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub OWASP

Introduction The objective of the cheat sheet is to provide advices regarding the protection against Server Side Request Forgery (SSRF) attack. This cheat sheet will focus on the defensive point of view and will not explain how to perform this attack. This talk from the security researcher Orange... 続きを読む

chrome/README.md at master · browserless/chrome · GitHub

2019/09/16 このエントリーをはてなブックマークに追加 15 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub Chrome args require New

const webdriver = require('selenium-webdriver'); const fs = require('fs'); const chromeCapabilities = webdriver.Capabilities.chrome(); chromeCapabilities.set( 'chromeOptions', { args: [ '--headless', '--no-sandbox', ], } ); const driver = new webdriver.Builder() .forBrowser('chrome') .withCapabil... 続きを読む

javascript-testing-best-practices/readme.md at master · goldbergyoni/javascript-testing-best-practices · GitHub

2019/08/18 このエントリーをはてなブックマークに追加 20 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub

Why this guide can take your testing skills to the next level 45+ best practices: Super-comprehensive and exhaustive This is a guide for JavaScript & Node.js reliability from A-Z. It summarizes and curates for you dozens of the best blog posts, books and tools the market has to offer Advanced:... 続きを読む

sampler/README.md at master · sqshq/sampler · GitHub

2019/08/06 このエントリーをはてなブックマークに追加 21 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub sampler DOWNLOAD usr

curl -Lo /usr/local/bin/sampler https://github.com/sqshq/sampler/releases/download/v1.0.1/sampler-1.0.1-darwin-amd64 chmod +x /usr/local/bin/sampler Note: libasound2-dev system library is required to be installed for Sampler to play a trigger sound tone. Usually the library is in place, but if no... 続きを読む

Boostnoteをcloneして自分好みのMarkdownメモアプリを作成する - Qiita

2019/07/15 このエントリーをはてなブックマークに追加 16 users Instapaper Pocket Tweet Facebook Share Evernote Clip Qiita Electron GitHub YARN GUI

Boostnote/build.md at master · BoostIO/Boostnote · GitHub 環境によっては最初のyarnが少し時間かかるかもしれません。 これだけでboostnoteが起動します。 個人的にはGUIの操作がないぶん普通にインストールする楽なきがします 事前準備 特にないです。適当にドキュメント眺める程度です。 Electron | Build cross p... 続きを読む

YaneuraOu/news.md at master · yaneurao/YaneuraOu · GitHub

2019/06/14 このエントリーをはてなブックマークに追加 14 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub yaneurao yaneuraou

やねうら王関連のブログ全記事一覧(カテゴリー別) 将棋ソフトの棋力の向上について(歴史的資料) 2019年度 WCSC29(2019年) , やねうら王優勝 : WCSC29、やねうら王優勝しました! 将棋ソフト2019年の棋力について : 今年のWCSC29の上位ソフトはAlphaZeroを超えたのですか? 『将棋神やねうら王』と『激指定跡道場4』とで... 続きを読む

Adobe-Japan1/README-JP.md at master · adobe-type-tools/Adobe-Japan1 · GitHub

2019/06/12 このエントリーをはてなブックマークに追加 19 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub

ある文字コレクション中の個々の CID(文字 ID)は、ある(文字形状やグリフによって決めらる)クラスに関連づけられています。あるグリフクラス中の特別なグリフの形状は、対応するタイプフェースの形式やその他の要因に依存して形成されます。この文書では、あらゆる CID のグリフを列挙し、各 CID とそのグリフ形状ク... 続きを読む

ojichat/README.md at master · greymd/ojichat · GitHub

2019/05/30 このエントリーをはてなブックマークに追加 22 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub greymd ojichat options

Ojisan Nanchatte (ojichat) Generator なんだこれは おじさんがLINEやメールで送ってきそうな文を生成するコマンド。 インストール go get -u github.com/greymd/ojichat 使い方 $ ojichat -h Usage: ojichat [options] [<name>] Options: -h, --help ヘルプを表示. -V, --version バージョンを表示. -e <number> 絵文... 続きを読む

dsa.js/README.md at master · amejiarosario/dsa.js · GitHub

2019/04/06 このエントリーをはてなブックマークに追加 13 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub

Data Structures and Algorithms in JavaScript This repository covers the implementation of the classical algorithms and data structures in JavaScript. Usage You can clone the repo or install the code from NPM: For a full list of all the exposed data structures and algorithms see. Book You can chec... 続きを読む

chrome-aws-lambda/README.md at master · alixaxel/chrome-aws-lambda · GitHub

2019/03/24 このエントリーをはてなブックマークに追加 20 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub

This will ship with appropriate binary for the latest stable release of puppeteer (usually updated within a day or two). If you wish to install an older version of Chromium, take a look at Versioning. Usage The nodejs8.10 AWS Lambda runtime is required for this package to work properly. const chr... 続きを読む

pyright/README.md at master · Microsoft/pyright · GitHub

2019/03/22 このエントリーをはてなブックマークに追加 11 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub pyright Microsoft

Static type checker for the Python language Pyright was created to address gaps in existing Python type checkers like mypy. Speed Pyright is typically 5x or more faster than mypy and other type checkers that are written in Python. It is meant for large Python source bases. It can run in a “watch”... 続きを読む

WebUSB-MyNumberCard/README.md at master · aruneko/WebUSB-MyNumberCard · GitHub

2019/03/16 このエントリーをはてなブックマークに追加 20 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub

Dismiss Join GitHub today GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together. Sign up 続きを読む

javascript-algorithms/README.ja-JP.md at master · trekhleb/javascript-algorithms · GitHub

2019/02/10 このエントリーをはてなブックマークに追加 357 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub ja-jp

JavaScriptアルゴリズムとデータ構造 このリポジトリには、JavaScriptベースの多数のサンプル 一般的なアルゴリズムとデータ構造。 各アルゴリズムとデータ構造には独自のREADMEがあります 関連する説明と、さらに読むためのリンク (関連YouTubeのビデオも含まれてい). Read this in other languages: English, 简体中文... 続きを読む

ascii-tv/README.md at master · martinraison/ascii-tv · GitHub

2019/01/22 このエントリーをはてなブックマークに追加 13 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub

Dismiss Join GitHub today GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together. Sign up 続きを読む

Gasyori100knock/README.md at master · yoyoyo-yo/Gasyori100knock · GitHub

2019/01/09 このエントリーをはてなブックマークに追加 23 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub

画像処理100本ノック!! 画像処理の初学者のための問題100問。 これは画像処理の基本的処理の知識を身に着け、アルゴリズムを理解するための100本ノックです。 ここに載っている問題はOpenCVでAPIが用意されているものが殆どですが、あえてそれを自分の手で実装してください。 まだ作成中なので、随時更新していきます... 続きを読む

md-page/README.md at master · oscarmorrison/md-page · GitHub

2018/11/12 このエントリーをはてなブックマークに追加 12 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub Markdown script master

markdown page Create a webpage with just markdown! Installation Create a new html page, my-page.html Add the following script tag at the very top of the page Write some markdown <!-- my-page.html --> <script src="https://rawcdn.githack.com/oscarmorrison/md-page/master/md-page.js"></script><noscri... 続きを読む

FluentTerminal/README.md at master · felixse/FluentTerminal · GitHub

2018/11/04 このエントリーをはてなブックマークに追加 13 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub

Fluent Terminal A Terminal Emulator based on UWP and web technologies. Features Terminal for PowerShell, CMD, WSL or custom shells Supports tabs and multiple windows Theming and appearance configuration Import/Export themes Import iTerm themes Fullscreen mode Editable keybindings Search function ... 続きを読む

lazygit/README.md at master · jesseduffield/lazygit · GitHub

2018/08/05 このエントリーをはてなブックマークに追加 42 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub jesseduffield

A simple terminal UI for git commands, written in Go with the gocui library. are YOU tired of typing every git command directly into the terminal, but you're too stubborn to use Sourcetree because you'll never forgive Atlassian for making Jira? This is the app for you! Tutorial Installation In a ... 続きを読む

jid/README.md at master · simeji/jid · GitHub

2018/08/03 このエントリーをはてなブックマークに追加 10 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub Homebrew Simeji for Mac

Json Incremental Digger It's a very simple tool. You can drill down JSON interactively by using filtering queries like jq. Suggestion and Auto completion of this tool will provide you a very comfortable JSON drill down. Demo Installation With homebrew (for Mac) Simply use "jid" command Build With... 続きを読む

 
(1 - 25 / 42件)