There are numerous suggestions, I'm not yet aware of any other collection.
If the list below grows to become useful, someone might like to adapt its content for the FreeBSD wiki.
https://forums.freebsd.org/posts/381779 (2018-03-17)
const domains = [ | |
"gmail.com", | |
"yahoo.com", | |
"hotmail.com", | |
"aol.com", | |
"hotmail.co.uk", | |
"hotmail.fr", | |
"msn.com", | |
"yahoo.fr", | |
"wanadoo.fr", |
""" | |
MIT License | |
Copyright (c) 2023 David Buchanan | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is |
#!/bin/bash | |
# -------------------------------------------------------------------------------------------------------------------------# | |
# 1st: Download the amdgpu-drivers from here: https://www.amd.com/de/support/kb/release-notes/rn-amdgpu-unified-navi-linux # | |
# -------------------------------------------------------------------------------------------------------------------------# | |
#=============================# | |
### CONFIG ### | |
# ADJUST VERSIONS ACCORDINGLY! | |
PACKAGE="amdgpu-pro" |
There are numerous suggestions, I'm not yet aware of any other collection.
If the list below grows to become useful, someone might like to adapt its content for the FreeBSD wiki.
https://forums.freebsd.org/posts/381779 (2018-03-17)
from sys import argv | |
from math import sqrt, ceil | |
from struct import pack, unpack | |
from PIL import Image | |
def file_to_image(data, ext): | |
size = pack(">I", len(data)) | |
full_data = bytearray(ext + '\0', 'ascii') + size + data |
0059.co.kr | |
007.no | |
007airsoft.com | |
008.vista.kz | |
01186mb.ca | |
012.ca | |
01nii.ru | |
0286776498.com | |
0286780777.com | |
02asat.photoherald.com |
This is a companion piece to my instructions on building TensorFlow from source. In particular, the aim is to install the following pieces of software
on an Ubuntu Linux system, in particular Ubuntu 20.04.
// ==UserScript== | |
// @name Spotify Ad Muter | |
// @version 1.2 | |
// @namespace http://tampermonkey.net/ | |
// @description Detects and blocks ads on Spotify. Automatically mute Spotify ads. Turn sound on again after the ad. | |
// @match https://*.spotify.com/* | |
// @grant none | |
// @run-at document-start | |
// @downloadURL https://gist.github.com/marcbelmont/1ea63270867a4e8786dd5f172d8d4489/raw | |
// @updateURL https://gist.github.com/marcbelmont/1ea63270867a4e8786dd5f172d8d4489/raw |