Skip to content

Instantly share code, notes, and snippets.

View Muhand's full-sized avatar

Muhand Jumah Muhand

View GitHub Profile
@Muhand
Muhand / Bein.m3u
Created December 27, 2020 20:21
Bein
#EXTM3U
#EXTINF:-1,[COLOR yellow]By ZABI ATEF[/B][/I][/COLOR]
http://0.1.5.0:1224
#EXTINF:-1,FR:beIN Sport1
http://bit.ly/1q8LCqr
#EXTINF:-1,FR:beIN Sport2
http://bit.ly/1qvPcLD
#EXTINF:-1,FR:beIN Sport3
http://bit.ly/1YgyIBB
//
// NetworkManager.swift
//
// Created by Muhand Jumah on 10/27/19.
// Copyright © 2019 Muhand Jumah. All rights reserved.
//
import Moya
public enum API {
//
// NetworkService.swift
//
// Created by Muhand Jumah on 10/27/19.
// Copyright © 2019 Muhand Jumah. All rights reserved.
import Foundation
import Moya
@Muhand
Muhand / Quick-ES6-Setup-Heroku
Created December 24, 2017 16:35 — forked from bitgord/Quick-ES6-Setup-Heroku
Quick setup to use ES6 with Heroku
// First download node, create new folder
// Cd into new folder, npm and git init
// Create heroku app
heroku create
// install babel cli (to do compiling), babel presets (to compile the right features), express (web server)
npm install babel-cli babel-presets-es2015 express
// Create file .babelrs and add json
<?xml version="1.0" encoding="UTF-8" ?>
<Channels>
<Channel>
<ChannelName>ch1</ChannelName>
<ChannelURL>xyz.com</ChannelURL>
</Channel>
<Channel>
<ChannelName>ch2</ChannelName>
<ChannelURL>xyz.com</ChannelURL>
</Channel>