bashからwindowsのユーザー名を出力する yuis 2018年11月16日 プログラミング 0 Comments `echo $(cmd.exe /c "echo %USER… Continue Reading
herokuに独自ドメインを設定する方法 yuis 2018年11月15日 プログラミング 0 Comments ## herokuにドメインを追加 `heroku doma… Continue Reading
Ubuntu 16.04 Rails 5にpostgresSQLをセットアップ yuis 2018年11月13日 プログラミング 0 Comments ## ubuntu16.04にPOSTGRESQLをインスト… Continue Reading
Google日本語入力 ユーザー辞書に関するハウツー yuis 2018年11月12日 プログラミング 0 Comments コメント(用例)に改行を含ませる。 単語登録時にコメントを改… Continue Reading
pgwebでherokuのpostgreSQLにローカルから接続する yuis 2018年11月12日 プログラミング 0 Comments pgwebはブラウザベースのクロスプラットフォームなpost… Continue Reading
JavaScriptの正規表現マッチでグループマッチを取り出すには yuis 2018年11月11日 プログラミング 0 Comments 例 document.location.href.match… Continue Reading
RailsのpostgreSQLにローカルネットワーク(LAN/外部)から接続したい yuis 2018年11月11日 プログラミング 0 Comments database.yml ``` development: … Continue Reading
tampermonkeyユーザースクリプトの関数をページ上で利用したい yuis 2018年11月10日 プログラミング 0 Comments tampermonkeyスクリプトをHTMLに埋め込んで、デ… Continue Reading
Bashで!(エクスクラメーション)をエスケープするには yuis 2018年11月9日 プログラミング 0 Comments 画像を入れたらmarkdownを返してくれるbash関数を組… Continue Reading