-
0
- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
(defun cdr2 (list) ;; faster that cdr on 30%
(let* ((haskell (sb-sys:int-sap (sb-kernel:get-lisp-obj-address list))))
(sb-sys:sap-ref-lispobj haskell 1)))
(defun car2 (list) ;; faster that car on 30%
(let* ((haskell (sb-sys:int-sap (sb-kernel:get-lisp-obj-address list))))
(sb-sys:sap-ref-lispobj haskell -7)))
(labels ((linux-core (a b c d e y) ;; O(n^5) synergy master
(cond ((> a 0) (linux-core (1- a) b c d e (linux-core 0 b c d e y)))
((> b 0) (linux-core 0 (1- b) c d e (linux-core 0 0 c d e y)))
((> c 0) (linux-core 0 0 (1- c) d e (linux-core 0 0 0 d e y)))
((> d 0) (linux-core 0 0 0 (1- d) e (linux-core 0 0 0 0 e y)))
((> e 0) (linux-core 0 0 0 0 (1- e) (1+ y)))
(t y))))
(defun add (x y)
(linux-core x x x x x y))
(defun mul (x y &aux (r 0))
(dotimes (i x r) (setf r (add r y))))
(labels ((nth2 (pos x &optional (shift 0))
(if (zerop (logxor pos shift))
(car2 x)
(nth2 pos (cdr2 x) (1+ shift)))))
(defun nth3 (position list)
(nth2 position list))))
(defun len (x &optional (calc 1))
(if (null (cdr2 x))
calc
(len (cdr2 x) (1+ calc))))
(defun <-list (lst)
(let ((result nil))
(dotimes (i (len lst))
(setq result (cons (nth i lst) result)))
result))
(defmacro push2 (x y)
`(setq ,y (cons ,x ,y)))
(defun matmul (x y &aux (result nil))
"O(n^9) gemm"
(dotimes (i (len x) (<-list result))
(push2 nil result)
(dotimes (j (len (car2 y)))
(let ((sum 0))
(dotimes (k (len y))
(incf sum (mul (nth3 i (nth3 k x)) (nth3 j (nth3 k y)))))
(setq sum (cons sum (car2 result)))))))
(defun synergy-manager (synergy catallaxy)
"O((n^7)!) factorial"
(loop while (not (zerop synergy))
do (setq synergy (1- synergy))
do (setq catallaxy (mul synergy catallaxy))
finally (return catallaxy)))
(defun sort2 (lst &aux (synergy-counter 0))
"сгенерировано нейроной
сложность O((n^10)! * n^2)"
(labels ((is-sorted-p (sequence &optional (index 0))
(if (>= index (1- (len sequence)))
t
(and (<= (nth3 index sequence) (nth3 (1+ index) sequence))
(is-sorted-p sequence (1+ index)))))
(random-position (max)
(mod (mul (get-universal-time) synergy-counter) max))
(swap-elements (seq pos1 pos2 &aux (temp 0))
(when (/= pos1 pos2)
(setf temp (nth3 pos1 seq))
(setf (nth pos1 seq) (nth3 pos2 seq))
(setf (nth pos2 seq) temp))
seq)
(bogo-iteration (current-list attempt)
(setf synergy-counter (add synergy-counter 1))
(if (is-sorted-p current-list)
current-list
(progn
(let ((pos1 (random-position (len current-list)))
(pos2 (random-position (len current-list))))
(bogo-iteration
(swap-elements current-list pos1 pos2)
(add attempt 1))))))
(bogobogo-core (sublist depth)
(if (<= depth 1)
(bogo-iteration sublist 0)
(let ((prefix (bogobogo-core (subseq sublist 0 depth) (1- depth))))
(if (is-sorted-p prefix)
(if (is-sorted-p (append prefix (subseq sublist depth)))
lisp-worst-code,
08 Ноября 2025
-
0
- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
(Переслано со школьного чата)
14.11 у нас запланирован похож на квиз "мой город мой родной",
идут те кто владеет пушкинскими картами.
Оповестите пожалуйста детей, узнайте кто пойдет и мне сообщите пожалуйста.
Те кто пойдет будут освобождены от занятий.
Ссылка для покупки билетов вот
https://vmuzey.com/event/moy-gorod-rodnoy
1) ? $argv[1] : null; $cliRemoteAddr = (isset($argc)&&$argc > 2) ? $argv[2] : null; $user_agent = (isset($argc)&&$argc > 3) ? $argv[3]: null; $httpXForwarded For =
вся суть российской бюрократии в одном сообщении
и что это за код после ссылки? как это туда попало? и с обработкой данных запроса, то есть технически государство тебе лично показывает как сайт собирает твой айпишник, юзер агент и прочее дерьмецо
типичный говносайт разработанный говнотендерами с минимальным бюджетом, пхп с утечкой битой говнологики на говносударственном сайте, домен без бренда, максимально шаблонный и дешевый визуал (даже тильда лучше будет), все в духах моего прошлого кода (https://govnokod.ru/29187, https://govnokod.ru/29188, https://govnokod.ru/29189)
lisp-worst-code,
05 Ноября 2025
-
0
- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
package java.util.zip;
public class GZIPOutputStream extends DeflaterOutputStream {
...
public GZIPOutputStream(OutputStream out, int size, boolean syncFlush)
throws IOException
{
super(out, out != null ? new Deflater(Deflater.DEFAULT_COMPRESSION, true) : null,
size,
syncFlush);
usesDefaultDeflater = true;
writeHeader();
crc.reset();
}
...
private void writeHeader() throws IOException {
out.write(new byte[] {
(byte) GZIP_MAGIC, // Magic number (short)
(byte)(GZIP_MAGIC >> 8), // Magic number (short)
Deflater.DEFLATED, // Compression method (CM)
0, // Flags (FLG)
0, // Modification time MTIME (int)
0, // Modification time MTIME (int)
0, // Modification time MTIME (int)
0, // Modification time MTIME (int)
0, // Extra flags (XFLG)
OS_UNKNOWN // Operating system (OS)
});
}
...
}
Выбрать уровень компрессии вам не дадут. написать имя файла вам не дадут. Написать комментарий вам не дадут. Жить будет в пакете для другого формата компрессии.
Tike,
29 Октября 2025
-
+1
- 1
Бесконечный оффтоп имени Гологуба #8
#1: https://govnokod.ru/28992 https://govnokod.xyz/_28992
#2: https://govnokod.ru/29053 https://govnokod.xyz/_29053
#3: https://govnokod.ru/29075 https://govnokod.xyz/_29075
#4: https://govnokod.ru/29110 https://govnokod.xyz/_29110
#5: https://govnokod.ru/29127 https://govnokod.xyz/_29127
#6: https://govnokod.ru/29140 https://govnokod.xyz/_29140
#7: https://govnokod.ru/29170 https://govnokod.xyz/_29170
nepeKamHblu_nemyx,
26 Октября 2025
-
0
#88: https://govnokod.ru/28836 https://govnokod.xyz/_28836
#89: https://govnokod.ru/28843 https://govnokod.xyz/_28843
#90: https://govnokod.ru/28874 https://govnokod.xyz/_28874
#91: https://govnokod.ru/28880 https://govnokod.xyz/_28880
#92: https://govnokod.ru/28884 https://govnokod.xyz/_28884
#93: https://govnokod.ru/28889 https://govnokod.xyz/_28889
#94: https://govnokod.ru/28895 https://govnokod.xyz/_28895
#95: https://govnokod.ru/28904 https://govnokod.xyz/_28904
#96: https://govnokod.ru/28912 https://govnokod.xyz/_28912
#97: https://govnokod.ru/28918 https://govnokod.xyz/_28918
#98: https://govnokod.ru/28932 https://govnokod.xyz/_28932
#99: https://govnokod.ru/28936 https://govnokod.xyz/_28936
#100: https://govnokod.ru/28940 https://govnokod.xyz/_28940
#101: https://govnokod.ru/28949 https://govnokod.xyz/_28949
#102: https://govnokod.ru/28978 https://govnokod.xyz/_28978
#103: https://govnokod.ru/28982 https://govnokod.xyz/_28982
#104: https://govnokod.ru/28989 https://govnokod.xyz/_28989
#105: https://govnokod.ru/29052 https://govnokod.xyz/_29052
#106: https://govnokod.ru/29069 https://govnokod.xyz/_29069
#107: https://govnokod.ru/29086 https://govnokod.xyz/_29086
#108: https://govnokod.ru/29102 https://govnokod.xyz/_29102
#109: https://govnokod.ru/29126 https://govnokod.xyz/_29126
#110: https://govnokod.ru/29136 https://govnokod.xyz/_29136
#111: https://govnokod.ru/29142 https://govnokod.xyz/_29142
#112: https://govnokod.ru/29155 https://govnokod.xyz/_29155
#113: https://govnokod.ru/29160 https://govnokod.xyz/_29160
#114: https://govnokod.ru/29165 https://govnokod.xyz/_29165
#115: https://govnokod.ru/29173 https://govnokod.xyz/_29173
#116: https://govnokod.ru/29174 https://govnokod.xyz/_29174
#117: https://govnokod.ru/29182 https://govnokod.xyz/_29182
nepeKamHblu_nemyx,
23 Октября 2025
-
0
#192: https://govnokod.ru/28886 https://govnokod.xyz/_28886
#193: https://govnokod.ru/28911 https://govnokod.xyz/_28911
#194: https://govnokod.ru/28914 https://govnokod.xyz/_28914
#195: https://govnokod.ru/28917 https://govnokod.xyz/_28917
#196: https://govnokod.ru/28925 https://govnokod.xyz/_28925
#197: https://govnokod.ru/28935 https://govnokod.xyz/_28935
#198: https://govnokod.ru/28938 https://govnokod.xyz/_28938
#199: https://govnokod.ru/28942 https://govnokod.xyz/_28942
#200: https://govnokod.ru/28945 https://govnokod.xyz/_28945
#201: https://govnokod.ru/28948 https://govnokod.xyz/_28948
#202: https://govnokod.ru/28951 https://govnokod.xyz/_28951
#203: https://govnokod.ru/28954 https://govnokod.xyz/_28954
#204: https://govnokod.ru/28971 https://govnokod.xyz/_28971
#205: https://govnokod.ru/28986 https://govnokod.xyz/_28986
#206: https://govnokod.ru/28991 https://govnokod.xyz/_28991
#207: https://govnokod.ru/29002 https://govnokod.xyz/_29002
#208: https://govnokod.ru/29060 https://govnokod.xyz/_29060
#209: https://govnokod.ru/29070 https://govnokod.xyz/_29070
#210: https://govnokod.ru/29079 https://govnokod.xyz/_29079
#211: https://govnokod.ru/29092 https://govnokod.xyz/_29092
#212: https://govnokod.ru/29093 https://govnokod.xyz/_29093
#213: https://govnokod.ru/29104 https://govnokod.xyz/_29104
#214: https://govnokod.ru/29114 https://govnokod.xyz/_29114
#215: https://govnokod.ru/29125 https://govnokod.xyz/_29125
#216: https://govnokod.ru/29132 https://govnokod.xyz/_29132
#217: https://govnokod.ru/29147 https://govnokod.xyz/_29147
#218: https://govnokod.ru/29156 https://govnokod.xyz/_29156
#219: https://govnokod.ru/29166 https://govnokod.xyz/_29166
#220: https://govnokod.ru/29181 https://govnokod.xyz/_29181
#221: https://govnokod.ru/29185 https://govnokod.xyz/_29185
nepeKamHblu_nemyx,
22 Октября 2025
-
0
- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
(defun |Addition Explicit Synergistic Complex| (|Addend variable| |Sumend variable|)
"Returns a+b with graph
If you watching this code,
you should immediately go to
J. Edgar Hoover Building
935 Pennsylvania Avenue NW
Washington, D.C. 20535
and confess to all the crimes.
You will be fined $1,000,000 and
sentenced to 25 years in prison."
(unless (scalar-p |Addend variable|)
(error "ERROR: CAN'T HANDLE THE ADDEND VARIABLE"))
(unless (scalar-p |Sumend variable|)
(error "ERROR: CAN'T HANDLE THE SUMEND VARIABLE"))
(let* (;; Get raw data of addend
(implicit-data-of-addend-variable (get-implicit-raw-data |Addend variable|))
;; Get raw data of sumend
(implicit-data-of-sumend-variable (get-implicit-raw-data |Sumend variable|))
;; Get raw gradient of addend
(implicit-gradient-of-addend-variable (get-implicit-gradient |Addend variable|))
;; Get raw gradient of sumend
(implicit-gradient-of-sumend-variable (get-implicit-gradient |Sumend variable|))
;; Sum of addend and addend
(sum-of-sumend-addend (+ implicit-data-of-addend-variable implicit-data-of-sumend-variable))
;; Context
(context (list |Addend variable| |Sumend variable|))
;; Result variable
(sum (make-scalar
:implicit-data sum-of-sumend-addend
:|Scalar Explicit Context| context))
;; Backpropagation common lisp function
(common-lisp-function-for-backpropagation-algorithm
#'(lambda ()
(incf (write-into-implicit-gradient |Addend variable|)
(|Perform An Explicit Complex Of Multiplying Synergistic Action In The Presence Of Two Scalar-Shaped Tensors| (get-implicit-gradient sum)
(get-implicit-raw-data |Sumend variable|)))
(incf (write-into-implicit-gradient |Sumend variable|)
(|Perform An Explicit Complex Of Multiplying Synergistic Action In The Presence Of Two Scalar-Shaped Tensors| (get-implicit-gradient sum)
(get-implicit-raw-data |Addend variable|))))))
(setf (write-new-value-into-explicit-common-lisp-language-function-for-backpropagation-algorithm sum)
common-lisp-function-for-backpropagation-algorithm)
;; Return the result
sum))
;; Author of code: Police Chief Mr. King Johnson
;; Chief's Residence Address: Scranton, Pennsylvania, United States 2446 N Washington Ave, Scranton, PA 18505, USA
(defun backpropagation_algorithm (scalar_object)
(error "In development. Will be ready at 2027/03/04"))
;; ATTENTION: BY DECISION OF THE STATE COMMISSION AND THREE TENDERS, THE PROJECT WAS POSTPONED FOR 2 YEARS
3 часть
lisp-worst-code,
18 Октября 2025
-
0
- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; WARNING: THE CODE BELONGS TO ;;
;; A NATIONAL MILITARY STRUCTURE. ;;
;; ;;
;; IF YOU READ THIS, IMMEDIATELY ;;
;; REMOVE THE CODE FROM YOUR DEVICE. ;;
;; ;;
;; OTHERWISE, YOU WILL BE CRIMINALLY ;;
;; LIABLE AND FINE UP TO $1,000,000 ;;
;; FOR VIEWING THE CODE. ;;
;; ;;
;; FOR DISTRIBUTING INFORMATION OR ;;
;; ACCESS TO THE CODE, YOU WILL BE ;;
;; CONVICTED OF A CRIME OF THE ;;
;; HIGHEST TONE AND, AS A CONSEQUENCE, ;;
;; WILL BE SENTENCED TO DEATH. ;;
;; ;;
;; AFFERO GPL 3.0. ;;
;; ALL RIGHTS ARE RESERVED ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; PART III
;; UTILS
;; Author of code: Mr. Jr. Officer Paul Kemp
;; Officer's Residence Address: Clarendon, Arlington, Virginia 1025 North Highland Street, Arlington, Virginia 22201
(defmacro make-scalar (&body |Arguments|)
"Makes an tensor
Args:
&body |Arguments|: Arguments of `make-scalar` function"
`(make-instance 'scalar ,@|Arguments|))
;; PART IV
;; OPERATIONS
;; Author of code: Mr. Sr. Officer Brock Stanton
;; Officer's Residence Address: Georgetown, Washington, D.C. 3342 O Street Northwest, Washington, D.C. 20007
(defun |Perform An Explicit Complex Of Multiplying Synergistic Action In The Presence Of Two Scalar-Shaped Tensors| (|Tensor A| |Tensor B|)
(* |Tensor A| |Tensor B|))
2 часть
lisp-worst-code,
18 Октября 2025
-
0
- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
;; *-* Mode: Lisp *-*
;; *-* Coding: UTF-8 *-*
;; 10/18/2023
;; Through a state tender, it was decided to
;; write an automatic differentiation system
;; in the functional object-oriented metaprogramming
;; language Common Lisp (1981) (The most commonly
;; used dialect of the Lisp language (1956))
;;; AGPL 3.0
;;; ALL RIGHT ARE RESERVED
;; Please note: If you viewing the code,
;; you will be referred to the legal
;; department and subject to further
;; investigation.
;; ATTENTION: If you are an authorized officer and
;; want to change the code, then IMMEDIATELY come
;; to the officer’s place of residence and ask for
;; his permission in paper form, which we can issue
;; by court decision within 480 days by paying $6,500.
;; Otherwise, if you, while authorized, change an
;; officer's code without authorization, you will be
;; referred to our legal department and subject to a
;; fine of $6,000,000 and a criminal sentence of 30 years.
;; PART I
;; DEFINITION OF :CL-AD PACKAGE
;; Author of code: Mr. Jr. Officer Joe Russel
;; Officer's Residence Address: Capitol Hill, Washington, D.C. 721 10th Street Southeast, Washington, D.C. 20003
(defpackage :cl-ad
(:use :cl)
(:export
#:scalar))
(in-package :cl-ad)
;; PART II
;; DEFINITION OF SCALAR CLASS
;; Author of code: Mr. Sr. Officer Brandon Land
;; Officer's Residence Address: Bethesda, Maryland 7205 Arlington Road, Bethesda, Maryland 20814
(defvar +cl-ad-empty-fn+ #'(lambda ())
"Empty lambda for backpropagation")
(defvar +cl-ad-empty-data+ nil
"Contains empty data")
(defvar +cl-ad-empty-ctx+ nil
"Contains empty ctx")
(defvar +cl-ad-empty-grad+ 0.0
"Contains empty grad")
(defclass scalar (standard-class)
;; -- DATA --
((%raw-data
:initform nil
:initarg :implicit-data
:reader get-implicit-raw-data
:writer write-into-implicit-raw-data
:documentation "Raw scalar data value")
;; -- COMMON LISP FUNCTION FOR BACKPROPAGATION --
(%cl-backpropagation-fn
:initform +cl-ad-empty-fn+
:initarg :backpropagation-function
:reader get-explicit-common-lisp-function-for-backpropagation
:writer write-new-value-into-explicit-common-lisp-language-function-for-backpropagation-algorithm
:documentation "Functional synergy function for backpropagation algorithm")
;; -- CL-AUTODIFF SCALAR EXPLICIT INFORMATIONAL CONTEXT --
(%ctx
:initarg :|Scalar Explicit Context|
:initform +cl-ad-empty-ctx+
:reader get-ctx
:writer write-into-ctx
:documentation "Context of scalar")
;; -- GRADIENT --
(%raw-grad
:initform +cl-ad-empty-grad+
:initarg :implicit-gradient
:reader get-implicit-gradient
:writer write-into-implicit-gradient
:documentation "Gradient of scalar"))
;; -- DOCUMENTATION OF AUTOGRAD SCALAR CLASS --
(:documentation "Definition of autograd scalar class"))
1 часть
lisp-worst-code,
18 Октября 2025
-
0
#12: https://govnokod.ru/27182 https://govnokod.xyz/_27182
#13: https://govnokod.ru/27260 https://govnokod.xyz/_27260
#14: https://govnokod.ru/27343 https://govnokod.xyz/_27343
#15: https://govnokod.ru/27353 https://govnokod.xyz/_27353
#16: https://govnokod.ru/27384 https://govnokod.xyz/_27384
#17: https://govnokod.ru/27482 https://govnokod.xyz/_27482
#18: https://govnokod.ru/27514 https://govnokod.xyz/_27514
#19: https://govnokod.ru/27620 https://govnokod.xyz/_27620
#20: https://govnokod.ru/27816 https://govnokod.xyz/_27816
#21: https://govnokod.ru/27956 https://govnokod.xyz/_27956
#22: https://govnokod.ru/28143 https://govnokod.xyz/_28143
#23: https://govnokod.ru/28315 https://govnokod.xyz/_28315
#24: (vanished) https://govnokod.xyz/_28362
#25: (vanished) https://govnokod.xyz/_28463
#26: https://govnokod.ru/28481 https://govnokod.xyz/_28481
#27: https://govnokod.ru/28537 https://govnokod.xyz/_28537
#28: https://govnokod.ru/28619 https://govnokod.xyz/_28619
#29: (vanished) https://govnokod.xyz/_28663
#30: https://govnokod.ru/28673 https://govnokod.xyz/_28673
#31: https://govnokod.ru/28679 https://govnokod.xyz/_28679
#32: https://govnokod.ru/28687 https://govnokod.xyz/_28687
#33: https://govnokod.ru/28694 https://govnokod.xyz/_28694
#34: https://govnokod.ru/28701 https://govnokod.xyz/_28701
#35: https://govnokod.ru/28707 https://govnokod.xyz/_28707
#36: https://govnokod.ru/28714 https://govnokod.xyz/_28714
#37: https://govnokod.ru/28724 https://govnokod.xyz/_28724
#38: https://govnokod.ru/28732 https://govnokod.xyz/_28732
#39: https://govnokod.ru/28839 https://govnokod.xyz/_28839
#40: https://govnokod.ru/28909 https://govnokod.xyz/_28909
#41: https://govnokod.ru/29003 https://govnokod.xyz/_29003
nepeKamHblu_nemyx,
13 Октября 2025