Skip to content

Instantly share code, notes, and snippets.

View NarekChang's full-sized avatar
🇦🇲

narek NarekChang

🇦🇲
View GitHub Profile
{"items":[{"taken_at":1648891033,"pk":2807423768023957677,"id":"2807423768023957677_39127040053","device_timestamp":1648891012875703,"media_type":2,"code":"Cb1-QrrDoCt","client_cache_key":"MjgwNzQyMzc2ODAyMzk1NzY3Nw==.2","filter_type":0,"is_unified_video":false,"user":{"pk":39127040053,"username":"hasbulla_officiall","full_name":"Hasbulla_777","is_private":false,"profile_pic_url":"https://scontent-frx5-1.cdninstagram.com/v/t51.2885-19/186662244_764577084261566_8253166335942879522_n.jpg?stp=dst-jpg_s150x150&_nc_ht=scontent-frx5-1.cdninstagram.com&_nc_cat=1&_nc_ohc=ekfwRDcn0HQAX-RLCO5&edm=APfKNqwBAAAA&ccb=7-4&oh=00_AT9s53jOm-YS9GfvyQXSXNIrCsHjcY3HhUSg1e_eMSnXRw&oe=625B116F&_nc_sid=74f7ba","profile_pic_id":"2575785003638202578_39127040053","friendship_status":{"following":false,"outgoing_request":false,"is_bestie":false,"is_restricted":false,"is_feed_favorite":false},"is_verified":false,"follow_friction_type":0,"growth_friction_info":{"has_active_interventions":false,"interventions":{}},"account_badges":[],"has_
import Foundation
import CoreLocation
import Combine
final class LocationManager: NSObject, CLLocationManagerDelegate {
// Dependencies
private lazy var locationManager: CLLocationManager = {
let manager = CLLocationManager()
manager.delegate = self
let cursor = 0;
let myVal = [];
render(MyComp); // [201, 301, 401]
render(MyComp); // [202, 302, 402]
render(MyComp);
render(MyComp); // [204, 304, 404]
// cursor = 0, myVal = []
// cursor = 1, myVal = [200]

Предлагаю время: вторник 10:30 вечер, говорить 1 час

Предложение по темам:

  1. фильм однаждый в америке
  2. фильм пролетая над гнездом кукушки
  3. привычки, с который каждый хочет убить в себе
@NarekChang
NarekChang / shaker_apps.json
Last active February 15, 2021 07:06
Shaker apps
{
"name": "ArtWalls",
"link": {
"android": "https://play.google.com/store/apps/details?id=com.artwallpapers"
}
}
2019-07-25 17:39:29.202118+0300 winmobile[2162:185205] Task <BAB249F4-C6FF-430E-AD8C-1CD294246D70>.<1> finished with error - code: -1001
2019-07-25 17:39:29.206826+0300 winmobile[2162:185209] Task <BAB249F4-C6FF-430E-AD8C-1CD294246D70>.<1> load failed with error Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={_kCFStreamErrorCodeKey=-2102, NSURLSessionDownloadTaskResumeData=<62706c69 73743030 d4010203 04050640 41582476 65727369 6f6e5824 6f626a65 63747359 24617263 68697665 72542474 6f701200 0186a0af 10140708 1f202122 23242526 272b3336 3738393a 3b3c5524 6e756c6c d3090a0b 0c151e57 4e532e6b 6579735a 4e532e6f 626a6563 74735624 636c6173 73a80d0e 0f101112 13148002 80038004 80058006 80078008 8009a816 1718191a 1b1c1d80 0a800c80 0d800e80 0f801080 11801280 135f1020 4e535552 4c536573 73696f6e 52657375 6d654375 7272656e 74526571 75657374 5f10214e 5355524c 53657373 696f6e52 6573756d 654f7269 67696e61 6c526571 75657374 5f10174e 5355524c 53657373 696f6e44 6f776e6c 6f616455 524c5f10 224e5355 524c536
@NarekChang
NarekChang / VirtualizedList.js
Created April 23, 2019 11:19
VirtualizedList Example
<VirtualizedList
windowSize={10}
data={listArr}
style={s.list}
contentContainerStyle={s.listContainer}
initialNumberToRender={10}
renderItem={({ item }) => (
<ExampleComponent />
)}
keyExtractor={(item, index) => {
import firebase_admin
import json
import datetime
import random
import sys
import os
from firebase_admin import credentials
from firebase_admin import firestore
from babel.dates import format_date