Steps
- Setup Hyper-V and create an external switch
- Install Minikube for Windows
#!/bin/sh | |
LANGUAGE="en_US" | |
app_name="ZOOM VoiceEngine" | |
current_sink_num='' | |
sink_num_check='' | |
app_name_check='' |
from casperlabs_client import CasperLabsClient, bundled_contract | |
from casperlabs_client.abi import ABI | |
import os | |
def read_hex_id(file_name): | |
with open(file_name) as f: | |
return f.read().strip() | |
REPO_DIR = f"{os.getenv('HOME')}/CasperLabs" | |
STORED_TRANSFER_WASM = f"{REPO_DIR}/execution-engine/target/wasm32-unknown-unknown/release/transfer_to_account_u512_stored.wasm" |
Steps
This is a fork of original gist https://gist.github.com/nrollr/3f57fc15ded7dddddcc4e82fe137b58e, with slight changes on pointing to 5.7 version branch, instead of 8 (latest default of MySQL in Hombrew).
This procedure explains how to install MySQL using Homebrew on macOS (Sierra 10.12 and up)
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
/** | |
* Overflow aware uint math functions. | |
* | |
* Inspired by https://github.com/MakerDAO/maker-otc/blob/master/contracts/simple_market.sol | |
*/ | |
pragma solidity ^0.4.11; | |
/** | |
* ERC 20 token | |
* |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import ovirtsdk4 as sdk | |
import ovirtsdk4.types as types | |
import time | |
import sys | |
def create_all(): | |
try: |
#!/usr/bin/env python3 | |
import time | |
import atexit | |
from collections import OrderedDict | |
from py3nvml import py3nvml as nv | |
from prometheus_client import Gauge, CollectorRegistry | |
from prometheus_client import write_to_textfile |
Hi All! | |
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future. | |
Feel free to request any features you'd like to see, and I'll prioritize them accordingly. | |
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it. | |
Here's the link to the repository: https://github.com/Pulimet/ADBugger | |
App Description: | |
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups. |
classes = [ | |
ManageIQ::Providers::Redhat::InfraManager, | |
EmsFolder, | |
EmsCluster, | |
ResourcePool, | |
Host, | |
Vm, | |
Relationship, | |
Storage, | |
MiqEventDefinition, |