Skip to content

Instantly share code, notes, and snippets.

View manutheblacker's full-sized avatar
🎯
Focusing

Emmanuel A. manutheblacker

🎯
Focusing
View GitHub Profile
@manutheblacker
manutheblacker / index.html
Created June 5, 2020 06:53
JS Bin [add your bin description] // source https://jsbin.com/larelopedo
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[add your bin description]">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[add your bin description]">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
@manutheblacker
manutheblacker / code.php
Created May 27, 2020 11:44
code de generation de code
<?php
function passgen2($nbChar){
return substr(str_shuffle('abcdefghijklmnopqrstuvwxyzABCEFGHIJKLMNOPQRSTUVWXYZ0123456789'),1, $nbChar);
}
function generate_code_ticket($ticket_number=1){
$ticket_disponible = array();
while($ticket_number > 0){
$ticket_code = passgen2(9);
@manutheblacker
manutheblacker / index.php
Created May 27, 2020 11:33 — forked from Michaelkodji/index.php
Generate a automatic code
<?php
function passgen2($nbChar){
return substr(str_shuffle('abcdefghijklmnopqrstuvwxyzABCEFGHIJKLMNOPQRSTUVWXYZ0123456789'),1, $nbChar); }
echo passgen2(9);
// Affiche un password comme : M9ytp5Pbcn
?>

404 Crying Baby

404 error page in pure css3. character inspired from Arturo MB's Cry Baby ( dribbble )

A Pen by Vineeth.TR on CodePen.

License.

@manutheblacker
manutheblacker / 500-error-log-file-stack-trace-animation.markdown
Created May 22, 2020 08:07
500 Error: Log File / Stack Trace Animation

500 Error: Log File / Stack Trace Animation

This weeks code-doodle is just a little 500 error page mockup. Tried to capture the feeling of going through stack traces and lines and lines of log-files in an aesthetically pleasing way. -- wanted to mess around with css variables so likely doesn't work too well in ie :)

A Pen by Adam Quinlan on CodePen.

License.

@manutheblacker
manutheblacker / gsap-404-typed-message-using-splittext.markdown
Created May 22, 2020 07:14
GSAP 404 typed message using SplitText
<div id='calendar'></div>