Skip to content

Instantly share code, notes, and snippets.

View zelsaddr's full-sized avatar
☄️
I may be slow to respond.

Izzeldin Addarda zelsaddr

☄️
I may be slow to respond.
View GitHub Profile
@fzn0x
fzn0x / numberToWordsID.php
Last active May 10, 2021 09:47
PHP Programming Number To Words - Indonesia
/**
*
* (C) 2020 Muhammad Fauzan
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@ardzz
ardzz / SSHSSL.php
Last active February 23, 2021 06:22
SSH SSL Dynamical Port Forwading
#!/usr/bin/php
/**
* @author Ardhana <[email protected]>
*
* SSH SSL Launcher
*
* Requirements :
* - PHP 7.* or above
* - stunnel
*
@zuramai
zuramai / base.css
Last active July 23, 2022 03:02
Base Responsive Flex CSS Without Bootstrap
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.row {
margin: 0 -1rem;
display:flex;
flex-wrap: wrap;
@ardzz
ardzz / func_checker.php
Created May 6, 2019 21:59
Function blacklist checker
<?php
/**
*
* @author Ardhana <[email protected]>
* @package Function blacklist checker
*
*/
$newline = "<br>";