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
#!/bin/bash | |
################ | |
# Installation # | |
################ | |
# brew install figlet terminal-notifier | |
# wget -O ~/.local/bin/pomo https://gist.github.com/bbassett/53ebf7b10b9eb9c3b648ea7534124d9a | |
# chmod +x ~/.local/bin/pomo |
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
UPDATE users AS u SET | |
customer_id = c.customer_id | |
FROM (values | |
(1548, "cus_EBXICYuH2ALV2S"),(2837, "cus_EBXIt4k6hKOgOo"),(3668, "cus_EBXILuPSdG4ave"),(120, "cus_EBXIDJ5hZEj7ZV"),(2918, "cus_EBXIVrEQMupZ4Y"),(3028, "cus_EBXIyo2PmTxfYG"),(3145, "cus_EBXIVUeo12XALp"),(866, "cus_EBXIYhmMLMcrJW"),(601, "cus_EBXIObKf4jsCFj"),(4295, "cus_EBXIPwNu0ePx3r"),(3178, "cus_EBXIRZBSBqMDhl"),(4349, "cus_EBXIT3XjwSPX1Z"),(3318, "cus_EBXIq1OXw3Lk1l"),(3871, "cus_EBXIQvCluBEvzG"),(2932, "cus_EBXIwRSJsjk7qy"),(2961, "cus_EBXJbj97vNzfh3"),(3041, "cus_EBXJd4YCTf9tNh"),(3081, "cus_EBXJbzHIzYxSah"),(2956, "cus_EBXJQmHGi9As7n"),(4481, "cus_EBXJVzmvyQcAst"),(1532, "cus_EBXJBDarcNdWGi"),(209, "cus_EBXJsjsKprl1d4"),(4281, "cus_EBXJr4DoU3KFaF"),(577, "cus_EBXJBFTtn7cFlb"),(606, "cus_EBXJVmpVuT51v8"),(850, "cus_EBXJUQQHib2Qtj"),(3894, "cus_EBXJckmSfI69je"),(599, "cus_EBXJztcu7bhvMX"),(3290, "cus_EBXJ8lKcH2R1Li"),(1728, "cus_EBXJmET5sq4EO4"),(2285, "cus_EBXJNHBfb3zMKz"),(2447, "cus_EBXJoHRV1Er83z"),(4577, "cus_EBXJz76Kp5tZ8g"),(1676, " |
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
The Big Five Aspects Scale | |
You have just completed assessing yourself with 100 phrases. Our systems have compared your-self-ratings to those of thousands of other people. You are being compared to men and women of all ages. This means that if you are young, your scores on neuroticism will be higher and on agreeableness and conscientiousness will be lower than if you were compared to people of your own age (with the reverse being true for older individuals). For men, their scores on agreeableness will be higher and on neuroticism will be lower than if they were just being compared to men. We decided to make the comparisons simple, so that you know where you stand in comparison to the typical person (with age and sex regarded as irrelevant). | |
Here are your results: You will see below where you stand in comparison to others in the general population on the major traits and their aspects: | |
Agreeableness: Compassion and Politeness | |
Conscientiousness: Industriousness and Orderliness | |
Extraversion: Enthusiasm and Asse |
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
Boombox: | |
#192129,#343F4A,#4A7DE3,#FFFFFF,#343F4A,#FFFFFF,#4A7DE3,#C09030 |
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
HyperError: <!DOCTYPE html> <html> <head> <title>Etude.Exception at POST /oauth/token/code</title> <style> /* Basic reset */ * { margin: 0; padding: 0; } table { width: 100%; border-collapse: collapse; } th, td { vertical-align: top; text-align: left; } textarea { resize: none; } body { font-size: 10pt; } body, td, input, textarea { font-family: helvetica neue, lucida grande, sans-serif; line-height: 1.5; color: #333; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); } html { background: #f0f0f5; } /* --------------------------------------------------------------------- * Basic layout * --------------------------------------------------------------------- */ /* Small */ @media screen and (max-width: 1100px) { html { overflow-y: scroll; } body { margin: 0 20px; } header.exception { margin: 0 -20px; } nav.sidebar { padding: 0; margin: 20px 0; } ul.frames { max-height: 200px; overflow: auto; } } /* Wide */ @media screen and (min-width: 1100px) { header.exception { position: fixed; top: 0; left: 0; right: 0; } nav.s |
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 Feature from './feature?force-load' | |
import * as d3 from 'd3' | |
svg(width=props.width height=props.height ref="svg").map | |
each feature in props.features | |
Feature(feature=feature | |
color=props.color | |
d=props.path(feature) | |
numOptions=props.numOptions | |
onMouseMove=props.onMouseMove | |
onMouseOut=props.onMouseLeave |
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
countries w/ issues | |
not found | |
6254930 | |
661882 | |
2411586 | |
2461445 | |
2622320 | |
3042142 | |
3042362 |
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 ProductTable from './product-table' | |
import SearchBar from './search-bar' | |
div | |
SearchBar(filterText=state.filterText | |
inStockOnly=state.inStockOnly | |
handleUserInput=this.handleUserInput | |
) | |
ProductTable(filterText=state.filterText | |
inStockOnly=state.inStockOnly | |
products=props.products |