Pinned Repositories
anil-rpg
the rpg game
anilburakbilsel.github.io
My Personal Website
AnilVancouverGlobalGameJam2017
It is a basic game that me and my friends built during a hackhathon at UBC
API_Design
A Simple RESTful API
awesome-cheatsheets
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
BeliefUpdate
A project to demonstrate POMDP Belief Update method.
BinaryCodeConverter
This basic C program will be converting a given machine code into corresponding assembly instructions.
C-Programming
This is a repo for C programming, I will be developing and posting some basic C scripts and programs.
Composition-and-Java
Composition, Inheritance, Reuse, and Hierarchy Development
Data-Structures
A helpful repo for learning data structures.
anilburakbilsel's Repositories
anilburakbilsel/API_Design
A Simple RESTful API
anilburakbilsel/LambdaNode.js
AWS Lambda, Node.js and everything related to them. :)
anilburakbilsel/C-Programming
This is a repo for C programming, I will be developing and posting some basic C scripts and programs.
anilburakbilsel/Data-Structures
A helpful repo for learning data structures.
anilburakbilsel/Learn-Programming
Here, I will be posting some important resources to learn programming in your own.
anilburakbilsel/Simple_DNS_BFS
A simple code to demonstrate BFS and DFS on for tree traversal
anilburakbilsel/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
anilburakbilsel/awesome-cheatsheets
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
anilburakbilsel/anilburakbilsel.github.io
My Personal Website
anilburakbilsel/BeliefUpdate
A project to demonstrate POMDP Belief Update method.
anilburakbilsel/Simple-Snake-Game-in-JS
A very simple snake game in JavaScript.
anilburakbilsel/Simple-Multithreading-In-C
A very simple of example to safe multithreading in C with mutex.
anilburakbilsel/BinaryCodeConverter
This basic C program will be converting a given machine code into corresponding assembly instructions.
anilburakbilsel/Swapping-In-C
Swapping numbers in C without using a third variable.
anilburakbilsel/ReadText
This is a very basic program which teaches teenagers the principle of Scanner class and how to use a text file as a resource for a Java program in IntelliJ
anilburakbilsel/anil-rpg
the rpg game
anilburakbilsel/Java-Projects-and-Java-Programming
This repository is going to be only about Java Programming and Projects.
anilburakbilsel/Snake-Game-in-TypeScript
In this project, I am trying to build a simple snake game using TypeScript and very basic animations. I hope you will have fun while playing it. Please don't hesitate to improve the game!
anilburakbilsel/Race-Condition
An example to race condition in Python
anilburakbilsel/My-First-VR-Game
This is going to be my first VR game development project.
anilburakbilsel/Java-Inheritance
Here, I will be working on Inheritance in Object Oriented Languages by using Java.
anilburakbilsel/Programming
In this repository, I am going to use Python programming language, and I will try to cover most of the concepts in programming.
anilburakbilsel/Design-and-Programming-Patterns
This is a repository where I will be sharing implementations of design and programming patterns in different programming languages
anilburakbilsel/Composition-and-Java
Composition, Inheritance, Reuse, and Hierarchy Development
anilburakbilsel/Iterator-Pattern-in-TypeScript
A simple implementation of Iterator Design Pattern in TypeScript
anilburakbilsel/Singleton-Pattern-in-TypeScript
Here is a brief example of Singleton Pattern Written in TypeScript
anilburakbilsel/AnilVancouverGlobalGameJam2017
It is a basic game that me and my friends built during a hackhathon at UBC
anilburakbilsel/FindTheNumber
It is a basic game where if you apply binary search you will not fail for sure