-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
norcalli
committed
Mar 12, 2014
1 parent
a108579
commit 46c2a27
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
capacitor | ||
========= | ||
|
||
Simple capacitor code calculator on the command line written in Go and Python. | ||
|
||
##Usage: | ||
|
||
``` | ||
capacitor 404 | ||
./capacitor.py 404 | ||
``` | ||
|
||
Output: | ||
``` | ||
4000 nF | ||
4 uF | ||
``` | ||
|
||
--- | ||
|
||
``` | ||
capacitor 010 | ||
./capacitor.py 010 | ||
``` | ||
|
||
Output: | ||
``` | ||
10 pF | ||
``` |