Live data from Hacker News

All 104 amendments to the Constitution of India as Git commits

github.com

1–10 of 91 posts

Re: All 104 amendments to the Constitution of India as Git commits

#4
I always love these sort of things. Here's the same for the US constitution: https://github.com/JesseKPhillips/USA-Constitution

As a bonus, this one attempted to backdate the commits in a cyphered way (git dates are unix timestamps so the author needed to get clever to do anything before t=0 in 1970).

Re: All 104 amendments to the Constitution of India as Git commits

#6
Great effort!

I wish the files were named as Part01.txt, Part02.txt and so on to suit the default string sorting used by GitHub. The list on GitHub has Part1.txt, Part10.txt...Part19.txt, Part2.txt, and so on, which makes it a bit cumbersome to browse on that site.

Re: All 104 amendments to the Constitution of India as Git commits

#8
post #4

I always love these sort of things. Here's the same for the US constitution: https://github.com/JesseKPhillips/USA-Constitution As a bonus, this one attempted to backdate the commits in a cyphered way (git dates are unix timestamps so the author needed to get clever to do anything before t=0 in 1970).

I did think about having correct dates and authors, but then I got lazy and in fact got more focussed on getting all the amendments in place. Now that the core work is done, I'll add corrected dates (perhaps real date + 100 years), authors and committers in one of the later commits. Thanks for reminding!

Re: All 104 amendments to the Constitution of India as Git commits

#10
post #4

I always love these sort of things. Here's the same for the US constitution: https://github.com/JesseKPhillips/USA-Constitution As a bonus, this one attempted to backdate the commits in a cyphered way (git dates are unix timestamps so the author needed to get clever to do anything before t=0 in 1970).

It should not be hard to do the same to this one, given that the constitution of india came into effect on 26th january 1950.
Post reply on HN