Skip to content

Instantly share code, notes, and snippets.

View balitax's full-sized avatar
🏠
Working from home

Agus Cahyono balitax

🏠
Working from home
View GitHub Profile
import SwiftUI
import UIKit
protocol HasRootNavigationController {
var rootVC:UINavigationController? { get }
func push<Content:View>(view: Content, animated:Bool)
func setRootNavigation<Content:View>(views:[Content], animated:Bool)
func pop(animated: Bool)
func popToRoot(animated: Bool)
@balitax
balitax / blogspot-list.php
Created June 30, 2016 04:53 — forked from arbo77/blogspot-list.php
Blogspot content parser using PHP CUrl, last update using Google Blogger API
<?php
/*
* read more on :
* https://developers.google.com/blogger/docs/3.0/getting_started
*
*/
$key["server"] = "YOUR_BLOGGER_API_KEY";
$blogId = "YOUR_BLOG_API";

This uses Twitter Bootstrap classes for CodeIgniter pagination.

Drop this file into application/config.