git clone https://github.com/mongodb/mongo.git
cd mongo
git checkout r8.0.4
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
#!/usr/bin/python3 | |
""" | |
Recoll Query Tool with Base64 Decoder | |
This script provides a command-line interface to search using Recoll and decode base64-encoded fields | |
in the results. It returns the results as structured JSON where alternating words are treated as | |
key-value pairs, with values being base64-decoded. | |
Features: | |
- Command-line interface for Recoll searches |
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
#!/usr/bin/python3 | |
# python system tray to show and start joplin notes | |
# author: Martin Monperrus | |
# license: public domain | |
# url: https://gist.github.com/monperrus/6e43a5216179662655c50b901d0d152b | |
import pystray | |
from PIL import Image | |
import tkinter as tk | |
from tkinter import simpledialog |
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
{ | |
"full-text-retrieval-response" : { | |
"coredata" : { | |
"articleNumber" : "107654", | |
"dc:creator" : [ | |
{ | |
"$" : "Qian, Zhongsheng", | |
"@_fa" : "true" | |
}, | |
{ |
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
#!/usr/bin/env python | |
# an example implementation of Howcome for Python (debugging on program states), author: Andreas Zeller | |
import sys | |
import copy | |
def remove_html_markup(s): | |
tag = False | |
quote = False | |
out = "" |
New report, with the updates from chains-project/dirty-waters#39
How to read the results 📖
Dirty-waters has analyzed your project dependencies and found different categories for each of them:
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
{ | |
"end" : 1730668188593, | |
"endInit" : 1730668177201, | |
"executions" : [ | |
{ | |
"decisions" : [ | |
{ | |
"decisionType" : "NEW", | |
"epsilon" : 0, | |
"location" : { |
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 Github Show All Hidden Comments | |
// @description Load and show all comments on Github, credits https://github.com/refined-github/refined-github/issues/1892#issuecomment-1044913449 | |
// @url https://gist.github.com/monperrus/4f3fa3ecd4fcc9c617734acb7069869c/edit | |
// @namespace monperrus | |
// @author @rentecaaron | |
// @license Public domain | |
// @grant none | |
// @version 1.1.0 | |
// |
NewerOlder