Skip to content

Instantly share code, notes, and snippets.

View theengineear's full-sized avatar
👌

Andrew theengineear

👌
  • Netflix
  • Truckee, CA
View GitHub Profile
@theengineear
theengineear / csp.js
Created April 8, 2024 00:50
Locked-down starting point for meta-injected Content Security Policy as a readable JavaScript file.
/**
* Injects CSP “meta” element into document head.
* See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy
*
* Note, urls in "rules" blocks are alphabetized to make it easier to manage.
*
* Add as a “normal” (non-module) script to the document “<head>”. E.g.:
* <script src="/app-csp.js"></script>
*/
{
@theengineear
theengineear / example.ipynb
Created February 2, 2018 00:38
testing-123
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@theengineear
theengineear / MyComponent.js
Last active April 8, 2017 00:43
Standardized method of styling React components to promote more flexibility in reusable components.
import React, { Component, PropTypes } from 'react';
import { StyleSheet, css } from 'aphrodite';
class MyComponent extends Component {
computeStyle() {
return {
// Dynamically generated style that cannot be simply enumerated
// in a sheet.
};
}
@theengineear
theengineear / missing-data.csv
Created January 25, 2017 01:49
A csv with some missing data.
foo bar baz
1 2 3
4 5
6 7 1
2 3 1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
[
{
"Plot": "N/A",
"Rated": "N/A",
"Response": "True",
"Language": "English",
"Title": "St. Elmo",
"Country": "USA",
"Writer": "Lloyd Lonergan (scenario)",
"Metascore": "N/A",
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.