Skip to content

Instantly share code, notes, and snippets.

View Kylmakalle's full-sized avatar

Sergey Akentev Kylmakalle

View GitHub Profile
@Kylmakalle
Kylmakalle / gist:3377b7581cc73b8d0e28e3e2d642372c
Last active August 26, 2023 18:46 — forked from kongtomorrow/gist:9a8530528cac708a7b48
Swift options for use with -Xllvm
swiftc -Xllvm --version /tmp/foo.swift
LLVM (http://llvm.org/):
LLVM version 14.0.3
Optimized build.
Default target: arm64-apple-darwin22.6.0
Host CPU: apple-m1
swiftc -Xllvm -help-hidden /tmp/foo.swift
USAGE: swift (LLVM option parsing) [options]
@Kylmakalle
Kylmakalle / NN.md
Created April 17, 2019 19:59 — forked from sonnyksimon/NN.md

Neural Networks

@Kylmakalle
Kylmakalle / main.py
Created August 6, 2017 19:10 — forked from gurland/main.py
How to delete all your messages from chat in telegram? Easy, just use this program
from telethon import TelegramClient
from telethon.errors import SessionPasswordNeededError
from telethon.tl.functions.messages import GetHistoryRequest
from telethon.tl.functions.channels import DeleteMessagesRequest
from telethon.tl.types.channel import Channel
import shelve
from os import listdir
from time import sleep
# Просто утилиты