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
| j.noop(); | |
| j.doExpression(body) | |
| j.bindExpression(object, callee) | |
| j.parenthesizedExpression(expression) | |
| j.exportNamespaceSpecifier(exported) |
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/sh | |
| # Help: | |
| # ------ | |
| # nu help | |
| ################################## HELPERS ################################## |
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
| # Had no success with usual redirecting, so using this instead | |
| # | |
| # USAGE: | |
| # isInstalled '[command]' '[test]' | |
| # | |
| # e.g. checking whether chocolatey is present | |
| # $test = isInstalled 'choco -v' '^\d+\..*?$' | |
| Function isInstalled([string]$trigger, [string]$match){ | |
| $ErrorActionPreference = "SilentlyContinue"; |
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
| /* Perspective Origin and Position: FF VS Chrome and IE */ | |
| body{ | |
| width:100%; | |
| margin:1em; | |
| height:100%; | |
| background:#ddd; | |
| } | |
| #nav{ |
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
| /* Perspective Origin and Position: FF VS Chrome and IE */ | |
| body{ | |
| width:100%; | |
| margin:1em; | |
| height:100%; | |
| background:#ddd; | |
| } | |
| #nav{ |
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
| /* Perspective Origin and Position: FF VS Chrome and IE */ | |
| body{ | |
| width:100%; | |
| margin:1em; | |
| height:100%; | |
| background:#ddd; | |
| text-align:center; | |
| } |
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
| /** | |
| * Flex b0x test | |
| */ | |
| #parent{ | |
| width : 600px; | |
| display : box; | |
| } | |
| #parent div{ |
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 first commented line is your dabblet’s title | |
| */ | |
| a{ | |
| background:#eee; | |
| display:block; | |
| height:8em;width:20em; | |
| text-align:center; | |
| } |
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
| /** | |
| * Fuxed Up Media Queries | |
| */ | |
| body, | |
| html{ | |
| padding:0; | |
| border:0; | |
| margin:0; | |
| height:300%; |
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 first commented line is your dabblet’s title | |
| */ | |
| a{ | |
| padding : 0.5em; | |
| text-decoration : none; | |
| color : orange; | |
| } |
NewerOlder