- SSL secure localhost and VirtualHost in chrome 58+
- moves "v3.ext" and "makecert_v3.bat" to "xampp / apache /"
- in "a challenge password" null and repeat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #Author: nonodev96 | |
| sudo apt update && sudo apt full-upgrade | |
| sudo apt install ubuntu-restricted-extras | |
| # Compresor de video | |
| sudo apt install handbrake | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://www.npmjs.com/package/highcharts | |
| # https://www.highcharts.com/docs/chart-and-series-types/organization-chart | |
| npm install --save highcharts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #Author: qiaoxueshi? NonoDev96 | |
| cd "/Users/nonodev96/WebstormProjects/muse" | |
| gource \ | |
| -s .06 \ | |
| -1280x720 \ | |
| --auto-skip-seconds .1 \ | |
| --multi-sampling \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use strict"; | |
| function _toConsumableArray(arr) { | |
| return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread(); | |
| } | |
| function _nonIterableSpread() { | |
| throw new TypeError("Invalid attempt to spread non-iterable instance"); | |
| } |
NewerOlder