Skip to content

Instantly share code, notes, and snippets.

View JairoDuarte's full-sized avatar
😎
In action

Alfredo Jairo Duarte JairoDuarte

😎
In action
View GitHub Profile
@JairoDuarte
JairoDuarte / README-Template.md
Created March 19, 2018 16:50 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@JairoDuarte
JairoDuarte / swi-prolog Install.md
Last active January 29, 2018 17:18
Install Swi-prolog terminal

macOS / OS X

Install homebrew then run brew install swi-prolog. You can now run the Prolog shell from the command line with swipl.

Important: do not install from the official website, you will get crashes.

Windows

Install from the official website (you need at least a typical installation).

http://codesfusion.blogspot.com.br/2013/10/setup-hadoop-2x-220-on-ubuntu.html
const app = require('./lib/index'),
colors = require('colors/safe'),
{scanf} = require('nodejs-scanf');
console.log(colors.green('Please input value in format: from to money'));
console.log(colors.italic.red('Ex: USD EUR 100'));
console.log(colors.bold(':help -> if you need help'));
// input currency change and value maney
var print = function (params, params1) {