Skip to content

Instantly share code, notes, and snippets.

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

Oluwaseun John Senjonnes

🏠
Working from home
  • Lagos Nigeria
View GitHub Profile
@Senjonnes
Senjonnes / mysql_countries.sql
Created March 29, 2021 14:27 — forked from kamermans/mysql_countries.sql
MySQL Dump - continents and countries with 2 and 3 char codes, names and full names - Braintree compatible as of Dec 2011
/**
* Continents and Countries MySQL Tables compiled from Wikipedia, Braintree Payments documentation
* and a couple other places I don't recall at the moment. This data is compatible with the Braintree
* Payment API as of Dec 2011
*
* Compiled by Steve Kamerman, 2011
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
@Senjonnes
Senjonnes / index.html
Created June 6, 2019 21:50 — forked from rxtur/index.html
Adds simple paging to Bootstrap list
<!doctype html>
<head>
<title>Bootstrap list pager</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="row">
<div class="col-lg-1"></div>