|
You are here |
muffsec.com | ||
| | | | |
gist.github.com
|
|
| | | | | GitHub Gist: instantly share code, notes, and snippets. | |
| | | | |
jaylittle.com
|
|
| | | | | Today's post is going to examine an ethical grey area that I currently find to be very relevant. Is it ever okay to ignore responsible disclosure standards for security related issues? Spoiler alert: I'm going to argue that there are cases in which ignoring these standards is not only permissible but the only real ethical course of action. Okay so lets start with some sample code. The below code represents a simple . | |
| | | | |
willhaley.com
|
|
| | | | | The idle timer is the countdown after a user driven event on a Windows computer. So if your computer is set to enable a screensaver "after 5 minutes", that "after" refers to a user driven event like moving the mouse or pressing a key. This program simulates a user driven event to reset that idle timer. Download Program I have not tested this extensively, but it does work in Windows 7 x86 as an Admin. | |
| | | | |
andreabergia.com
|
|
| | | This post is part of the Writing a JVM in Rust series. I have written a JVM in Rust ?thispost A JVM in Rust part 2 - The class files format A JVM in Rust part 3 - Parsing class files A JVM in Rust part 4 - The Java bytecode A JVM in Rust part 5 - Executing instructions A JVM in Rust part 6 - Methods and exceptions A JVM in Rust part 7 - Objects and GC A JVM in Rust part 8 - Retrospective Lately Ive been spending quite a bit of time learning Rust, and as any sane person would do, after writing a few 100 ... | ||