UniFi - Advanced Updating Techniques
upgrade https://dl.ui.com/unifi/firmware/____.bin| [Running: npx tsx -r dotenv/config src/cli.ts etix] | |
| █ Ineffable -> | |
| upcomings.length -> 55 | |
| Total Events -> 55 | |
| Live In The Atrium: Bad Bunny Night | Sat May 03 2025 @ The Catalyst Atrium -> | |
| { | |
| api_id: '90433173', | |
| artist_names: '', |
| [...document.querySelectorAll('input')].forEach(el => el.value = (Math.round((el.value * 0.875) * 100) / 100).toFixed(2)) |
UniFi - Advanced Updating Techniques
upgrade https://dl.ui.com/unifi/firmware/____.bin| #!/usr/bin/env just --justfile | |
| # https://github.com/casey/just | |
| set shell := ["bash", "-uc"] | |
| _default : | |
| @just --dump | |
| window.open('https://play.pocketcasts.com/new-releases', 'PocketCasts', 'width=0,height=0') |
| // Type some code -> | |
| console.log("oO08 iIlL1 g9qCGQ ~-+=>"); | |
| @real fox.quick(h){ *is_brown && it_jumps_over(dogs.lazy) } | |
| 0123456789 ABC.DEF.GHI.JKL.MNO.PQRS.TUV.WXYZ ß <= ¶^$#% >= | |
| export function longestCommonSeq(wordX: string, wordY: string) { | |
| const m = wordX.length | |
| const n = wordY.length | |
| const l: Array<Array<number>> = [] |
| declare module com { | |
| export module github { | |
| export module faucamp { | |
| export module simplertmp { | |
| export class Crypto extends java.lang.Object { | |
| public static class: java.lang.Class<com.github.faucamp.simplertmp.Crypto>; | |
| public calculateHmacSHA256(input: native.Array<number>, key: native.Array<number>): native.Array<number>; | |
| public constructor(); | |
| public calculateHmacSHA256(input: native.Array<number>, key: native.Array<number>, length: number): native.Array<number>; | |
| } |
| declare module android { | |
| export module support { | |
| export module v4 { | |
| export module app { | |
| export class INotificationSideChannel extends java.lang.Object implements android.os.IInterface { | |
| public static class: java.lang.Class<android.support.v4.app.INotificationSideChannel>; | |
| /** | |
| * Constructs a new instance of the android.support.v4.app.INotificationSideChannel interface with the provided implementation. An empty constructor exists calling super() when extending the interface class. | |
| */ | |
| public constructor(implementation: { |
| /// <reference path="android-declarations.d.ts"/> | |
| declare module android { | |
| export class Manifest extends java.lang.Object { | |
| public static class: java.lang.Class<android.Manifest>; | |
| public constructor(); | |
| } | |
| export module Manifest { | |
| export class permission extends java.lang.Object { |