-
Updated
Jan 19, 2021 - Python
cybersecurity
Here are 1,458 public repositories matching this topic...
-
Updated
Jan 19, 2021 - Go
-
Updated
Jan 22, 2020
-
Updated
Oct 30, 2020
-
Updated
Jan 15, 2021 - C++
-
Updated
Jan 19, 2021 - Go
... and the docstring is inappropriate too, therefore.
Either fix by removing argument, or implement decimation.
Probably just replacing the 1 in
self.fft_filter_xxx_3 = filter.fft_filter_fff(1, stereo_carrier_filter_coeffs_0, 1)
with audio_decimation + writing a test case.
-
Updated
Jul 19, 2020 - Shell
-
Updated
Jan 19, 2021 - Python
-
Updated
Jan 13, 2021 - JavaScript
-
Updated
Jan 18, 2021
-
Updated
Jan 14, 2021 - JavaScript
-
Updated
Jan 1, 2021
-
Updated
Jan 17, 2021 - Jupyter Notebook
-
Updated
Jan 19, 2021
-
Updated
Dec 16, 2020 - JavaScript
-
Updated
Mar 18, 2019 - Go
-
Updated
Jan 20, 2021 - Python
The project works with 8 modules < reference source/Module >
- Creating issue to accelerate/track test frame building of each module
- The test folder has a very basic example to start with.
- Feel free to make a pull request for the test cases
-
Updated
Jan 20, 2021 - Jupyter Notebook
-
Updated
Jan 7, 2021 - Python
Hi,
For safety use, it's better to have null check for all variables which are used in this function.
if (!_sessionPriv.$clientAlarmList) {
return;
}
↓
if (!_sessionPriv.$clientAlarmList
|| !_sessionPriv.$monitoredItemForAlarmList
|| !_sessionPriv.$subscriptionforAlarmList ) {
return;
}
-
Updated
Dec 23, 2018 - Python
-
Updated
Jan 16, 2021 - Python
-
Updated
Jan 14, 2021 - TypeScript
-
Updated
Jan 19, 2021 - Jupyter Notebook
-
Updated
Sep 22, 2020 - Python
Arrange the app's common assets neatly in the js/assets folder with sub-folders named by type:
- fonts
- audio (e.g notification sounds)
- images (e.g default avatar)
- etc...
And properly wire the different layers of the app (js/RN, iOS and Android) so that they can access them. For example: add a "Build Phase" in XCode that copies the sound files of the notifications to the IPA.
Note: An
-
Updated
Jan 15, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the cybersecurity topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cybersecurity topic, visit your repo's landing page and select "manage topics."
Problem in MISP/app/Lib/Export/NidsExport.php /
causes there are two rows in beggening of all rules regarding email. Bug is in row 161