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
<?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 |
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
/* | |
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 . |
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
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 { |
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
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>() |
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
Recent Activity |
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
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% |
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
echo 'export PATH="/usr/local/bin:$PATH"' >> ~/.bash_profile |
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
My WakaBox stats. |
OlderNewer