Skip to content

Instantly share code, notes, and snippets.

View syedsimanta03's full-sized avatar
🏠
UI UX Designer | Front End Developer | JavaScript

syedsimanta03 syedsimanta03

🏠
UI UX Designer | Front End Developer | JavaScript
View GitHub Profile
@PurpleVibe32
PurpleVibe32 / vmwk17key.txt
Last active June 16, 2024 07:26
Free VMware Workstation Pro 17 full license keys
Install VMWare Workstation PRO 17 (Read it right. PRO!)
Also, these keys might also work with VMWare Fusion 13 PRO. Just tested it.
Sub to me on youtube pls - PurpleVibe32
if you want more keys - call my bot on telegram. @purector_bot (THE BOT WONT REPLY ANYMORE) - Or: https://cdn.discordapp.com/attachments/1040615179894935645/1074016373228978277/keys.zip - the password in the zip is 102me.
---
This gist can get off at any time.
PLEASE, DONT COPY THIS. IF YOU FORK IT, DONT EDIT IT.
*If you have a problem comment and people will try to help you!
*No virus
@kartikpandey2
kartikpandey2 / isArraySimilar.js
Created January 4, 2019 18:23
Checks if array is similar or not
mapArray = (array) => {
const mapObj = {}
if(array.length === 0) {
return mapObj
}
for(let i=0; i<array.length; ++i) {
const value = array[i]
if(mapObj[value]) {
++mapObj[value]
}else{
@lunelson
lunelson / gsap-properties-cheat-sheet.md
Last active January 28, 2024 22:07
Greensock Properties Cheat Sheet

Greensock CSS properties Cheat Sheet

I wrote this as a reference for myself because some of the property names are non-obvious, and there are a number of relevant special properties, and there is no central concise listing of them all in GSAP Docs, other than (in longer form) on the CSSPlugin page.

Standard CSS properties

...are all supported, with hyphenated-names becoming camelCaseNames. Non-animatable properties are also supported but they will be set at the beginning of the tween.

Special mentions: