Explore >> Select a destination


You are here

seanmcp.com
| | blog.nuculabs.de
5.2 parsecs away

Travel
| | Hello, This challenge is not that hard but it's quite confusing. To solve this challenge very quickly all you have to do is patch it in 2 places and then run it with different arguments until the flags get's spiten out. Here's a sample script that runs the binary 100 times with arguments from 1 to 100 [code language="bash"] printf 'start\n' for i in {1..100} do printf "$i " ./program "$i" | xxd -r -p printf '\n' done printf '\nend\n' [/code]
| | shaneosullivan.wordpress.com
1.4 parsecs away

Travel
| | How to run a clean up script when your NextJS dev server is shut down
| | scottk.mba
3.8 parsecs away

Travel
| | Making automation easier with custom commands on MacOS.
| | jrhawley.ca
65.9 parsecs away

Travel
| I run this site using GitHub Pages, so here's my setup of how I make it easier to test my site before I make changes, using Visual Studio Code.