Step 1:
Open up cmd.exe (note: you may need to run it as an administrator, but this isn't always necessary), then run the below command:
netstat -ano | findstr <Port Number>
(Replace with the port number you want, but keep the colon)
| import React from "react"; | |
| const FileProcess = () => { | |
| const jsonFileDownload = () => { | |
| const json_data = { | |
| name: "Dedar", | |
| age: "14", | |
| address: "House #28", | |
| }; | |
| const fileName = "finename.json"; |
Step 1:
Open up cmd.exe (note: you may need to run it as an administrator, but this isn't always necessary), then run the below command:
netstat -ano | findstr <Port Number>
(Replace with the port number you want, but keep the colon)
| 1. Mail Template | |
| https://github.com/leemunroe/responsive-html-email-template/blob/master/email.html | |
| 2. Convert CSS to Inline CSS | |
| https://templates.mailchimp.com/resources/inline-css/ | |
| 3. Remove <html> <head> & </body> tag | |
| 4. Convert to one line | |
| https://www.textfixer.com/html/compress-html-compression.php |
| git init Initialize a local Git repository | |
| git clone ssh://git@github.com/[username]/[repository-name].git Create a local copy of a remote repository | |
| git status Check status | |
| git add [file-name.txt] Add a file to the staging area | |
| git add -A Add all new and changed files to the staging area | |
| git commit -m "[commit message]" Commit changes | |
| git rm -r [file-name.txt] Remove a file (or folder) |
| /* Chrome, Safari, Edge, Opera */ | |
| input::-webkit-outer-spin-button, | |
| input::-webkit-inner-spin-button { | |
| -webkit-appearance: none; | |
| margin: 0; | |
| } | |
| /* Firefox */ | |
| input[type=number] { | |
| -moz-appearance: textfield; |
| Note: I don't know where does this thread belongs. If I'm on the incorrect section, move it to the correct one. | |
| Many people are literally just selling this method and I feel like sharing this out so that you don't have to pay because the seller just don't do a minute of work to get you the drive. | |
| So moving straight towards the method: | |
| Step I: | |
| Go to this link: https://td.fastio.me/ (mirrors to be left at the last) | |
| Step II: | |
| Type your desired drive's name at the first field and your Gmail on the bottom field. |