Checkbox Trickery: To-Do List
Splitting items into two separate lists, with counts. Click an item to toggle. No JavaScript.
Blog post: Checkbox Trickery with CSS
k3d cluster create --config ./config.yaml |
# /org | |
# dbones-labs.yaml | |
# | |
# /platform-services | |
# github.yaml | |
# rancher.yaml | |
# discord.yaml | |
# | |
# /users | |
# dbones.yaml |
namespace Core.Redis | |
{ | |
using System; | |
using Infrastructure; | |
using StackExchange.Redis; | |
public class Cache | |
{ | |
private readonly IDatabase _database; | |
private readonly JsonSerializer _serializer; |
namespace PipesExample | |
{ | |
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel.DataAnnotations; | |
using System.Diagnostics; | |
using System.Linq; | |
using System.Threading.Tasks; | |
using Microsoft.Extensions.DependencyInjection; |
Splitting items into two separate lists, with counts. Click an item to toggle. No JavaScript.
Blog post: Checkbox Trickery with CSS
People
![]() :bowtie: |
:smile: |
:laughing: |
---|---|---|
:blush: |
:smiley: |
:relaxed: |
:smirk: |
:heart_eyes: |
:kissing_heart: |
:kissing_closed_eyes: |
:flushed: |
:relieved: |
:satisfied: |
:grin: |
:wink: |
:stuck_out_tongue_winking_eye: |
:stuck_out_tongue_closed_eyes: |
:grinning: |
:kissing: |
:kissing_smiling_eyes: |
:stuck_out_tongue: |
apiVersion: cert-manager.io/v1alpha2 | |
kind: ClusterIssuer | |
metadata: | |
name: selfsigning-issuer | |
spec: | |
selfSigned: {} | |
--- | |
apiVersion: cert-manager.io/v1alpha2 |
apiVersion: certmanager.k8s.io/v1alpha1 | |
kind: ClusterIssuer | |
metadata: | |
name: selfsigning-issuer | |
spec: | |
selfSigned: {} | |
--- | |
apiVersion: certmanager.k8s.io/v1alpha1 |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: document | |
spec: | |
selector: | |
matchLabels: | |
app: document | |
template: | |
metadata: |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: fluentdconf | |
namespace: kube-logging | |
data: | |
fluent.conf: |- | |
# AUTOMATICALLY GENERATED | |
# DO NOT EDIT THIS FILE DIRECTLY, USE /templates/conf/fluent.conf.erb |