Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argrath/acme-ehoh
https://github.com/argrath/acme-ehoh
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/argrath/acme-ehoh
- Owner: argrath
- License: other
- Created: 2014-01-10T16:24:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-11T19:23:42.000Z (almost 11 years ago)
- Last Synced: 2024-05-01T22:08:42.818Z (8 months ago)
- Language: Perl
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Acme::Ehoh - Calclate ehoh
# SYNOPSIS
use Acme::Ehoh;
print Acme::Ehoh::direction(2014);# DESCRIPTION
Acme::Ehoh caluclate ehoh (lucky direction on Onmyodo).
# FUNCTION
- direction($year)
Return ehoh direction of specified year (value 0 means north, 90 means east,
and so on).On error, return undef.
# LICENSE
Copyright (C) SHIRAKATA Kentaro.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.# AUTHOR
SHIRAKATA Kentaro