Skip to content

Instantly share code, notes, and snippets.

WEBVTT
1
00:00:00.000 --> 00:00:12.500
Leonardo Villamil: Hey Lionel! Thanks for sending over your essay draft. I've had a chance to read through it a couple of times. Let's dive in and make this thing shine.
2
00:00:13.200 --> 00:00:22.800
Lionel Bermudez: Great! I'm a little nervous to hear feedback honestly. I worked really hard on it.
@BenjaSar
BenjaSar / transcript-test1.1.txt
Last active January 9, 2026 12:45
transcript-test1.1
WEBVTT
00:00:01.000 --> 00:00:05.000
Leonardo Villamil: Hi Lionel, how are you doing today?
00:00:06.000 --> 00:00:08.000
Lionel Bermudez: Good, thanks.
00:00:09.000 --> 00:00:12.000
Leonardo Villamil: Great. Let's catch up next week then.
@BenjaSar
BenjaSar / detalleSensor.page.ts
Created December 2, 2020 17:53 — forked from brianducca/detalleSensor.page.ts
Gráfico de tipo gauge para mostrar el sensor
//correr antes npm install --save highcharts
import { Component, OnInit } from '@angular/core';
import * as Highcharts from 'highcharts';
declare var require: any;
require('highcharts/highcharts-more')(Highcharts);
require('highcharts/modules/solid-gauge')(Highcharts);
@Component({
selector: 'app-detalle-sensor',
templateUrl: './detalle-sensor.page.html',