Ömer Faruk Öncel (M3Rcrypt)

M3Rcrypt

Geek Repo

Github PK Tool:Github PK Tool

Ömer Faruk Öncel's repositories

Language:CLicense:MITStargazers:0Issues:0Issues:0

referenceFormatter

This C program converts the MLA references in a txt file to APA references and saves them into a txt file.

Language:CLicense:MITStargazers:0Issues:0Issues:0
Language:PythonLicense:MITStargazers:0Issues:0Issues:0

singlyLinkedList

The C code to implement singly Linked List. There are several functions to create linked list, delete elements, insert elements, reversing the linked list, etc.

Language:CLicense:MITStargazers:0Issues:0Issues:0

mpptPOAlgorithm

The P&Q algorithm is the most commonly used approach in practice due to its simplicity in implementation. In this algorithm, the P-V characteristic of the photovoltaic panel is used.

Language:CLicense:MITStargazers:0Issues:0Issues:0

M3Rcrypt

Config files for my GitHub profile.

Stargazers:0Issues:0Issues:0

doublyLinkedList

A doubly linked list (DLL) is a special type of linked list in which each node contains a pointer to the previous node as well as the next node of the linked list.

Language:CLicense:MITStargazers:0Issues:0Issues:0

subtitleSynchronization

This C program helps you to synchronize the subtitle files (.srt extensions) in milliseconds. If user declares +1000 as parameter, program will delay the subtitles for 1 second. If user declares -1000 as parameter, program will bring forward the subtitles for 1 second.

Language:CLicense:MITStargazers:0Issues:0Issues:0

combinatorial_enumeration

This code calculates the number of DAGs (Directed Acyclic Graphs) on n labeled vertices and record them into a list.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0