flangofas
Follow
🎯
Focusing
Software developer, open-source enthusiast, food/beer lover, and world traveler.
- Limassol, Cyprus
- @flangofas_
Highlights
Pinned Loading
-
JS: Convert Milliseconds to days? mi...
JS: Convert Milliseconds to days? minutes? seconds? or all! 1function convertMiliseconds(miliseconds, format) {
2var days, hours, minutes, seconds, total_hours, total_minutes, total_seconds;
34total_seconds = parseInt(Math.floor(miliseconds / 1000));
5total_minutes = parseInt(Math.floor(total_seconds / 60));
-
Search for specific type files under...
Search for specific type files under specific directories using RecursiveFilterIterator 1<?php
23$obj = new FileFinder($argv[1]);
4$obj->setFileType(array_slice($argv, 2));
5$obj->setExcludingDirectories(array('test1'));
-
slimphp/Slim
slimphp/Slim PublicSlim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
-
slimphp/Slim-Skeleton
slimphp/Slim-Skeleton PublicSlim Framework 4 Skeleton Application
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.