Skip to content

Instantly share code, notes, and snippets.

View eminarslan's full-sized avatar
🤖
I may be slow to respond.

Emin eminarslan

🤖
I may be slow to respond.
  • Istanbul, Turkey
View GitHub Profile
<template>
<div class="ui cards" style="margin: 10px">
<div class="ui icon input" style="width: 100%">
<input type="text" placeholder="Search..." v-model="searchQuery" />
<i class="search icon"></i>
</div>
<div
class="card ui fluid"
v-for="product in searchedProducts"
:key="product.id"
@eminarslan
eminarslan / Fedora_33_notes.md
Created December 28, 2021 23:20 — forked from PatrickLang/Fedora_33_notes.md
Fedora 33 Notes

This is just a few things I'll probably forget later

Dual boot with encryption & hibernation

  1. Disable secure boot in BIOS if you want hibernation in Linux
  2. Shrink Windows partition using diskmgmt.msc
  3. Boot off Fedora live ISO
  4. Choose install, do manual partitioning with blivet
  • Mount existing EFI partition at /boot/efi
  • Create /boot partition
@eminarslan
eminarslan / stochastic_divergence
Created July 11, 2018 13:45
Stochastic Divergence
//@version=3
study("Stochastic Divergence",overlay=false)
length = input(14, "Stoch Length")
lb = input(30, "Lookback")
k = (close - lowest(low, length)) / (highest(high, length) - lowest(low, length)) * 100
price_high = highest(close, 1) >= highest(close, lb)
stoch_nothigh = k > 80 and highest(k, 1) < highest(k, lb)
bearish= price_high and stoch_nothigh

Keybase proof

I hereby claim:

  • I am eminarslan on github.
  • I am eminarslan (https://keybase.io/eminarslan) on keybase.
  • I have a public key whose fingerprint is 2E4D 8E46 CFAF 17D0 0064 7AA2 7406 E8A0 DDC1 1263

To claim this, I am signing this object: