Skip to content

Instantly share code, notes, and snippets.

@ECHO OFF
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDPrivate
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
@MRShamshiri
MRShamshiri / index.html
Created March 27, 2019 13:05
Maze drawing algorithm
<h1>Amazing.</h1>
<div id="maze-wrap">
<div id="maze"></div>
</div>
@MRShamshiri
MRShamshiri / index.html
Created March 27, 2019 12:53
rainbow loader
<svg xmlns="http://www.w3.org/2000/svg" id="svg8" viewBox="0 0 35 40" >
<g transform="translate(0 -.1)" id="layer1" fill-rule="evenodd" stroke-width=".3">
<path d="M17.3.1v10l8.7-5z" id="dreieck01" fill="#b10000"/>
<path d="M26 15.1v-10l-8.7 5z" id="dreieck02" fill="#e55e1c"/>
<path d="M26 5.1v10l8.6-5z" id="dreieck03" fill="#ffc452"/>
<path d="M34.6 20.1v-10l-8.6 5z" id="dreieck04" fill="#acae00"/>
<path d="M26 15.1v10l8.6-5z" id="dreieck05" fill="#a8ff00"/>
<path d="M34.6 30.1v-10l-8.6 5z" id="dreieck06" fill="#54ff00"/>
<path d="M26 25.1v10l8.6-5z" id="dreieck07" fill="#0f0"/>
<path d="M26 35.1v-10l-8.7 5z" id="dreieck08" fill="#00ff54"/>
@MRShamshiri
MRShamshiri / before-after-3-layer-image-slider-vanilla.markdown
Created February 19, 2019 15:14
Before After 3 Layer Image Slider (Vanilla)

Before After 3 Layer Image Slider (Vanilla)

Playing around with a new idea using my two layer before/after image slider. Keeping it minimal. Keeping it vanilla. Like it if it's useful :)

A Pen by Huw Llewellyn on CodePen.

License.