All Projects → PauloMigAlmeida → identicon

PauloMigAlmeida / identicon

Licence: other
Original Identicon java and canvas implementations

Projects that are alternatives of or similar to identicon

minidenticons
Super lightweight SVG identicon (icon avatar) generator
Stars: ✭ 89 (+39.06%)
Mutual labels:  identicon, identicon-library, identicon-generator
BlockiesSwift
Unique blocky identicons generator for Swift
Stars: ✭ 53 (-17.19%)
Mutual labels:  identicon, identicon-generator
icodi
Deterministic Random SVG Icon Generator
Stars: ✭ 18 (-71.87%)
Mutual labels:  identicon, identicon-generator
go-qidenticon
qidenticon (identicon generator from Bitmessage) ported to Go
Stars: ✭ 12 (-81.25%)
Mutual labels:  identicon, identicon-generator
identicon-api
A simple API to retrieve SVG identicons
Stars: ✭ 15 (-76.56%)
Mutual labels:  identicon, identicon-generator
docker-java-sample
A simple Java sample that shows how to package Java application using Docker
Stars: ✭ 93 (+45.31%)
Mutual labels:  maven
maven-buildtime-profiler
Maven Build Time Profiler
Stars: ✭ 41 (-35.94%)
Mutual labels:  maven
faketime
Fake currentTimeMillis() without class loader hacks
Stars: ✭ 100 (+56.25%)
Mutual labels:  maven
incremental-module-builder
Incremental Module Builder
Stars: ✭ 43 (-32.81%)
Mutual labels:  maven
gradle-git-versioning-plugin
This extension will set project version, based on current Git branch or tag.
Stars: ✭ 44 (-31.25%)
Mutual labels:  maven
Pokedex
Pokedex is a robust Discord bot that mimics the iconic Pokedex from the Pokemon games and show. It's loaded with features to help players of all skill levels to learn and better enjoy Pokemon! The goal of Pokedex is to provide users with as much data about the Pokemon games as they desire conveniently and with minimal effort.
Stars: ✭ 18 (-71.87%)
Mutual labels:  maven
sunshine
Sunshine allows you to manage suits of your automated tests directly from Java code.
Stars: ✭ 12 (-81.25%)
Mutual labels:  maven
CorePublish
maven发布插件和bintray发布插件
Stars: ✭ 18 (-71.87%)
Mutual labels:  maven
wcm-io-tooling
Tooling for Maven and IDEs.
Stars: ✭ 12 (-81.25%)
Mutual labels:  maven
MasterAppiumFramework
Automation Testing | Mobile | Java | OOPS | Appium | TestNG | Maven | ExtentReport | Java mail API | Logging (Log4J2) | Design Patterns (Page Object Model, Singleton) | Page Factories | Jenkins | Data-Driven Testing using JSON file | Expected Data using XML file
Stars: ✭ 27 (-57.81%)
Mutual labels:  maven
Identicon
Identicon generator written in golang
Stars: ✭ 17 (-73.44%)
Mutual labels:  identicon-generator
tongyimall
高仿小米商城用户端,是Vue + SpringBoot的前后端分离项目,包括首页门户、商品分类、首页轮播、商品展示、购物车、地址管理等部分。管理端在另一个仓库。
Stars: ✭ 55 (-14.06%)
Mutual labels:  maven
lagom-java-maven-chirper-example
No description or website provided.
Stars: ✭ 17 (-73.44%)
Mutual labels:  maven
maven-it-extension
Experimental JUnit Jupiter Extension for writing integration tests for Maven plugins/Maven extensions/Maven Core
Stars: ✭ 56 (-12.5%)
Mutual labels:  maven
ImagingKit
Java library for imaging tasks that integrates well with the java.awt.image environment
Stars: ✭ 16 (-75%)
Mutual labels:  maven

Identicon

###License

    (The MIT License)
    
    Copyright (c) 2007-2014 Don Park <[email protected]>
    Contributor   2014-2014 Paulo Miguel Almeida Rodenas <[email protected]>
    
    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files (the
    'Software'), to deal in the Software without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the Software, and to
    permit persons to whom the Software is furnished to do so, subject to
    the following conditions:
    
    The above copyright notice and this permission notice shall be
    included in all copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###Compiling and Running it

  • On root path run this:

      mvn clean install
    
  • To run the example webapp run this in /webappexample folder

      mvn clean compile package tomcat7:run -Ptomcat
    
  • Example Urls

      http://localhost:8080/9block?code=-2034984870&size=64
      http://localhost:8080/9block?code=-2034954870&size=64
      http://localhost:8080/9block?code=-2034894870&size=64
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].