Skip to content

Instantly share code, notes, and snippets.

// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
// - XState (all XState exports)
# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Import additional configuration files
#
# Imports are loaded in order, skipping all missing files, with the importing
# file being loaded last. If a field is already present in a previous import, it
# will be replaced.
#
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
[Start]
otherFlag=0
updater=2
language=
otherFolder=
dbFlag=0
lastCheck=@Variant(\0\0\0\xe\0%\x84\x8d)
dbFolder=
dbThumbFlag=4
dbThumbFolder=
@scytalezero
scytalezero / waitFor.js
Created September 30, 2019 16:36
waitFor MutationObserver function
function waitFor(selector, cb) {
// set up the mutation observer
const observer = new MutationObserver(function (mutations, me) {
// `mutations` is an array of mutations that occurred
// `me` is the MutationObserver instance
var element = document.querySelector(selector)
if (element) {
cb(element)
me.disconnect() // stop observing
return
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
<#
.SYNOPSIS
For a given path, converts any MKV files to MP4 format using ffmpeg.
.EXAMPLE
PS C:\> Convert-MKVtoMP4 c:\temp
Explanation of what the example does
.PARAMETER Path
Path that will be processed.
.PARAMETER Extension
Extension to search for, defaults to MKV

45 mins Lifecycle: http://170.30.10.22:9081/ux-point-client/

Home Page Customization (5m)

With this enhancement, the users have the flexibility to customize the Home Page to make it more informative and user-friendly. The Home Page can be customized to display a dashboard consisting of a Message Center, Notifications, Policy status, LOB-wise policies, and a section displaying a weather report. It can also be customized to display only the needed processing options. The home page dashboard uses a responsive design to enhance the user experience. It allows the dashboard to adjust the size according to the size of the device it is being viewed on.

  • Maximize browser
  • Login as home office lab01 / Policy$
  • Show app icons, charts, hide app
  • Talk about dashboard