-
Updated
Dec 17, 2021 - C
assembler
Assembly is a low-level programming language in which there is a very strict correspondence between language instructions and architecture machine code instructions.
Here are 1,618 public repositories matching this topic...
-
Updated
Jan 9, 2022 - Python
-
Updated
Nov 17, 2021
-
Updated
Feb 15, 2022 - Python
Essentially introduce const where appropriate for the public types exposed by the api.
This request intentionally only targets some functions since we don't have stable &mut in const contexts along with a bunch of other const stuff that is still nightly.
I don't expect that iced will ever become 100% const, that's unreasonable to assume due to the fact iced needs liballoc around the crate.
-
Updated
Jan 26, 2018 - Pascal
-
Updated
Feb 26, 2021 - Python
I have just recently installed RARS as a replacement for RVS and there doesn't seem to be the ability to display the hex and decimal value at the same time.
If there is already a way to do this apologies for the issue.
Breakpoint weirdness
-
Updated
Nov 18, 2021 - JavaScript
-
Updated
Feb 16, 2022 - Java
-
Updated
Sep 7, 2021 - Rust
-
Updated
Jan 30, 2022 - Rust
-
Updated
Dec 24, 2017 - WebAssembly
-
Updated
Dec 20, 2021 - C++
-
Updated
Oct 31, 2016 - JavaScript
-
Updated
Feb 15, 2022 - C++
-
Updated
Sep 30, 2021 - Python

Our users are often confused by the output from programs such as zip2john sometimes being very large (multi-gigabyte). Maybe we should identify and enhance these programs to output a message to stderr to explain to users that it's normal for the output to be very large - maybe always or maybe only when the output size is above a threshold (e.g., 1 million bytes?)