name: codex-researcher description: > Use this agent when you need to conduct research on any topic using OpenAI's Codex CLI. This includes gathering information about technologies, companies, market trends, scientific topics, historical events, or any subject requiring in-depth analysis. The agent leverages the codex exec command with web search to perform comprehensive research. model: inherit color: green
🏃♂️
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
| version: "3" | |
| services: | |
| vpn: | |
| image: qmcgaw/gluetun | |
| container_name: vpn | |
| cap_add: | |
| - NET_ADMIN | |
| ports: | |
| - 8888:8888/tcp # HTTP proxy | |
| - 8388:8388/tcp # Shadowsocks |
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
| import { ReactNode, useRef } from 'react' | |
| import { Button, FormControl, FormErrorMessage, FormLabel, Icon, InputGroup } from '@chakra-ui/react' | |
| import { useForm, UseFormRegisterReturn } from 'react-hook-form' | |
| import { FiFile } from 'react-icons/fi' | |
| type FileUploadProps = { | |
| register: UseFormRegisterReturn | |
| accept?: string | |
| multiple?: boolean | |
| children?: ReactNode |
Tiny wrapper component for React-Datepicker to stylistically fit with Chakra-UI 1.x.
<DatePicker selectedDate={myDate} onChange={(d) => console.log(d)} />
Clearable version:
<DatePicker selectedDate={myDate} onChange={(d) => console.log(d)} isClearable={true} />
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
| // Demo https://guste.design/gallery/ | |
| // Install https://www.npmjs.com/package/react-medium-image-zoom | |
| // ImageZoom.jsx | |
| import React from 'react' | |
| import Image from 'gatsby-image' | |
| import Zoom from 'react-medium-image-zoom' |
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
| cl_crosshair_drawoutline "1" | |
| cl_crosshair_dynamic_maxdist_splitratio "0.35" | |
| cl_crosshair_dynamic_splitalpha_innermod "1" | |
| cl_crosshair_dynamic_splitalpha_outermod "0.5" | |
| cl_crosshair_dynamic_splitdist "7" | |
| cl_crosshair_outlinethickness "1" | |
| cl_crosshair_sniper_show_normal_inaccuracy "0" | |
| cl_crosshair_sniper_width "1" | |
| cl_crosshair_t "0" | |
| cl_crosshairalpha "999" |
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
| MOVED HERE: | |
| https://gist.github.com/naveenkrdy/26760ac5135deed6d0bb8902f6ceb6bd |
NewerOlder
