nginx or sdk
https://auth0.com/university/1/4/how-to-use-auth0-s-rules-feature
https://github.com/djvirgen/virgen-acl Simple and elegant, create your own checks. No middleware?
""" | |
A PyQt piece of black tape to cover annoying screen features. | |
[email protected], 2019-10-03 | |
""" | |
import sys | |
try: | |
from PyQt5 import QtWidgets, QtCore, Qt | |
from PyQt5.QtCore import Qt as QtConst |
// we have an async "initialize" method that performs several calls consecutively. | |
// after each step in the async chain, we might have been unmounted already | |
// and performing any further calls becomes obsolete | |
class DefaultComponent extends React.Component { | |
// ... | |
componentDidMount() { | |
this._isMounted = true; | |
this.initialize(); | |
} | |
componentWillUnmount() { |
nginx or sdk
https://auth0.com/university/1/4/how-to-use-auth0-s-rules-feature
https://github.com/djvirgen/virgen-acl Simple and elegant, create your own checks. No middleware?
I was trying to understand JavaScript Promises by using various libraries (bluebird, when, Q) and other async approaches.
I read the spec, some blog posts, and looked through some code. I learned how to
/* | |
Just paste into your console.. or make a tampermonkey/greasemonkey script out of it. | |
Only tested in Chrome. Be careful.. three tabs are opened per book. | |
If a books image is not removed, you'll need to try to download that book yourself. | |
Use this script (enter into the console of your browser) on the following pages: | |
http://www.oreilly.com/programming/free/ | |
http://www.oreilly.com/business/free/ |
#Visual Merge, P4Merge | |
https://forum.unity3d.com/threads/plastic-scm-version-control-for-unity.317888/ | |
#DOMContentLoaded PWA | |
#Chrome --enable-features=MITMSoftwareInterstitial | |
--disable-web-security --allow-file-access-from-files --user-data-dir="D:/Chrome" | |
#Youtube | |
youtube-dl.exe --write-auto-sub --sub-lang en --sub-format srt --convert-subs srt | |
## | |
http://blog.studiominiboss.com/pixelart |
/*jshint strict:false*/ | |
/*global CasperError console phantom require*/ | |
/** | |
* grab links and push them into xml | |
*/ | |
var casper = require("casper").create({ | |
}); |