This file contains 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
http://95.216.97.130/igetintopc.com/download.php?url_str=https%3A%2F%2F95.216.97.130%2FiGetintopc.com%2Fdownload.php%3Ffilename%3D_igetintopc.com_Autodesk_Maya_2020_x64.zip%26expires%3D1589131993%26signature%3Dbfc22890ac504c738842eabb69f2db3d&filename=_igetintopc.com_Autodesk_Maya_2020_x64.zip |
This file contains 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
@echo off | |
title Activate Microsoft Office 2016 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2016&echo - Microsoft Office Professional Plus 2016&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&ech |
This file contains 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
Registration Code | |
Name : www.xyraclius.com | |
Serial : OOCRYIMDMDPWRETFPSUZ |
This file contains 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
Importent Addon for Sublime text and Aton | |
01. Autoprefixer | |
02. Beautify *** | |
03. Brackets CSS Class Code hint *** | |
04. Documents Toolbar *** | |
06. Emmet *** | |
07. Interactive Linter *** | |
08. Indent Guides *** | |
10. More CSS Code Hints *** | |
12. Color Highlighter *** |
This file contains 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 | |
// =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-Woocommerce Customization-=-=-=-=-=-=-=-=-=-=-= | |
// @customization files: followed by .php | |
# wc>loop>rating | |
# wc>loop>price | |
# wc>loop>add-to-cart | |
# wc>content-product | |
# wc>content-single-product | |
# wc>archive-product | |
# wc>single-product>add-to-cart>variation-add-to-cart-button |
This file contains 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
<section id="recent"> | |
<h1>Recently Added</h1> | |
<ul class="row-fluid"> | |
<?php | |
extract(shortcode_atts(array( | |
"per_page" => '5' | |
), $atts)); | |
// Get WooCommerce Global | |
global $woocommerce; |
This file contains 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 | |
if ( ! defined( 'ABSPATH' ) ) { exit; } | |
function about_page_shortcode( $atts, $content = null ) { | |
extract( shortcode_atts( array( | |
'title' => '', | |
'bg' => '', | |
'desc' => '', |
This file contains 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
$(window).scroll(function(){ | |
if ($(this).scrollTop() > 150) { | |
$('.topScrl').fadeIn(); | |
} else { | |
$('.topScrl').fadeOut(); | |
} | |
}); | |
//Click event to scroll to top | |
$('.topScrl').click(function(){ |
This file contains 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
<!-- html --> | |
<div class="sticky_anchor"></div> | |
/* css */ | |
.sticky{ | |
position: fixed; | |
top: 0; | |
z-index: 2; |
NewerOlder