var Person = function (name) {
var name = name
function speak () {
console.log('My name is ' + name)
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 'foo'; // requires _foo.scss | |
$string: ".foo" | |
$list: () | |
@mixin foo($color: blue) { | |
color: $color; | |
} |
https://sublime.wbond.net/installation#st3
- Source Code Pro -
sourcecodepro.sh
- Hack -
hack.sh
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
/* test functions speed */ | |
class SpeedTest { | |
constructor (testImplement, testParams, repetitions = 10000) { | |
this.testImplement = testImplement | |
this.testParams = testParams | |
this.repetitions = repetitions | |
this.average = 0 | |
} | |
1. EFI GPT
- create 500mb partition fat32 boot flag
OlderNewer