#Markdown C# implementation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
editor = 'D:/Apps/SublimeText2/sublime_text.exe' -w | |
quotepath = false |
VBDotNetSyntax を利用するとVisualBasicのソースにシンタックスハイライトされる.
https://github.com/angryant0007/VBDotNetSyntax
インストール方法は、単純にパッケージフォルダに配置するだけ。
VisualStudioでPythonの開発が行えるアドイン。
かなり高機能みたい。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MethodBase.GetCurrentMethod().Name |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.lang.*; | |
/** | |
* from http://stackoverflow.com/questions/3951988/java-format-detailed-difference-between-dates | |
*/ | |
public class DiffDate { | |
public static void main(String[] args) { | |
Date start = new Date(2010, 10, 13); | |
Date end = new Date(2010, 10, 18); |
- easy_installインストール
- 環境変数PATHに以下の場所を追加
- C:\Python27
- C:\Python27\Scripts
- pipインストール
- easy_install pip
- ipythonをpipでインストール
- pip install ipython
- PyReadLineも同時にインストールされるが、バージョンが古いのでエラーとなる。以下の場所から直接ダウンロードしてインストール
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim:fileencoding=utf-8 | |
import codecs | |
import sys | |
import types | |
if __name__ == '__main__': | |
# | |
# ターミナルに出力する場合 | |
# 以下のサンプルは、ターミナルに出力する場合は | |
# うまくいくが、リダイレクトさせてファイルに出力すると |
- Dive Into HTML5
- @IT ”HTML5“とか”アプリ開発入門
- HTML5+CSS3 入門
- HTML5入門!これからHTML5をはじめる人の為の参考情報のまとめ
- http://hello-design-world.com/2011/06/html5_20110608.html