Skip to content

Instantly share code, notes, and snippets.

View askn's full-sized avatar
🤔
[object Function]

Aşkın Gedik askn

🤔
[object Function]
View GitHub Profile

Keybase proof

I hereby claim:

  • I am askn on github.
  • I am askn (https://keybase.io/askn) on keybase.
  • I have a public key whose fingerprint is 02C0 D7CB 83D2 6415 0E36 ECCA B27F CE99 5DA3 C879

To claim this, I am signing this object:

@askn
askn / src.go
Created December 19, 2013 21:30
package main
import (
"bytes"
"fmt"
"os"
"os/exec"
"path/filepath"
"regexp"
"strings"
@askn
askn / main.go
Last active December 29, 2015 07:09
password card
package main
import (
"fmt"
"github.com/ActiveState/golor"
"math/rand"
"strings"
)
type PasswordCard struct {
#!/usr/bin/env python
# -*- coding: utf-8 -*-
def f(x):
return x ** 2
def main(x, y, n):
aralik = float(y - x) / n
L = 0
import copy
def determinant(liste):
sonuc = 0
if(len(liste) == 1):
return liste[0][0]
if(len(liste) == 2): #dogru
# 2li matrisin determinanti
class Polinom:
def __init__(self, katsayilar):
self.katsayilar = katsayilar
def __str__(self):
denklem = []
for index, katsayi in enumerate(self.katsayilar):
us = len(self.katsayilar) - index - 1
if katsayi != 0:
if katsayi != 1: