Skip to content

Instantly share code, notes, and snippets.

View afshin-hoseini's full-sized avatar
🎯
Focusing

Afshin Hoseini afshin-hoseini

🎯
Focusing
View GitHub Profile
@afshin-hoseini
afshin-hoseini / react-native-paper.d.ts
Last active December 21, 2018 20:03 — forked from doomsower/react-native-paper.d.ts
react-native-paper.d.ts
// tslint:disable:max-classes-per-file
declare module 'react-native-paper' {
import { Component, ReactNode } from 'react';
import {
StyleProp,
TextProps,
TextStyle,
TouchableHighlightProps,
TouchableNativeFeedbackProps,
ViewProps,
@afshin-hoseini
afshin-hoseini / index.html
Created September 4, 2020 17:30
Sticky (gooey) effect using CSS SVG Filters
<div class="bubbles-wrapper bubbles-circle">
<div class="bubble">1</div>
<div class="bubble">2</div>
<div class="bubble">3</div>
<div class="bubble">4</div>
<div class="bubble">5</div>
<div class="bubble">6</div>
</div><!-- remove spaces
--><div class="bubbles-wrapper bubbles-vertical">
<div class="bubble"></div>
@afshin-hoseini
afshin-hoseini / braking.md
Created February 14, 2022 20:28 — forked from andrebq/braking.md
Fahrschule

Braking

Standard Braking Distance

  • DE: (Geschwindigkeit / 10) * (Geschwindigkeit / 10)
  • EN: (Speed / 10) * (Speed / 10)

Evasive (Emergency) Braking Distance

  • DE: ((Geschwindigkeit / 10) * (Geschwindigkeit / 10)) / 2
  • EN: ((Speed / 10) * (Speed / 10)) / 2