Skip to content

Instantly share code, notes, and snippets.

View aligoren's full-sized avatar
😥
130K

Ali GÖREN aligoren

😥
130K
View GitHub Profile
<?php
require "siniflar/SyfYuklenme.php";
$sure = new suresayac;
$sure->baslat();
?>
<?php
require( "ayar.php" );
siteBaslik();
$aksiyon = isset($_GET['aksiyon']) ? $_GET['aksiyon'] : "";
@aligoren
aligoren / gist:5424489
Created April 20, 2013 02:33
İlk bölüm
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.vki.hesapla;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.vki.hesapla;
/**
*
* @author ali
*/
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.vki.hesapla;
@aligoren
aligoren / lexer.rb
Last active December 16, 2015 15:29
class Lexer
ANAHTARLAR = ["def", "class", "if", "true", "false", "nil"]
def tokenize(code)
code.chomp!
i = 0
tokens = []
public class Kontroller {
public static boolean sayisalmi(String str) {
try {
double d = Double.parseDouble(str);
} catch (NumberFormatException nfe) {
return false;
}
return true;
package oynatici;
import javafx.application.Application;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.media.Media;
import javafx.scene.media.MediaPlayer;
import javafx.scene.media.MediaView;
import javafx.scene.paint.Color;
import javafx.stage.Stage;
// ObjectDetecion.cpp File
// Nesne algılama dosyası
// Başlıyoruz hadi
/********/
//OpenCV KÜTÜPHANELERİNİ BAŞLANGIÇ
#include <opencv/cvaux.h>
#include <opencv/highgui.h>
#include <opencv/cxcore.h>
#if defined(__linux__)
#include<stdio.h>
main(){int ara,final,ort;
char isim[10],soyad[10];
printf("Name: ");
scanf("%s",isim);
printf("Lastname: ");
scanf("%s",soyad);
printf("ara sinav notu: ");
#if defined(_WIN64)
#include <conio.h>
#include<stdio.h>
//C / C ++ KODLARINIZ
getch();
#elif defined(_WIN32)
#include <conio.h>