🔔 NOTE: If you can, please buy software license to support the authors/developers!
- Go to menu Help > Enter License.
- Copy the license key below and paste it into the textbox > Click the Use License button.
| var errorList = ModelState | |
| .Where(x => x.Value.Errors.Count > 0) | |
| .ToDictionary( | |
| kvp => kvp.Key, | |
| kvp => kvp.Value.Errors.Select(e => e.ErrorMessage).ToArray() | |
| ); |
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout somewhen, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # i3 config file (v4) | |
| # | |
| # Please see http://i3wm.org/docs/userguide.html for a complete reference! |
🔔 NOTE: If you can, please buy software license to support the authors/developers!
| import { Injectable } from 'angular2/core'; | |
| import { Storage } from './storage'; | |
| import { CurrentUser } from '../interfaces/common'; | |
| @Injectable() | |
| export class Authentication{ | |
| private _storageService : Storage; | |
| private _userKey : string = "CURRENT_USER"; | |
| constructor(storageService : Storage){ |
We did it! We broke gist.github.com ;) So head over to the new home! Thank you all!
2021.10.20: https://github.com/AveYo/MediaCreationTool.bat now open for interaction
Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
A powerful yet simple windows 10 / 11 deployment automation tool as well!
| { | |
| "extends": [ | |
| "eslint-config-react-app" | |
| ], | |
| "plugins": ["react", "import"], | |
| "rules": { | |
| "import/no-unresolved": "error" | |
| }, | |
| "settings": { | |
| "import/parsers": { |