Skip to content

Instantly share code, notes, and snippets.

View 213edu's full-sized avatar

Ryan 213edu

View GitHub Profile
vertices {
x: 0.73275566
y: 0.69999975
}
}
time_offset {
y: 0.6791667
}
vertices {
x: 0.7171875
@213edu
213edu / annotation_results
Created May 30, 2020 00:02
Google Vision API annotation results for https://www.youtube.com/watch?v=KuTL-yvXSVU
annotation_results {
input_uri: "/cdn.memesearch.org/temp/KuTL-yvXSVU.mp4"
error {
code: 3
message: "Invalid SpeechTranscription request argument(s)."
}
segment {
start_time_offset {
}
end_time_offset {
https://www.youtube.com/watch?v=CDzQVggxAHg
https://www.youtube.com/watch?v=itZ-_nnPLp8
https://www.youtube.com/watch?v=kSNLA4thH_0
https://www.youtube.com/watch?v=DvoSf9CUkTE
https://www.youtube.com/watch?v=gjxTOp7vXK8
https://www.youtube.com/watch?v=1cAdJ3Ns1gE
https://www.youtube.com/watch?v=porWFj2Xu_8
https://www.youtube.com/watch?v=i4wUB5s6Mvk
https://www.youtube.com/watch?v=DvoSf9CUkTE
https://www.youtube.com/watch?v=Z3CO4GjEi6s
import java.util.Scanner;
public class BillSplitter {
public static void main(String[] args) {
double total = 0;
double preTax = 0;
double ratio = 0;
double totalShare = 0;
int peopleCount;
Scanner intScanner = new Scanner(System.in);
@213edu
213edu / Main.java
Created January 10, 2016 08:42
Shop Heros Worker Finder
public class Main {
public static void main(String[] args) {
final int NUMWORKERS = 17;
int a=0,b=0,c=0,d=0;
int maxsum = 0, sum = 0;
String[] names = new String[4];
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>810659885's account</title>
<link href="https://steamstore-a.akamaihd.net/public/shared/css/motiva_sans.css?v=7RuG2KaXgYtR" rel="stylesheet" type="text/css" >
<link href="https://steamstore-a.akamaihd.net/public/shared/css/shared_global.css?v=Wo82Izg7wtxo" rel="stylesheet" type="text/css" >
<link href="https://steamstore-a.akamaihd.net/public/shared/css/buttons.css?v=R__I1Gee1qCz" rel="stylesheet" type="text/css" >

Keybase proof

I hereby claim:

  • I am 213edu on github.
  • I am 213edu (https://keybase.io/213edu) on keybase.
  • I have a public key whose fingerprint is 0886 10AE 6E17 FD0C F525 6CA8 6500 465D 2122 0571

To claim this, I am signing this object:

import java.util.Scanner;
/**
* Created by Ryan on 9/26/2014.
*/
public class Pyramid {
public static void main(String[] args) {
Scanner input;
int value,n;
import java.util.Scanner;
/**
* Created by Ryan on 9/21/2014.
*/
public class NumDetails {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
#!/bin/bash
# Interactive PoPToP install script on a OpenVZ VPS
# Tested on Debian 5, 6, and Ubuntu 11.04
# 2011 v1.1
# Author: Commander Waffles
# http://www.putdispenserhere.com/pptp-debian-ubuntu-openvz-setup-script/
echo "######################################################"
echo "Interactive PoPToP Install Script for OpenVZ VPS"
echo "by Commander Waffles http://www.putdispenserhere.com"