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
{ | |
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | |
"extends": [ | |
"config:recommended" | |
], | |
"packageRules": [ | |
{ | |
"matchDatasources": ["pypi"], | |
"matchPackageNames": ["homeassistant"], | |
"enabled": false |
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
# install decompiler | |
brew install dex2jar; brew install jadx; brew install apktool; brew cask install jd-gui | |
Forum:= https://groups.google.com/forum/#!forum/android-platform | |
Config:= java -Xmx512m | |
Download from:= https://bitbucket.org/mstrobel/procyon/downloads/ | |
USING apktool | |
1. apktool d sample_app.apk -o apktool_sample_app |
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 MyHeritage Names Research to Profile link | |
// @namespace https://www.myheritage.com/ | |
// @version 0.4.1 | |
// @description Jump from MyHeritage Research directly to profiles/sites | |
// @author Guy Khmelnitsky | |
// @match https://www.myheritage.com/research* | |
// @grant none | |
// ==/UserScript== |
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 python3 | |
import sys | |
from hebrew_numbers import gematria_to_int | |
from pyluach import dates | |
def main(args): | |
print (args) | |
if len(args) != 3: |