Author Archives: PURGE

Elixir 久しぶりの復習その2

カレントパスのファイル名を取得して、ファイルに書き出す処理。 [bash] {: … Continue reading

Posted in Elixir, 技術情報 | Leave a comment

Elixir 久しぶりの復習

[bash] defmodule Hello do def hello do I … Continue reading

Posted in Elixir, 技術情報 | Leave a comment

Redmineバックアップスクリプト

[bash] #!/bin/sh # # Redmine DB backup s … Continue reading

Posted in 技術情報 | Leave a comment

SVNバックアップスクリプト

[bash] #!/bin/sh # # SVN Repo backup scr … Continue reading

Posted in Python, 技術情報 | Leave a comment

Pythonでシンプルな暗号化

オリジナルの値に適当な数値を足して、16進数にする単純な暗号化と復号化処理。 [ … Continue reading

Posted in Python, 技術情報 | Leave a comment

Windows7でPython3.5環境で cx_Oracleを使う

pythonでOracleへ接続したい。 [python] import cx_ … Continue reading

Posted in Python, 技術情報 | Leave a comment

Windows7でPython3.5環境で python-docxを使う

python-docxを使用しようと思ったが、ライブラリがなくエラー。 http … Continue reading

Posted in Python, 技術情報 | Leave a comment

Windowsのdirコマンドでファイル名の一覧取得

仕事上、ファイル一覧を取得して、Excel等に張り付けたい場合がある。 このコマ … Continue reading

Posted in CmdPrompt, 技術情報 | Leave a comment

Proxy環境からBluemixのGitレポジトリへアクセスしclone取得する

社内のProxy環境から、BluemixのGitレポジトリへアクセスしclone … Continue reading

Posted in Bluemix, git, 技術情報 | Leave a comment

Bluemixにcfツールでデプロイする方法

デプロイ後に、下記のインスタンス起動メッセージが繰り返されている場合、起動するポ … Continue reading

Posted in Bluemix, 技術情報 | Leave a comment