Skip to content

Instantly share code, notes, and snippets.

View adajw's full-sized avatar

Ada J Wells adajw

View GitHub Profile

Keybase proof

I hereby claim:

  • I am adajw on github.
  • I am adajw (https://keybase.io/adajw) on keybase.
  • I have a public key ASB_hGfxnazf53pQpRzQY-OUj9P9mtkT71SuRItA4cxXGgo

To claim this, I am signing this object:

@adajw
adajw / 0_reuse_code.js
Created September 29, 2016 14:00
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@adajw
adajw / 00-main.sh
Last active September 16, 2021 08:14
Arch Linux
# script order:
# install.sh
# configure.sh
# harden.sh
# iptables.sh
# grub.sh
# TODO security:
# - grsec configure
# - sudo & root hardening
@adajw
adajw / designer.html
Created April 6, 2015 05:29
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="my-element">
@adajw
adajw / designer.html
Last active August 29, 2015 14:18
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;