Skip to content

Instantly share code, notes, and snippets.

View onofapolivio's full-sized avatar

Polivio Onofa onofapolivio

View GitHub Profile
@onofapolivio
onofapolivio / react-text-file-reader.js
Created May 23, 2018 21:30 — forked from longsangstan/react-text-file-reader.js
A React component to read text file.
import React from "react";
/*
Read a text file and out put the content.
Example Usage:
var myTxt = require("./myTxt.txt");
...
@onofapolivio
onofapolivio / slim-app-tutorial.md
Created July 12, 2018 16:19
Creating your first Slim Framework Application

Creating your first Slim Framework Application

The Slim Framework is a great micro frameworks for Web application, RESTful API's and Websites. This Tutorial shows how to create a very basic but flexible project for every use case.

Table of contents

@onofapolivio
onofapolivio / readme.md
Created August 10, 2018 14:00 — forked from kamikaze-lab/readme.md
Exportar e Importar Base de Datos MySQL
@onofapolivio
onofapolivio / word_country_data.sql
Created January 12, 2024 16:15 — forked from jaconza/word_country_data.sql
MySQL script for creation and population of country, city and countryLanguage tables with the most popular cities and countries already inserted.
-- MySQL dump 10.13 Distrib 5.1.51, for pc-linux-gnu (i686)
--
-- Host: 127.0.0.1 Database: world
-- ------------------------------------------------------
-- Server version 5.1.51-debug-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;