Coded by: Hasan AlDoy
Copyright (c) Facebook, Inc. and its affiliates.
🚨 2020 Update: I recommend using mkcert to generate local certificates. You can do everything below by just running the commands brew install mkcert
and mkcert -install
. Keep it simple!
This gives you that beautiful green lock in Chrome. I'm assuming you're putting your SSL documents in /etc/ssl
, but you can put them anywhere and replace the references in the following commands. Tested successfully on Mac OS Sierra and High Sierra.
sudo nano /etc/ssl/localhost/localhost.conf
<div class="app"> | |
<div class="cardList"> | |
<button class="cardList__btn btn btn--left"> | |
<div class="icon"> | |
<svg> | |
<use xlink:href="#arrow-left"></use> | |
</svg> | |
</div> |
<div id="wrapper" data-configuration="1" data-roundness="1"> | |
<div class="shape"></div> | |
<div class="shape"></div> | |
<div class="shape"></div> | |
<div class="shape"></div> | |
<div class="shape"></div> | |
<div class="shape"></div> | |
<div class="shape"></div> | |
</div> |
happy new year 2023 svg animation SVG Animation anime.js 2023
A Pen by Swarup Kumar Kuila on CodePen.
#!/bin/bash | |
# | |
# This script configures WordPress file permissions based on recommendations | |
# from http://codex.wordpress.org/Hardening_WordPress#File_permissions | |
# | |
# Author: Michael Conigliaro <mike [at] conigliaro [dot] org> | |
# | |
WP_OWNER=$1 # <-- wordpress owner | |
WP_GROUP=$1 # <-- wordpress group | |
WP_ROOT=$2 # <-- wordpress root directory |
<div class="outer-container"> | |
<img src="https://i.ibb.co/7RhfRBZ/Fine-Line-Harry-Styles.jpg" alt="Harry Styles' Fine Line album cover" id="background" /> | |
<audio src="https://res.cloudinary.com/cbanlawi/video/upload/v1614140796/HarryStyles-WatermelonSugar_f5471p.mp3" id="track"></audio> | |
</div> | |
<div class="player-container"> | |
<img src="https://i.ibb.co/7RhfRBZ/Fine-Line-Harry-Styles.jpg" alt="Harry Styles' Fine Line album cover" id="thumbnail" /> | |
<div class="box"> | |
<div class="play-pause"> |
A Pen by Ricardo Oliva Alonso on CodePen.
<?php | |
// https://gist.github.com/magnetikonline/650e30e485c0f91f2f40 | |
class DumpHTTPRequestToFile { | |
public function execute($targetFile) { | |
$data = sprintf( | |
"%s %s %s\n\nHTTP headers:\n", | |
$_SERVER['REQUEST_METHOD'], | |
$_SERVER['REQUEST_URI'], | |
$_SERVER['SERVER_PROTOCOL'] |
<div class="gallery"> | |
<ul class="cards"> | |
<li>0</li> | |
<li>1</li> | |
<li>2</li> | |
<li>3</li> | |
<li>4</li> | |
<li>5</li> | |
<li>6</li> | |
<li>7</li> |