Skip to content

Instantly share code, notes, and snippets.

View hammadCodes's full-sized avatar
🏠
Working from home

Hammad hammadCodes

🏠
Working from home
View GitHub Profile
@hammadCodes
hammadCodes / Activate Office 2019 for macOS VoL.md
Created March 16, 2022 07:27 — forked from zthxxx/Activate Office 2019 for macOS VoL.md
crack activate office on mac with license file

Activate MS Office 2019/2016 for macOS - Microsoft_Office_2019_VL_Serializer

Office 2019 above

2019-06-03

Note that Office2019 DO NOT support activate via simple copy/paste plist license file which is the simplest way to activate Office 2016. Fortunately, you can also use the VL Serializer tool, just install Office 2019 and Serializer, then run Serializer to activate.

Ref

@hammadCodes
hammadCodes / ajax-search-form.liquid
Created February 16, 2022 10:08 — forked from atikju/ajax-search-form.liquid
Shopify Ajax Search
{% comment %}
This file can be added as a snippet and add it anywhere you want to display
{% endcomment %}
<div id="pageheader">
<div class="util-area">
<div class="search-box">
<form class="search-form" action="/search" method="get" _lpchecked="1">
<i class="icon-mag"></i>
<input type="text" name="q" placeholder="Search" autocomplete="off">
<input type="submit" value="→">
@hammadCodes
hammadCodes / gist:9210b62fd08c0ad3050a63ff125441ac
Created November 15, 2021 18:15 — forked from carolineschnapp/gist:9122054
Order form to use in a page or collection template.
{% comment %}
Source: https://gist.github.com/carolineschnapp/9122054
If you are not on a collection page, do define which collection to use in the order form.
Use the following assign statement, replace 'your-collection-handle-here' with your collection handle.
{% assign collection = collections.your-collection-handle-here %}
Use the assign statement outside of this comment block at the top of your template.
{% endcomment %}
{% paginate collection.products by 100 %}