Skip to content

Instantly share code, notes, and snippets.

View ibrahimyilmaz7's full-sized avatar
🎯
Focusing

Ibrahim Yilmaz ibrahimyilmaz7

🎯
Focusing
View GitHub Profile
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Abakus: Lohn &amp; Finanzen | Marketing</title>
<meta
name="description"
content="Abakus ist eine deutsche Finanzrechner-App fuer Brutto-Netto, Steuerklassen, Sozialabgaben und transparente Aufschluesselungen."
>
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Wortschatz — deine Wörter, deine Welt.</title>
<style>
:root {
--bg: #f7f7f5;
--card: #ffffff;
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Wortschatz Support</title>
<style>
:root {
--bg: #f7f7f5;
--card: #ffffff;
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Abakus Support</title>
<style>
:root {
--bg: #f7f7f5;
--card: #ffffff;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abakus Privacy Policy</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; max-width: 600px; margin: 40px auto; padding: 20px; line-height: 1.6; }
h1 { font-size: 24px; }
h2 { font-size: 18px; margin-top: 24px; }
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wortschatz Datenschutzerklaerung</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; max-width: 600px; margin: 40px auto; padding: 20px; line-height: 1.6; }
h1 { font-size: 24px; }
h2 { font-size: 18px; margin-top: 24px; }
@ibrahimyilmaz7
ibrahimyilmaz7 / AnimatedPlayPauseButton.swift
Created November 29, 2020 12:11
AnimatedPlayPauseButton SwiftUI
import SwiftUI
struct AnimatedPlayPauseButton: View {
@Binding var isActive: Bool
var color1: Color { Color("Red") }
var color2: Color { isActive ? Color("Red") : Color("Pink") }
var color3: Color { isActive ? Color("Red") : Color("Yellow") }
@ibrahimyilmaz7
ibrahimyilmaz7 / Xcode 11 Duplicate Line or Selection.md
Last active February 22, 2022 09:07
Xcode 11 - Duplicate Selection
  1. Open directory in Finder with Cmd + Shift + G
/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/Resources/
  1. Open IDETextKeyBindingSet.plist with a text editor.

  2. Add this in: