-
Updated
Nov 10, 2021 - JavaScript
analysis
Here are 4,527 public repositories matching this topic...
-
Updated
Oct 22, 2021 - JavaScript
-
Updated
Dec 11, 2020 - Java
-
Updated
Nov 3, 2021 - PHP
Expected Behavior of the rule
The empty else block is reported:
fun f() {
var i = 0
if (i == 0) {
println(i)
} else {
}
}Context
EmptyIfBlock is only reporting empty then blocks, not empty else b
-
Updated
Jan 28, 2020 - Ruby
-
Updated
Nov 6, 2021 - Python
-
Updated
Oct 23, 2020 - Java
-
Updated
Nov 10, 2021 - Python
-
Updated
Nov 5, 2021 - JavaScript
when browsing, i should be able to perf-check right from the browser and results should be siphoned back to the extension.
-
Updated
Nov 5, 2021 - C
-
Updated
May 18, 2020 - JavaScript
-
Updated
Nov 5, 2021 - Python
-
Updated
Nov 4, 2021
Is your feature request related to a problem? Please describe.
I'm always frustrated when I upload a timeline via the web UI and it times out.
Describe the solution you'd like
I'd like the form for uploading the files to also list a CLI command (with a link to docs) for uploading files.
Describe alternatives you've considered
- Update our docs so the default timeout for the w
RITA does not store information on how long an import took or how much data was processed in an import.
This ticket is to implement, at a minimum, those metrics mentioned above into the RITA logging.
-
Updated
Sep 16, 2021 - Go
Description of Problem & Solution
Right now using templates in bash requires escaping the dollar signs. Investigate using a style similar to Python instead to help with this, e.g.:
scenedetect [...] split-video -f {VIDEO_NAME}-Scene-{SCENE_NUMBER}.mp4
Proposed Implementation:
Allow both dollar signed template $VARIABLES as well as braced {VARIABLES} to mean the same thing.
The CodeChecker cmd subcommand communicates with the server via Thrift, and on a Jenkins docker image, I have tried to use it to get run information from a local CodeChecker server. The output of the CodeChecker cmd runs command was just the help message. I have found out that using a proxy is not supported right now, and the issue was solved by disabling proxy via unsetting the environmental
-
Updated
Nov 8, 2021 - Go
-
Updated
Nov 13, 2020 - C++
-
Updated
Jul 2, 2021
Improve this page
Add a description, image, and links to the analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the analysis topic, visit your repo's landing page and select "manage topics."
#1750 shows a way to debloat an object by extracting its encoding / decoding logic into a serializer class.
In this case, the
knowledge_plugins.functions.Functionmoved itsserializeandparse_from_cmgmethods.There are several places along the
angrcodebase where this pattern could be applied:angr/knowledge_plugins/cfg/cfg_model.py