All Projects → pgrimaud → git-stars

pgrimaud / git-stars

Licence: MIT license
Discover your ranking on GitHub

Programming Languages

PHP
23972 projects - #3 most used programming language
Twig
543 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to git-stars

cargo-esr
Extended Search & Ranking tool for crates.
Stars: ✭ 23 (-37.84%)
Mutual labels:  ranking
awesome-go-orms
ORMs for Go, most starred on Github.
Stars: ✭ 206 (+456.76%)
Mutual labels:  ranking
Csrankings
A web app for ranking computer science departments according to their research output in selective venues, and for finding active faculty across a wide range of areas.
Stars: ✭ 1,686 (+4456.76%)
Mutual labels:  ranking
BARS
Towards open benchmarking for recommender systems https://openbenchmark.github.io/BARS
Stars: ✭ 157 (+324.32%)
Mutual labels:  ranking
Codechef Cards
[Obsolete] WebApp to follow friends doing CP on Codechef platform and to track their ratings and stars.
Stars: ✭ 17 (-54.05%)
Mutual labels:  ranking
advrank
Adversarial Ranking Attack and Defense, ECCV, 2020.
Stars: ✭ 19 (-48.65%)
Mutual labels:  ranking
ecto ranked
Ranking models for Ecto
Stars: ✭ 37 (+0%)
Mutual labels:  ranking
Ranking
Learning to Rank in TensorFlow
Stars: ✭ 2,362 (+6283.78%)
Mutual labels:  ranking
deep recommenders
Deep Recommenders
Stars: ✭ 214 (+478.38%)
Mutual labels:  ranking
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+31840.54%)
Mutual labels:  ranking
discord-leveling-system-ranking-system
A simple rankcard system with the ranking system included using an enmap database, and canvacord
Stars: ✭ 49 (+32.43%)
Mutual labels:  ranking
awesome-semantic-search
A curated list of awesome resources related to Semantic Search🔎 and Semantic Similarity tasks.
Stars: ✭ 161 (+335.14%)
Mutual labels:  ranking
laravel-leaderboard
No description or website provided.
Stars: ✭ 39 (+5.41%)
Mutual labels:  ranking
deno-x-ranking
🦕 Deno Third Party Modules Ranking 👑
Stars: ✭ 28 (-24.32%)
Mutual labels:  ranking
Mt Dnn
Multi-Task Deep Neural Networks for Natural Language Understanding
Stars: ✭ 1,871 (+4956.76%)
Mutual labels:  ranking
go-trueskill
An implementation of the TrueSkill™ ranking system (by Microsoft) in Go
Stars: ✭ 20 (-45.95%)
Mutual labels:  ranking
Sux4J
Sux4J is an effort to bring succinct data structures to Java.
Stars: ✭ 119 (+221.62%)
Mutual labels:  ranking
GCMS
PHP FASTEST CMS with Ajax support
Stars: ✭ 19 (-48.65%)
Mutual labels:  php8
Go Web Framework Stars
⭐ Web frameworks for Go, most starred on GitHub
Stars: ✭ 2,394 (+6370.27%)
Mutual labels:  ranking
Google-rank-tracker
SEO: Python script + shell script and cronjob to check ranks on a daily basis
Stars: ✭ 124 (+235.14%)
Mutual labels:  ranking

Git stars

About

This project was inspired by Git Awards! Since it apparently isn't supported anymore we thought we'd take the concept back and add our own touch to it.

This was made in couple weeks as an exercise in the context of an internship.

Embed

You can embed your GitHub statistics on your profile thanks to the cards we create for each of our users, get yours by visiting your Git Stars profile and clicking on the link icon.

[![Git Stars](https://git-stars.com/share/embed/github.svg)](https://git-stars.com/user/github)

Or

<p align="center">
  <a href="https://git-stars.com/user/github"><img src="https://git-stars.com/share/embed/github.svg"></a>
</p>

Installation

  • Fork project, then clone it
  • cp .php-cs-fixer.dist.php .php-cs-fixer.php
  • cp .env .env.local
  • Edit credentials on .env.local file
  • Run containers : docker-compose up -d
  • composer install
  • yarn && yarn build
  • Create database : php bin/console doctrine:database:create
  • Execute migrations : php bin/console doctrine:migrations:migrate
  • Execute languages fixtures : php bin/console doctrine:fixtures:load --groupe=partial
  • Setup queues : php bin/console messenger:setup-transports

Useful commands

  • php bin/console app:fetch:active-users : Fetch new actives users from Github Archive
  • php bin/console app:twitter:send-top : Tweets the users of the day on Twitter
  • php bin/console app:update:ranking : Update ranking table
  • php bin/console messenger:consume users : Consume messages on users queue

Contributors

Thanks goes to these wonderful people (emoji key):


Julien Cousin-Alliot

🤔 💻 📖

Pierre Grimaud

🤔 💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Feedback

You found a bug? You need a new feature? You can create an issue if needed or contact us on Twitter.

License

Licensed under the terms of the MIT License.

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].