Skip to content

Instantly share code, notes, and snippets.

View inceabdullah's full-sized avatar
🏢
Working from office

inceabdullah

🏢
Working from office
View GitHub Profile
@inceabdullah
inceabdullah / gun_ay_yil_rakamlarinin_toplami.py
Created November 24, 2020 06:01
Gün ay ve yılın rakamlarının toplamı
pin = []
g = int(input("gün:"))
a = int(input("ay:"))
y = int(input("yil:"))
def rakam_toplami (x):
if x < 10:
return x
else:
return (x%10)+int(x/10)
@inceabdullah
inceabdullah / sudownload.sh
Created August 14, 2011 16:24
sudownload.sh
#!/bin/bash
#
# Doğan Aydın a saygılar
#
# https://gist.github.com/1144607 adresindeki sudownload.py python uygulamasının sudownload.sh bash uygulamasıdır :D
#
#
# Abdullah ince - pax.castrensis@gmail.com - bilgi@kesinbilgi.com - http://kesinbilgi.com
#