Start a Command Prompt as an Administrator
.
slmgr.vbs -ipk NPPR9-FWDCX-D2C8J-H872K-2YT43
slmgr.vbs -skms kms.malash.net
import React, { Component } from 'react'; | |
import { connect, state } from '@noflux/react'; | |
function link(key) { | |
return { | |
value: this.get(key), | |
requestChange: (value) => this.set(key, value), | |
}; | |
} |
import React, { Component } from 'react'; | |
import { connect, state } from '@noflux/react'; | |
const traversal = (node, callback) => { | |
React.Children.map(node, child => { | |
callback(child); | |
if (child.props && child.props.children) { | |
traversal(child.props.children, callback); | |
} | |
}) |
function Test() {
this.run = function() {
console.log('run', this);
setTimeout(this.run, 1000);
}
}
const t = new Test();
t.run();
! Tencent | |
||oa.com | |
||webdev.com | |
||ied.com | |
||t.km | |
||server.com | |
||sng.local | |
||qq.com | |
||oa.com | |
||webdev.com |
https://gist.github.com/malash/fc0c573300b080e5745e68522d1617bf
export class ConcurrencyLimiter { | |
public constructor(private limit: number = Infinity) {} | |
private queue: Array<() => Promise<any>> = []; | |
private currentConcurrency = 0; | |
private async executeQueue() { | |
while (this.queue.length && this.currentConcurrency < this.limit) { | |
const tasks = this.queue.splice(0, this.limit - this.currentConcurrency); |
#!/bin/bash | |
echo "Drag \`.app\` to this shell or press enter to quit:" | |
echo -n "> " | |
read line | |
if [ -z "$line" ]; then | |
exit 0 | |
fi | |
file=`realpath "$line"` |
Lean LEDE now official support this wireless card:
Please copy these files to /lib/firmware/ath11k/WCN6855/hw2.1/
Device info: