-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed list_langs.rb and executed it #381
Conversation
Hey thatHexa, thanks for your contribution, this is super excellent. I'll make sure to modify readme.md to reference CONTRIBUTING. |
On Wed, 15 Feb 2017 at 18:31 Mike Donaghy ***@***.***> wrote:
Hey thatHexa, thanks for your contribution, this is super excellent. I'll
make sure to modify readme.md to reference CONTRIBUTING.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#381 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXFljhOOuZYSrB3Ce3ldHBVzJPT55Mfgks5rcyhSgaJpZM4L_mvQ>
.
Great! thank YOU for keeping me from the evil grasp of boredom ;)
|
I actually threw your one-liner into a bash script, genreadme.sh to make it easier for folks, so simply run it after making a contribution and viola! Although in the future I'd like to see if we can get this into some kind of table/columns so it doesn't take up so much vertical space |
On Wed, 15 Feb 2017 at 18:45 Mike Donaghy ***@***.***> wrote:
I actually threw your one-liner into a bash script, genreadme.sh to make
it easier for folks, so simply run it after making a contribution and
viola! Although in the future I'd like to see if we can get this into some
kind of table/columns so it doesn't take up so much vertical space
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#381 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXFljoiV4pwMeGi_kgvOKG7azzRK5rblks5rcyu8gaJpZM4L_mvQ>
.
When I find the time, I will work on a script that prints it prettier and
also saves it to the file from the script itself (so it will all be nicer
and tidier and everyone will be happy).
|
Awesome! I appreciate your contributions. Someone raised an issue to see if we could get these code samples to run with something like travisCI but I'm not sure of anything like that that would support this many distinct languages. A homegrown solutions is potentially in order. Especially considering there isn't a single OS that will compile/interpret all of these languages. |
Please feel free to throw your hat into the ring |
On Wed, 15 Feb 2017 at 18:53 Mike Donaghy ***@***.***> wrote:
Please feel free to throw your hat into the ring
-> #316 <#316>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#381 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXFljjf_aQGbPOljTslR4Lw_Yf2G6NIRks5rcy2AgaJpZM4L_mvQ>
.
I think it's possible as long as we compile everything beforehand using
sifferent systems according to the requirements if the language. But once
everything's compile it should run no matter what... though most of the
binaries will be about the same, given the functionality is identical... :/
|
Fixed list_langs.rb and executed it
As I previously noted CONTRIBUTING.md, simply execute list_langs.rb (using the command in CONTRIBUTING.md!!) yourself anytime you want to update the listing.