Skip to content

Instantly share code, notes, and snippets.

View ilopez's full-sized avatar

Israel Lopez ilopez

View GitHub Profile
<font size="14" weight="bold">EasyPost Rating Estimate</font>
<br><br>
<p>Sales Order: 50005</p>
<pre>
Carrier Service Speed Rate
UPS Ground 3-5 Days $20.00
UPS Ground 3-5 Days $20.00
@ilopez
ilopez / fishbowl_database_test.cs
Created February 14, 2017 23:52
Test Firebird and MySQL Connection
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Dapper;
using FirebirdSql.Data.FirebirdClient;
using MySql.Data.MySqlClient;
@ilopez
ilopez / vt_double.html
Created October 15, 2024 22:27
Plays a YT Video with a Custom Offset - IBR Project Preview
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Custom YouTube Video Sync with Pause/Resume</title>
<script src="https://www.youtube.com/iframe_api"></script>
</head>
<body>
<h2>Custom YouTube Video Sync with Pause/Resume</h2>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Custom YouTube Video Sync</title>
<script src="https://www.youtube.com/iframe_api"></script>
<style>
/* Styling the headings */
h2, h3 {
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Custom YouTube Video Sync</title>
<script src="https://www.youtube.com/iframe_api"></script>
<style>
/* Styling the headings */
h2, h3 {