Playwright doesn't support Fedora distribution. Following is a description how to run the tests using Ubuntu 22.04 image using distrobox
which is fairy supported on various Linux distributions.
sudo dnf install distrobox podman
Playwright doesn't support Fedora distribution. Following is a description how to run the tests using Ubuntu 22.04 image using distrobox
which is fairy supported on various Linux distributions.
sudo dnf install distrobox podman
if (!window.decodeBackStanza) { | |
window.decodeBackStanza = require("WAWap").decodeStanza; | |
window.encodeBackStanza = require("WAWap").encodeStanza; | |
} | |
require("WAWap").decodeStanza = async (e, t) => { | |
const result = await window.decodeBackStanza(e, t); |
Note: This gist may be outdated, thanks to all contributors in comments.
adb
is the Android CLI tool with which you can interact with your android device, from your PC
You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.
Don't hesitate to read comments, there is useful tips, thanks guys for this !
import pandas as pd | |
import numpy as np | |
from nltk.stem import PorterStemmer, WordNetLemmatizer | |
from nltk.corpus import stopwords | |
from sklearn.feature_extraction.text import TfidfVectorizer | |
from sklearn import cluster | |
stemmer = PorterStemmer() |
! Title: Bad JAV sites | |
! Homepage: https://gist.github.com/theclashoftitans/08ae50b813cab62466b5e2995e3683ac | |
! Expires: 1 days | |
! To use this list, add the URL as a 3rd party filter in your AdBlock (or alike) plug-in. | |
! Deceptive, malicious or fake sites, or sites created to intentionally pollute search results. | |
! Also includes filters for ads. | |
! Report false positives to theclashoftitans at users.noreply.github.com |
# Use this script to test that your Telegram bot works. | |
# | |
# Install the dependency | |
# | |
# $ gem install telegram_bot | |
# | |
# Run the bot | |
# | |
# $ ruby bot.rb | |
# |
#!/bin/sh | |
# FILL OUT YOUR INFO HERE | |
LOGIN=PIA LOGIN HERE | |
PASSWORD=PIA PASSWORD HERE | |
USER=TRANSMISSION LOGIN HERE | |
PASS=TRANSMISSION PASSWORD HERE | |
BIN="/usr/bin/transmission-remote" | |
LOGGING="/home/USERNAME/transmission_logging.txt" |
#!/usr/bin/env python | |
import os | |
import shutil | |
import subprocess | |
# global variables | |
SYNC_DIRS = [ | |
{ | |
'src': "/Volumes/PhotoArchive/Lightroom", |