I hereby claim:
- I am fobabs on github.
- I am fobabs (https://keybase.io/fobabs) on keybase.
- I have a public key ASDk4i44EzX-QQxzWFOtAnihx2h2-vYi-pY6F_GC_c3s5wo
To claim this, I am signing this object:
| cls | |
| @ECHO OFF | |
| title Folder Locker | |
| if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK | |
| if NOT EXIST Locker goto MDLOCKER |
| class Toggle extends React.Component { | |
| constructor(props) { | |
| super(props); | |
| this.state = { | |
| isTToggleOn: true | |
| }; | |
| // binding the handleClick method | |
| this.handleClick = this.handleclick.bind(this); | |
| } | |
| admin account info" filetype:log | |
| !Host=*.* intext:enc_UserPassword=* ext:pcf | |
| "# -FrontPage-" ext:pwd inurl:(service | authors | administrators | users) "# -FrontPage-" inurl:service.pwd | |
| "AutoCreate=TRUE password=*" | |
| "http://*:*@www” domainname | |
| "index of/" "ws_ftp.ini" "parent directory" | |
| "liveice configuration file" ext:cfg -site:sourceforge.net | |
| "parent directory" +proftpdpasswd | |
| Duclassified" -site:duware.com "DUware All Rights reserved" | |
| duclassmate" -site:duware.com |
I hereby claim:
To claim this, I am signing this object:
Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
| const crypto = require('crypto'); | |
| const accessToken = crypto.randomBytes(64).toString('hex'); | |
| const refreshToken = crypto.randomBytes(64).toString('hex'); | |
| console.table({ accessToken, refreshToken }); |