Skip to content

Instantly share code, notes, and snippets.

@denizcoskun
denizcoskun / SubscriberView.swift
Last active March 7, 2021 11:48
A useful custom Swiftui view to deal with publishers
import SwiftUI
import Combine
struct SubscriberView<Publisher: Combine.Publisher, Content: View, InitialContent: View>: View where Publisher.Failure == Never {
let content: (Publisher.Output) -> Content
let publisher: Publisher
let initialContent: InitialContent

Privacy Policy

Coskun Deniz built the Scales Pro app as a Commercial app. This SERVICE is provided by Coskun Deniz and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Octave unless otherwise defined in this Privacy Policy.

city town opened RTE MI MA SD TK DP
Adana ALADAĞ 100.0 61.9 19.4 16.8 0.5 1.0 0.3
Adana CEYHAN 100.0 42.1 32.2 11.4 13.5 0.6 0.2
Adana ÇUKUROVA 100.0 32.4 52.4 11.5 2.7 0.8 0.2
Adana FEKE 100.0 66.0 16.5 15.8 0.3 1.0 0.4
Adana İMAMOĞLU 100.0 62.0 21.8 13.5 1.5 1.1 0.2
Adana KARAİSALI 100.0 69.8 13.7 15.1 0.3 1.0 0.1
Adana KARATAŞ 100.0 37.0 48.6 9.9 4.1 0.3 0.1
Adana KOZAN 100.0 60.9 21.7 15.8 0.5 0.9 0.2
Adana POZANTI 100.0 58.7 26.6 12.2 0.9 1.3 0.3
{
addedList: {
b00nrrff: {
type: 'series',
status: 'notInList'
}
},
user: {
isCheckingLocation: false,
locationAllowed: true,
{
"hosting": {
"public": "dist",
"rewrites": [
{
"source": "**",
"function": "ssr"
}
]
}
// Load zone.js for the server.
require('zone.js/dist/zone-node');
const functions = require('firebase-functions');
const express = require('express');
const path = require('path')
// Import renderModuleFactory from @angular/platform-server.
const renderModuleFactory = require('@angular/platform-server').renderModuleFactory;
// Import the AOT compiled factory for your AppServerModule.
{
"name": "functions",
"description": "Cloud Functions for Firebase",
"dependencies": {
"firebase-admin": "~4.2.1",
"firebase-functions": "^0.5.7",
"@angular/animations": "^4.0.0",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
{
"routing": {
"routes": {
"/": {
"match": "exact"
},
"/search": {
"match": "prefix"
},
"/mylist": {
{
"routing": {
...
},
"static: {
...
},
"external": {
},
import {NgServiceWorker, ServiceWorkerModule} from '@angular/service-worker';
@NgModule({
declarations: []
imports: [
ServiceWorkerModule
],
bootstrap: [AppComponent]
})