MCPcopy Create free account

hub / github.com/ayushsharma74/codehub / functions

Functions68 in github.com/ayushsharma74/codehub

↓ 81 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 3 callersFunctiondrawCircle
(circle: Circle, update = false)
src/components/ui/particles.tsx:177
↓ 2 callersFunctioncircleParams
()
src/components/ui/particles.tsx:150
↓ 2 callersFunctionclearContext
()
src/components/ui/particles.tsx:193
↓ 2 callersFunctiongenerateSquares
(count: number)
src/components/ui/animated-grid-pattern.tsx:47
↓ 2 callersFunctiongetPos
()
src/components/ui/animated-grid-pattern.tsx:39
↓ 2 callersFunctioninitCanvas
()
src/components/ui/particles.tsx:105
↓ 2 callersFunctionupdateCanvasSize
()
src/components/ui/flickering-grid.tsx:127
↓ 1 callersFunctionMousePosition
()
src/components/ui/particles.tsx:11
↓ 1 callersFunctionanimate
()
src/components/ui/particles.tsx:225
↓ 1 callersFunctioncreateRipple
(event: MouseEvent<HTMLButtonElement>)
src/components/ui/ripple-button.tsx:33
↓ 1 callersFunctiondrawParticles
()
src/components/ui/particles.tsx:204
↓ 1 callersFunctiongeneratePageNumbers
()
src/components/Pagination.tsx:17
↓ 1 callersFunctiongetData
()
src/components/main/sheetData.tsx:74
↓ 1 callersFunctionhandleCheckedChange
(id: string, checked: boolean)
src/components/main/sheetData.tsx:132
↓ 1 callersFunctionhexToRgb
(hex: string)
src/components/ui/particles.tsx:43
↓ 1 callersFunctioninitializeCheckboxes
(items: Item[])
src/components/main/sheetData.tsx:92
↓ 1 callersFunctiononMouseMove
()
src/components/ui/particles.tsx:110
↓ 1 callersFunctionremapValue
( value: number, start1: number, end1: number, start2: number, end2: number, )
src/components/ui/particles.tsx:213
↓ 1 callersFunctionresizeCanvas
()
src/components/ui/particles.tsx:137
↓ 1 callersFunctiontoRGBA
(color: string)
src/components/ui/flickering-grid.tsx:39
↓ 1 callersFunctionupdateDimensions
()
src/components/ui/neon-gradient-card.tsx:85
↓ 1 callersFunctionupdateSquarePosition
(id: number)
src/components/ui/animated-grid-pattern.tsx:55
FunctionAnimatedGridPattern
({ width = 40, height = 40, x = -1, y = -1, strokeDasharray = 0, numSquares = 50, className, m
src/components/ui/animated-grid-pattern.tsx:21
FunctionAnimatedShinyText
({ children, className, shimmerWidth = 100, })
src/components/ui/animated-shiny-text.tsx:11
FunctionAnimatedShinyTextDemo
()
src/components/LandingShinyText.tsx:7
FunctionBlurFade
({ children, className, variant, duration = 0.4, delay = 0, yOffset = 6, inView = false, inVie
src/components/ui/blur-fade.tsx:29
FunctionCommandDialog
({ children, ...props }: DialogProps)
src/components/ui/command.tsx:26
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/command.tsx:127
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:56
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/dropdown-menu.tsx:172
FunctionFlickeringGrid
({ squareSize = 4, gridGap = 6, flickerChance = 0.3, color = "rgb(0, 0, 0)", width, height, clas
src/components/ui/flickering-grid.tsx:23
FunctionFlipText
({ word, duration = 0.5, delayMultiple = 0.08, framerProps = { hidden: { rotateX: -90, opacity: 0
src/components/ui/flip-text.tsx:15
FunctionGET
(req: NextRequest)
src/app/api/dsa_data/route.ts:7
FunctionGradualSpacing
({ text, duration = 0.5, delayMultiple = 0.04, framerProps = { hidden: { opacity: 0, x: -20 },
src/components/ui/gradual-spacing.tsx:15
FunctionHome
()
src/app/page.tsx:10
FunctionLandingContent
(props: Props)
src/components/LandingContent.tsx:18
FunctionLandingPage
()
src/components/LandingPage.tsx:4
FunctionMagicCard
({ children, className, gradientSize = 200, gradientColor = "#262626", gradientOpacity = 0.8, }: Mag
src/components/ui/magic-card.tsx:14
FunctionMainPage
()
src/app/main/page.tsx:6
FunctionMarquee
({ className, reverse = false, pauseOnHover = false, children, vertical = false, repeat = 4, ...
src/components/ui/marquee.tsx:35
FunctionNavbar
()
src/components/Navbar.tsx:7
FunctionNeonGradientCard
({ className, children, borderSize = 2, borderRadius = 20, neonColors = { firstColor: "#ff00aa",
src/components/ui/neon-gradient-card.tsx:70
FunctionPagination
({ currentPage, totalPages, onPageChange, itemsPerPage, })
src/components/Pagination.tsx:11
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
src/components/ui/pagination.tsx:7
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/pagination.tsx:94
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
src/components/ui/pagination.tsx:42
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:78
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:62
FunctionParticles
({ className = "", quantity = 100, staticity = 50, ease = 50, size = 0.4, refresh = false, color
src/components/ui/particles.tsx:60
FunctionPulsatingButton
({ className, children, pulseColor = "#0096ff", duration = "1.5s", ...props }: PulsatingButtonProps)
src/components/ui/pulsating-button.tsx:13
FunctionRainbowButton
({ children, className, ...props }: RainbowButtonProps)
src/components/ui/rainbow-button.tsx:7
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:25
FunctionSheetData
()
src/components/main/sheetData.tsx:50
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:91
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:77
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/skeleton.tsx:3
FunctionStatBar
()
src/components/main/statBar.tsx:5
FunctionWordFadeIn
({ words, delay = 0.15, variants = { hidden: { opacity: 0 }, visible: (i: number) => ({ y:
src/components/ui/word-fade-in.tsx:14
Functionanimate
(time: number)
src/components/ui/flickering-grid.tsx:137
FunctionhandleClick
(event: MouseEvent<HTMLButtonElement>)
src/components/ui/ripple-button.tsx:28
FunctionhandleCompanyChange
(value: string)
src/components/main/sheetData.tsx:116
FunctionhandleDifficultyChange
(value: string)
src/components/main/sheetData.tsx:109
FunctionhandleMouseMove
(event: MouseEvent)
src/components/ui/particles.tsx:18
FunctionhandlePageChange
(newPage: number)
src/components/main/sheetData.tsx:128
FunctionhandleTopicChange
(value: string)
src/components/main/sheetData.tsx:113
FunctionimgLoader
({ src, width, quality }: ({src: string, width: number, quality: number}))
src/components/imageLoader.tsx:2