A Pen by QuickCodingTuts on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3DripperDx http://www.deep-shadows.com/hax/3DRipperDX.htm | |
7z https://www.7-zip.org/ | |
Aerialod https://ephtracy.github.io/index.html?page=aerialod | |
AmayaEditor https://www.w3.org/Amaya/ | |
Anim8or https://www.anim8or.com/ | |
arduino https://www.arduino.cc/ | |
Audacity https://www.audacityteam.org/ | |
Armory3D https://armory3d.org/ | |
Armor Paint https://armorpaint.org/ | |
Armor Lab https://armorlab.org/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="sec-1"> | |
<svg id="tobi" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="85.324mm" viewBox="0 0 490.66105 302.32807" width="138.47mm" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" | |
xmlns:dc="http://purl.org/dc/elements/1.1/"> | |
<defs id="defs7828"> | |
<radialGradient id="radialGradient8972" gradientUnits="userSpaceOnUse" cy="2033.9" cx="2866.1" | |
gradientTransform="matrix(.67105 3.831e-8 -3.5489e-8 .62163 -1705.7 -1103.3)" r="119.32"> | |
<stop id="stop8968" stop-color="#1a1a1a" offset="0" /> | |
<stop id="stop8974" stop-color="#181930" offset=".5" /> | |
<stop id="stop8970" stop-color="#000000" offset="1" /> | |
</radialGradient> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="page" v-bind:class="{ 'theme-dark' : nightMode }"> | |
<input type="checkbox" id="theme-toggle" v-model="nightMode"> | |
<label for="theme-toggle"><span></span></label> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- SVG Spritesheet --> | |
<div style="height: 0; width: 0; position: absolute; visibility: hidden;"> | |
<svg xmlns="http://www.w3.org/2000/svg"> | |
<symbol id="icon-play" viewBox="0 0 24 24"> | |
<path d="M8 5v14l11-7z"/> | |
</symbol> | |
<symbol id="icon-pause" viewBox="0 0 24 24"> | |
<path d="M6 19h4V5H6v14zm8-14v14h4V5h-4z"/> | |
</symbol> | |
<symbol id="icon-close" viewBox="0 0 24 24"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background-color:#888; | |
margin:0; | |
padding:0; | |
} | |
#viewer { | |
border-bottom:4px red solid; | |
padding:10px; | |
} | |
#wheel { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* FilesReader.js – Simple and extremely lightweight vanilla javascript library for easy convert file to blob and works across all browsers, including IE. | |
* @version: 1.1.0 | |
* @date: 2021-04-01 | |
* @author: Jhe ID | |
* @github: jhedev96 | |
* @email: jhejentkmc@gmail.com | |
* @facebook: https://fb.me/jhe.id.10 | |
* @website: http://project.jhedev.cf/library/filesreader.js/ | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-webkit-keyframes beat { | |
0% { | |
opacity: 0; | |
-webkit-transform: scale(.3); | |
-moz-transform: scale(.3); | |
-ms-transform: scale(.3); | |
-o-transform: scale(.3); | |
transform: scale(.3); | |
} | |
50% { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* File Manager Script | |
*/ | |
// Default language ('en' and other from 'filemanager-l10n.php') | |
$lang = 'en'; | |
// Auth with login/password (set true/false to enable/disable it) | |
$use_auth = true; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(window, advertisement) { | |
var advert = typeof advertisement; | |
function adblocker() { | |
var style = document.createElement('style'); | |
style.appendChild(document.createTextNode( '#adblocker{position:fixed!important;position:absolute;top:0;top:expression((t=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop)+"px");left:0;width:100%;height:100%;background-color:#fff;opacity:0.9;filter:alpha(opacity=90);display:block}#adblocker p{opacity:1;filter:none;font:bold 16px Verdana,Arial,sans-serif;text-align:center;margin:20% 0}#adblocker p a,#adblocker p i{font-size:12px}#adblocker ~ *{display:none}' )); | |
document.querySelector('head').appendChild(style); | |
function content(content, id) { | |
var element = window.document.createElement('i'); | |
var body = window.document.body; |
NewerOlder