tigran's Stars
mtdvio/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
swiftlang/swift
The Swift Programming Language
aymericdamien/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
discourse/discourse
A platform for community discussion. Free, open, simple.
Stability-AI/stablediffusion
High-Resolution Image Synthesis with Latent Diffusion Models
kodecocodes/swift-algorithm-club
Algorithms and data structures in Swift, with explanations!
jamiebuilds/the-super-tiny-compiler
:snowman: Possibly the smallest compiler ever
black-forest-labs/flux
Official inference repo for FLUX.1 models
apple/ml-stable-diffusion
Stable Diffusion with Core ML on Apple Silicon
ryanburgess/engineer-manager
A list of engineering manager resource links.
nst/iOS-Runtime-Headers
iOS Objective-C headers as derived from runtime introspection
TelegramMessenger/Telegram-iOS
Telegram-iOS
apple/swift-corelibs-foundation
The Foundation Project, providing core utilities, internationalization, and OS independence
onmyway133/awesome-ios-architecture
:japanese_castle: Better ways to structure iOS apps
peter-iakovlev/Telegram
Telegram Messenger for iOS
huggingface/swift-coreml-diffusers
Swift app demonstrating Core ML Stable Diffusion
apple/swift-corelibs-libdispatch
The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware
apple/swift-foundation
The Foundation project
kennytm/iphone-private-frameworks
Headers for private frameworks or undocumented interfaces of iPhoneOS 3.x or before (4.x is not supported yet).
nst/objc_dep
Graph the import dependancies in an Objective-C project
torrvision/crfasrnn
This repository contains the source code for the semantic image segmentation method described in the ICCV 2015 paper: Conditional Random Fields as Recurrent Neural Networks. http://crfasrnn.torr.vision/
attaswift/Attabench
Microbenchmarking app for Swift with nice log-log plots
ole/whats-new-in-swift-4-2
An Xcode playground demonstrating the new features in in Swift 4.2.
sashakid/ios-guide
Список вопросов и ответов, а также базовая информация, необходимая в подготовке к интервью на iOS разработчика
juuso/keychaindump
A proof-of-concept tool for reading OS X keychain passwords
igorkulman/SwiftPascalInterpreter
Simple Swift interpreter for the Pascal language inspired by the Let’s Build A Simple Interpreter article series.
gnustep/libs-quartzcore
GNUstep QuartzCore, an implementation of the Core Animation APIs intended for use with GNUstep
avaidyam/DIYAnimation
Core Animation. Rewritten from scratch. Swift.
PicsArt/stateful
Stateful is a Kotlin library which makes Android application development faster and easier.
randomsequence/vImage-Morphology
Example usage of vImageDilate_ARGB8888 & vImageErode_ARGB8888 for iOS