This website requires JavaScript.
Explore
Help
Sign In
n
/
dotfiles
mirror of
https://github.com/nirenjan/dotfiles.git
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
Use Python stardate calculator
Browse Source
vimbundler
nirenjan
2013-01-18 14:50:46 -08:00
parent
a9b9b9ec49
commit
a03eeb9f45
1 changed files
with
6 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
6
stardate
100755
Unescape
Escape
View File
@ -0,0 +1,6 @@
#!/usr/bin/env python
import time
print "%05.1f" % (time.time() / 31557.6)
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
n/dotfiles
Title
Body
Create Issue