Git Product home page Git Product logo

greendots's Introduction

Green dots!

Write on your GitHub profile!

Work in progress. You shouldn't use it. Also, even if it wasn't a work in progress, you shouldn't use it. Just don't use it. I'm sorry.

This takes a message, encodes it to a simple bitmap font, and generates a bunch of git commits in the past. To make your profile look like this:

Example profile

See it for realz: https://github.com/joewalnes

10 second tutorial

Use greendots.py to generate a shell script with your commits in.

$ mkdir ../my-repo
$ ./greendots.py "Yo yo!" > ../my-repo/make-my-repo.sh

You only have 6 characters that can be displayed. Make it count.

Then run that script to create a repo. This will generate lots of commits in your new repo.

$ cd ../my-repo
$ bash make-my-repo.sh

Now create your repo on github.com and push it. It'll take a minute or two, but you should now see your message in your profile at github.com/YOURUSERNAME.

Cleaning up

To remove this nonsense, just delete your repo from github.

Disclaimer

This is ridiculous. Go away.

GitHub - sorry about this. Please don't ban my account.

greendots's People

Contributors

codegagan avatar joewalnes 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

greendots's Issues

Effects

There are 4 levels of green that can be used by committing 1, 4, 8 and 11 times on a date.

Use this to create text blurring, flares and anti-aliasing.

Interactive web-app

It would be super awesome (and terrible) if anyone could browse to a web site, write text, doodle, upload images, and hit a button to have it applied to their github profile.

Error when running on bash in windows

Super awesome (terrible) project :)
I'm getting below issue

deepu@DEE-ASUS:~/greendots$ ./greendots.py "JHI" ../my-greendot-repo/make.sh
Traceback (most recent call last):
  File "./greendots.py", line 72, in <module>
    main()
  File "./greendots.py", line 38, in main
    canvas.apply(label, x=canvas.width - label.width)  # right align
  File "/home/deepu/greendots/bitmap.py", line 14, in apply
    old = self.data[y + py][x + px]
IndexError: list index out of range
deepu@DEE-ASUS:~/greendots$
``

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.