Giter VIP home page Giter VIP logo

cheater's People

Contributors

agentzh 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

Watchers

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

cheater's Issues

mysql2cht script

I'm looking to use an existing mysql database to create .cht files from which random data can be generated. Is there an existing way to do this? I'm starting a script now that will work and, if there's not an existing method, I'll upload in as something you can include in the package?

Can't locate Cheater/Parser.pm ...

Hi there, I'm trying out this code. Seems interesting!
Is the Cheater::Parser module perhaps missing?

This is what I get trying to run the scripts in bin:

$ PERL5LIB=../lib ./cht-compile ../samples/company.cht 
Can't locate Cheater/Parser.pm in @INC (@INC contains: lib ../lib /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at ../lib/Cheater.pm line 3.
BEGIN failed--compilation aborted at ../lib/Cheater.pm line 3.
Compilation failed in require at ./cht-compile line 8.
BEGIN failed--compilation aborted at ./cht-compile line 8.

Support for column cardinality

I'd love to see some functionality where I could specify the cardinality of a column and Cheater would generate data with roughly the same cardinality.

Loading arrays from external files

Hey, Yichun

Thanks for this awesome tool.

What do you think of loading an array from an external file?

So instead of this:

table users(
  id serial;
  nickname text {'john','jen','adams'} not null;
)

It becomes something like this

table users(
  id serial;
  nickname text load(a_very_long_list_of_nicknames.txt) not null;
)

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.