Skip to content

Instantly share code, notes, and snippets.

Privacy Policy
==============
Last updated: April 12, 2024
This Privacy Policy describes Our policies and procedures on the collection,
use and disclosure of Your information when You use the Service and tells You
about Your privacy rights and how the law protects You.
We use Your Personal data to provide and improve the Service. By using the
Privacy Policy
==============
Last updated: February 28, 2024
This Privacy Policy describes Our policies and procedures on the collection,
use and disclosure of Your information when You use the Service and tells You
about Your privacy rights and how the law protects You.
We use Your Personal data to provide and improve the Service. By using the
MOBİL UYGULAMA GİZLİLİK BİLDİRİMİ
Sürüm, 10 Nisan 2019
Tüm Kullanıcılarımızın gizliliği bizim için çok önemlidir. Bir Uygulama Kullanıcısı olarak Hizmetimizi kullandığınızda, (Uygulama Yayıncısı olarak) Kişisel Verilerinizi işleriz. Bu Gizlilik Bildirimi, Kişisel Verilerinizi nasıl koruduğumuzu ve işleme koyduğumuzu açıklar. Dikkatlice okumanızı öneririz.
1. Bu Gizlilik Bildiriminde ne belirtilmiştir?
Bu Gizlilik Bildirimindeki bölümler size aşağıdakiler hakkında bilgi verir:
İşlenen Kişisel Verilerin türleri,
Kişisel Verilerin işlenme amaçları,
<!-- Dice Game by Emre Edemir --->
<!-- Images source files not local ,it is image url ,url may remove by website -->
<!DOCTYPE html>
<html>
<head>
<script>
function changeRandom()
{
var randomNumber =Math.floor((Math.random() * 6) + 1);
<!-- Dice Game by Emre Edemir --->
<!-- Images source files not local ,it is image url ,url may remove by website -->
<!DOCTYPE html>
<html>
<head>
<script>
function changeRandom()
{
var randomNumber =Math.floor((Math.random() * 6) + 1);
@emreedemir
emreedemir / TableExample.html
Created March 10, 2020 13:46
Table creation rowspan and colspan
<html>
<head>
<title>Emre Edemir</title>
</head>
<body>
<p>rowspan satırları bişrleiştirir colspan kolonları birleştirir
<table border="1px">
<tr>
<th rowspan="6"> Persons of Deparmenmt</th>
@emreedemir
emreedemir / Week2WebPrograming.js
Created March 10, 2020 13:01
Week 2 JavaScript
<!DOCTYPE html>
<html>
<head>
<style>
h3,h4
{
margin-top:50px;
position:
}
@emreedemir
emreedemir / .js
Created March 10, 2020 12:59
Week3 Web Programing
<!DOCTYPE html>
<html>
<head>
<script>
function myFunction()
{
var forms =document.forms;
var item;
package com.emreedemir.testfinal;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
import android.Manifest;
from turtle import *
shape('turtle')
color('yellow')
begin_fill()
pensize(4)
speed(2)