Lists (1)
Sort Name ascending (A-Z)
Starred repositories
Showroom for different Angular unit testing concepts
Country polygons as GeoJSON in a datapackage
tadakoglu / geo-countries
Forked from datasets/geo-countriesCountry polygons as GeoJSON in a datapackage
My map application with MapTiler(MapBox), Angular 10, NGRX, TypeScript, SPA
Includes my reactive Age of Empires units showcase app developed with Angular 10 + NGRX + SCSS + Jasmine + Karma
Visual detecting changes in the component tree (View Engine)
Visual detecting changes in the component tree (View Engine)
Sample codes for "Solid Design Principles" in java
Includes the Xyzeki Team Management & Collaboration App Latest developed by myself using following tech stack; Angular 7, TypeScript, ASP.NET Core MVC 2, C# 7.0 , Entity Framework Core, JWT Bearer …
tadakoglu / node
Forked from nodejs/nodeNode.js JavaScript runtime ✨🐢🚀✨
tadakoglu / Identity
Forked from aspnet/Identity[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
tadakoglu / You-Dont-Know-JS
Forked from getify/You-Dont-Know-JSA book series on JavaScript. @YDKJS on twitter.
IMAP and POP protocols simulation in Phyton written by myself. This is a IMAP & POP Server application.
You may want to use these JQuery AJAX functions to make AJAX calls to action methods returning PartialView in ASP.NET Core MVC
I have practiced with XUnit unit testing framework and Moq fake object creating tool.
I haved solved the Parity-4 problem using an artificial neural network called Multilayer Perceptron and populer learning algorithm Backpropagation algorithm. Sigmoid has been used as an activation(…
I have developed a simple speech recognition engine based on words using Multilayer perceptrons with Hypebolic tangent activation function and Backpropagation learning algorithm.
I have solved the problem with "Backtracking algorithm" written in C# by designing the application on WinForms framework. The eight queens puzzle is the problem of placing eight chess queens on an …
A classical functional phone book application developed with C/C++ by myself . Includes file operations by written in C.
I have implemented the hash table and hashing by myself with care in C#. I have used Linked Lists to create hash table and new hashing algorithm including but different from Microsoft's.
I have developed a solution to compress an TXT file with Huffman Coding algorithm. I have also used an Huffman Tree to produce the Huffman codes.