Skip to content

Instantly share code, notes, and snippets.

View Rostmen's full-sized avatar
🍄
Working from home

Rostyslav Kobizsky Rostmen

🍄
Working from home
View GitHub Profile
@Rostmen
Rostmen / debounce-throttle.swift
Created July 10, 2018 03:53 — forked from simme/debounce-throttle.swift
Swift 3 debounce & throttle
//
// debounce-throttle.swift
//
// Created by Simon Ljungberg on 19/12/16.
// License: MIT
//
import Foundation
extension TimeInterval {
@Rostmen
Rostmen / cblis.m
Created January 31, 2014 16:35 — forked from jchris/cblis.m
//
// CBLIncrementalStore.m
// CBLIncrementalStore
//
// Created by Christian Beer on 21.11.13.
// Copyright (c) 2013 Christian Beer. All rights reserved.
//
#import "CBLIncrementalStore.h"