Skip to content

Commit

Permalink
Add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
enescakir committed Dec 31, 2018
1 parent ab8a1ae commit e6fd535
Show file tree
Hide file tree
Showing 34 changed files with 67 additions and 22 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ Programming projects that I have written at university
- [Homework 4](/cmpe436/hw4) `Java`
- [Final Project](/cmpe436/final-project) `Java`

### [CmpE443 - Principles of Embedded Systems Design](https://github.com/EnesCakir/cmpe443-car-project)
- [Car Project](https://github.com/EnesCakir/cmpe443-car-project) `C`

### [CmpE487 - Applied Computer Networks](/cmpe487)
- [Workshop 1](/cmpe487/bash-chat) `Bash`
- [Workshop 2](/cmpe487/python-chat) `Python`
Expand All @@ -71,4 +74,7 @@ Programming projects that I have written at university
- [Project 2](/cmpe493/project2) `Python`
- [Project 3](/cmpe493/project3) `Python`

### [CmpE49F - Introduction to Satellite Space Network](/cmpe49f)
- [Caching Alogrithm](/cmpe49f) `Python`

### [CmpE352 & CmpE451 - Project Development in Software Engineering](https://github.com/bounswe/bounswe2017group11)
10 changes: 10 additions & 0 deletions cmpe436/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# CmpE436 - Concurrent and Distributed Programming
| Term | Instructor |
| --- | --- |
| Fall 2018 | Alper Şen |

### [Homework 1](/cmpe436/hw1) `Java`
### [Homework 2](/cmpe436/hw2) `Java`
### [Homework 3](/cmpe436/hw3) `Java`
### [Homework 4](/cmpe436/hw4) `Java`
### [Final Project](/cmpe436/final-project) `Java`
8 changes: 8 additions & 0 deletions cmpe436/final-project/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Auction App
|||||
:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:
<a href="https://raw.githubusercontent.com/EnesCakir/university-projects/master/cmpe436/final-project/screenshots/ss1.png"><img src="https://raw.githubusercontent.com/EnesCakir/university-projects/master/cmpe436/final-project/screenshots/ss1.png"></a> | <a href="https://raw.githubusercontent.com/EnesCakir/university-projects/master/cmpe436/final-project/screenshots/ss2.png"><img src="https://raw.githubusercontent.com/EnesCakir/university-projects/master/cmpe436/final-project/screenshots/ss2.png"></a> | <a href="https://raw.githubusercontent.com/EnesCakir/university-projects/master/cmpe436/final-project/screenshots/ss3.png"><img src="https://raw.githubusercontent.com/EnesCakir/university-projects/master/cmpe436/final-project/screenshots/ss3.png"></a> | <a href="https://raw.githubusercontent.com/EnesCakir/university-projects/master/cmpe436/final-project/screenshots/ss4.png"><img src="https://raw.githubusercontent.com/EnesCakir/university-projects/master/cmpe436/final-project/screenshots/ss4.png"></a>
<a href="https://raw.githubusercontent.com/EnesCakir/university-projects/master/cmpe436/final-project/screenshots/ss5.png"><img src="https://raw.githubusercontent.com/EnesCakir/university-projects/master/cmpe436/final-project/screenshots/ss5.png"></a> | <a href="https://raw.githubusercontent.com/EnesCakir/university-projects/master/cmpe436/final-project/screenshots/ss6.png"><img src="https://raw.githubusercontent.com/EnesCakir/university-projects/master/cmpe436/final-project/screenshots/ss6.png"></a> | <a href="https://raw.githubusercontent.com/EnesCakir/university-projects/master/cmpe436/final-project/screenshots/ss7.png"><img src="https://raw.githubusercontent.com/EnesCakir/university-projects/master/cmpe436/final-project/screenshots/ss7.png"></a> |

### [Server](/cmpe436/final-project/Server) `Java`
### [Android App](/cmpe436/final-project/Auctioner) `Java`
Binary file added cmpe436/final-project/screenshots/ss1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cmpe436/final-project/screenshots/ss2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cmpe436/final-project/screenshots/ss3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cmpe436/final-project/screenshots/ss4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cmpe436/final-project/screenshots/ss5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cmpe436/final-project/screenshots/ss6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cmpe436/final-project/screenshots/ss7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion cmpe436/hw1/README.txt → cmpe436/hw1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Question2 and Population classes are for solution of Question 2.
## Checked Errors
- Same errors from Question 1
- All elements have to be 1 or 0
- Positive max generation number
- Positive max generation number
File renamed without changes.
3 changes: 2 additions & 1 deletion cmpe436/hw3/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### Notice: It has some problems. Last minute work
## Question 1
### Lockset Algorithm
The lockset-based detectors never produces false negatives.
Expand Down Expand Up @@ -35,4 +36,4 @@ Last part of code has 3 different LTL formulas for Question 2.
`ltl infinitely_often { ([]<> cs[0]) && ([]<> cs[1]) }`

### Question 3
`Question3_a.jpg` and `Question3_b.jpg` show answers.
`Question3_a.jpg` and `Question3_b.jpg` show answers.
Binary file added cmpe436/hw3/hw3.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion cmpe436/hw4/README.txt → cmpe436/hw4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Source code of project is "src" folder.
I override receiveMsg and sendMsg methods.
SynchronousLinker has an BinarySemaphore.
receiveMsg method sends message that has `done` tag to sender when receiving is done.
When sendMsg get done message, it unblocked.
When sendMsg get done message, it unblocked.
Binary file added cmpe436/hw4/hw4.pdf
Binary file not shown.
10 changes: 10 additions & 0 deletions cmpe487/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# CmpE487 - Applied Computer Networks
| Term | Instructor |
| --- | --- |
| Fall 2018 | Eren Soyak |

### [Workshop 1](/cmpe487/bash-chat) `Bash`
### [Workshop 2](/cmpe487/python-chat) `Python`
### [Workshop 3](/cmpe487/zeroconf-chat) `Python`
### [Workshop 4](/cmpe487/social-torrent) `Python`
### [Final Project](/cmpe487/final-project) `Python`
Binary file added cmpe49f/Final_Report.pdf
Binary file not shown.
Binary file added cmpe49f/First_Report.pdf
Binary file not shown.
Binary file added cmpe49f/Project_Description.pdf
Binary file not shown.
Binary file added cmpe49f/Project_Performance_Evaluation.pdf
Binary file not shown.
29 changes: 29 additions & 0 deletions cmpe49f/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# CmpE49F - Introduction to Satellite Space Network
| Term | Instructor |
| --- | --- |
| Fall 2018 | Fatih Alagöz |

We are asked to develop cache replacement algorithm for `Information-Centric Network (ICN)`

### Links
- [Project Description](https://github.com/EnesCakir/university-projects/raw/master/cmpe49f/Project_Description.pdf) (given)
- [Project Performance Evaluation](https://github.com/EnesCakir/university-projects/raw/master/cmpe49f/Project_Performance_Evaluation.pdf) (given)

- [First Report](https://github.com/EnesCakir/university-projects/raw/master/cmpe49f/First_Report.pdf)
- [Final Report](https://github.com/EnesCakir/university-projects/raw/master/cmpe49f/Final_Report.pdf)

### Requirements
- python 3
- simpy
- numpy
- matplotlib

### Usage
```bash
$ python3 main.py
# You can overwrite time, count, and algorithm via command arguments
$ python3 main.py --time=2000 --count=1 --algorithm=MY
# Algorithm parameter has 4 different options: LRU | LFU | RAND | MY
```

You can set general system parameters at `config.py`
1 change: 0 additions & 1 deletion cmpe49f/cache/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions cmpe49f/cache/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e6fd535

Please sign in to comment.