Skip to content

Instantly share code, notes, and snippets.

View Kyle-Fernando's full-sized avatar
🎯
Focusing

Gian Kyle Fernando Kyle-Fernando

🎯
Focusing
  • Los Angeles
View GitHub Profile
@Kyle-Fernando
Kyle-Fernando / index.html
Created June 14, 2019 17:41
Major Requirements
<html>
<head>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
google.charts.load("current", {packages:["corechart"]});
google.charts.setOnLoadCallback(drawChart);
function drawChart() {
var data = google.visualization.arrayToDataTable([
['Major', 'Number of Classes to Major Requirements'],
['Aerospace and Engineering', 8],
@Kyle-Fernando
Kyle-Fernando / README.md
Last active June 14, 2019 03:35
Highest Office Obtained by Distinguished Triumphators

Highest Office Obtained by Distinguished Triumphators

@Kyle-Fernando
Kyle-Fernando / index.html
Last active June 14, 2019 18:32
Most Popular First Names of Consuls
<html>
<head>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
google.charts.load('current', {'packages':['bar']});
google.charts.setOnLoadCallback(drawStuff);
function drawStuff() {
var data = new google.visualization.arrayToDataTable([
['Name', 'Frequency'],