Skip to content

Instantly share code, notes, and snippets.

View transcendr's full-sized avatar
๐Ÿ’ญ
Working Hard

Bryan Price-McConnahea transcendr

๐Ÿ’ญ
Working Hard
View GitHub Profile
import { Component, EventEmitter, Input, Output } from '@angular/core';
import { CommonModule } from '@angular/common';
import { ButtonModule } from 'primeng/button';
@Component({
selector: 'swc-ui-action-grid',
standalone: true,
imports: [CommonModule, ButtonModule],
template: `<div class="action-grid">
<ng-container *ngFor="let action of actions; let i = index">
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sidebar</title>
export function typeToColor(type: string) {
switch (type) {
case 'repos':
return 'SteelBlue';
case 'conduite':
return 'MediumAquamarine';
case 'travail':
return 'Red';
case 'coupure':
return 'SteelBlue';
export function typeToColor(type: string) {
switch (type) {
case 'repos':
return 'SteelBlue';
case 'conduite':
return 'MediumAquamarine';
case 'travail':
return 'Red';
case 'coupure':
return 'SteelBlue';
onChartInstance(chart: Highcharts.Chart) {
this.chart = chart;
}
redrawWithUpdate(updated: Highcharts.Options) {
const cached = JSON.stringify(updated);
//console.log('Redrawing with update', JSON.stringify(updated));
setTimeout(() => {
this.chartOptions = JSON.parse(cached);
this.chart?.redraw();
static getFormattedTime(date: Date): string {
return (
date.getUTCHours().toString().padStart(2, '0') +
':' +
date.getUTCMinutes().toString().padStart(2, '0')
);
}
chart: {
type: 'xrange',
height: 250,
// width: 1400, // Removed static width
},
title: {
text: 'Highcharts X-range',
},
tooltip: {
headerFormat:
export PATH="/Users/bryan/google-cloud-sdk/bin:$PATH"
The push refers to repository [gcr.io/holstee-dev/branch-deep-links-api]
6c591d8580fd: Pushed
cef6f00f97d8: Pushed
8a3734b8a786: Pushed
dd1e619d303d: Pushed
7cfa8e4feb21: Pushed
2be7f17163fb: Layer already exists
f2c7dd16d79a: Layer already exists
ae89837aa913: Layer already exists
92770f546e06: Layer already exists
~/Code/blue/branch-deep-links-api: ls **/* 11/29/2023 04:49:24 PM
โ•ญโ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ # โ”‚ name โ”‚ type โ”‚ size โ”‚ modified โ”‚
โ”œโ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ 0 โ”‚ Dockerfile โ”‚ file โ”‚ 227 B โ”‚ 5 days ago โ”‚
โ”‚ 1 โ”‚ Procfile โ”‚ file โ”‚ 42 B โ”‚ 5 days ago โ”‚
โ”‚ 2 โ”‚ analysis_options.yaml โ”‚ file โ”‚ 443 B โ”‚ 5 days ago โ”‚
โ”‚ 3 โ”‚ bin โ”‚ dir โ”‚ 160 B โ”‚ 2 days ago โ”‚
โ”‚ 4 โ”‚ bin/handlers โ”‚ dir โ”‚ 128 B โ”‚