Skip to content

Instantly share code, notes, and snippets.

View aminsaedi's full-sized avatar
🤯
Learning...

Amin aminsaedi

🤯
Learning...
View GitHub Profile
@aminsaedi
aminsaedi / AppDateTimerPicker.tsx
Last active January 11, 2023 03:35
Ant design v5 time picker with time zone
import React, { useMemo } from 'react'
import dayjs from 'dayjs'
import { DatePicker, DatePickerProps } from 'antd'
import useToken from 'hooks/useToken'
import useCurrentProfile from 'hooks/useCurrentProfile'
type Props = {
value?: string
onChange?: (i: string | null) => void
@aminsaedi
aminsaedi / angle_.idea_angle.iml
Created September 8, 2017 21:49
angle in opencv
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">
<option name="PROJECT_TEST_RUNNER" value="Unittests" />
</component>