A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
For Mac users, I highly recommend iTerm 2 + Solarized Dark
| alias: Generator State Notifications | |
| description: "" | |
| trigger: | |
| - platform: state | |
| entity_id: | |
| - sensor.generator_engine_state | |
| condition: | |
| - condition: template | |
| value_template: "{{ trigger.from_state.state != 'unavailable' }}" | |
| action: |
| [Desktop Entry] | |
| Name=Nexus Wallet | |
| Exec=/usr/local/Nexus-Qt/nexus-qt | |
| Icon=nexus | |
| Terminal=false | |
| Type=Application | |
| Categories=Utility;Application; |
| package testapp; | |
| public class Main { | |
| public static void main(String[] args) { | |
| MyClass o = new MyClass(1243.91); | |
| Long start1 = System.nanoTime(); | |
| for(int i = 0; i < 10000; i++) { | |
| Double value = o.getValue(); |
| import java.util.Map; | |
| public class Main { | |
| public static void main(String[] args) { | |
| Map<Object,Object> map; | |
| if(map == null) { | |
| System.out.println("test"); |