repo_info_extractor
repo_info_extractor copied to clipboard
Use this script to extract data from your private repo. This data is used to calculate your score. https://codersrank.io
In the [languagedetection](https://github.com/codersrank-org/repo_info_extractor/tree/master/languagedetection) module's [`analyzer.go` script line 116](https://github.com/codersrank-org/repo_info_extractor/blob/f29bf9e08d65d56e5dcb9ef6f1c931ad64d19573/languagedetection/analyzer.go#LL116C30-L116C30), the file extension `.cls` is currently mapped to the [APEX Language by SalesForce](https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_dev_guide.htm) which I do not believe is the optimal choice....
When extracting info from git repositories, currently the full git log is being processed in chunks of 1000 commits, with commands similar to this one: ``` git log --numstat --all...
As a follow-up from #122 ([comment](https://github.com/codersrank-org/repo_info_extractor/issues/122#issuecomment-676558695)): > I noticed a strange thing though. I get score for the forks of a repo as well, often more than I get for...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20201202161906-c7110b5ffcbb to 0.7.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.3 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...
Repo extractor is finding only 10 repo in my BitBucket cloud but I have 125. ``` repo_extractor bitbucket --username="my-username" --visibility=all --password=my-app-password [email protected],[email protected] ``` ``` repo_extractor version Checking for new versions....
Cython is a programming language that aims to be a superset of the Python programming language, designed to give C-like performance with code that is written mostly in Python with...
In javascript it's possible add module path alias, simplifying the imports in code. This could generate an error when identify our code as an libraries. Here an example [BrasilAPI](https://github.com/BrasilAPI/BrasilAPI/blob/master/pages/api/ibge/municipios/v1/%5Buf%5D.js) ```json...
Hi, I was slightly confused that I have been assigned a top 5% MATLAB score having never written a line of MATLAB in my life. I assumed that I may...
The UI shows all the repositories added manually, also the total experience point for them is visible at the top, **but there's no experience point per concrete repository available, plz....