Explore >> Select a destination


You are here

ravendb.net
| | gist.github.com
1.5 parsecs away

Travel
| | Disk speed test simulating CinePi. GitHub Gist: instantly share code, notes, and snippets.
| | hoelz.ro
3.0 parsecs away

Travel
| | When I use Perl 5, I do a lot of shelling out to external commands; after all, that's what Perl is good at! So it should come as no surprise that I do the same with Perl 6, which means a lot of the time and effort I spend helping with Perl 6 is improving the interaction with external commands.
| | blog.dornea.nu
1.1 parsecs away

Travel
| | [AI summary] The blog post discusses the process of creating and executing a shellcode in C to read a file named 'flag.txt' and dump its content, including assembly code, compilation steps, and execution considerations.
| | felipec.wordpress.com
17.7 parsecs away

Travel
| Chances are you are using a triangular workflow, even if you don't know it. A triangular workflow simply means that you pull from one repository, and push to another. This is what the vast majority of Git users do, unfortunately most of the good stuff is buried in the nearly incomprehensible official manpages. In this...