Skip to content

Instantly share code, notes, and snippets.

View voskobovich's full-sized avatar

Vitalii Voskobovich voskobovich

View GitHub Profile
@thimslugga
thimslugga / setup-docker-al2023.md
Last active July 18, 2024 18:12
Setup Docker on Amazon Linux 2023
@rmrevin
rmrevin / Money.php
Last active January 30, 2016 17:02
Money formatter helper
<?php
class Money
{
/**
* @param string $value
* @return integer
*/
public static function convertToStore($value)