• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    Python
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

IMAP and POP protocols simulation in Phyton written by myself. This is a IMAP & POP Client application.

More Repositories

1

Speech-Recognition-with-MLP-and-Backpropagation-Algorithm

I have developed a simple speech recognition engine based on words using Multilayer perceptrons with Hypebolic tangent activation function and Backpropagation learning algorithm.
MATLAB
2
star
2

Smart

My map application with MapTiler(MapBox), Angular 10, NGRX, TypeScript, SPA
TypeScript
1
star
3

Set-Byte-Array-From-OPENROWSET

I will store here T-SQL codes about OPENROWSET and similar things.
1
star
4

AngularOnPush

TypeScript
1
star
5

Email-Server-with-IMAP-and-POP-Protocols

IMAP and POP protocols simulation in Phyton written by myself. This is a IMAP & POP Server application.
Python
1
star
6

XUnit-and-Moq-Practice

I have practiced with XUnit unit testing framework and Moq fake object creating tool.
C#
1
star
7

SecurePrivacyTayfunAdakoglu

TypeScript
1
star
8

My-Eight-Queens-Puzzle-Solution

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 8×8 chessboard so that no two queens threaten each other.
C#
1
star
9

Solving-Parity-4-Problem-with-MLP-and-BP-Learning-Algorithm

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(transfer) function .
MATLAB
1
star
10

JQuery-Ajax-for-ASP.NET-Core-MVC-Partial-Views

You may want to use these JQuery AJAX functions to make AJAX calls to action methods returning PartialView in ASP.NET Core MVC
JavaScript
1
star
11

Solving-Parity-3-Problem-with-MLP-and-BP-Learning-Algorithm

I haved solved the Parity-3 problem using an artificial neural network called Multilayer Perceptron and populer learning algorithm Backpropagation algorithm. Hyperbolic tangent has been used as an activation(transfer) function .
MATLAB
1
star
12

AdessoApp

Includes my reactive Age of Empires units showcase app developed with Angular 10 + NGRX + SCSS + Jasmine + Karma
TypeScript
1
star
13

Data-Compression-with-Huffman-Coding

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.
C#
1
star
14

Phone-Book-Console-App

A classical functional phone book application developed with C/C++ by myself . Includes file operations by written in C.
C++
1
star
15

Xyzeki

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 Tokens, ASP.NET Core SignalR, PBKDF2, Visual Studio Code, SQL Server 2014, Repository & Dependency Injection Design Patterns, Azure Storage Accounts, Azure App Service, Azure DevOps, Azure Redis
TypeScript
1
star
16

Hash-Table-and-Hashing

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.
C#
1
star