Skip to content

Instantly share code, notes, and snippets.

View Faiyyaz's full-sized avatar

Mohammed Faiyyaz Khatri Faiyyaz

View GitHub Profile
@Faiyyaz
Faiyyaz / ViewController.swift
Created May 20, 2020 22:30
Youtube LFLiveKit example
//
// BroadCastViewController.swift
// trainer
//
// Created by Faiyyaz Khatri on 26/03/20.
// Copyright © 2020 Intro. All rights reserved.
//
import Foundation
import UIKit
// Copyright (c) 2018, the Zefyr project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:collection';
import 'dart:convert';
import 'package:html/dom.dart';
import 'package:html/parser.dart' show parse;
import 'package:notus/notus.dart';
@Faiyyaz
Faiyyaz / BaseRxJava2.java
Created January 17, 2018 07:00
Rxjava2 Wrapper
import io.reactivex.Flowable;
import io.reactivex.android.schedulers.AndroidSchedulers;
import io.reactivex.disposables.Disposable;
import io.reactivex.schedulers.Schedulers;
/**
* Created by Admin on 17-01-2018.
*/
public class BaseRxJava2<T> {