Skip to content

Instantly share code, notes, and snippets.

View Seele0oO's full-sized avatar
🫥

Seele Seele0oO

🫥
View GitHub Profile
@Seele0oO
Seele0oO / BitcoinHashRandom.ipynb
Last active January 29, 2023 02:53
TrueRandom.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
6月 10 20:00:39 FA5II06 kernel: TSC synchronization [CPU#0 -> CPU#8]:
6月 10 20:00:39 FA5II06 kernel: Measured 4582 cycles TSC warp between CPUs, turning off TSC clock.
6月 10 20:00:39 FA5II06 kernel: #9 #10 #11 #12 #13 #14 #15
6月 10 20:00:39 FA5II06 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP4.WLAN], AE_NOT_FOUND (20210730/dswload2-162)
6月 10 20:00:39 FA5II06 kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
6月 10 20:00:39 FA5II06 kernel: Expanded resource Reserved due to conflict with PCI Bus 0000:00
6月 10 20:00:39 FA5II06 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
6月 10 20:00:39 FA5II06 kernel: pci 0000:00:00.2: PCI INT A: not connected
6月 10 20:00:39 FA5II06 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_TZ.THRM._SCP.CTYP], AE_NOT_FOUND (20210730/psargs-330)
6月 10 20:00:39 FA5II06 kernel: ACPI Error: Aborting method \_TZ.THRM._SCP due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
@Seele0oO
Seele0oO / nginx.conf
Created June 13, 2024 03:03
nexus docker repo nginx config example
server {
listen 80;
listen 15000 ssl http2;
listen [::]:15000 ssl http2;
listen [::]:80;
server_name 127.0.0.1;
index index.php index.html index.htm default.php default.htm default.html;
root /www/wwwroot/docker-registry;
# error_page 404/404.html;
@Seele0oO
Seele0oO / blackTimeIs.user.js
Last active November 15, 2024 03:30
time.is_dark
// ==UserScript==
// @name time.is black style
// @namespace https://gist.github.com/
// @version 20241115.11
// @description black ver time.is, idea from t.me/GBTBBR
// @author AlPt
// @match https://time.is/
// @icon https://www.google.com/s2/favicons?sz=64&domain=time.is
// @grant none
// @license MIT