- Press Win + R key > and in Run dialog box > type gpedit.msc > OK.
- Give permissions now a pop-up window opens with the title of Group Policy > then click on Computer Configuration.
- Then go to Administrative Templates > Network > Qos Packet Scheduler > Limit reservable bandwidth.
- Click on Enable > change the Value to 100.
- Click Apply & click OK.
- Restart your computer, and when it boots up, check to see whether or not the problem has been resolved.
=IF(A1=0;"nol";IF(A1<0;"minus ";"")& SUBSTITUTE(TRIM(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE( IF(--MID(TEXT(ABS(A1);"000000000000000");1;3)=0;"";MID(TEXT(ABS(A1);"000000000000000");1;1)&" ratus "&MID(TEXT(ABS(A1);"000000000000000");2;1)&" puluh "&MID(TEXT(ABS(A1);"000000000000000");3;1)&" trilyun ")& IF(--MID(TEXT(ABS(A1);"000000000000000");4;3)=0;"";MID(TEXT(ABS(A1);"000000000000000");4;1)&" ratus "&MID(TEXT(ABS(A1);"000000000000000");5;1)&" puluh "&MID(TEXT(ABS(A1);"000000000000000");6;1)&" milyar ")& IF(--MID(TEXT(ABS(A1);"000000000000000");7;3)=0;"";MID(TEXT(ABS(A1);"000000000000000");7;1)&" ratus "&MID(TEXT(ABS(A1);"000000000000000");8;1)&" puluh "&MID(TEXT(ABS(A1);"000000000000000");9;1)&" juta ")& IF(--MID(TEXT(ABS(A1);"000000000000000");10;3)=0;"";IF(--MID(TEXTThis command is find and remove all node_modules on ./ path
$ find . -name node_modules -type d -print0 | xargs -0 rm -rf --This command mean is backup data with plain .sql file to defined path output
$ pg_dump -x -h localhost -p 5432 -U bioskoponline -W -F p db_name > /path/to/file.sqlTo restore the generated plain sql file, you can only restore by psql command:
$ psql -h localhost -U postgres -p 54321 db_name < /path/to/file.sql
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
| package response | |
| import ( | |
| "github.com/gin-gonic/gin" | |
| "gorm.io/gorm" | |
| "net/http" | |
| "reflect" | |
| errConst "go_grocery/src/helper/error" | |
| ) |
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
| language: node_js | |
| os: | |
| - linux | |
| node_js: | |
| - "10" | |
| install: | |
| - npm ci | |
| script: | |
| - npm run test | |
| cache: |
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
| [ | |
| { | |
| "name": "Afghanistan", | |
| "dial_code": "+93", | |
| "code": "AF" | |
| }, | |
| { | |
| "name": "Aland Islands", | |
| "dial_code": "+358", | |
| "code": "AX" |
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
| // var num = Math.round(Math.random() * 12) + 1; | |
| // var card = Math.round(Math.random() * 3) + 1; | |
| class deckOfCards { | |
| constructor(cards, nums) { | |
| this.nums = nums; | |
| this.card = cards; | |
| this.deck = (t, n) => { | |
| let arr = []; | |
| for(let i = 0; i < type.length; i++) { | |
| for(let j = 0; j < number.length; j++) { |