Skip to content

Instantly share code, notes, and snippets.

@Protonk
Created August 12, 2013 22:05
Show Gist options
  • Select an option

  • Save Protonk/6215755 to your computer and use it in GitHub Desktop.

Select an option

Save Protonk/6215755 to your computer and use it in GitHub Desktop.
I can't tell if this is handy or a terrible antipattern
var numerator = [1,2,3,4];
var denominator = [4,3,2,1];
numerator.map(function(elem, index) {
return elem / denominator[index];
});
@jkcmishler

Copy link
Copy Markdown

Hi Adam, I am a graduate student from UT Austin hoping to use Open Gender Tracker, the tool you helped develop, to assess gender diversity in Texas newspapers. I have some programming experience, but not much, and was wondering if you would be willing to speak with me about this tool? I can be reached at jkcorley@utexas.edu. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment