Unlimited SWF, Flash to EXE

https://pdfrecover.herokuapp.com/swftoexe/ This free app allows you to convert any flash SWF file to EXE(standalone flash projector) file immediately in your browser. The standalone flash projector has the Flash Player embedded …

Remember Ctrl-Shift-T to Get Your Tabs Back

#SoftwareSharing# Browser regret medicine. Sometimes when browsing webpages, accidentally closing a webpage that shouldn’t have been closed, you immediately regret it and shout in your heart “Oops, please come back”. …

calcute days between two dates:datediff.sh

example:./datediff.sh 20220917 20211110 #/bin/sh THIS_PATH=$(cd `dirname $0`;pwd)   cd $THIS_PATH   ##要求传入的数据格式为yyyyMMdd的两个开始和结束参数,如20160701 20160910   start=$1   end=$2   ##将输入的日期转为的时间戳格式   startDate=`date -j -f “%Y%m%d” “${start}” +%s`   endDate=`date -j -f …