Skip to content

Instantly share code, notes, and snippets.

View blackneck's full-sized avatar
🏠
Working from home

Alexander Chernoshej blackneck

🏠
Working from home
View GitHub Profile
// @flow
import React, { Component } from 'react';
import {
Animated,
Dimensions,
Keyboard,
PanResponder,
StyleSheet,
TouchableWithoutFeedback,
View,
execute pathogen#infect()
syntax on
filetype plugin indent on
set expandtab
set tabstop=2
set shiftwidth=2
set number
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
public partial class Created_Edited : DbMigration
{
public override void Up()
{
AddColumn("dbo.Resumes", "Edited", c => c.DateTime(nullable: false, precision: 7, storeType: "datetime2"));
AddColumn("dbo.Resumes", "Created", c => c.DateTime(nullable: false, precision: 7, storeType: "datetime2"));
}
public override void Down()
{