#!/bin/sh
#Home
~
# Refresh Packages
sudo apt update
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
| { | |
| "configurations": [ | |
| { | |
| "type": "vscode-edge-devtools.debug", | |
| "request": "launch", | |
| "name": "Launch Microsoft Edge and open the Edge DevTools", | |
| "url": "http://localhost:5500", | |
| "webRoot": "${workspaceFolder}index.html" | |
| }, | |
| { |
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
| netsh int ip reset | |
| ipconfig /release | |
| netsh winsock reset | |
| ipconfig /flushdns | |
| net stop http | |
| net start http | |
| ipconfig /release | |
| ipconfig /renew |
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": "Gatsby Schema", | |
| "schemaPath": "schema.graphql", | |
| "extensions": { | |
| "endpoints": { | |
| "Gatsby GraphQL Endpoint": { | |
| "url": "http://127.0.0.1:8000/___graphql", | |
| "headers": { | |
| "user-agent": "JS GraphQL" | |
| }, |
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
| /* Reset provided by https://github.com/gatsbyjs/gatsby-starter-blog via MIT license */ | |
| html { | |
| font-family: sans-serif; | |
| -ms-text-size-adjust: 100%; | |
| -webkit-text-size-adjust: 100%; | |
| } | |
| body { | |
| margin: 0; | |
| -webkit-font-smoothing: antialiased; |
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
| /*============================================= | |
| = Using min-width = | |
| =============================================*/ | |
| // Small devices (landscape phones, 576px and up) | |
| @media (min-width: 576px) { ... } | |
| // Medium devices (tablets, 768px and up) | |
| @media (min-width: 768px) { ... } | |
| // Large devices (desktops, 992px and up) |
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
| /* suggest-widget size */ | |
| .monaco-editor .suggest-widget.docs-side { | |
| width: 1000px; | |
| } | |
| .monaco-editor .suggest-widget.docs-side>.details { | |
| width: 60%; | |
| max-height: 800px !important; | |
| } |
A curated list of resources for PHP
NewerOlder

