| ⌘T | go to file |
| ⌘⌃P | go to project |
| ⌘R | go to methods |
| ⌃G | go to line |
| ⌘KB | toggle side bar |
| ⌘⇧P | command prompt |
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
| apply plugin: 'java' | |
| apply plugin: 'eclipse' | |
| sourceCompatibility = 1.7 | |
| version = '0.1.0' | |
| jar { | |
| baseName = 'the-package-name' | |
| manifest { | |
| attributes 'Implementation-Title': 'title', |
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
| ## FILL ## | |
| fill Sets fill color of the shape. | |
| fill-opacity Sets fill opacity of the shape. | |
| fill-rule Sets fill rule of the shape. | |
| ** example ** | |
| fill: #ccc; | |
| fill: rgba(0,0,0,.5); | |
| fill: red; |
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
| # Tech Stack for Profession.is | |
| ## Server-side Rendering or Client-side Rendering | |
| ### References | |
| * [Server vs client side rendering (AngularJS vs server side MVC)](http://technologyconversations.com/2014/07/10/server-vs-client-side-rendering-angularjs-vs-server-side-mvc/) | |
| * [Client vs serverside rendering – the big battle?](http://blog.mwaysolutions.com/2013/11/08/client-vs-serverside-rendering-the-big-battle-2/) | |
| * [Rendering on the Server and Client in Node.js](http://artsy.github.io/blog/2013/11/30/rendering-on-the-server-and-client-in-node-dot-js/) | |
| * [Short story about rendering HTML, client side vs server side](http://eshlox.net/2014/05/04/short-story-about-rendering-html-client-side-vs-server-side/) | |
| ### Decision |
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
| # Install GitHub Copilot AppImage in WSL | |
| This guide installs the GitHub Copilot Linux AppImage inside WSL and avoids the common AppImage FUSE issue on Ubuntu 24.04. | |
| ## Prerequisites | |
| - WSL2 with WSLg enabled | |
| - The AppImage downloaded on Windows, for example: | |
| ```bash |