Skip to content

Instantly share code, notes, and snippets.

@draschke
draschke / vscode_shortcuts.md
Created June 30, 2021 19:25 — forked from bradtraversy/vscode_shortcuts.md
Helpful shortcuts for VSCode

VSCode Shortcuts

List of helpful shortcuts for faster coding

If you have any other helpful shortcuts, feel free to add in the comments of this gist :)

Official List of all commands

@draschke
draschke / docker-help.md
Created May 29, 2020 06:56 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@draschke
draschke / index.html
Created September 3, 2015 13:34 — forked from anonymous/index.html
Basic SAPUI5 MVC example OpenUI5 BIN Starting template // source http://jsbin.com/kakap/1
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="OpenUI5 BIN Starting template" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8">
<!-- Here I used the absolute OpenUI link to sap-ui-core.js, adapt to your need -->
<script src="https://openui5.hana.ondemand.com/resources/sap-ui-core.js"
id="sap-ui-bootstrap"
data-sap-ui-theme="sap_bluecrystal"
@draschke
draschke / index.html
Last active September 3, 2015 08:33 — forked from anonymous/index.html
OData Date Table Multiple Sorters // source http://jsbin.com/howip/1
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>OData Date Table Multiple Sorters</title>
<link rel="stylesheet" type="text/css" href="">
<script id="sap-ui-bootstrap" src="https://openui5.hana.ondemand.com/resources/sap-ui-core.js" type="text/javascript" data-sap-ui-libs="sap.ui.core,sap.ui.commons,sap.ui.table" data-sap-ui-theme="sap_goldreflection">
</script>
@draschke
draschke / index.html
Last active August 30, 2015 12:34 — forked from anonymous/index.html
Mobile App with data-bound List object list with long text // source http://jsbin.com/ficap/2
<!DOCTYPE HTML>
<html>
<head>
<meta name="description" content="object list with long text" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
<title>Mobile App with data-bound List</title>
<script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
@draschke
draschke / index.html
Created August 30, 2015 11:02 — forked from anonymous/index.html
JS Bin // source http://jsbin.com/vulef
<!DOCTYPE html>
<html>
<head>
<script src="https://openui5.hana.ondemand.com/resources/sap-ui-core.js" id="sap-ui-bootstrap" data-sap-ui-theme="sap_bluecrystal" data-sap-ui-libs="sap.m,sap.ui.commons"></script>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
.checkedItem {
background-color: purple !important;
color: white;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<script
src="https://openui5.hana.ondemand.com/resources/sap-ui-core.js"
id="sap-ui-bootstrap"
data-sap-ui-theme="sap_bluecrystal"
data-sap-ui-xx-bindingSyntax="complex"
@draschke
draschke / index.html
Created August 26, 2015 13:46 — forked from anonymous/index.html
MultiComboBox with JSON // source http://jsbin.com/qahoy
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<title>MultiComboBox with JSON</title>
<!-- 1.) Load SAPUI5 (from a remote server), select theme and control library -->
<script id="sap-ui-bootstrap"
src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
@draschke
draschke / index.html
Last active August 26, 2015 13:44 — forked from anonymous/index.html
JS Bin table with combobox and buttons using json model // source http://jsbin.com/hakizo/5
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="table with combobox and buttons using json model" />
<script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js" id="sap-ui-bootstrap" data-sap-ui-theme="sap_bluecrystal" data-sap-ui-libs="sap.m,sap.ui.core"
type='text/javascript'
></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
@draschke
draschke / index.html
Last active August 26, 2015 13:38 — forked from anonymous/index.html
Mobile App with data-bound List // source http://jsbin.com/zoreg/2
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
<title>Mobile App with data-bound List</title>
<script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
id="sap-ui-bootstrap"