$ brew install holgerbrandl/tap/kscript
$ brew install maven
$ kscript demo.kts
Hello from Kotlin!
Hello,
World!
Jira is a proprietary issue tracking product, developed by Atlassian. It provides bug tracking, issue tracking, and project management functions.
Usage:
"Installation" of a bookmarklet is performed by creating a new bookmark, and pasting the code into the URL destination field. Alternatively, if the bookmarklet is presented as a link, under some browsers it can be dragged and dropped onto the bookmark bar. The bookmarklet can then be run by loading the bookmark normally.
- receive / send
- subscribe / dispatch
- in / out
- from server / to server
- to client / from client
- input stream / output stream
- source / sink
Okio includes its own stream types called Source and Sink that work like InputStream and OutputStream
Due to the incessant swarm of complete and utter nonsense that has been forcing its way into Firefox over time, I've decided to start collecting my personal list of βmust-haveβ about:config tweaks required to turn Firefox into a functional brower.
NOTE: Unfortunately this is somewhat out of date. The comments link to some resources that may be more up-to-date. Patches welcome.
These can be used for nefarious purposes and to bypass access restrictions.
- By Edmond Lau
- Highly Recommended π
- http://www.theeffectiveengineer.com/
- They are the people who get things done. Effective Engineers produce results.
Once upon a timeβ¦
I once took notes (almost sentence by sentence with not much editing) about the architectural design concepts - Command and Query Responsibility Segregation (CQRS) and Event Sourcing (ES) - from a presentation of Greg Young and published it as a gist (with the times when a given sentence was heard).
I then found other summaries of the talk and the gist has since been growing up. See the revisions to know the changes and where they came from (aka the sources).
It seems inevitable to throw Domain Driven Design (DDD) in to the mix.
| <link rel="import" href="../polymer/polymer-element.html"> | |
| <dom-module id="dolphin-controller"> | |
| <script> | |
| const clientContext = { | |
| beanManager: { | |
| onBeanUpdate: (callback) => {}, | |
| onArrayUpdate: (callback) => {}, | |
| notifyBeanChange: () => {}, | |
| notifyArrayChange: () => {}, |
Just migrated it from Codepen.io to markdown. Credit goes to David Conner.
| Working with DOM | Working with JS | Working With Functions |
|---|---|---|
| Accessing Dom Elements | Add/Remove Array Item | Add Default Arguments to Function |
| Grab Children/Parent Node(s) | Add/Remove Object Properties | Throttle Functions on Resize |
| Create DOM Elements | Conditionals |
| import org.gradle.api.file.SourceDirectorySet | |
| import org.gradle.api.internal.HasConvention | |
| import org.gradle.api.tasks.SourceSet | |
| import org.gradle.api.tasks.SourceSetContainer | |
| import org.jetbrains.kotlin.gradle.plugin.KotlinSourceSet | |
| import org.jetbrains.kotlin.gradle.tasks.KotlinCompile | |
| //βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| // BUILD SCRIPT. | |
| //βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |