Run 32-bit apps on macOS Catalina 10.15+.
First install homebrew brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
1. Open CMD as Administrator | |
2. Paste the following commands into the Cmd: One by one, follow the order. | |
cscript slmgr.vbs /ipk "SERIAL NUMBER HERE" | |
Replace SERIAL NUMBER HER with any of these, according your Windows 10 installation type. | |
Home/Core TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 | |
Home/Core (Country Specific) PVMJN-6DFY6-9CCP6-7BKTT-D3WVR | |
Home/Core (Single Language) 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH |
Run 32-bit apps on macOS Catalina 10.15+.
First install homebrew brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
import subprocess | |
a = subprocess.getoutput('microk8s.ctr i ls') | |
a = a.split("\n") | |
b = [x.split(" ")[0] for x in a] | |
del b[0] | |
ii = str(input(f"Do you want to delete {len(b)} images?")) | |
if ii == "yes" or ii=="y": | |
for x in b: | |
print(subprocess.getoutput(f'microk8s.ctr i rm {x}')+" has been deleted") |
find . -type f \ | |
| xargs md5sum \ | |
| sort -k1,1 \ | |
| uniq -Dw32 \ | |
| while read hash file; do | |
[ "${prev_hash}" == "${hash}" ] && rm -v "${file}" | |
prev_hash="${hash}"; | |
done |
application/andrew-inset | |
application/applixware | |
application/atom+xml | |
application/atomcat+xml | |
application/atomsvc+xml | |
application/ccxml+xml, | |
application/cdmi-capability | |
application/cdmi-container | |
application/cdmi-domain | |
application/cdmi-object |
$domain_path="D:\fuomag9\Documents\hacking\results\$domain\" | |
$domain_txt_1="$domain"+"_1.txt" | |
$domain_txt_2="$domain"+"_2.txt" | |
$domain_txt_3="$domain"+"_3.txt" | |
$domain_result="$domain"+"_result.txt" | |
$domain_result_temp="$domain"+"_result_temp.txt" | |
$domain_txt_1_path="$domain_path\$domain_txt_1" |
import sympy | |
from sympy import * | |
X = sympy.Symbol('x') | |
#f=parse_expr(str(input("inserisci la tua funzione\n"))) | |
f=sin(X)-X**2 | |
a=float(input("inserisci il minore dell'intervallo\n")) |
/* Normal white Button as seen on Google.com*/ | |
button { | |
color: #444444; | |
background: #F3F3F3; | |
border: 1px #DADADA solid; | |
padding: 5px 10px; | |
border-radius: 2px; | |
font-weight: bold; | |
font-size: 9pt; | |
outline: none; |
// ==UserScript== | |
// @name clicca cuore auto periscope | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description try to take over the world! | |
// @author You | |
// @match https://www.pscp.tv/* | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name rimpiazza timeevent (roba di periscope) | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://www.pscp.tv/* | |
// @grant none | |
// ==/UserScript== |