Skip to content

Instantly share code, notes, and snippets.

View Bilguun132's full-sized avatar

Batbold Bilguun Bilguun132

View GitHub Profile
@Bilguun132
Bilguun132 / scraper-github-trending.py
Created March 21, 2019 15:15
python-scraping-tutorial-github-trending_3
@Bilguun132
Bilguun132 / ViewController.swift
Last active March 23, 2019 06:21
iOS-Tutorial-FakeChat-ViewController-1
//
// ViewController.swift
// FakeChat
//
// Created by Bilguun Batbold on 23/3/19.
// Copyright © 2019 Bilguun. All rights reserved.
//
import UIKit
import NotificationCenter
@Bilguun132
Bilguun132 / ChatMessageCell.swift
Last active March 23, 2019 10:41
iOS-Tutorial-FakeChat-ChatMessageCell
//
// ChatMessageCell.swift
// FakeChat
//
// Created by Bilguun Batbold on 23/3/19.
// Copyright © 2019 Bilguun. All rights reserved.
//
import Foundation
import UIKit
@Bilguun132
Bilguun132 / ChatsViewController.swift
Created March 23, 2019 09:31
iOS-Tutorial-FakeChat-ChatsViewController
//
// ChatsViewController.swift
// FakeChat
//
// Created by Bilguun Batbold on 23/3/19.
// Copyright © 2019 Bilguun. All rights reserved.
//
import UIKit
@Bilguun132
Bilguun132 / ChatsViewController.swift
Created March 23, 2019 10:45
iOS-Tutorial-FakeChat-ChatsViewController-2
//
// ChatsViewController.swift
// FakeChat
//
// Created by Bilguun Batbold on 23/3/19.
// Copyright © 2019 Bilguun. All rights reserved.
//
import UIKit
import Firebase
@Bilguun132
Bilguun132 / ViewController.swift
Created March 26, 2019 06:23
ARKit-Video-Tutorial-1
//
// ViewController.swift
// Harry Pokker
//
// Created by Bilguun Batbold on 26/3/19.
// Copyright © 2019 Bilguun. All rights reserved.
//
import UIKit
import SceneKit
@Bilguun132
Bilguun132 / ViewController.swift
Created March 26, 2019 06:33
ARKit-Video-Tutorial-2
//
// ViewController.swift
// Harry Pokker
//
// Created by Bilguun Batbold on 26/3/19.
// Copyright © 2019 Bilguun. All rights reserved.
//
import UIKit
import SceneKit
@Bilguun132
Bilguun132 / ViewController.swift
Created March 26, 2019 06:52
ARKit-Video-Tutorial-2
//
// ViewController.swift
// Harry Pokker
//
// Created by Bilguun Batbold on 26/3/19.
// Copyright © 2019 Bilguun. All rights reserved.
//
import UIKit
import SceneKit
@Bilguun132
Bilguun132 / ViewController.swift
Created March 30, 2019 10:54
CoreAnimationTutorial-ViewController.swift
//
// ViewController.swift
// Core Animations
//
// Created by Bilguun Batbold on 29/3/19.
// Copyright © 2019 Bilguun. All rights reserved.
//
import UIKit
@Bilguun132
Bilguun132 / CountdownProgressBar.swift
Created March 30, 2019 10:55
CoreAnimationTutorial-CountdownProgressBar
//
// CountdownProgressBar.swift
// Core Animations
//
// Created by Bilguun Batbold on 29/3/19.
// Copyright © 2019 Bilguun. All rights reserved.
//
import Foundation
import UIKit