Skip to content

Instantly share code, notes, and snippets.

View mezhevikin's full-sized avatar
:octocat:

Mezhevikin Alexey mezhevikin

:octocat:
View GitHub Profile
@mezhevikin
mezhevikin / telegramproxy.md
Last active June 13, 2025 04:56 — forked from yurykovshov/telegramproxy.md
Как создать свой Socks5 proxy для Telegram

Установка SOCKS5 Proxy сервер Dante на VPS для Telegram (актуально 2025)

Шаг 1 — Купить VPS сервер

Можно взять сервер у любого зарубежного хостинг-провайдера:

// PublishedAppStorage.swift
import Combine
import SwiftUI
@propertyWrapper
struct PublishedAppStorage<Value> {
@UserDefault private var storedValue: Value
private var publisher: Publisher?
@mezhevikin
mezhevikin / MonthViewController.swift
Created April 24, 2023 13:36 — forked from mrtapac/MonthViewController.swift
UICollectionViewCompositionalLayout month calendar example
//
// MonthViewController.swift
// Calendar
//
// Created by Alexander T on 22.04.2023.
//
import UIKit
// MARK: - View Controller