Skip to content

Instantly share code, notes, and snippets.

@t1089
t1089 / 定時K彈_vector.cpp
Created February 5, 2021 01:05 — forked from scott987/定時K彈_vector.cpp
Taiwan APCS 105-10-29 第3題 定時K彈 c++ vector 解法
#include <cstdio>
#include <vector>
using namespace std;
vector<int> member;
int main()
{
int N,M,K;
@t1089
t1089 / cpe01_uva10041.cpp
Created February 5, 2021 01:04 — forked from wcyang77/cpe01_uva10041.cpp
CPE_Ref CPP Prog
//Vito's family (CPE10406, UVA10041)
#include <vector>
#include <algorithm>
#include <iostream>
using namespace std;
int main() {
int n,r,s;
vector<int> num;
cin>>n;
@t1089
t1089 / index.html
Created March 26, 2020 13:33
json table
<h1>Table</h1>
<div class="container">
<table id="results" class="table table-striped">
<!-- dynamic table json -->
</table>
</div>
@t1089
t1089 / index.html
Last active March 26, 2020 13:27
Live Novel Coronavirus (confirmed COVID-19) per country or region.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-csv/0.71/jquery.csv-0.71.min.js"></script>
<title>js-tutorials.com : Reading CSV file using jQuery </title>
</head>
<body>
<div class="container" style="padding:10px 10px;">
<div id="header"></div>
<div class="well">
<div class="row" id="csv-display" style="height:500px;overflow: scroll;">
@t1089
t1089 / gist:aa143e7074acc75fbc03279e4df9366d
Created March 14, 2020 01:54 — forked from nobuti/gist:3816985
MySQL tables for continent names, country names and their ISO codes
CREATE TABLE IF NOT EXISTS `continents` (
`code` CHAR(2) NOT NULL COMMENT 'Continent code',
`name` VARCHAR(255),
PRIMARY KEY (`code`)
) ENGINE=InnoDB;
INSERT INTO `continents` VALUES
('AF', 'Africa'),
('AS', 'Asia'),
('EU', 'Europe'),
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.relative {
position: relative;
width: 600px;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.relative {
position: relative;
width: 600px;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<link rel=stylesheet type="text/css" href="http://210.70.61.168/datap2/board_test_950629/css1.css">
<style>