UniFi - Advanced Updating Techniques
upgrade https://dl.ui.com/unifi/firmware/____.bin
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 { | |
public static class: java.lang.Class<android.Manifest.permission>; |
$ node --require $(npm root -g)/node-env-dev --inspect -c
glob = require('/usr/local/lib/node_modules/glob')
cwd = process.cwd()
g = (pattern) => {
files = glob.sync(pattern, { cwd, nodir: true, absolute: true, strict: false })
console.log(`files ->`, files.map(v=>v.replace(`${cwd}/`, '')).sort(), files.length)
}
about-scheme | |
chrome-extension-scheme | |
chrome-scheme | |
edge-extension-scheme | |
# edge-scheme | |
edge-scheme | |
moz-extension-scheme | |
ms-browser-extension-scheme | |
opera-scheme | |
vivaldi-scheme |