How to watch Polaris Dawn astronauts attempt the first commercial spacewalk
How to watch Polaris Dawn astronauts attempt the first commercial spacewalk
ProductIntroducing unlimited private repositoriesWe couldn’t be more excited to announce that all of our paid plans on GitHub.com now include unlimited private repositories. GitHub will always be free for public and open source… We couldn’t be more excited to announce that all of our paid plans on GitHub.com now include unlimited private repositories. GitHub will always be free for public and open
2週間ほど前にGitHub社からGitBucketのコミッタ宛てにメールが届きました。 それは「GitBucketはGitHubにあまりにも似すぎているが、GitHub社はGitHubのプロプライエタリなマテリアルをコピーしたり、ユーザインターフェースをクローンすることは許可していない。これはGitHub社の知的所有権を侵害している可能性があり、GitHubのユーザに混乱を引き起こすもので、改善を求める」という趣旨のものでした。 1点目についてはGitBucketはOcticonsやBootstrapテーマなどオープンソースのリソースは活用しているものの、GitHubからいかなるプロプライエタリなマテリアルやソースコードもコピーしていませんので問題ではありませんでした。 2点目については(ユーザインターフェースに関する権利については諸説あるようですが)、GitBucketが「GitHubク
日本で自治体として最初にGitHubの公共アカウントを取得した和歌山県に、GitHubの共同創業者であるScott Chacon氏が12月17日に表敬訪問し、仁坂吉伸知事と対談した。 オープンソースソフトウェア開発のプラットフォームとして人気を集めているGitHubは、最近では、オープンガバメントと呼ばれる開かれた行政活動のひとつとして、オープンデータやオープンソース化を進める場として活用される例が増えている。米国では、ホワイトハウスをはじめ約450の公共機関がGitHubを利用しており、日本では国土地理院が公共アカウントを取得している。 和歌山県は自治体としては初めて公共アカウントを取得し、ウェブサイトで公開した情報をGitHubでも公開するなど実際に活用を進めている。今回の訪問は和歌山県庁での活用に注目しているというGitHub側が、現場の話を直接知り、今後の支援につなげたいとの要望か
CommunityLanguage Trends on GitHubRecently we took a look at the popularity of programming languages used on GitHub.com. Below is a graph that shows the change in rank of languages since GitHub launched in… Recently we took a look at the popularity of programming languages used on GitHub.com. Below is a graph that shows the change in rank of languages since GitHub launched in 2008. The rank repres
期間限定公式サイト「村上さんのところ」で、村上春樹が Wikipedia を wiki と略しているっぽい記述を以前見かけた。 僕もすぐにものを忘れてしまいます。最近はwikiがあるのでなにかと助かりますが。 村上さんのところ/村上春樹 期間限定公式サイト これだけ読んで彼に「Wikipediaをwikiって略すな」と噛み付いてはいけないのだが(本当にミュージシャンの情報を集積した Wiki サイトを指しているかもしれないし)、これを読んで、もはや村上春樹までそうするなら、「Wikipediaをwikiって略すな」というのはもう諦めなければならないのではないかと思ったりした。 そういえば日清焼そばU.F.O.における保健室の美月先生のプロフィールページにも、「趣味:ネットサーフィン(主にwiki)」とあったな。関係ないけど、このシリーズの山本美月はそれほど魅力的に見えない。 しかし、それよ
Vim is a greatly improved version of the good old UNIX editor Vi. Many new features have been added: multi-level undo, syntax highlighting, command line history, on-line help, spell checking, filename completion, block operations, script language, etc. There is also a Graphical User Interface (GUI) available. Still, Vi compatibility is maintained, those who have Vi "in the fingers" will feel at ho
AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be
Headings To create a heading, add one to six # symbols before your heading text. The number of # you use will determine the hierarchy level and typeface size of the heading. # A first-level heading ## A second-level heading ### A third-level heading When you use two or more headings, GitHub automatically generates a table of contents that you can access by clicking within the file header. Each hea
意外と知らない人がいるようなのでブログに書いておきます。 GitHub のアドレスのあとに .keys を付けるとその人の SSH 公開鍵が表示される。 たとえば id774 さんの公開鍵であれば https://github.com/id774.keys を参照すれば良い。 ぜひ自分のアカウントで試してみて欲しい。 新規に用意するサーバーの ~/.ssh/authorized_keys に上記アドレスを wget したものを置いて適切なパーミッションを設定しておけばすぐに公開鍵認証ができるというわけである。 もうそろそろ公開鍵をメールで送ってくれとかいう文化が滅亡して GitHub から勝手に公開鍵を持っていくのが常識な世界になってほしい。
13/09/28 23:13 設定の記述を誤っていたため修正しました。 339d483 検索して見つかる Vim で Markdown をプレビューする方法は、どれも GitHub Flavored Markdown に対応しておらず GitHub で改めて確認すると表示が崩れていることが多々ありました。そんな悲劇をなくすため GitHub Markdown Rendering API を使ってプレビューする vim-quickrun-markdown-gfm を作りました。 https://github.com/superbrothers/vim-quickrun-markdown-gfm 以下の利点があります。 GitHub Flavored Markdown でプレビューできる Perl, Ruby などの Markdown parser に依存していない 別途プレビューサーバを起動
問題 プルリクエストのレビュー、動作確認をするためにローカルでcheckoutしたいが、ブランチ名を調べて入力するのが面倒くさい。別名をつけてcheckoutできるようにする方法があるが、プルリクエストの番号を調べる必要があってそれも面倒。 もっと簡単にcheckoutしたい!!! 解決策 プルリクエストの一覧からブランチを選択してcheckoutできるようにしました。 1. プルリクエスト一覧を取得する まずプルリクエスト一覧を取得します。そのためにprfetchというスクリプトを書きました。 手っ取り早く下記でインストールできます。 wget https://raw.githubusercontent.com/yuku-t/dotfiles/master/bin/prfetch chmod +x prfetch mv prfetch ~/bin # ~/bin はPATHに入っていると
この記事は、C++ (fork) Advent Calendar 2013の3日目です。 現在、Boostのソースコード管理はSubversionからGitへ乗り換えた上でGitHubへの移行が進められています (github.com/boostorg (Boost.org))。そこで、この記事ではGitリポジトリからBoostを使用する方法のまとめを書きます。 なお、この記事の対象はWindowsです。以下の説明でもmsysGitのgit bashとVisual Studioコマンドプロンプトが混在しています。$で始まる行はgit bash、>で始まる行はVisual C++へのパスが通ったコマンドプロンプトで実行したものです。実行速度が速いのでmsysGitで試しましたが、Cygwinでも可能だと思います。 最新版を使うまず簡単なところからです。masterやdevelopブランチなど
Explore email newsletter Get email updates about what GitHub finds for you based on your interests None Email isn’t for everyone. Or maybe you’ve just made github.com/explore your homepage. We won’t send you any emails. Unsubscribed! Daily Start your day with a delicious cup of coffee (or perhaps an artisan matcha latte) and interesting repositories every day. Subscribed! Weekly The perfect way to
AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be
Subscribe: http://bit.ly/subgithub • By popular demand, here's a standalone version of the GitHub Guides "Better Together" music video, including handles for all GitHubbers with cameos. See the original video here: http://youtu.be/y04-NzarItQ And Subscribe to GitHub Guides to get all their newest videos here: http://bit.ly/githubguides Song Lyrics Sometimes your code looks perfect, Nothing to rea
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く