Skip to content

Instantly share code, notes, and snippets.

View ConsoleTVs's full-sized avatar

Erik C. Forés ConsoleTVs

View GitHub Profile
@ConsoleTVs
ConsoleTVs / GeneratedChart.php
Last active February 25, 2018 00:33
Example of the generated chart
<?php
namespace App\Charts;
use ConsoleTVs\Charts\Classes\Chartjs\Chart;
class ExpoChart extends Chart
{
/**
* Initializes the chart.
@ConsoleTVs
ConsoleTVs / 0_reuse_code.js
Created January 6, 2014 19:12
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console