gifsicle or brew install gifsicle
GIF
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: aspnetcore-service | |
labels: | |
app: aspnetcore | |
spec: | |
ports: | |
- port: 8080 | |
name: http |
[email protected] /Users/hussain.chinoy/dev/projects/a2/my-new-angularapp | |
├── @angular/[email protected] | |
├── @angular/[email protected] | |
├── @angular/[email protected] | |
├── @angular/[email protected] | |
├── @angular/[email protected] | |
├── @angular/[email protected] | |
├── @angular/[email protected] | |
├── @angular/[email protected] | |
├── @angular/[email protected] |
#!/bin/bash | |
# | |
# Connect to AWS EC2 Instance from this IP, | |
# checking to see if this IP is in the Instance's Security Group, | |
# adding this IP to the Security Group if not present. | |
# Then ssh, using a private key file, finding the Instance's public IP. | |
# | |
# Leverages AWS CLI, which must be installed and configured, prior. | |
# | |
# Use this in a situation where your computer's IP changes and the |
gifsicle or brew install gifsicle
GIF
I hereby claim:
To claim this, I am signing this object:
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-field/core-field.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../core-input/core-input.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>devices</title> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
navigator.getMediaDevices(function(deviceInfoList) { | |
deviceInfoList.forEach(function(deviceInfo) { |
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
// for details. All rights reserved. Use of this source code is governed by a | |
// BSD-style license that can be found in the LICENSE file. | |
// Simple test program invoked with an option to eagerly | |
// compile all code that is loaded in the isolate. | |
// VMOptions=--compile_all | |
class HelloDartTest { | |
static testMain() { | |
print("Hello, Darter!"); |