Pinned Loading
-
zimbra
zimbra PublicSearch, read and send simply Zimbra messages with PHP. Attachments are managed.
PHP
-
-
-
wave-ui
wave-ui PublicForked from antoniandre/wave-ui
An emerging UI framework for Vue.js & Vue 3 with only the bright side. ☀️
Vue
-
Converts seconds to human reading du...
Converts seconds to human reading duration like "4 days, 13 hours, 5 minutes, 49 seconds" 1<?php
23function human_duration(int $seconds): string
4{
5if ($seconds < 0) {
-
SQL function calculating the Levensh...
SQL function calculating the Levenshtein distance between 2 strings 1-- Author : sfaut <https://github.com/sfaut>
2-- Creation date : 2022-07-04
3-- Tested with MySQL 8.0.28 (@@sql_mode='ANSI,TRADITIONAL')
4CREATE DEFINER="sfaut"@"%" FUNCTION "levenshtein_distance"(s1 TINYTEXT, s2 TINYTEXT)
5RETURNS TINYINT UNSIGNED
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.