Skip to content

charmsRace/rainbow-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rainbow of Code

This goal of this project was to crawl Linguist's master language list and generate trash files with the right filetypes and .gitattribute declarations that they would be recognized as being written in certain languages. This was to manipulate the Language Stats Bar for the repository, which displays a visual representation of how much of the repo is written in what language. I wanted to display equal byteshare for each language with a designated hex color. Then, I was going to pad the files with enough garbage data that the filesizes became large enough that they could differ slightly and still be visually identical, allowing me to sort by hue.

Well, this actually worked perfectly well for fooling GitHub's language API, and we get an almost perfect spread of languages (with some minor debugging of duplicates to do). However, it turns out that the language bar itself has a hard-coded maximum; if your repo's bar would display more than 7 languages, those past the first 6 (sorted by descending byteshare) are grouped together as "Other". A tamer rainbow working within that limitation has already been done, so sadly I declare this project dead.

Also, Dogescript is a really bad language.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published