Skip to content

Instantly share code, notes, and snippets.

'use strict';
const download = require('download');
/**
* Download all ballots
*/
const dl = async (baseurl, dest) => {
const pending = [];
@EvanMcBroom
EvanMcBroom / fireeye-tools.md
Last active October 13, 2023 08:16
FireEye Red Team Tools - Notes

FireEye Red Team Tools - Notes

These are my notes on FireEye's yara rules for it's red team's tools.

These are the public projects that I could identify to be directly associated with a tool:

Project Source
AndrewSpecial https://github.com/hoangprod/AndrewSpecial
BloodHound https://github.com/BloodHoundAD/BloodHound
{
// Editor
// Controls whether the editor shows CodeLens.
"diffEditor.codeLens": false,
// When enabled, the diff editor ignores changes in leading or trailing whitespace.
"diffEditor.ignoreTrimWhitespace": true,
// Timeout in milliseconds after which diff computation is cancelled. Use 0 for no timeout.
@dpy-manager-bot
dpy-manager-bot / AceNation_BOT.py
Created October 26, 2020 21:21
A file by Copy💎#3588 in the discord.py guild
```python
# TODO fix hola to pick random string from frases.
# TODO work on timer and other functions****
import discord
import random
import time
from discord.ext import commands, tasks
from discord.utils import get
@zicklag
zicklag / README.md
Created August 12, 2020 23:42
Bevy Dynamic Systems & Components Design Plan

Bevy Dynamic Systems & Components Design Plan

Design Changes

TypeId -> ComponentId

TypeId's ( which have some discussion about the formulation of which in this issue ) would need to become ComponentId's as they are ID's that must be unique to a specific component that may or may not be associated to a Rust type.

@jonschlinkert
jonschlinkert / first-amendment.md
Last active November 16, 2021 17:36
Free speech is not without exceptions.

What Does Free Speech Mean?

Among other cherished values, the First Amendment protects freedom of speech. The U.S. Supreme Court often has struggled to determine what exactly constitutes protected speech. The following are examples of speech, both direct (words) and symbolic (actions), that the Court has decided are either entitled to First Amendment protections, or not.

Freedom of speech includes the right:

  • Not to speak (specifically, the right not to salute the flag). West Virginia Board of Education v. Barnette, 319 U.S. 624 (1943).
  • Of students to wear black armbands to school to protest a war (“Students do not shed their constitutional rights at the schoolhouse gate.”). Tinker v. Des Moines, 393 U.S. 503 (1969).
  • To use certain offensive words and phrases to convey political messages. Cohen v. California, 403 U.S. 15 (1971).
  • To contribute money (under certain circumstances) to political campaigns. Buckley v. Valeo, 424 U.S. 1 (1976).
@Zzz9194
Zzz9194 / discord_colors.md
Last active April 4, 2022 02:05
Guide to certain elements of discord.py people may be confused about

Get cool colors for your embeds!

discord.Color and discord.Colour are BOTH acceptable

Discord.py has a bunch of colors pre-stored as classmethods

import discord

# Maybe use a hex value??!!?!?!
Maintainers:
joelburget: _1password, _1password, _1password
marsam: _1password, _1password, _1password
ivarwithoutbones: _1password, _1password, _1password
diff --git a/node_modules/react-update-url-on-scroll/lib/Manager.js b/node_modules/react-update-url-on-scroll/lib/Manager.js
index 6e8de9f..7cb49c4 100644
--- a/node_modules/react-update-url-on-scroll/lib/Manager.js
+++ b/node_modules/react-update-url-on-scroll/lib/Manager.js
@@ -18,11 +18,11 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
var defaultConfig = {
affectHistory: false,
- debounce: 100,
keepLastAnchorHash: false,