- 授权协议: GPL
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: https://github.com/ksz2k/letter_avatar
- 软件文档: https://github.com/ksz2k/letter_avatar/blob/master/README.md
软件介绍
从用户名(或其他字符串)创建字母头像的 gem。
示例
Google's Inbox Palette
安装
系统要求
$ sudo apt-get install -y imagemagick
Mac OS X
$ brew install imagemagick ghostscript
将下列行添加至 Gemfile:
gem 'letter_avatar'
执行:
$ bundle
或自行安装:
$ gem install letter_avatar
The Algorithm Design Manual
Steve S. Skiena / Springer / 1998-8-1 / GBP 53.91
Contents u Techniques u Introduction to Algorithms u Correctness and Efficiency u Correctness u Efficiency u Expressing Algorithms u Keeping Score u The RAM Model of Computatio......一起来看看 《The Algorithm Design Manual》 这本书的介绍吧!
