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
0 | |
00 | |
01 | |
02 | |
03 | |
1 | |
1.0 | |
10 | |
100 | |
1000 |
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
import logging | |
from traceback import format_exc | |
import datetime | |
from schedule import Scheduler | |
logger = logging.getLogger('schedule') | |
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
import React,{Component} from 'react'; | |
import axios from 'axios'; | |
import { NavLink } from 'react-router-dom'; | |
import ReactDOM from 'react-dom'; | |
import Cookies from 'universal-cookie'; | |
import { Provider } from 'react-globally'; | |
import { | |
Row, |
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
import React,{Component} from 'react'; | |
import axios from 'axios'; | |
import { NavLink } from 'react-router-dom'; | |
import ReactDOM from 'react-dom'; | |
import Cookies from 'universal-cookie'; | |
import { Provider } from 'react-globally'; | |
import { | |
Row, |
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
//Modify course | |
import React, { Component } from 'react'; | |
import reactFeature from '../../assets/images/react-feature.svg'; | |
import sassFeature from '../../assets/images/sass-feature.svg'; | |
import bootstrapFeature from '../../assets/images/bootstrap-feature.svg'; | |
import responsiveFeature from '../../assets/images/responsive-feature.svg'; | |
import { | |
Row, | |
FormGroup, | |
Label, |
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
import React, {Component, Fragment} from 'react'; | |
import ReactDOM from 'react-dom'; | |
import axios from 'axios'; | |
import { Provider } from 'react-globally'; | |
import { | |
Row, | |
Col, | |
Card, | |
CardHeader, |