Pinned Loading
-
Simple algorithm to check if a numbe...
Simple algorithm to check if a number is Fibonaci 1/**
2* This function can be used to check if the given number is fibonaci.
3*
4* The basic idea behind this algorithm is the mutual calculation of the result of the current operation and the result of last operation.
5* i.e: Fibonaci numbers are 0, 1, 2, 3, 5, 8... You can notice that 2 + 3 = 5, 5 + 3 = 8... and it goes.
-
crud_pure_php
crud_pure_php PublicFull CRUD application built with plain PHP (no frameworks). Educational project featuring Create, Read, Update, and Delete operations using MySQL, aimed at understanding the fundamentals of web app…
PHP
-
-
-
oauth-service
oauth-service PublicOAuth service project to be used in my portifolios projects
TypeScript 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.