├── AkisKontrolu ├── AkisKontrolu.rb └── case-when.rb ├── Bloklar,ProcVeLamba(Lecture) ├── Bloklar.rb ├── proc.rb └── yield.rb ├── Collections(Lecture) ├── CokBoyutluDizi.rb ├── Dizi.rb ├── Dizi_islemleri.rb ├── Dizilerde_Siralama.rb └── Sozlukler.rb ├── ConversionToRomanNumerals └── RomanNumerals.rb ├── Donguler(Lecture) ├── dongu_kontrolu.rb ├── for.rb ├── loop.rb ├── until.rb └── while.rb ├── Faktoriyel └── Faktoriyel.rb ├── FizzBuzz └── FizzBuzz.rb ├── Kitapci └── Kitapci.rb ├── Methods(Lecture) ├── MainSelf.rb └── Methods.rb ├── NumberOfLetters └── NumberOfLetters.rb ├── Numbers(Lecture) ├── AritmetikselOperatörler.rb ├── BazıMetodlar.rb ├── BigDecimal.rb └── Operatörler.rb ├── OOP(Lecture) └── sarmalama.rb ├── README.md ├── Robocob2 ├── .idea │ ├── .name │ ├── Robocob2.iml │ ├── encodings.xml │ ├── misc.xml │ ├── modules.xml │ ├── scopes │ │ └── scope_settings.xml │ ├── vcs.xml │ └── workspace.xml └── robocob2.rb ├── Robocop └── Robocop.rb ├── StudentDegree ├── .idea │ ├── .name │ ├── StudentDegree.iml │ ├── encodings.xml │ ├── misc.xml │ ├── modules.xml │ ├── scopes │ │ └── scope_settings.xml │ ├── vcs.xml │ └── workspace.xml ├── README.md └── student_degree.rb └── isBasvurusu ├── README.md └── isBasvurusu.rb /AkisKontrolu/AkisKontrolu.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/AkisKontrolu/AkisKontrolu.rb -------------------------------------------------------------------------------- /AkisKontrolu/case-when.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/AkisKontrolu/case-when.rb -------------------------------------------------------------------------------- /Bloklar,ProcVeLamba(Lecture)/Bloklar.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Bloklar,ProcVeLamba(Lecture)/Bloklar.rb -------------------------------------------------------------------------------- /Bloklar,ProcVeLamba(Lecture)/proc.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Bloklar,ProcVeLamba(Lecture)/proc.rb -------------------------------------------------------------------------------- /Bloklar,ProcVeLamba(Lecture)/yield.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Bloklar,ProcVeLamba(Lecture)/yield.rb -------------------------------------------------------------------------------- /Collections(Lecture)/CokBoyutluDizi.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Collections(Lecture)/CokBoyutluDizi.rb -------------------------------------------------------------------------------- /Collections(Lecture)/Dizi.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Collections(Lecture)/Dizi.rb -------------------------------------------------------------------------------- /Collections(Lecture)/Dizi_islemleri.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Collections(Lecture)/Dizi_islemleri.rb -------------------------------------------------------------------------------- /Collections(Lecture)/Dizilerde_Siralama.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Collections(Lecture)/Dizilerde_Siralama.rb -------------------------------------------------------------------------------- /Collections(Lecture)/Sozlukler.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Collections(Lecture)/Sozlukler.rb -------------------------------------------------------------------------------- /ConversionToRomanNumerals/RomanNumerals.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/ConversionToRomanNumerals/RomanNumerals.rb -------------------------------------------------------------------------------- /Donguler(Lecture)/dongu_kontrolu.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Donguler(Lecture)/dongu_kontrolu.rb -------------------------------------------------------------------------------- /Donguler(Lecture)/for.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Donguler(Lecture)/for.rb -------------------------------------------------------------------------------- /Donguler(Lecture)/loop.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Donguler(Lecture)/loop.rb -------------------------------------------------------------------------------- /Donguler(Lecture)/until.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Donguler(Lecture)/until.rb -------------------------------------------------------------------------------- /Donguler(Lecture)/while.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Donguler(Lecture)/while.rb -------------------------------------------------------------------------------- /Faktoriyel/Faktoriyel.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Faktoriyel/Faktoriyel.rb -------------------------------------------------------------------------------- /FizzBuzz/FizzBuzz.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/FizzBuzz/FizzBuzz.rb -------------------------------------------------------------------------------- /Kitapci/Kitapci.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Kitapci/Kitapci.rb -------------------------------------------------------------------------------- /Methods(Lecture)/MainSelf.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Methods(Lecture)/MainSelf.rb -------------------------------------------------------------------------------- /Methods(Lecture)/Methods.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Methods(Lecture)/Methods.rb -------------------------------------------------------------------------------- /NumberOfLetters/NumberOfLetters.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/NumberOfLetters/NumberOfLetters.rb -------------------------------------------------------------------------------- /Numbers(Lecture)/AritmetikselOperatörler.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Numbers(Lecture)/AritmetikselOperatörler.rb -------------------------------------------------------------------------------- /Numbers(Lecture)/BazıMetodlar.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Numbers(Lecture)/BazıMetodlar.rb -------------------------------------------------------------------------------- /Numbers(Lecture)/BigDecimal.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Numbers(Lecture)/BigDecimal.rb -------------------------------------------------------------------------------- /Numbers(Lecture)/Operatörler.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Numbers(Lecture)/Operatörler.rb -------------------------------------------------------------------------------- /OOP(Lecture)/sarmalama.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/OOP(Lecture)/sarmalama.rb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/README.md -------------------------------------------------------------------------------- /Robocob2/.idea/.name: -------------------------------------------------------------------------------- 1 | Robocob2 -------------------------------------------------------------------------------- /Robocob2/.idea/Robocob2.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Robocob2/.idea/Robocob2.iml -------------------------------------------------------------------------------- /Robocob2/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Robocob2/.idea/encodings.xml -------------------------------------------------------------------------------- /Robocob2/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Robocob2/.idea/misc.xml -------------------------------------------------------------------------------- /Robocob2/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Robocob2/.idea/modules.xml -------------------------------------------------------------------------------- /Robocob2/.idea/scopes/scope_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Robocob2/.idea/scopes/scope_settings.xml -------------------------------------------------------------------------------- /Robocob2/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Robocob2/.idea/vcs.xml -------------------------------------------------------------------------------- /Robocob2/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Robocob2/.idea/workspace.xml -------------------------------------------------------------------------------- /Robocob2/robocob2.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Robocob2/robocob2.rb -------------------------------------------------------------------------------- /Robocop/Robocop.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/Robocop/Robocop.rb -------------------------------------------------------------------------------- /StudentDegree/.idea/.name: -------------------------------------------------------------------------------- 1 | StudentDegree -------------------------------------------------------------------------------- /StudentDegree/.idea/StudentDegree.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/StudentDegree/.idea/StudentDegree.iml -------------------------------------------------------------------------------- /StudentDegree/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/StudentDegree/.idea/encodings.xml -------------------------------------------------------------------------------- /StudentDegree/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/StudentDegree/.idea/misc.xml -------------------------------------------------------------------------------- /StudentDegree/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/StudentDegree/.idea/modules.xml -------------------------------------------------------------------------------- /StudentDegree/.idea/scopes/scope_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/StudentDegree/.idea/scopes/scope_settings.xml -------------------------------------------------------------------------------- /StudentDegree/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/StudentDegree/.idea/vcs.xml -------------------------------------------------------------------------------- /StudentDegree/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/StudentDegree/.idea/workspace.xml -------------------------------------------------------------------------------- /StudentDegree/README.md: -------------------------------------------------------------------------------- 1 | ###Student Note Convert To Letter Grade -------------------------------------------------------------------------------- /StudentDegree/student_degree.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/StudentDegree/student_degree.rb -------------------------------------------------------------------------------- /isBasvurusu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/isBasvurusu/README.md -------------------------------------------------------------------------------- /isBasvurusu/isBasvurusu.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehmetdik/Ruby/HEAD/isBasvurusu/isBasvurusu.rb --------------------------------------------------------------------------------