Skip to content

Instantly share code, notes, and snippets.

View ardakazanci's full-sized avatar
:bowtie:
E=mc^2

Arda K. ardakazanci

:bowtie:
E=mc^2
View GitHub Profile
@ardakazanci
ardakazanci / class.database.php
Last active July 9, 2024 10:53
Php OOP - Database Operations - Veritabanı İşlemleri
<?php
/*
* Bir ürün listelsi üzerinde işlem yaptığımızı düşünelim.
* Buna ait listeleme , güncelleme vs. formlarının yapıldığını farz edelim.
* Bu sınıf ile kod karmaşasından kurtulabilirsiniz.
*
*/
class mySQL
/*
Java's System.out.printf function can be used to print formatted output. The purpose of this exercise is to test your understanding of formatting output using printf.
To get you started, a portion of the solution is provided for you in the editor; you must format and print the input to complete the solution.
Input Format
Every line of input will contain a String followed by an integer.
Each String will have a maximum of alphabetic characters, and each integer will be in the inclusive range from to .
import java.io.*;
import java.math.*;
import java.security.*;
import java.text.*;
import java.util.*;
import java.util.concurrent.*;
import java.util.regex.*;
public class Solution {
@ardakazanci
ardakazanci / Kata
Created January 24, 2020 05:34
Kata
fun main() {
var firstList = listOf<Int>(1, 2, 3, 4, 5)
var secondList = listOf<Int>(5, 4, 3, 2, 7)
var firstListString = ""
var secondListString = ""
var result: String? = null
var resultList = arrayListOf<String>()
Recent Activity
We couldn’t find that file to show.
Kotlin 5 hrs 53 mins ████████████████▉░░░░ 80.4%
Java 1 hr 2 mins ██▉░░░░░░░░░░░░░░░░░░ 14.3%
XML 21 mins █░░░░░░░░░░░░░░░░░░░░ 4.8%
JSON 1 min ░░░░░░░░░░░░░░░░░░░░░ 0.3%
Groovy 0 secs ░░░░░░░░░░░░░░░░░░░░░ 0.2%
We couldn’t find that file to show.
echo 'export PATH="/usr/local/bin:$PATH"' >> ~/.bash_profile
@ardakazanci
ardakazanci / My-Waka-Box
Created December 5, 2020 12:17
My WakaBox stats.
My WakaBox stats.