Skip to content

Instantly share code, notes, and snippets.

View bw-varun's full-sized avatar

Varun Pant bw-varun

  • Deutsche Bank
  • London
View GitHub Profile
@amosgyamfi
amosgyamfi / MickeyMouseIllustration.swift
Created October 22, 2023 13:19
Misckey Mouse Illustration
//
// MickeyMouseIllustration.swift
import SwiftUI
struct MickeyMouseIllustration: View {
var body: some View {
ZStack {
VStack(spacing: -14) {
@mschoebel
mschoebel / main.go
Created March 6, 2014 20:02
Snippet: login/logout (Golang)
package main
import (
"fmt"
"github.com/gorilla/mux"
"github.com/gorilla/securecookie"
"net/http"
)
// cookie handling