Coder Social home page Coder Social logo

xeger's People

Contributors

agarciadom avatar dependabot[bot] avatar michaelmior avatar tsegall avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xeger's Issues

依赖包找不到,求大神指导!!!!!!!!!

compile group: 'javax.servlet', name:'javax.servlet-api', version:'3.1.0'
compile group: 'nl.flotsam', name:'xeger', version:'1.0.0-SNAPSHOT'
compile group: 'com.alibaba', name:'buc.sso.common', version:'0.4.4'
compile group: 'com.alibaba', name:'buc.sso.client', version:'0.3.9'

Push artifact to maven central

Hello and thank you for keeping the project up to date. Would you consider pushing artifacts to the maven central repository?

a{0,100}

Very simple issue. This code generates and print 30 times a{0,100}.

import nl.flotsam.xeger.Xeger;
class ExampleProgram {
   public static void main(String[] args){
	Xeger generator = new Xeger("a{0,100}"); 
	for (int i =0; i<30;++i)
		System.out.println(generator.generate());
   }
}

I would expect that some of the generated string are few characters long and some very long but all the string are very few characters (1-5 chars). Isn't this a bug?

Thank you, g.

Bintray

Since Bintray will be shutting down next week, how about using the GitHub Pakage Registry to host Maven builds? With a little bit of configuration, a snapshot build can be created on every commit to the master branch using GitHub Actions.

This repository has an example of the necessary configuration. Basically there are three things necessary:

  1. Add a distributionManagement section to pom.xml pointing to GitHub Packages.
  2. Create an action to publish on every push to the master branch.
  3. Create a personal access token so the action has permission to publish the package.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.