|
You are here |
blog.cy.md | ||
| | | | |
www.grepular.com
|
|
| | | | | Mike Cardwell's Tech Blog. Security, privacy, and technology | |
| | | | |
www.kroah.com
|
|
| | | | | Sometimes you don't have access to vim's wonderful xxd tool, and you need to use it to generate some .c code based on a binary file. This happened to me recently when packaging up the EFI signing tools for Gentoo. Adding a build requirement of vim for a single autogenerated file was not an option for some users, so I created a perl version of the xxd -i command line tool. | |
| | | | |
theweeklychallenge.org
|
|
| | | | | Advent Calendar - December 5, 2024. | |
| | | | |
frederickvanbrabant.com
|
|
| | | You have probably already heard the horror stories of code interviews where they ask you to reverse a binary tree on a whiteboard. Well, a few days ago I was in that exact situation. And I had no idea what the interviewer was talking about. So what are these binary trees and why is it so critical that you know how to inverse them? Lets find out. | ||