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
    
  
  
    
  | Get-Process -Id (Get-NetTCPConnection -LocalPort 5000).OwningProcess | 
  
    
      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
    
  
  
    
  | import time | |
| import socket | |
| import CloudFlare | |
| import CloudFlare.exceptions | |
| import requests | |
| EMAIL = '<email>' | |
| TOKEN = '<cf token>' | 
  
    
      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
    
  
  
    
  | from rapidfuzz import fuzz, process | |
| print( | |
| "QRatio", | |
| process.extractOne("lengthmin", ["cs", "man", "help", "bind"], fuzz.QRatio), | |
| ) | |
| print( | |
| "WRatio", | |
| process.extractOne("lengthmin", ["cs", "man", "help", "bind"], fuzz.WRatio), | |
| ) | 
  
    
      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
    
  
  
    
  | from base64 import b64decode | |
| from contextlib import closing | |
| from json import loads | |
| from random import random | |
| import requests | |
| # pycryptodome | |
| from Crypto.Cipher import AES | |
| from Crypto.Util.Padding import unpad | 
  
    
      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
    
  
  
    
  | TypeScript 7 hrs 54 mins βββββββββββββββββββββ 67.9% | |
| Other 56 mins βββββββββββββββββββββ 8.1% | |
| CSS 53 mins βββββββββββββββββββββ 7.7% | |
| JSON 45 mins βββββββββββββββββββββ 6.5% | |
| JavaScript 25 mins βββββββββββββββββββββ 3.6% | 
  
    
      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 deepClone(obj) { | |
| var copy; | |
| // Handle the 3 simple types, and null or undefined | |
| if (null == obj || "object" != typeof obj) return obj; | |
| // Handle Date | |
| if (obj instanceof Date) { | |
| copy = new Date(); | |
| copy.setTime(obj.getTime()); | 
  
    
      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
    
  
  
    
  | <button id="cake">Take Screeny</button> | |
| <br /> | |
| <canvas id="fake"></canvas> | 
  
    
      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
    
  
  
    
  | {# | |
| η§»ζ€θͺ http://moxfive.xyz/2016/06/14/duoshuo-disqus-comment-count/#footer | |
| εΊδΊ https://github.com/theme-next/hexo-theme-next | |
| #} | |
| {% set ccLicense = "η½²ε-ιεη¨-ηΈεζΉεΌε ±δΊ« 4.0" %} | |
| {% set ccLicenseTitle = "CC BY-NC-SA 4.0 International"%} | |
| {% set ccIcon = '<i class="fa fa-fw fa-creative-commons"></i>' %} | |
| {% set ccText = ccLicense | upper %} | |
| {% set ccURL = 'http://creativecommons.org/licenses/by-nc-sa/4.0/' %} | 
NewerOlder