Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcf/serial
Brushing up on my MacRuby/Cocoa skills
https://github.com/jcf/serial
Last synced: 1 day ago
JSON representation
Brushing up on my MacRuby/Cocoa skills
- Host: GitHub
- URL: https://github.com/jcf/serial
- Owner: jcf
- Created: 2011-05-31T22:11:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-31T22:15:14.000Z (over 13 years ago)
- Last Synced: 2023-04-10T15:07:43.768Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serial
Generate a serial number using only an email address. You can choose to
digest the email using either SHA2 or HMAC SHA1.There's a simple GUI that automatically generates a serial when the
email field contains something that looks like an email and when the
digest algorithm is changed.I've tried to use Cocoa's MVC properly but I'm still not sure about the
exact separation of logic that I should use.## Serial.rb
All of the encryptor logic is in here.
## SerialController.rb
This file is the delegate of all controls and directs user input to the
Serial model.