• Stars
    star
    2
  • Language
    PHP
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A lightweight MVC micro-framework with functional tools

More Repositories

1

dripmail_daemon

runs as a daemon process and performs actions on email statuses stored in a database
Python
2
star
2

send_email_script

This Bash script constructs an email with attachments and sends it using the sendmail command.
Shell
2
star
3

product-management-panel

The panel allows users to manage customers, products, files, and photos efficiently
JavaScript
2
star
4

silex_authentication_api

PHP
2
star
5

admin_shop_application

Dart
2
star
6

Get-full-folder-items-path-list

Get full folder items path list
PHP
1
star
7

java-email-crawler

Search on Google, and crawls for emails related to the result
Java
1
star
8

Tribonacci-with-python

The famous and important Fibonacci series is deฯined to start with values (1, 1) and from there, each element in the sequence equals the sum of the previous two elements. However, a cute variation aptly called the Tribonacci series works otherwise the same way, but starts with a triple of values (1, 1, 1) and from there, each element equals the sum of the previous three elements
Python
1
star
9

Riffle-function-in-python

Given a list of items that is guaranteed to contain an even number of elements (note that the integer zero is an even number), create and return a list produced by performing a perfect riffle to the items by interleaving the items of the two halves of the list in an alternating fashion. When performing a perfect riffle, also known as the Faro shuffle, the list of items is split in two equal sized halves, either conceptually or in actuality. The first two elements of the result are then the first elements of those halves. The next two elements of the result are the second elements of those halves, followed by the third elements of those halves, and so on up to the last elements of those halves. The parameter out determines whether this function performs an out shuffle or an in shuffle, that is, from which half of the list the alternating card is taken first.
Python
1
star