Posts by Aly • 157 points
3 posts
-
10
votes1
answer838
viewsQ: How do I keep one git repository updated with another?
I participate in two repositories on Github, the second being a clone of the first, and for now private (for security reasons). I cloned this second on my machine to be able to work on top, but in…
-
2
votes1
answer701
viewsQ: Capture double quote content with recursion with Regex
I need to capture double quotes with Regex in PHP. I tried using line-breaking recursiveness in several ways, but to no avail. I’ve combed through several topics and researched how to do that, but…
-
3
votes2
answers2027
viewsQ: Send a command to Terminal via C++
How to send a code to the terminal? For example: on a graphical screen where I type the name of a folder, and it sends to the terminal a mkdir NomePasta ? (Of course, there will be other features,…