This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class MainActivity extends AppCompatActivity { | |
ImageView myImg; | |
TextView textView, textView2; | |
int score; | |
int screenX, screenY; | |
@Override | |
protected void onCreate(Bundle savedInstanceState) { | |
super.onCreate(savedInstanceState); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head><title>Rainbow Line</title> | |
<style type="text/css">*{margin: 0;padding: 0;} | |
.rainbow{ | |
width: 100%; | |
height: 8px; | |
background-repeat:repeat-x; | |
background: linear-gradient(to right, | |
#eb5252, | |
#f78f2f, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head><title>Rainbow Line</title> | |
<style type="text/css">*{margin: 0;padding: 0;} | |
.rainbow{ | |
width: 100%; | |
height: 8px; | |
background-repeat:repeat-x; | |
background: linear-gradient(to right, | |
#eb5252, | |
#f78f2f, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setInterval(function onDkdaBirCalis(){ | |
var sayi = 0; | |
/* Gonderi acma */ | |
setTimeout(function(){ | |
var gonderi = document.querySelectorAll(".NUiEW")[sayi].children[0]; | |
gonderi.click(); | |
/* Begenenleri acma */ | |
setTimeout(function(){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
public class DersScript : MonoBehaviour | |
{ | |
int puan; | |
float mesafe; | |
string mesaj; |