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 from 'react'; | |
| import { View, Text, ScrollView } from 'react-native'; | |
| import { Link } from 'react-router-native'; | |
| import CycleButton from 'app/components/common/cycleButton'; | |
| import Slider from './components/slider'; | |
| import Description from './components/description'; | |
| import styles from './productDetails.styles'; |
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 { View, Text, TouchableOpacity } from 'react-native'; | |
| import styles from './schedule.styles'; | |
| export default class Schedule extends Component { | |
| constructor(props) { | |
| super(props); | |
| this.state = { | |
| 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 from 'react'; | |
| import PropTypes from 'prop-types'; | |
| import { connect } from 'react-redux'; | |
| import { View } from 'react-native'; | |
| import { withRouter } from 'react-router-native'; | |
| import { fetchUser } from 'app/resources/user/user.actions'; | |
| import Routes from 'app/components/routes'; | |
| import Header from './components/header'; | |
| import styles from './layout.styles'; |
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
| require 'pdf-reader' | |
| require 'pry' | |
| pdf = PDF::Reader.new('RUM_CH6_excerpt.pdf') | |
| words = pdf.pages[1].text | |
| words.gsub!(/[!@%&."]/,'') | |
| words = words.split(' ') | |
| dictionary = words.inject(Hash.new(0)) { |h,v| h[v] += 1; h } | |
| sample = dictionary.sort_by { |k,v| v}.reverse |
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 webpack = require('webpack'); | |
| const koa = require('koa'); | |
| const koaWebpack = require('koa-webpack'); | |
| const webpackConfig = require('../web/client/webpack.config'); | |
| const router = require('koa-router'); | |
| const serve = require('koa-static'); | |
| const path = require('path'); | |
| const bodyParser = require('koa-bodyparser'); | |
| const session = require('koa-session'); | |
| const Joi = require('joi'); |
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 webpack = require('webpack'); | |
| const koa = require('koa'); | |
| const koaWebpack = require('koa-webpack'); | |
| const webpackConfig = require('../client/webpack.config.js'); | |
| const router = require('koa-router'); | |
| process.env.NODE_ENV = process.env.NODE_ENV || 'development'; | |
| process.on('unhandledRejection', (reason, p) => { | |
| }); |
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
| { | |
| "color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", | |
| "ensure_newline_at_eof_on_save": true, | |
| "font_size": 11, | |
| "ignored_packages": | |
| [ | |
| "Package Control", | |
| "Vintage" | |
| ], | |
| "rulers": |
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
| { | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true, | |
| } |
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> | |
| <title> Google </title> | |
| <link rel="icon" href="googleg_lodp.ico"> | |
| <link rel="stylesheet" type="text/css" href="styles.css"> | |
| <head> | |
| <body> | |
| <div class='google-bar'> | |
| <div class='gmail'> |
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
| Министерство образования Республики Беларусь | |
| Учреждение образования | |
| БЕЛОРУССКИЙ ГОСУДАРСТВЕННЫЙ УНИВЕРСИТЕТ | |
| ИНФОРМАТИКИ И РАДИОЭЛЕКТРОНИКИ | |
| Факультет радиоэлектроники | |
| Кафедра микро- и наноэлектроники | |
| Дисциплина наноэлектроника |