Skip to content

Instantly share code, notes, and snippets.

@cengizgoren
cengizgoren / alexaTurkey40000.csv
Created June 26, 2020 00:45 — forked from ceylanb/alexaTurkey40000.csv
Alexa Türkiye ilk 40000
We can't make this file beautiful and searchable because it's too large.
google.com
youtube.com
google.com.tr
facebook.com
sahibinden.com
ensonhaber.com
kizlarsoruyor.com
memurlar.net
live.com
n11.com
@cengizgoren
cengizgoren / hosts
Created June 9, 2020 15:50 — forked from consti/hosts
/etc/hosts to block shock sites etc.
# This hosts file is brought to you by Dan Pollock and can be found at
# http://someonewhocares.org/hosts/
# You are free to copy and distribute this file for non-commercial uses,
# as long the original URL and attribution is included.
#<localhost>
127.0.0.1 localhost
127.0.0.1 localhost.localdomain
255.255.255.255 broadcasthost
::1 localhost
@cengizgoren
cengizgoren / ArduinoDHT11HumidityMeter.ino
Created February 22, 2020 22:19 — forked from embeddeduser/ArduinoDHT11HumidityMeter.ino
Arduino Humidity Meter with DHT11 and I2C OLED display
// Written by EmbeddedUser
// Refer to blog http://www.jaimeferns.in/2016/10/how-to-build-humidity-and-temperature.html
// Youtube Video https://www.youtube.com/watch?v=g-rcEd_2I-w
// Humidity meter with DHT11, Arduino and I2c OLED display
// Now support displaying sensor error and configuring deg C or deg F
#include <DHT.h>
#include "U8glib.h"
// Display defaults to Degree F. TO use metric display,
@cengizgoren
cengizgoren / sketch-never-ending.md
Created November 7, 2019 01:56 — forked from Bhavdip/sketch-never-ending.md
Modify Sketch to never ending trial

###Sketch trial non stop

Open hosts files:

$ open /private/etc/hosts

Edit the file adding:

127.0.0.1 backend.bohemiancoding.com

127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com

Animated SVG Avatar

Created a login form with an SVG avatar that responds to the input in the email field. Used the GSAP TweenMax library + GSAP's MorphSVG plugin for the animating.

Email validation is very simple and crude just for the purposes of getting this prototype working.

A Pen by Darin on CodePen.

License.

@cengizgoren
cengizgoren / bootstrap-4-1-3-carousel-w-animate-css.markdown
Created March 4, 2019 11:42
Bootstrap 4.1.3 Carousel W/Animate css
package com.tapfortap.example;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.widget.LinearLayout;
import com.google.ads.*;
/**
* Created by IntelliJ IDEA.