Skip to content

Instantly share code, notes, and snippets.

View yuceltoluyag's full-sized avatar
💭
I may be slow to respond.

yücel yuceltoluyag

💭
I may be slow to respond.
View GitHub Profile
@DrDoctor13
DrDoctor13 / UpdateOrigin.sh
Last active September 6, 2018 15:12
Origin Updater
#!/bin/bash
echo "Downloading latest Origin setup file"
sleep 1
wget "https://download.dm.origin.com/origin/live/OriginSetup.exe"
echo "Extracting to .zip file"
anonymous
anonymous / mail.py
Created September 14, 2017 02:59
Mail Sender
import smtplib as sm
from tkinter import *
class MailSender():
def __init__(self):
self.pencere = Tk()
self.giris_pencere_olustur()
def giris_pencere_olustur(self):
@budRich
budRich / i3cast
Last active March 17, 2020 16:47
create and upload screen reordings
#!/bin/bash
# i3cast - create and upload screen recordings
# ============================================
# gluecifer: **budRich** 2017
#
# ### usage ###
# just run the script to start the recording
# run it again to stop and preview the recording
# and perform action, (save,upload or play again).
@raisedadead
raisedadead / cmder.lua
Last active April 11, 2020 07:14
Cmder Customization
function lambda_prompt_filter()
clink.prompt.value = string.gsub(clink.prompt.value, "{lamb}", "λ")
end
---
-- Resolves closest directory location for specified directory.
-- Navigates subsequently up one level and tries to find specified directory
-- @param {string} path Path to directory will be checked. If not provided
-- current directory will be used
-- @param {string} dirname Directory name to search for
@dcrystalj
dcrystalj / .fonts.conf
Created January 7, 2016 23:08 — forked from odony/.fonts.conf
Updated version of the fonts.conf file mentioned in http://www.binarytides.com/gorgeous-looking-fonts-ubuntu-linux/ in order to get rid of most of the fontconfig warnings (mostly the "Having multiple values in <test> isn't supported and may not work as expected")
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
Documented at
http://linux.die.net/man/5/fonts-conf
To check font mapping run the command at terminal
$ fc-match 'helvetica Neue'
@vratiu
vratiu / .bash_aliases
Last active May 29, 2024 12:23
Git shell coloring
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset
@paracycle
paracycle / bin_numbers.json
Created February 17, 2014 13:57
Kredi Kartlari Bin Numaralari
[
{"binNumber": "400684", "bankName": "ING Bank A.Ş.", "cardBrand": "Bonus", "bankCode": "099"},
{"binNumber": "401622", "bankName": "YAPI ve KREDİ BANKASI A.Ş.", "cardBrand": "World", "bankCode": "067"},
{"binNumber": "401738", "bankName": "GARANTİ BANKASI A.Ş.", "cardBrand": "Bonus", "bankCode": "062"},
{"binNumber": "402275", "bankName": "ASYA KATILIM BANKASI A.Ş.", "cardBrand": "Asya", "bankCode": "208"},
{"binNumber": "402276", "bankName": "ASYA KATILIM BANKASI A.Ş.", "cardBrand": "Asya", "bankCode": "208"},
{"binNumber": "402277", "bankName": "FİNANSBANK A.Ş.", "cardBrand": "CardFinans", "bankCode": "111"},
{"binNumber": "402278", "bankName": "FİNANSBANK A.Ş.", "cardBrand": "CardFinans", "bankCode": "111"},
{"binNumber": "402280", "bankName": "ASYA KATILIM BANKASI A.Ş.", "cardBrand": "Asya", "bankCode": "208"},
{"binNumber": "402458", "bankName": "TÜRK EKONOMİ BANKASI TEB A.Ş.", "cardBrand": "Bonus", "bankCode": "032"},