MetaData
メニューを開く
  • ホーム
  • Home

ruby 技術

Excelで佐々木希を描く with Ruby

ことはじめ 「Excelで佐々木希を描く with ◯◯」が流行っていたので それに乗っかってみました! 元ネタ Excelで佐々木希を描く with python 環境 OS X ElCapitan 10.11.5 ruby 2.0.0p648 (mac...

技術

sitemap_generatorの使い方

sitemap_generatorとは sitemap_generatorはサイトマップを作成してクローラに送信するしてくれるgemです githubは こちら 環境 sitemap_generator:5.1.0 Rails:4.2.2 ① Goog...

git 技術

コミットのAuthorDateとCommitDateを書き換える

つまづいたのでメモ まずはじめにAuthorとCommiterについて整理 AuthorとCommiter $ git log commit 176 eca240a37e7bfa3292eb99a0712aca23c3052 Author: yamada...

git 技術

安全な git push -f

TL;DR git push -f をやめて --force-with-lease を使いましょう! $ git push -- force -with -lease origin master force pushヤバイ理由 rebaseなどの作業の際...

bash ssh 技術

複数PCでSSHキーを共有する

ssh-addで別PCのキーを登録 $ eval `ssh-agent` $ ssh-add ~/.ssh/id_rsa @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @ WARNING: UN...

unity 技術

Unityのリソース保存パス

環境 Unity 5.1.1f1 xcode7.1 iosバージョン8くらい プラットフォームによって取得できるパス パスの取得APIは下記の4種類です。 Application.persistentDataPath Application.strea...

go 技術 入門

GO言語入門

インストール 【Mac】 Golang Macへのインストール〜Homebrewを使って〜 【Windows】 はじめての Go 言語 (on Windows) インストールとパス通しができたら この記事の ソースコード をダウンロードして、フォルダに移動後 ...

<Previous Next>

人気記事

  • Unityのリソース保存パス
  • FFmpegの使い方
  • コミットのAuthorDateとCommitDateを書き換える
  • 安全な git push -f
  • Excelで佐々木希を描く with Ruby
  • gitのタグを一括削除する
  • GO言語入門
  • Docker入門 #2 【Dockerチュートリアル】
  • Docker入門 #3 【WordPress環境構築】
  • Docker入門 #1 【Dockerとは】

カテゴリー

  • AWS
  • bash
  • Docker
  • git
  • go
  • ruby
  • ssh
  • unity
  • インフラ
  • 技術
  • 入門

ブログアーカイブ

  • ▼  2017 ( 15 )
    • ▼  4月 ( 5 )
      • Docker入門 #5 【Ruby on Rails5環境構築】
      • Docker入門 #4 【CodeIgniter環境構築】
      • Docker入門 #3 【WordPress環境構築】
      • Docker入門 #2 【Dockerチュートリアル】
      • Docker入門 #1 【Dockerとは】
    • ►  3月 ( 10 )
Powered by Blogger.