Reddit Programming
201 subscribers
1.22K photos
126K links
I will send you newest post from subreddit /r/programming
Download Telegram
Manage multiple repos with grgry
https://www.reddit.com/r/programming/comments/1fg4j2a/manage_multiple_repos_with_grgry/

<!-- SC_OFF -->Hi there As a DevOps engineer in a larger company, I have repeatedly come across the problem that I have to manage a lot of Gitlab / Github repositories, many of these repos are ops configurations for k8s, but also operators and services. I had the difficulty to manage manual changes over a larger amount of repositories like refactorings, new versions of services etc, so I wrote grgry. grgry is a simple CLI tool, which should support to clone, push and basically manage git repos en mass. Thus, an entire group or organization can be cloned with one command and desired git operations can be done over multiple git repos at the same time, of course all supported by a regex include/exclude. If someone has the same problem as me or just wants to try the tool it would be interesting to get feedback. <!-- SC_ON --> submitted by /u/Yingrjimsch (https://www.reddit.com/user/Yingrjimsch)
[link] (https://github.com/Yingrjimsch/grgry) [comments] (https://www.reddit.com/r/programming/comments/1fg4j2a/manage_multiple_repos_with_grgry/)
PopTranslate: A open-source chrome extension that instantly pop translation by selecting text without any other click, no extra clicks needed.
https://www.reddit.com/r/programming/comments/1fgf7zz/poptranslate_a_opensource_chrome_extension_that/

submitted by /u/waa007 (https://www.reddit.com/user/waa007)
[link] (https://github.com/wa008/PopTranslate) [comments] (https://www.reddit.com/r/programming/comments/1fgf7zz/poptranslate_a_opensource_chrome_extension_that/)
Simulating an 8-bit microprocessor and using it to emulated the Apple ][
https://www.reddit.com/r/programming/comments/1fgn1uq/simulating_an_8bit_microprocessor_and_using_it_to/

<!-- SC_OFF -->I started out on the Wikipedia page for the MOS 6502. I ended up with a cycle-accurate simulation of the Apple ][. Now I'm writing a clone of VisiCalc in assembly. Sometimes this hobby really gets its claws into you... <!-- SC_ON --> submitted by /u/AndThatsCrufts (https://www.reddit.com/user/AndThatsCrufts)
[link] (https://medium.com/@www.seymour/simulating-an-8-bit-microprocessor-chapter-1-instructions-6ada8921c43f) [comments] (https://www.reddit.com/r/programming/comments/1fgn1uq/simulating_an_8bit_microprocessor_and_using_it_to/)