This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <cstdio> | |
| #include <vector> | |
| using namespace std; | |
| vector<int> member; | |
| int main() | |
| { | |
| int N,M,K; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h1>Table</h1> | |
| <div class="container"> | |
| <table id="results" class="table table-striped"> | |
| <!-- dynamic table json --> | |
| </table> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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;"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |