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
    
  
  
    
  | import javafx.application.*; | |
| import javafx.beans.value.*; | |
| import javafx.collections.*; | |
| import javafx.event.*; | |
| import javafx.geometry.Pos; | |
| import javafx.scene.Scene; | |
| import javafx.scene.control.*; | |
| import javafx.scene.control.cell.MapValueFactory; | |
| import javafx.scene.image.*; | |
| import javafx.scene.layout.*; | 
  
    
      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 android.app.Activity; | |
| import android.content.Context; | |
| import android.content.Intent; | |
| import android.content.pm.ResolveInfo; | |
| import android.content.res.AssetFileDescriptor; | |
| import android.database.Cursor; | |
| import android.graphics.Bitmap; | |
| import android.graphics.BitmapFactory; | |
| import android.graphics.Matrix; | |
| import android.media.ExifInterface; | 
  
    
      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
    
  
  
    
  | /** Patch for adding multi client subscriptions to NOTIFY and INDICATE | |
| * All functions adapted to support data for up to 10 clients | |
| * Check lines 23, 24, 25, 34, 35, 43, 44, 52, 53, 55, 57, 66, 67, 69, 71 | |
| * for changes | |
| */ | |
| /* | |
| * BLE2902.cpp | |
| * | |
| * Created on: Jun 25, 2017 | |
| * Author: kolban | 
  
    
      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
    
  
  
    
  | #include "KeyInWifi.hpp" | |
| #include <cassert> | |
| #include <cstdlib> | |
| #include <cstring> | |
| #include <vector> | |
| #include <WiFi.h> | |
| #include <WString.h> | |
| #include <U8x8lib.h> | |
| #define DELAY_CHOICE 250 | 
  
    
      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
    
  
  
    
  | /* | |
| Video: https://www.youtube.com/watch?v=oCMOYS71NIU | |
| Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleNotify.cpp | |
| Ported to Arduino ESP32 by Evandro Copercini | |
| Gamepad coding by Game Dragon | |
| */ | |
| #include <BLEDevice.h> | |
| #include <BLEServer.h> | |
| #include <BLEUtils.h> | 
  
    
      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
    
  
  
    
  | // | |
| // begin license header | |
| // | |
| // This code is created by Ron Dagdag | |
| // | |
| // All source code is provided under the terms of the | |
| // GNU General Public License v2 (http://www.gnu.org/licenses/gpl-2.0.html). | |
| // Those wishing to use Pixy source code, software and/or | |
| // technologies under different licensing terms should contact us at | |
| // [email protected]. Such licensing terms are available for |