Skip to content

Instantly share code, notes, and snippets.

@Rajesh-jai
Rajesh-jai / schedule.html
Last active April 15, 2016 09:52
Cricket API schedule calendar view sample code using http://fullcalendar.io/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Cricket Schedule Calender view - Cricket API Static Widget from Roanuz</title>
<!-- Library required, for more info refer http://fullcalendar.io/ , http://fullcalendar.io/docs/ -->
@Rajesh-jai
Rajesh-jai / cacert.pem
Last active April 15, 2016 07:05
Cricket API PHP sample code with HTTPS issue fix
##
## Bundle of CA Root Certificates
##
## Certificate data from Mozilla as of: Wed Jan 20 04:12:04 2016
##
## This is a bundle of X.509 certificates of public Certificate Authorities
## (CA). These were automatically extracted from Mozilla's root certificates
## file (certdata.txt). This file can be found in the mozilla source tree:
## http://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt
##
@Rajesh-jai
Rajesh-jai / example.php
Last active March 29, 2016 13:47
Cricket API PHP sample code
<?php
// use ElephantIO\Client,
// ElephantIO\Engine\SocketIO\Version0X;
// require __DIR__ . '/vendor/autoload.php';
// use Ytake\WebSocket\Io;
require_once 'lzconfig.php';
require_once 'lz.php';