Skip to content

Instantly share code, notes, and snippets.

View aaadipop's full-sized avatar
❄️
Up and running ...

aaadipop

❄️
Up and running ...
View GitHub Profile
import { Injectable } from '@angular/core';
import { Subject, BehaviorSubject } from 'rxjs';
import { environment } from '@env/environment';
import { HttpClient } from '@angular/common/http';
import { takeUntil } from 'rxjs/operators';
import { AuthService } from '@app-common/service/auth.service';
import { BackgroundGeolocationPlugin, Location } from "cordova-background-geolocation-plugin";
declare let BackgroundGeolocation: BackgroundGeolocationPlugin;
---
eck-elasticsearch:
enabled: true
fullnameOverride: elasticsearch
annotations:
eck.k8s.elastic.co/license: basic
nodeSets:
- name: default
@aaadipop
aaadipop / pickaxe
Created April 6, 2023 09:55
pickaxe dockerfile
FROM ubuntu:20.04
RUN apt-get update
RUN apt-get update && apt-get install -y \
python3-pip \
build-essential \
vim \
gfortran \
libatlas-base-dev \