Skip to content

Instantly share code, notes, and snippets.

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

Scott scottshuffler

🏠
Working from home
View GitHub Profile
### Keybase proof
I hereby claim:
* I am scottshuffler on github.
* I am scottshuffler (https://keybase.io/scottshuffler) on keybase.
* I have a public key ASABJj9nrVynESNdfek6ZgG7l2s5kRWzg3pHAnP5jPFnZAo
To claim this, I am signing this object:
There was a massive breach recently at Equifax:
https://krebsonsecurity.com/2017/09/breach-at-equifax-may-impact-143m-americans/
Check to see if your details were in the breach:
https://trustedidpremier.com/eligibility/eligibility.html
I recommend the website Credit Karma (100% free), where you can check and monitor your credit every 7 days:
https://www.creditkarma.com/
You cannot create a Credit Karma account with security freezes in place, so I would recommend getting an account with them first.
function sanitizeNumbersPrettily(n) {
return prettyPrintMoney(parseInt(uglyPrintMoney(removeSpaces(n))));
}
import React from 'react'
import { Field, reduxForm } from 'redux-form'
import normalizePhone from './normalizePhone'
import {
Alert, ProgressBar, Nav, Navbar, NavItem, MenuItem, NavDropdown, FormGroup,
ControlLabel, FormControl, Button, Radio, Checkbox, HelpBlock, Col, Pagination,
} from 'react-bootstrap';
import input from './Input'
const SelectInput = ({ input, meta, type, placeholder, min, max, size }) => {
return (
<FormGroup bsSize={size}>
<FormControl
componentClass="select"
type={type}
placeholder={placeholder}
min={min}
max={max}
value={input.value}
import React from 'react'
import { Field, reduxForm } from 'redux-form'
let ContactForm = props => {
const { handleSubmit } = props;
return (
<form onSubmit={ HOW DOES A MAN DO THIS }>
<div>
<label htmlFor="firstName">First Name</label>
[10:30:11:887] [25094:25095] [ERROR][com.winpr.timezone] - Unable to find a match for unix timezone: US/Eastern
[10:30:11:945] [25094:25095] [INFO][com.freerdp.core] - ERRINFO_SERVER_INSUFFICIENT_PRIVILEGES (0x00000009):The user cannot connect to the server due to insufficient access privileges.
[10:30:11:945] [25094:25095] [ERROR][com.freerdp.core.transport] - transport_check_fds: transport->ReceiveCallback() - -1
[10:30:11:945] [25094:25095] [ERROR][com.freerdp.client.x11] - Freerdp connect error exit status 1
import java.io.IOException;
import java.lang.reflect.Array;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util.ArrayList;
//import org.apache.log4j.Logger;
[redshift]
location-provider=manual
[manual]
lat=36.2168
lon=-81.6746
#!/bin/bash
NC='\033[0m'
BLACK='\033[0;30m' # Black
RED='\033[0;31m' # Red
GREEN='\033[0;32m' # Green
YELLOW='\033[0;33m' # Yellow
BLUE='\033[0;34m' # Blue
PURPLE='\033[0;35m' # Purple
CYAN='\033[0;36m' # Cyan