Giter Site home page Giter Site logo

resume.github.com's People

Contributors

acrogenesis avatar adman avatar chocolateboy avatar conormcd avatar coverband avatar himanshub16 avatar igalic avatar insin avatar ivuorinen avatar jacobian avatar joaosa avatar kmcallister avatar kudos avatar leprechaun avatar m5n avatar mohamedmansour avatar mosampaio avatar n1k0 avatar nandak522 avatar nicknovitski avatar numericr avatar okor avatar oscardelben avatar paulca avatar peterdavehello avatar rjatkinson2 avatar sagotch avatar shakeelmohamed avatar trans avatar u2 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  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

resume.github.com's Issues

CoffeeScript support

The resume generator appears to lump CoffeeScript in with JavaScript at the moment; most of my repos are in CoffeeScript, yet it isn't listed in my languages. I'm guessing that this is an ironic consequence of the fact that it takes fewer bytes of CoffeeScript to express the same thing as JavaScript—for instance, my Jitter project is 56% JavaScript, and CoffeeScript itself is 62% JavaScript! Do I infer correctly, or should I go play with the API some more?

How to test modifications?

I'd love to fork and modify this project, but when I download the source and open index.html in a browser, I'm greeted by a blank page. What secret ingredient am I missing? A README explaining this would be great.

Pluralize zero

This repository has 4 watchers and 0 fork.

In English zero should be plural: 0 forks

Better GitHub API for checking if repo is stared

Thought you might like to know, I asked gitHub support about adding a new endpoint to the API for checking if a repo is stared. Ivan Žužak replied:

Thanks for getting in touch and asking about this. You're right - I think it would
be possible to add another endpoint for checking if a user starred a repository,
similar to /user/starred/:owner/:repo, but that doesn't require authentication.
So, something like /users/:user:/starred/:owner/:repo is what you had in mind,
right?

I'll pass the suggestion to the API team to consider. However, I can't make any
promises about if/when this might be available.

Doesn't work on IE 10. Need to update jQuery library

"Object doesn't support property or method 'getElementsByTagName'"

That happens when you convert html code to jquery obj. They need to update their jQuery Library. Right now it is at 1.5.0. And I am running IE10. Old jquery getelementsbytagname shim doesn't support IE10, it should use getElementsByTagNam.e natively

I updated to the new jQuery and it worked great.

responsive template

It would be nice to create a responsive theme and see the information on both desktop and mobile devices.

data.public_repos should be data.public_gists

The score calculation is this:
var statusScore = view.repos * COEF_REPOS
+ data.public_repos * COEF_GISTS
+ data.followers * COEF_FOLLOWERS
+ data.following * COEF_FOLLOWING;

Shouldn't data.public_repos * COEF_GISTS be data.public_gists * COEF_GISTS?

Judge a user by their commits, not just their repos

Plenty of folks have established their bona fides in the open-source software world by committing to existing projects. For instance, Yehuda Katz is probably best known these days for his involvement with RoR and jQuery, both of which he contributed to after they were well-established.

