Skip to content

Instantly share code, notes, and snippets.

@phongbv
phongbv / i-love-you-mo-js-animation.markdown
Created December 17, 2022 12:58
I Love You (mo.js animation)
var trackedEvents = ["CLICK", "KEYPRESS", "SELECT", "CHANGE"];
function RegisterEvent(){
$("a[role='tab']").click(CustomNavBarClick)
$("a[data-toggle='tab']").click(CustomTabClick)
}
function handleEvent(){
console.log("Event type: " + event.type)
console.log("Event " + JSON.stringify($(event.target)))
;aiu;
[Update]
Name = OTP Generator
ProductVersion = 2.0.0.0
URL = https://raw.githubusercontent.com/phongbv/ForticlientAutoConnect/master/OTP%20Generator-SetupFiles/OTP%20Generator_2.0.msi?token=ADXEB53DG4J7WAON2EDNE3DBECYBQ
Size = 3407360
SHA256 = B7D98271D2CCF595AFA3B8FB83EA74B3BAD69DE0BE9730E8A36C12AD45D53734
MD5 = efb535de64c8208f0a98b63c0a2b2066
ServerFileName = OTP Generator_2.0.msi
####################################################################
## Copyright(c) Oracle Corporation 1998,2017. All rights reserved.##
## ##
## Specify values for the variables listed below to customize ##
## your installation. ##
## ##
## Each variable is associated with a comment. The comment ##
## can help to populate the variables with the appropriate ##
## values. ##
## ##
@phongbv
phongbv / Example.pubxml
Created April 26, 2020 13:41
An example Visual Studio pubxml file to zip the output and exclude file when publishing an ASP.NET web application to file system
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>FileSystem</WebPublishMethod>
<LastUsedBuildConfiguration>Debug</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<publishUrl>C:\Publish\SimpleExample</publishUrl>