hg-git とは、Gitリポジトリを mercurial のコマンドで操作できる Mercurialの拡張です。
This file contains hidden or 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
@echo off | |
for %%I in (%1 %1.com %1.exe %1.bat %1.cmd %1.vbs %1.js %1.wsf) do if exist %%~$path:I echo %%~$path:I |
This file contains hidden or 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
@echo off | |
REM ------------------------------------------------------------------------------ | |
REM .NET Frameworkバージョン自動検出用バッチ・ファイル(2012年10月26日版) | |
REM | |
REM Windows TIPS: .NET Frameworkのバージョンを確認する方法 | |
REM http://www.atmarkit.co.jp/ait/articles/1210/26/news086.html | |
REM Copyright (C) 2000-2012 Digital Advantage Corp. | |
REM ------------------------------------------------------------------------------ |
This file contains hidden or 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
$ ipython | |
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] | |
Type "copyright", "credits" or "license" for more information. | |
IPython 0.13 -- An enhanced Interactive Python. | |
? -> Introduction and overview of IPython's features. | |
%quickref -> Quick reference. | |
help -> Python's own help system. | |
object? -> Details about 'object', use 'object??' for extra details. |
This file contains hidden or 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
$ make | |
Please use `make <target>' where <target> is one of | |
html to make standalone HTML files | |
dirhtml to make HTML files named index.html in directories | |
singlehtml to make a single large HTML file | |
pickle to make pickle files | |
json to make JSON files | |
htmlhelp to make HTML files and a HTML help project | |
qthelp to make HTML files and a qthelp project | |
devhelp to make HTML files and a Devhelp project |
This file contains hidden or 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
Copyright (c) <year> <copyright holders> | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in |
This file contains hidden or 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
python -c "print 'Hello World!'" |
Pythonチュートリアル http://docs.python.jp/2/tutorial/
Pyramid チュートリアル http://docs.pylonsproject.jp/projects/pyramid_tutorials-doc-ja/en/latest/
- Debian JP Project 公式サイト http://www.debian.or.jp/