These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.
  
    
      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
    
  
  
    
  | // wiring example for ripping a PMW3360 SROM: https://i.imgur.com/EspAlvz.jpeg | |
| // set the board to 240mhz or higher for best results (WARNING: higher than 240mhz only works with USB if you overvolt the MCU) | |
| // this implements reading SPI mode 3. if you want a different mode, you need to edit these two lines: | |
| // uint32_t clockval = (1 << pin_clock); | |
| // if (newclock && !clockval && buff_i < buffsize) | |
| #include <pico/stdlib.h> | |
| #define buffsize 50000 | 
  
    
      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
    
  
  
    
  | ldap: | |
| ## The LDAP implementation, this affects elements like the attribute utilised for resetting a password. | |
| ## Acceptable options are as follows: | |
| ## - 'activedirectory' - For Microsoft Active Directory. | |
| ## - 'custom' - For custom specifications of attributes and filters. | |
| ## This currently defaults to 'custom' to maintain existing behaviour. | |
| ## | |
| ## Depending on the option here certain other values in this section have a default value, notably all of the | |
| ## attribute mappings have a default value that this config overrides, you can read more about these default values | |
| ## at https://www.authelia.com/docs/configuration/authentication/ldap.html#defaults | 
  
    
      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 | |
| ''' | |
| By just doing a HEAD operation, we can look at the location returned and extract game system and title: | |
| $ curl -i --head "https://www.pricecharting.com/search-products?type=videogames&q=096427015055" | |
| HTTP/2 307 | |
| content-type: text/html; charset=utf-8 | |
| location: https://www.pricecharting.com/game/nintendo-ds/cooking-mama-2-dinner-with-friends?q=096427015055 | |
| x-appengine-log-flush-count: 0 | |
| x-cloud-trace-context: 95201b263e270f913954a519333070f4 | 
  
    
      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 python3 | |
| """ | |
| Dell iDRAC client launcher for Linux, macOS and Windows. | |
| probably works with Dell iDRAC 6/7/8 | |
| Downloads needed Java files and sets up port forwarding via SSH. | |
| example usage: ./idracclient.py -J jumphost.lol.domain srv42-serviceprocessor.lol.domain | |
| for more info, see ./idracclient.py --help | 
  
    
      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
    
  
  
    
  | // ==UserScript== | |
| // @name EmuParadise Download Workaround - 1.1.1 | |
| // @version 1.1.2 | |
| // @description Replaces the download button link with a working one | |
| // @author Eptun | |
| // @match https://www.emuparadise.me/*/*/* | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js | |
| // @grant none | |
| // ==/UserScript== | 
  
    
      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
    
  
  
    
  | # status - Byobu's default status enabled/disabled settings | |
| # | |
| # Override these in $BYOBU_CONFIG_DIR/status | |
| # where BYOBU_CONFIG_DIR is XDG_CONFIG_HOME if defined, | |
| # and $HOME/.byobu otherwise. | |
| # | |
| # Copyright (C) 2009-2011 Canonical Ltd. | |
| # | |
| # Authors: Dustin Kirkland <kirkland@byobu.org> | |
| # | 
NewerOlder