Explore >> Select a destination


You are here

blog.logrocket.com
| | 9elements.com
11.2 parsecs away

Travel
| | A few years ago, I had to build a card component that looked a little different than the usual cards you find on most websites. It turned out that this card led to one of my biggest estimation errors because I completely underestimated how...
| | ishadeed.com
11.4 parsecs away

Travel
| | A modern look at responsive web design.
| | www.blog.thdctech.com
9.7 parsecs away

Travel
| | Responsive web design is not a trend; it's a fundamental approach and a must-have in creating websites that adapt to the diversity of devices.
| | blog.nuculabs.de
52.5 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]