Skip to content

Instantly share code, notes, and snippets.

@SolveSoul
SolveSoul / ceshi.ini
Created August 18, 2021 08:56
V380 Pro Activate ONVIF/RTSP
[CONST_PARAM]
rtsp = 1 ; RTSPЭ�飬0���ر� 1������
@tkrotoff
tkrotoff / FrontendFrameworksPopularity.md
Last active April 2, 2025 05:54
Front-end frameworks popularity (React, Vue, Angular and Svelte)
class_name ThreadInstancer
extends Node
## Instantiate a scene in a thread and adds its nodes to the scene tree in batches.
# Signals
signal scene_loaded(scene: PackedScene)
signal root_node_instantiated(node: Node)
signal node_instantiated(node: Node)
signal batch_instantiated
@ptomato
ptomato / css.md
Created August 12, 2015 04:27
GTK CSS properties
[test]: Update test/* files
[dist]: Changes to submodules, version bumps, updates to package.json
[minor]: Small changes
[doc]: Updates to documentation
[fix]: Bug fixes
[bin]: Update binary scripts associated with the project
[refactor]: Refactor of existing code
[nit]: Small code review changes mainly around style or syntax
[feat]: New features
@ArtPoon
ArtPoon / plot-skyline.R
Last active April 2, 2025 05:44
Generate a Bayesian skyline plot from BEAST log files using R
require(ape)
#' get.intervals
#'
#' Scan through BEAST tree log line-by-line and parse each
#' Newick string to retrieve the coalescent intervals
#'
#' @param treefile: (character) relative or absolute path to trees log file
#' @return List containing objects of class coalescentIntervals (ape) keyed
#' by state (MCMC step number)
@rjhansen
rjhansen / keyservers.md
Last active April 2, 2025 05:42
SKS Keyserver Network Under Attack

SKS Keyserver Network Under Attack

This work is released under a Creative Commons Attribution-NoDerivatives 4.0 International License.

Terminological Note

"OpenPGP" refers to the OpenPGP protocol, in much the same way that HTML refers to the protocol that specifies how to write a web page. "GnuPG", "SequoiaPGP", "OpenPGP.js", and others are implementations of the OpenPGP protocol in the same way that Mozilla Firefox, Google Chromium, and Microsoft Edge refer to software packages that process HTML data.

Who am I?

@zackmark29
zackmark29 / decryptchromecookies.py
Created May 16, 2021 14:19
Decrypt Chrome Cookies File (Python 3) - Windows
# Based on:
# https://gist.github.com/DakuTree/98c8362fb424351b803e
# https://gist.github.com/jordan-wright/5770442
# https://gist.github.com/DakuTree/428e5b737306937628f2944fbfdc4ffc
# https://stackoverflow.com/questions/60416350/chrome-80-how-to-decode-cookies
# https://stackoverflow.com/questions/43987779/python-module-crypto-cipher-aes-has-no-attribute-mode-ccm-even-though-pycry
import os
import json
import base64
@ObuchiYuki
ObuchiYuki / VibrancyEffect.swift
Created April 2, 2025 05:34
Vibrancy Effect for SwiftUI
//
// VibrancyEffect.swift
// MFileViewer
//
// Created by yuki on 2025/02/07.
//
import SwiftUI
public struct VibrancyEffect<Content: View>: View {
@miaucl
miaucl / RootedAndroidAVD.md
Last active April 2, 2025 05:35
Rooted Android AVD for API reverse-engineering

Preparation

Set up all tools we need.

Install Android Studio

Make sure to use custom installation and add platform-tools as well. Add following to your path (depending on your OS)