[markdown cheat sheet] (https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
Download tool called Alfred to find applications / Spotlight.
Download iTerm as terminal if we want more customisation.
[markdown cheat sheet] (https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
Download tool called Alfred to find applications / Spotlight.
Download iTerm as terminal if we want more customisation.
| var debug = process.env.NODE_ENV !== "production"; | |
| var webpack = require('webpack'); | |
| module.exports = { | |
| context: __dirname, | |
| devtool: debug ? "inline-sourcemap" : null, | |
| entry: "./js/scripts.js", | |
| output: { | |
| path: __dirname + "/js", | |
| filename: "scripts.min.js" |
| using Fuse; | |
| using Fuse.Scripting; | |
| using Fuse.Reactive; | |
| using Uno.UX; | |
| [UXGlobalModule] | |
| public class Admob : NativeModule | |
| { | |
| static readonly Admob _instance; | |
| public Android.InterstitialAdPage ad; |