All Projects → ytuozguryazilim → Ytuce Lectures

ytuozguryazilim / Ytuce Lectures

Yildiz Teknik Unv. Bilgisayar Mühendisliği ile ilgili ödev,ders notu, sinav sorulari, lablarin iceriginin bulunduğu repo.

Projects that are alternatives of or similar to Ytuce Lectures

Interview
python, golang, devops 基础知识、 系统设计、后端开发路线图
Stars: ✭ 921 (+2092.86%)
Mutual labels:  computer-science
Crash Course Computer Science Chinese
💻 计算机速成课 | Crash Course 字幕组 (全40集 2018-5-1 精校完成)
Stars: ✭ 8,057 (+19083.33%)
Mutual labels:  computer-science
Algos And Data Structures
Collection of Test Specs and Implementation of various algorithms and data structures from the Princeton Coursera course: Intro to Algorithms part 1 and 2
Stars: ✭ 31 (-26.19%)
Mutual labels:  computer-science
Competitive Programming Library
A library designed to improve your competitive programming performance.
Stars: ✭ 26 (-38.1%)
Mutual labels:  computer-science
Papers We Love Bbsr
Papers-we-love bhubaneswar chapter
Stars: ✭ 12 (-71.43%)
Mutual labels:  computer-science
Design Patterns For Humans
An ultra-simplified explanation to design patterns
Stars: ✭ 32,376 (+76985.71%)
Mutual labels:  computer-science
Riceteacatpanda
repo with challenge material for riceteacatpanda (2020)
Stars: ✭ 18 (-57.14%)
Mutual labels:  computer-science
Apcsa Public
AP Computer Science A Curriculum Materials
Stars: ✭ 41 (-2.38%)
Mutual labels:  computer-science
Papers I Read
A-Paper-A-Week
Stars: ✭ 869 (+1969.05%)
Mutual labels:  computer-science
Ubb Computer Science
🎰 University projects and homework.
Stars: ✭ 31 (-26.19%)
Mutual labels:  computer-science
Analysissummary
Vorlesung Analysis für Informatiker WS16/17 an der TUM
Stars: ✭ 10 (-76.19%)
Mutual labels:  computer-science
Huprog
A repo which includes the HUPROG'17(Hacettepe University Programming Contest)'s questions and the solutions of that questions.
Stars: ✭ 11 (-73.81%)
Mutual labels:  computer-science
Notes To Cs Freshmen From The Future
Notes to (NUS) Computer Science Freshmen, From The Future (Original by @ejamesc)
Stars: ✭ 952 (+2166.67%)
Mutual labels:  computer-science
Cyber Labs Get Started
This repository contains resources to get you started in the field of your choice.
Stars: ✭ 25 (-40.48%)
Mutual labels:  computer-science
Cmp 167 Programming Methods I
Lehman College
Stars: ✭ 32 (-23.81%)
Mutual labels:  computer-science
Algor In Js
Various Basic Data Structures and Algorithms Implement in Javascript
Stars: ✭ 22 (-47.62%)
Mutual labels:  computer-science
Awesome Scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
Stars: ✭ 36,688 (+87252.38%)
Mutual labels:  computer-science
Cs education
Моя карта обучения Computer Science на 3 года
Stars: ✭ 42 (+0%)
Mutual labels:  computer-science
Computer Science Fast
List of practical books covering most computer science fundamentals and hot topics in the industry, with a good overview of each area.
Stars: ✭ 33 (-21.43%)
Mutual labels:  computer-science
Constant Vigilance
Learn this if you want to be a software engineer. Constant vigilance means being continually aware of areas that need improvement. For me, I am constantly searching for valuable resources to ensure I am able to solve any problem that comes my way.
Stars: ✭ 30 (-28.57%)
Mutual labels:  computer-science

🎓 YTU COMPUTER ENGINEERING

🚀 Bilgisayar Mühendisliği ile ilgili ders notu, ödev ve bilimum kaynağın bulunduğu repo. 

☄️ Bölüm içerisinde nesiller arası döküman aktarımını dökümente edebilmek amacıyla oluşturulmuştur.

Elinizde Ders Notu, Çıkmış Soru, Faydalı Link bulunuyorsa PULL REQUEST ile ekleyebilirsiniz!

Mevcut Dersler

Ders Kodu Ders
BLM4871 Formal Languages And Automata(Biçimsel Diller)
BLM3830 Security Of Computer Systems(Bilişim Sistemi Güvenliği)
BLM3711 Database Management(Veri Tabanı)
BLM3561 Operating Systems(İşletim Sistemleri)
BLM3520 Introduction To Mobile Programming(Mobil Programlamaya Giriş)
BLM2612 Computer Hardware(Bilgisayar Donanımı)
BLM2512 Data Structures And Algorithms(Veri Yapıları Ve Algoritmalar)
BLM2502 Computing Theory(Hesaplama Kuramı)
BLM1552 Introduction To Computer Science-2(Bilgisayar Bilimlerine Giriş-2)
BLM1551 Introduction To Computer Science-1(Bilgisayar Bilimlerine Giriş-1)

📂 Dosya Hiyerarşisi

Kullanılabilir bir kaynak oluşturmak için ekleyeceğiniz dökümanı aşağıdaki formata uygun bir şekilde düzenlemeniz çorbadaki tuzunuzu arttıracak, daha lezzetli bir kaynak oluşmasına sebep olacaktır. Şimdiden teşekkürler!

/DersinKodu-DersinAdi           -> Dersin kodu ve adi, ornek:  	BLM2612-ComputerHardware(BilgisayarDonanımı)
    /YYYY                       -> Dersin Yılı
      /DERS-YÜRÜTÜCÜ-ADI        -> Dersin veren akademisyenin ismi
        /Görseller              -> Ders hakkında Görsel Materyaller
        /Ders Notları           -> Ders Hakkında Notlar
          /Slaytlar
          /PDFler
        /Lab                    -> Lab'ta islenenler.
        /Sınav Soruları         -> Çıkmış veya çıkabilecek sorular
          /Sınav İsmi           -> VIZE-2-BAHAR-2017.pdf isim formatında olmalıdır
        /Faydalı Dökümanlar     -> Youtube dersleri, Makaleler vb.
        /Duyurular

Nasıl İndirilir ?

Tüm kaynakları indirmek için :
git clone https://github.com/GnuYtuce/Ytuce-Lectures.git
Belli bir branch yada ders indirmek için :
git clone <repo-name> --branch <branch-name> --single-branch --depth 1

Örnek1 (master):

git clone https://github.com/GnuYtuce/Ytuce-Lectures.git --branch master --single-branch --depth 1

Örnek2 (BLM3561-Operating Systems):

git clone https://github.com/GnuYtuce/Ytuce-Lectures.git --branch BLM3561 --single-branch --depth 1

Katkıda Bulunanlar

ℹ️ Kaynaklar Hakkkında

İçerikteki materyaller eğtim kalitesine faydada bulunmak amacıyla eklenmiştir. Telif hakkı içeren durumları lütfen bize bildiriniz.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].