Skip to content

Instantly share code, notes, and snippets.

View Kolesias123's full-sized avatar

Iván Bravo Bravo Kolesias123

View GitHub Profile
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<title>Aprendiendo HTML 5!</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="lang" content="es" />
<meta name="description" content="Con este sitio web aprenderas mucho" />
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<title>Aprendiendo HTML 5!</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="lang" content="es" />
<meta name="description" content="Con este sitio web aprenderas mucho" />
@Kolesias123
Kolesias123 / API
Created January 17, 2013 02:01
Adelanto de uso de la API de InfoSmart Cuentas en BeatRock
<?
# ¡BeatRock!
require 'Init.php';
# Inicializamos la SDK.
$accounts = new IC([
'public' => 'nuv5tu6kpmwjkltbc41eq9wsv8rb0',
'private' => 'cuhxezc2vi3wb5w6wre98cqhbe1q6of4txaj0pqq2eewdbsgc1vdfje9q31'
]);