I hereby claim:
- I am brito on github.
- I am brito (https://keybase.io/brito) on keybase.
- I have a public key whose fingerprint is 2DEB AB0D DF8E 87B9 D338 A261 CC2D 4EB5 B9B4 1B1B
To claim this, I am signing this object:
| /* Red Stack */ | |
| body > a, | |
| body > a:before, | |
| body > a:after { background:rgba(255,0,0,.6); color:white; | |
| display:block; padding:1ex; margin:1px; | |
| perspective:100vw } | |
| /* | |
| these would be the boxy boxes with proper perspective | |
| https://desandro.github.io/3dtransforms/docs/perspective.html |
| // For any even integer n: | |
| // Phi^n + 1/Phi^n = a whole number | |
| // For any odd integer n: | |
| // Phi n – 1 / Phi n = a whole number | |
| // goldennumber.net/powers-of-phi | |
| function Rephiprocal(x,n){ | |
| var P = .5+Math.sqrt(5)/2, | |
| R=Math.pow(P,n); |
| public class Scope { | |
| private Map<Object, Object> properties = (new HashMap<>(){{ | |
| // initialize: put(1, "A"); | |
| }}) | |
| .forEach( (key, value) -> | |
| // emit: somefunction(key, value) | |
| ); | |
| private RichInputText key; | |
| private RichInputText value; |
| /* K-12 Education Launchpad */ |
| /** | |
| ____ _ | |
| _ __ _____ __ | _ \ ___ ___ ___ _ __ __| | | |
| | '_ \ / _ \ \ /\ / / | |_) / _ \/ __/ _ \| '__/ _` | | |
| | | | | __/\ V V / | _ < __/ (_| (_) | | | (_| | | |
| |_| |_|\___| \_/\_/ |_| \_\___|\___\___/|_| \__,_| | |
| @constructor */ | |
| function Record(content){ | |
| // Without context, content is meaningless |
| #!/bin/bash | |
| # show progress on console | |
| set -x | |
| # Convert an icon into mobile icons and start screens | |
| # Usage: iconmaker.sh original-icon.png | |
| # pick a $bgcolor from | |
| # oracle.com/webfolder/ux/middleware/alta_icon_web_design_guide/colors-icon_palette.html |
| \s+id="[^"]+"|amx:|:xsi="http://www.w3.org/2001/XMLSchema-instance"\s+xmlns:amx|\s+xmlns:dvtm="http://xmlns.oracle.com/adf/mf/amx/dvt" |
| <?xml version='1.0' encoding='UTF-8'?> | |
| <!-- | |
| City of Los Angeles Template | |
| July 7, 2015 | |
| Oracle WebCenter Portal Template | |
| --> | |
| <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" | |
| xmlns:f="http://java.sun.com/jsf/core" | |
| xmlns:c="http://java.sun.com/jsp/jstl/core" | |
| xmlns:h="http://java.sun.com/jsf/html" |
| /* CSS State Transition | |
| This is all for appearance. | |
| The important CSS is inline with the HTML */ | |
| style { font-family:monospace; margin:1em; white-space:pre; | |
| display:block; max-height:0; transition:max-height 125ms; overflow:hidden } | |
| style:before, | |
| [href^="#"]:before { display:block; font-size:.786rem; opacity:.381 } | |
| style:before { content:'<style>' } | |
| style[id]:before { content:'<style id='attr(id)'>' } | |
| :target ~ [href^="#"]:before { content:'<a href='attr(href)'>' } |
I hereby claim:
To claim this, I am signing this object: