Skip to content

Instantly share code, notes, and snippets.

View gokdayi's full-sized avatar

Ahmet Gökdayı gokdayi

View GitHub Profile
@gokdayi
gokdayi / .gitignore
Last active March 31, 2020 04:15 — forked from Yousha/.gitignore
.gitignore for PHP developers.
##### Windows
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
@gokdayi
gokdayi / webresim.js
Created September 20, 2017 02:00
Web site resim
var WebPage = require('webpage');
page = WebPage.create();
var links = [{
src: 'https://stackoverflow.com/questions/5621907/how-to-screenshot-website-in-javascript-client-side-how-google-did-it-no-nee',
name: 'stack'
}, {
src: 'http://www.dilarabilgisayar.com/?lang=tr-TR',
name: 'dilara'
}];
using SpreadsheetLight;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Algorithms
{