Libraries tagged by Date Algorithms

rubix/divorce

14 Favers
414 Downloads

Use the K Nearest Neighbors algorithm to predict the probability of a divorce.

Go to Download


gtjamesa/php-zscore

2 Favers
259 Downloads

Smoothed z-score peak detection algorithm (https://stackoverflow.com/questions/22583391/peak-signal-detection-in-realtime-timeseries-data/22640362#22640362)

Go to Download


annaghd/php-credit-card-validator-plus

0 Favers
9770 Downloads

Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date

Go to Download


mtkocak/algorithms

15 Favers
8 Downloads

Midori PHP Algorithms and Data Structures

Go to Download


siro-diaz/data-structures

8 Favers
72 Downloads

Data structures for PHP language

Go to Download


kariricode/data-structure

0 Favers
4 Downloads

The KaririCode DataStructure component offers advanced PHP data structures, including lists, stacks, queues, maps, and sets. It features efficient, strongly-typed, object-oriented implementations like ArrayList, LinkedList, BinaryHeap, and TreeMap.

Go to Download


adrian-cid/julian-converter

0 Favers
4 Downloads

A PHP library for converting dates between the Gregorian calendar and Julian dates, with support for time precision down to seconds. Ideal for date manipulations, calendar conversions, and astronomical calculations.

Go to Download


rubix/colors

17 Favers
155 Downloads

Demonstrating unsupervised clustering using the K Means algorithm and synthetic color data.

Go to Download


seboettg/forest

5 Favers
2396 Downloads

Tree data structures for PHP – containing general tree, binary tree, and AVL tree

Go to Download


rubix/dota2

14 Favers
181 Downloads

Build a classifier to predict the outcome of Dota 2 games with the Naive Bayes algorithm and the results of 102,944 sample games.

Go to Download


ionux/php-asn1-library

8 Favers
10 Downloads

This project aims to provide a complete PHP library for the encoding and decoding of ASN.1 DER encoded data. The OID class provides for the identification of ASN.1 object identifiers.

Go to Download


bingo-soft/heap

0 Favers
2362 Downloads

PHP library containing heap implementations

Go to Download


iamjohndev/phpencryption

6 Favers
6 Downloads

PHPSecryption is a PHP class that provides encryption and decryption functionality using the OpenSSL library. It uses the Advanced Encryption Standard (AES) algorithm in Cipher-Block Chaining (CBC) mode for secure data encryption.

Go to Download


jyil/php-data-structure-algorithms

0 Favers
0 Downloads

php data structure algorithms

Go to Download


yousafsyed/algorithms

2 Favers
17 Downloads

Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.

Go to Download


<< Previous Next >>