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 <GL/freeglut.h> | |
#include <GL/glu.h> | |
#include <GL/gl.h> | |
static int Day = 0, Time = 0; | |
void MyDisplay() | |
{ | |
glClear(GL_COLOR_BUFFER_BIT |GL_DEPTH_BUFFER_BIT); |
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 <iostream> | |
#include <vector> | |
#include <map> | |
using namespace std; | |
#define mp make_pair | |
#define MN 1000 | |
int matrix[MN][MN]; | |
#define MAT vector<vector<double> > |
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 <iostream> | |
#include <vector> | |
#include <map> | |
using namespace std; | |
#define mp make_pair | |
#define MN 1000 | |
int matrix[MN][MN]; | |
#define MAT vector<vector<double> > |
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 <iostream> | |
#include <vector> | |
#include <map> | |
using namespace std; | |
#define mp make_pair | |
#define MN 1000 | |
int matrix[MN][MN]; | |
#define MAT vector<vector<double> > |
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 <iostream> | |
#include <vector> | |
#include <map> | |
using namespace std; | |
#define mp make_pair | |
#define MN 1000 | |
int matrix[MN][MN]; | |
#define MAT vector<vector<double> > |
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 <iostream> | |
#include <vector> | |
#include <map> | |
using namespace std; | |
#define mp make_pair | |
#define MN 1000 | |
int matrix[MN][MN]; | |
#define MAT vector<vector<double> > |
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 <iostream> | |
#include <cmath> | |
#include <vector> | |
#include <functional> | |
#include <random> | |
#include <ctime> | |
using namespace std; | |
double sigmoid(double x) { |
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
const page = require('webpage').create(); | |
const $ = require('jquery'); | |
const util = require('util'); | |
const _ = require('lodash'); | |
const url = 'https://medium.com/tag/space'; | |
page.settings.userAgent = 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'; | |
page.viewportSize = { |
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
/** | |
* Copyright (c) 2013-present, Facebook, Inc. | |
* All rights reserved. | |
* | |
* This source code is licensed under the BSD-style license found in the | |
* LICENSE file in the root directory of this source tree. An additional grant | |
* of patent rights can be found in the PATENTS file in the same directory. | |
* | |
* @providesModule DraftEditorCompositionHandler | |
* @flow |
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
#addit-widget-card-tag-wrapper{ | |
display: block; | |
position: absolute; | |
width: 160px; | |
height: 20px; | |
bottom: 0px; | |
left: 20px; | |
background:{ | |
repeat: no-repeat; | |
size: 9px auto; |