https://docs.microsoft.com/en-us/windows/wsl/install
$ wsl --set-default-version 2
$ wsl --install -d ubuntu
| // ------------------------- | |
| // useMediaQuery | |
| import { useState, useEffect, useLayoutEffect } from "react"; | |
| export function useMediaQuery(query: string) { | |
| const [matches, setMatches] = useState(false); | |
| useEffect(() => { | |
| const media = window.matchMedia(query); |
| env: | |
| TERM: xterm-256color | |
| font: | |
| size: 14 | |
| normal: | |
| family: "Dank Mono" | |
| style: Regular | |
| bold: | |
| style: Bold |
| type ChildrenProps = { | |
| readonly gift: string; | |
| } | |
| type ParentProps = { | |
| readonly children: React.ReactNode; | |
| readonly gift: string; | |
| } | |
| const |
| // STEP 1 | |
| // setting variables | |
| const url:string = "https://dummyjson.com"; | |
| const endPoint: string = "/users" | |
| // u could use /posts or /products for other data types | |
| // STEP 2 | |
| async function GetAllItems( | |
| url: string, endpoint: string |
https://docs.microsoft.com/en-us/windows/wsl/install
$ wsl --set-default-version 2
$ wsl --install -d ubuntu
This is a step-by-step guide on how to enable auto-signing Git commits with GPG for every applications that don't support it natively (eg. GitHub Desktop, Eclipse, Git Tower, ...)
| import React, { memo } from 'react' | |
| import styled from 'styled-components' | |
| import { t, ti } from '../../utils/getTheme' | |
| interface Props { | |
| variant: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | |
| children: JSX.Element | |
| as?: JSX.Element | |
| } |
| import type * as Stitches from "@stitches/react"; | |
| import { modifyVariantsForStory } from "../../../.storybook/type-utils"; | |
| import { styled } from "../../stitches.config"; | |
| const Example = styles("div", { | |
| // ... | |
| }); | |
| export default Example; |
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
An guide how to activate Windows 11 Pro for free
Because you will get some more features like an Bitlocker and host your device as an External Desktop which can be accessed through the internet
The answer is yes! You can switch from almost any edition to Pro completely for free!
People which already have Pro, but not activated, can skip to this step.
What you first need to do is open CMD (Command Prompt) as Administrator using this keyboard key: