box-shadow: x, y, blur, spread, color
Alpha 5%
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05)
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05)
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05)| """ | |
| The most atomic way to train and inference a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
| id | name | slug | |
|---|---|---|---|
| 1 | Africa | africa | |
| 2 | Americas | americas | |
| 3 | Antarctica | antarctica | |
| 4 | Asia | asia | |
| 5 | Europe | europe | |
| 6 | Oceania | oceania |
| [ | |
| { | |
| "name": "Afghanistan", | |
| "code": "AF", | |
| "emoji": "🇦🇫", | |
| "image": "https://cdn.jsdelivr.net/gh/lipis/flag-icons@7.2.3/flags/4x3/af.svg", | |
| "dialCodes": [ | |
| "+93" | |
| ], | |
| "slug": "afghanistan" |
This script is modeled after tee (see [man tee][2]) and works on Linux, macOS, Cygwin, WSL/WSL2
It's like your normal copy and paste commands, but unified and able to sense when you want it to be chainable.
This project started as an answer to the StackOverflow question: [How can I copy the output of a command directly into my clipboard?][3]
| import Image from 'next/image' | |
| import { Layout, Text, Page, Code, Link, List } from '@vercel/examples-ui' | |
| import { GetStaticProps } from 'next' | |
| import useSWR from 'swr' | |
| import { useEffect, useState } from 'react' | |
| import board from '../public/board.jpg' | |
| interface Product { | |
| id: string |
| "use client" | |
| import { useEffect } from "react" | |
| import Link from "next/link" | |
| import { | |
| motion, | |
| useMotionTemplate, | |
| useMotionValue, | |
| useScroll, | |
| useTransform, |
| whois 100.64.0.31 | |
| % IANA WHOIS server | |
| % for more information on IANA, visit http://www.iana.org | |
| % This query returned 1 object | |
| refer: whois.arin.net | |
| inetnum: 100.0.0.0 - 100.255.255.255 | |
| organisation: ARIN | |
| status: ALLOCATED |