It would be great for Github Resume to list popular projects you don't own on which your commits were accepted; you could be described as a "major" or "minor" contributor, depending on the size of the code you've committed (perhaps relative to other project contributors—say, if you're in the top 10% of contributors according to the amount of current master code you've written, you're considered a major contributor). That's a tricky distinction, obviously; just listing projects you've committed to in order of popularity would be a nice step in the right direction.

Suggestions

  1. In the user-area at the top, display the total number of followers and repositories.
  2. Integrate LinkedIn references and display the total number of references (and link back to LinkedIN).

Choose repositories to display

Great project! I love how it looks, but I would like to select the repositories that show up there. I'm a little confused how those are selected anyway. I thought it was by watcher count, but that doesn't seem to be the case for my resume.

Anyway, keep it up!

Github API rate limit hit

Many people behind the same IP address (a company or a school) using this site can easily hit the rate limit of the Github API.

It would be nice to show an explicit message (the page is currently displaying silly information in that case).

And maybe allow to use the API in authenticated mode.

For example, the first request https://api.github.com/users/jacquev6?callback=jQuery18108199852274269428_1353063257054&_=1353063257089 gives:

jQuery18108199852274269428_1353063257054({
"meta": {
"X-RateLimit-Remaining": "0",
"status": 403,
"X-GitHub-Media-Type": "github.beta",
"X-RateLimit-Limit": "60"
},
"data": {
"message": "API Rate Limit Exceeded for XXX.XXX.XXX.XXX"
}
})

more info would be nice.

It would be nice to see more information on the resume:

  • total contribution count.
  • top repositories user contributed to.
  • streak days count.
  • etc...

HTML4 → HTML5

It would be nice to have HTML5 pages instead of HTML4. I can help if you need help.

Not a true reflection, not by a long shot.

So I had a look at my github resume and it's rather a sad thing to see. Only a few projects listed and a couple of organizations, none of which are related to my primary work on github. I am the creator and maintainer of over 100 projects, but they do not appear under my personal account (I use that as only a scratch pad, so to speak). Rather, all my maintained projects appear under various organizations of which I am an owner. e.g. http://github.com/rubyworks.

This seems to be common problem with lots of 3rd party github tools. They totally overlook the projects people work on and maintain that are not found directly in there personal account repos.

I hope you can fix.

Stop impersonating people: drop the first-person act

I was recently sent a link to my "resume" - surprising, since I haven't written one in years.

Writing in the first person for someone else is extremely misleading, especially to the non-technical layperson who may not understand that your pages are auto-generated. Yes - you have a disclaimer at the bottom under the misleading header "about this resume"

"This résumé is generated automatically using information from my github account. The repositories are ordered by popularity based on a very simple popularity heuristic that defines the popularity of a repository by its sum of watchers and forks. Do not hesitate to visit my github page for more information about my repositories and work."

This message is insufficient as it continues the lie that I produced this profile myself. Your notice that this whole thing is auto-generated BS and completely not associated with me needs to go front and center.

I don't care if you use publicly available information to put together a profile - but don't publish things in other person's names. Drop all use of the words "I" and "my".

Also, your organization membership code is buggy.

Doesn't work. :(

I see "THIS USER HASN'T OPTED-IN" for any username that I try this with, including some of the ones on the homepage.

Am I missing something?

error - not enough data

http://resume.github.com/?beezee

50 some public repos, surely that's enough? on occasion I see it flash output before rendering error, and from the code looks like this is a catch all error message (can't seem to see anywhere in the logic triggering an error event though.)

If this is intended behavior (would be pretty obnoxious), how are you determining whether there's enough for a resume?

'He' or 'she' instead of 'they.'

This is really nitpicky and it's not a simple fix but I just wanted to raise awareness in case you might've overlooked the matter.

In the Profile blurb, the text reads 'They've been using GitHub...' when it should be he/she. I don't think the API holds gender information, but I just wanted to open the issue for discussion.

P.S. Love the app!

Please opt-out user adamv.

I do not wish my details to be republished by this service, please opt user "adamv" out of it. Thanks.

Add license

This project isn't explicitly licensed, which is problematic for anyone wanting to modify it, or use bits of it somewhere else. I can go more into this, or give a brief overview of popular licenses, upon request.

Unfortunately, since you haven't gotten copyright assignment from them, you'll have to contact your 15 contributors and get them to all agree on a license, or purge their work.

Repo descriptions bigger

Hi, I think the description of each repo should be bigger than the language and "Creator & Owner", so when you read a repo you rapidly know what it is about.

Ability to opt-out

In an attempt to make contextual-less twitter-criticisms more constructive, let's initial a discussion on how we can allow people to opt-out.

This is all public data, and this project has been running for over 3 years. I'm willing to accept any pull-request that will bring in a mechanism to opt-out (through a list or otherwise).

Meanwhile, the only solution is to make your github repositories private or disable your account completely. Let's find a better solution.

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.