This file contains hidden or 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
| python -m pip --version | |
| python -m ensurepip --default-pip | |
| python "C:\get-pip.py" | |
| python -m pip install --upgrade pip setuptools wheel | |
| python -m pip download lxml | |
| python -m pip install lxml |
This file contains hidden or 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
| #!/usr/bin/env python | |
| # | |
| # Hi There! | |
| # | |
| # You may be wondering what this giant blob of binary data here is, you might | |
| # even be worried that we're up to something nefarious (good for you for being | |
| # paranoid!). This is a base85 encoding of a zip file, this zip file contains | |
| # an entire copy of pip (version 21.1.2). | |
| # | |
| # Pip is a thing that installs packages, pip itself is a package that someone |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| o@hwV*DU8uxoWf7+9>@!rw#qe3X@(W5ha*lAF7>8+LCM5}24x^|Ti86LA@N6KzV^NlL^CnhBCuAb&*@ | |
| 71tnO0}WBWaW5Cpi+$u9o<50#CTH%qIXKlkD>#tH8`<sPaT4ywm@rMR6LeL=WA@1fp0<;&`l!hanr#? | |
| @so@6n@gXNZidmyVe+?U@?$(IH$X7kN^wqBj1rQ={lOYuf9dWEON~3xe;5Aos-NSlOc0fAFL#le7ynD | |
| T3#X-UxU#o|3sJ4ntA&*S;q7ydQEdW5jo{&Vi8I!vWn_PG%c7^>!v2|uPd&Fz7-NBh2;xdT9pX{FFQM | |
| ``{ITqC;DYT!ffiEYIu?^jC4XmLCQ@H3)9>)%Ca|^`Wa>TbD90y5<_<AHAqKjjsniEHk4d8o@Os<2Nq | |
| __C?RN}AfxxR(4_Au6^Nv$^541Ulp_kr1=BP=mmpQ}RLZ_A*dJUtI0)xDShOB$s`G&H9&tVwXhu$?uc | |
| s2XMcq4h8>OAKQY=hmR(>s$6OHWN#&M9;{=Q~O;xTcg<*WTVDC-=1tlokYyRGNfx=o4cSWS`l<QT@l@ | |
| 3K2lH}eT*L|5_lg}!q^Z?~jamy!$O((@1)(TB1v$mij3-<a@`RrM??8!E16zd6W%X%N3O<N;<EgFFW~ | |
| ANAWr%(DUadz6c5zscVI5}%_v1S_)<J@Pc984Z>9-SdTZo0~iMMKj;%KxT&<9b<jx;|qUvVN|{{{_R) | |
| !kUA<ax5=LX+yRW~y3u|cmLRb>0r}Cs96g-v+O>oK*?Gv#0aJ-M`A<BE1Ktq(M1GPtM4dKE7sq3ThXA |
This file contains hidden or 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
| c9xp!C!ox!GP8Tw?_==B4652HW4w@odXtBbtUg=n-Dizf0CJk1+d5zW!EFQ{18!y{HL&MA+n<&sGAy9 | |
| soQ<Lc^z<Mg~B(Z}TD>9%y78Klhnb%89A<ZUOy0Ok$%6P3p67^TA2P!AV3lGGR2T-wmawMtgSTFb^mT | |
| _sa*u+voHgdkokL@D4gdi{a;=f4UYl?oa|PnNonDCg3Pc*y}<j@HlBZF<f6Q!sHfuHw>q6#KU@XrkZ} | |
| a?B2jA)XOv-@_6_yezBX*<U&iWzgxr8WjBwLGK#<A#hX3qRah44>v`-#_4G)9vGsntN2oL{=VTEowmW | |
| ~SB1b{UCW>n+g0EmAWDekq6QSIsE<!3RRdt0!Bm%AlqzcIekp?8m`2GH%l;`>8-`@4fx;st#aB~AQDb | |
| xOMpI%TZL{JVuzJbB4APFeS-N=jUtK+pIMU+~OG6`xhb6y!nY?_dchy-}X{lqZKUia4ErVC$cNG`?E? | |
| )hphJ$pn_3u#1?>Q8{Ap|Fv=^ehSLfW)w8sDPE??lha(k{28qJ#Xpu$D!-`r#G@=|y6eVCq(47|V_dE | |
| 1@<T7I=R=MiuWN!pq9O{U-SqH{|i=m43h2s5ms=uSJuWrY-(|TCqeRZ#eXal|rl*ERPAn?V4sRHbP~_ | |
| =!v3M1>$9Xr3r@y)j^-Oi{9Y<e^rY0`olC?C=E38#Xeg%QrZpm4CO#$H?`bdNz6-4o13hEtA;$qEZZe | |
| pW94lw<LlZuUry;9=n<-uUy#zfD@GFZJF-Fvitm63jQ8*kHBG@GwR6yKz%xfv2@GKIehM>dNyI+cX@_ |
This file contains hidden or 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
| # part1: https://gist.github.com/EncodeTheCode/7eb9a1a9afd4429972042d95b8a4dac3 | |
| # part2: https://gist.github.com/EncodeTheCode/c3fbfa5e33cf2a331f7e6dc3b24ef3bc | |
| # part3: https://gist.github.com/EncodeTheCode/69ad52b1f00c22d69cc41fa03dfe42dc | |
| data=data2=data3="" | |
| with open('7eb9a1a9afd4429972042d95b8a4dac3') as fp:data=fp.read() | |
| with open('c3fbfa5e33cf2a331f7e6dc3b24ef3bc') as fp:data2=fp.read() | |
| with open('69ad52b1f00c22d69cc41fa03dfe42dc') as fp:data3=fp.read() | |
| data+=data2 | |
| data2+=data3 | |
| with open ('69ad52b1f00c22d69cc41fa03dfe42dc','w') as fp:fp.write(data) |
This file contains hidden or 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
| python -m pip download requests | |
| python -m pip install requests |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| UEsDBBQAAAAIAHp1dVKSB4ULfAsAAHAhAAAWAAAAbHhtbC9FbGVtZW50SW5jbHVkZS5wec1abXPbxhH+zl9xoeMR2VCwZKepowkzpiXIwpQiVZKKk35hQOAoXgwCKF5EcVL/9z67d3gjKUXupDPFeCIdbndv3589KC9aL4QdyLUMs1kiJVZfO/5Z8coJvSD3pRVvxenb716L1ycn3x6ffHd8+lac/O3szenZyet/istE+on6JL5uvQB7oNYqk754UJpXpHkcR0kmllEipBYrMhyVMvlKpVmUbM/wK4S/OT55e3z6V7EMhBBeIl1IKnZOT49Pv9U7S/WAE3y5dPMgE0Hk+jJhaedRvE3U3SoTHa+r2UhlsdiWWg7z0F9ZQgyCQDBpKhKZyuRe+hbLWGrCd/E2W0Xhxk2k5UVrUjXL4rNXrzabjbW7h93jP+GBmNlK1uMhsigKPqlMqPSAgafff//9YQOZ+P1WRIvMVaEK73oiT/mHG/qvEAkPgrAWGQIg0miZkTHFpspwmnDTNPIUhUD4kZeTSm6morAntlEu3DtWb+VmvFy59xKOdH0cFCIciGrk90hK6IuNgrPhqDjY4vdsBTaJfAiCaMM6yGSdMqEXhb6iM9IztuAGOypN8QKOgAWyx4r3xDry1XLL1ggfKZSoRZ7JfWsgA8Y8agonpRtuRZwncZRKoy2CmyNhYR+5XaxkIuHgu8QNIaEn4iS6Vz5ksfVki7uIYL5XBieMMuXhdRxLN0mFCskR7INYyVSrzcyLiL2B3/aZmQb2xKUTIKUhGYKL8iI/7kSpPIQ0DN21FNESEqYShZWJobtIxeC9gAPYghxGJyReLCR52ifhrn8vIZsyhwjjfBEoT2VbiIFWJrUoNGUMyKnRkkWWcSgcmsbSU0vl9cQmUVkmyZ44USS4NFHX4NQ+n9gzMRy8n5KOg9GFmF3ZYnA7uxpPxIUzPR8OnGvsDYfi42AyGYxmjj0VH53ZlZjYHwaTCyqlMZicqZiOL2cgsnvCGZ0Pby+c |
This file contains hidden or 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
| #!/usr/bin/env python | |
| # | |
| # Hi There! | |
| # | |
| # You may be wondering what this giant blob of binary data here is, you might | |
| # even be worried that we're up to something nefarious (good for you for being | |
| # paranoid!). This is a base85 encoding of a zip file, this zip file contains | |
| # an entire copy of pip (version 21.2.3). | |
| # | |
| # Pip is a thing that installs packages, pip itself is a package that someone |
This file contains hidden or 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
| function GetDays(start,last){ | |
| // Initialize dates with Date object | |
| const date1=new Date(start); | |
| const date2=new Date(last); | |
| // Calculation for converting a day into milliseconds | |
| const oneDay=1000 * 60 * 60 * 24; | |
| // Calculation for the time difference between start and last | |
| const diffTime=date2.getTime()-date1.getTime(); | |
| // Calculation for the days between start and last | |
| const diffDays=Math.round(diffTime/oneDay); |
This file contains hidden or 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
| function l(a,b){const c=new Date(a);const d=new Date(b);const s=1000*60*60*24;const r=d.getTime()-c.getTime();const w=Math.round(r/s);return w;}const n=new Date();var t=l("09/12/2022",n); |