TextMate is a fancy, shiny and nevertheless free and open-source text editor for mac.
Command | Action |
---|---|
cmd + t |
Go to file... |
ctrl + tab |
Switch between drawer and editor |
cmd + ctrl + n |
Create file |
cmd + shift + n |
Create folder |
TextMate is a fancy, shiny and nevertheless free and open-source text editor for mac.
Command | Action |
---|---|
cmd + t |
Go to file... |
ctrl + tab |
Switch between drawer and editor |
cmd + ctrl + n |
Create file |
cmd + shift + n |
Create folder |
myCollection | |
.collect(Collectors.toMap(MyClass::getProperty, b -> b, (duplicate1, duplicate2) -> duplicate1)) |
Image -> Container (called Task if it's in a Service) -> Service -> Stack -> Swarm
Download Fiddler - the Free Web Debugging Proxy
-DproxySet=true -DproxyHost=127.0.0.1
printenet
to print environment variablesprintenv | grep APPLICATION
to filter for APPLICATION
export $(./path/to/file)
to export file's contentgit rm --cached /path/to/file |
final String json = "{ username: 'Han Solo', password: 'jabbawockeez'}"; | |
final Gson gson = new GsonBuilder().create(); | |
final Person han = gson.fromJson(json, new TypeToken<Person>(){}.getType()); |
{ | |
"compilerOptions": { | |
"target": "es5", | |
"module": "commonjs", | |
"allowJs": false, | |
"allowUnreachableCode": false, | |
"noFallthroughCasesInSwitch": true, | |
"noImplicitReturns": true, | |
"noImplicitThis": true, | |
"alwaysStrict": true, |