This file contains 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
# | |
# HEX2BAS - Convert an Intel HEX file to a BASIC program for Mattel Aquarius computer | |
# Author: Cédric LEBOCQ | |
# Date: 2023-03-08 | |
# Version: 1.0 | |
# | |
import sys | |
def create_basic_program(hex_file_lines, base_address): |
This file contains 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 math | |
import numpy as np | |
import pandas as pd | |
from sklearn.cluster import KMeans | |
import warnings | |
class Helpers(): | |
def get_optimum_clusters(df): |
This file contains 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-clustergroup | Where-Object name -eq 'Cluster Group').ownerNode.name |