Created
August 12, 2013 22:05
-
-
Save Protonk/6215755 to your computer and use it in GitHub Desktop.
I can't tell if this is handy or a terrible antipattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var numerator = [1,2,3,4]; | |
| var denominator = [4,3,2,1]; | |
| numerator.map(function(elem, index) { | |
| return elem / denominator[index]; | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!