Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nifoc/ifconfig.sexy-erlang
Erlang version of ifconfig.sexy.
https://github.com/nifoc/ifconfig.sexy-erlang
Last synced: 29 days ago
JSON representation
Erlang version of ifconfig.sexy.
- Host: GitHub
- URL: https://github.com/nifoc/ifconfig.sexy-erlang
- Owner: nifoc
- Created: 2014-05-18T18:50:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T19:47:21.000Z (over 10 years ago)
- Last Synced: 2024-08-04T01:10:08.589Z (3 months ago)
- Language: Erlang
- Homepage: http://ifconfig.sexy
- Size: 344 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ifconfig.sexy
This is the source code for the Erlang version of [ifconfig.sexy](http://ifconfig.sexy). The goal is to re-implement this in a different language from time to time, in order to gain (some) experience in many different languages.
## Implementations
* [Erlang](https://github.com/nifoc/ifconfig.sexy-erlang)
## License
[ISC](https://en.wikipedia.org/wiki/ISC_license).
```
Copyright (c) 2014, Daniel KempkensPermission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright notice
and this permission notice appear in all copies.THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.
```