Add HTML comments.
First, we'll create a sample Ruby app that you can use when developing your buildpack:
This is a proof-of-concept for integrating Cloud Native Buildpacks into the Docker CLI. The purpose for this is to provide an app developer centric expirience within a common interface.
pack build it would be ideal to have a standalone CLI application that is tailored to this use case which using pack as a library. Doing this would allow for a singular install.pack could provide a command similar to pack completion that would install the docker CLI plugin similar to this PoC.I hereby claim:
To claim this, I am signing this object:
| hello |
| # 1. add repo | |
| sudo yum-config-manager --add-repo https://repo.nano.org/nanocurrency.repo | |
| # 2. install | |
| sudo yum install nanocurrency | |
| # 3. start | |
| sudo systemctl start nanocurrency | |
| # 4. enable rpc - set "rpc_enable" to "true" |
| import 'package:flutter/material.dart'; | |
| import 'package:virgil/virgil.dart'; | |
| void main() => runApp(MyApp()); | |
| class MyApp extends StatelessWidget { | |
| // This widget is the root of your application. | |
| @override | |
| Widget build(BuildContext context) { | |
| return MaterialApp( |
| <!doctype html> | |
| <html> | |
| <head> | |
| <!-- CDN: https://www.jsdelivr.com/package/npm/reveal.js --> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
| <title>reveal.js</title> |
| DECLARE | |
| /* The name of the schema that should be synchronized. */ | |
| SCHEMA_NAME_ VARCHAR2(4000) := 'YOUR_SCHEMA'; | |
| /* The operation type: */ | |
| /* ON — enable foreign keys. */ | |
| /* OFF — disable foreign keys. */ | |
| OPERATION_ VARCHAR2(4000) := 'OFF'; | |
| PROCEDURE CONSTRAINTS_ON_OFF(TARGET_SCHEMA_ IN VARCHAR2, ACTION_ IN VARCHAR2 := '') |
| // ==UserScript== | |
| // @name BetterStashPullRequestList | |
| // @namespace https://gist.github.com/ | |
| // @version 0.1 | |
| // @description Add filtering and row highlighting | |
| // @author You | |
| // @match http://YOUR_STASH/projects/PROJECT/repos/REPO/pull-requests | |
| // @grant none | |
| // ==/UserScript== |
| NO NONSENSE BEERWARE LICENSE | |
| Version 1 | |
| You can do whatever you want with this stuff. If we meet some day, and | |
| you think this stuff is worth it, you can buy me/us a beer in return. |