Discover gists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Disable Jira Click Edit | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Disable click edit in Jira issue descriptions | |
// @author fanuch | |
// @match https://*.atlassian.net/browse/* | |
// @match https://*.atlassian.net/jira/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=atlassian.net | |
// @grant none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-208106577-3430488093-340667708-1000</user> | |
<keys> | |
<key installerType="Custom" displayName="FACEIT" displayVersion="2.0.41"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FACEIT</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[C:\Users\vagrant\AppData\Local\FACEIT]]></InstallLocation> | |
<UninstallString><![CDATA["C:\Users\vagrant\AppData\Local\FACEIT\Update.exe" --uninstall -s]]></UninstallString> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Env : sandbox | |
clientPrivateKey : 0xc2aa66ad36626be40937356bdff07ed6d1d8d2e0bd4ec2c6b991b29e3f7a302c | |
clientSWA : 0xC06Cb1847f8cd185EB61980ec78311A1935c3Fd5 | |
Response : | |
{ | |
"jsonrpc": "2.0", | |
"id": "a0a75d90-e73a-4684-b565-38e7562193c5", | |
"error": { | |
"code": -32603, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.ArrayList; | |
import java.util.Arrays; | |
import java.util.HashMap; | |
import java.util.List; | |
public class LogicTest { | |
public static void main(String[] args) { | |
String[] words = {"cook", "save", "taste", "aves", "vase", "state", "map"}; | |
List<List<String>> groupedAnagrams = groupAnagrams(words); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\javadecompiler-gui\javadecompiler-gui.nupkg" checksum="50606FFA9BDB85BA973F8949D7ED9622" /> | |
<file path="C:\ProgramData\chocolatey\lib\javadecompiler-gui\javadecompiler-gui.nuspec" checksum="AF0BC17C5B7BE3211322C3144678C322" /> | |
<file path="C:\ProgramData\chocolatey\lib\javadecompiler-gui\jd-gui-windows-1.6.6.zip.txt" checksum="E641483DE11DC780044F3134E033C8C6" /> | |
<file path="C:\ProgramData\chocolatey\lib\javadecompiler-gui\tools\chocolateyInstall.ps1" checksum="52201E152C8B7EFD64487BFA69C164AC" /> | |
<file path="C:\ProgramData\chocolatey\lib\javadecompiler-gui\tools\chocolateyUninstall.ps1" checksum="B0E676F23947498B13435F5E6BA07E7C" /> | |
<file path="C:\ProgramData\chocolatey\lib\javadecompiler-gui\tools\jd-gui-windows-1.6.6\jd-gui.exe" checksum="51489FEED6CFC0D0B44C4C396A83231B" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MYSQL_ROOT_PASSWORD=MySQLRootPassword | |
MYSQL_DATABASE=MySQLDatabaseName | |
MYSQL_USER=MySQLUsername | |
MYSQL_PASSWORD=MySQLUserPassword |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\unar\unar.nupkg" checksum="4C2556AB49B6644A6CE24B6EB55743F5" /> | |
<file path="C:\ProgramData\chocolatey\lib\unar\unar.nuspec" checksum="0AD46445EF7803F34734312FE1FA841A" /> | |
<file path="C:\ProgramData\chocolatey\lib\unar\unarWindows.zip.txt" checksum="83BBB1B9E40FA8B16099BAFAB3201794" /> | |
<file path="C:\ProgramData\chocolatey\lib\unar\tools\chocolateyinstall.ps1" checksum="F1BF6B0EC79864F2368E79E8B3C499B3" /> | |
<file path="C:\ProgramData\chocolatey\lib\unar\tools\Foundation.1.0.dll" checksum="71C1693F1E1399CAEBBE46BAA6B0C4FE" /> | |
<file path="C:\ProgramData\chocolatey\lib\unar\tools\lsar.exe" checksum="BB3F25BAD12D582927C042F983FA10AD" /> | |
<file path="C:\ProgramData\chocolatey\lib\unar\tools\unar.exe" checksum="4B6F8225C6D1B9A6DF74378B9EE37D4F" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-03-13 11:29:18,464 2280 [DEBUG] - XmlConfiguration is now operational | |
2025-03-13 11:29:18,728 2280 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-03-13 11:29:18,744 2280 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-03-13 11:29:18,760 2280 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-03-13 11:29:18,760 2280 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco' | |
2025-03-13 11:29:18,778 2280 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-03-13 11:29:18,778 2280 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco' | |
2025-03-13 11:29:18,791 2280 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-03-13 11:29:18,791 2280 [DEBUG] - Adding new typ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-208106577-3430488093-340667708-1000</user> | |
<keys> | |
<key installerType="InnoSetup" displayName="SCARM 1.9.7" displayVersion="1.9.7"> | |
<RegistryView>Registry32</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9BF3D390-A0AD-4733-AFC8-18E306B8E219}_is1</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[C:\Program Files (x86)\SCARM\]]></InstallLocation> | |
<UninstallString><![CDATA["C:\Program Files (x86)\SCARM\unins000.exe" /SILENT]]></UninstallString> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import hashlib | |
import json | |
def generate_hash(email, secret_key): | |
""" | |
Generate a hash based on the user's email and a secret key. | |
Args: | |
email (str): User's email address | |
secret_key (str): Secret key for hashing |