- Trino
- sql query engine
- for Data Analytics
- query large data sets from one or more disparate data sources
- open source
- Starburst Galaxy - A managed Trino Environment.
- Catalog - some sort of the Database which user queries into
- Connector - Configured in each catalog. Read/Write access to a data source.
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 | |
from random import randrange | |
from datetime import datetime | |
from playwright.sync_api import sync_playwright | |
from urllib.parse import urlparse | |
import json | |
output_directory = './.local/some-novel' | |
timeout = 1_000 * 60 * 4 |
Cache Microsoft Account in to Windows so you can RDP in to a Windows Machine using your Microsoft Account.
runas /u:MicrosoftAccount\username@example.com winver
https://cmdrkeene.com/remote-desktop-with-microsoft-account-sign-in/
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
/** @jsxImportSource react */ | |
import { qwikify$ } from "@builder.io/qwik-react"; | |
import * as SyncfusionDropDown from '@syncfusion/ej2-react-dropdowns'; | |
import * as SyncfusionBase from '@syncfusion/ej2-base'; | |
export const SyncfusionDemo = qwikify$(() => { | |
SyncfusionBase.registerLicense(import.meta.env.PUBLIC_SYNCFUSION_LICENSE_KEY); | |
const data: { [key: string]: Object }[] = [ | |
{ |
Apply configuration on each Powershell version. Use command mklink /h target/Profile.ps1 source/Profile.ps1
to create a symlink so that you only need to edit 1 Profile.ps1
file.
- Install
oh-my-posh
using winget.
Setting up Linux Containers:
NewerOlder