Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrasannaKrishna0307/oceanhazard-detection
/ functions
Functions
461 in github.com/PrasannaKrishna0307/oceanhazard-detection
⨍
Functions
461
◇
Types & classes
24
Function
Switch
({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>)
oceanhazard-detection/components/ui/switch.tsx:8
Function
Table
({ className, ...props }: React.ComponentProps<'table'>)
oceanhazard-detection/components/ui/table.tsx:7
Function
TableBody
({ className, ...props }: React.ComponentProps<'tbody'>)
oceanhazard-detection/components/ui/table.tsx:32
Function
TableCaption
({ className, ...props }: React.ComponentProps<'caption'>)
oceanhazard-detection/components/ui/table.tsx:94
Function
TableCell
({ className, ...props }: React.ComponentProps<'td'>)
oceanhazard-detection/components/ui/table.tsx:81
Function
TableFooter
({ className, ...props }: React.ComponentProps<'tfoot'>)
oceanhazard-detection/components/ui/table.tsx:42
Function
TableHead
({ className, ...props }: React.ComponentProps<'th'>)
oceanhazard-detection/components/ui/table.tsx:68
Function
TableHeader
({ className, ...props }: React.ComponentProps<'thead'>)
oceanhazard-detection/components/ui/table.tsx:22
Function
TableRow
({ className, ...props }: React.ComponentProps<'tr'>)
oceanhazard-detection/components/ui/table.tsx:55
Function
Tabs
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
oceanhazard-detection/components/ui/tabs.tsx:8
Function
TabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
oceanhazard-detection/components/ui/tabs.tsx:53
Function
TabsList
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.List>)
oceanhazard-detection/components/ui/tabs.tsx:21
Function
TabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
oceanhazard-detection/components/ui/tabs.tsx:37
Function
Textarea
({ className, ...props }: React.ComponentProps<'textarea'>)
oceanhazard-detection/components/ui/textarea.tsx:5
Function
ThemeProvider
({ children, ...props }: ThemeProviderProps)
oceanhazard-detection/components/theme-provider.tsx:9
Function
Toaster
()
oceanhazard-detection/components/ui/toaster.tsx:13
Function
Toaster
({ ...props }: ToasterProps)
oceanhazard-detection/components/ui/sonner.tsx:6
Function
Toggle
({ className, variant, size, ...props }: React.ComponentProps<typeof TogglePrimitive.Root> & Variant
oceanhazard-detection/components/ui/toggle.tsx:31
Function
ToggleGroup
({ className, variant, size, children, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.
oceanhazard-detection/components/ui/toggle-group.tsx:17
Function
ToggleGroupItem
({ className, children, variant, size, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.
oceanhazard-detection/components/ui/toggle-group.tsx:43
Function
Tooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
oceanhazard-detection/components/ui/tooltip.tsx:21
Function
TooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
oceanhazard-detection/components/ui/tooltip.tsx:37
Function
TooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
oceanhazard-detection/components/ui/tooltip.tsx:8
Function
TooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
oceanhazard-detection/components/ui/tooltip.tsx:31
Function
TrendAnalysis
()
oceanhazard-detection/components/trend-analysis.tsx:41
Function
UsersPage
()
oceanhazard-detection/app/users/page.tsx:8
Function
WaveChart
({ detailed = false }: WaveChartProps)
oceanhazard-detection/components/wave-chart.tsx:25
Function
WeatherChart
()
oceanhazard-detection/components/weather-chart.tsx:21
Method
__init__
(self)
oceanhazard-detection/lib/processors/data_processor.py:17
Method
__init__
(self)
oceanhazard-detection/lib/processors/classifier.py:8
Method
__init__
(self)
oceanhazard-detection/lib/processors/analytics_generator.py:16
Method
__init__
(self)
oceanhazard-detection/lib/processors/sentiment_analyzer.py:7
Function
authenticateUser
(email: string, password: string)
oceanhazard-detection/lib/firebase-config.ts:109
Function
batch_analyze_sentiment
Analyze sentiment for multiple texts
oceanhazard-detection/lib/processors/sentiment_analyzer.py:158
Function
classify_post
Legacy function for backward compatibility
oceanhazard-detection/lib/processors/classifier.py:126
Function
clearResults
()
oceanhazard-detection/app/api-test/page.tsx:109
Method
filter_by_confidence
Filter processed posts by minimum confidence score
oceanhazard-detection/lib/processors/data_processor.py:106
Method
filter_by_hazard_type
Filter processed posts by hazard type
oceanhazard-detection/lib/processors/data_processor.py:90
Method
filter_by_urgency
Filter processed posts by urgency level
oceanhazard-detection/lib/processors/data_processor.py:98
Function
getCurrentLocation
()
oceanhazard-detection/components/hazard-report-form.tsx:45
Function
getSocialMediaPosts
(maxResults = 50)
oceanhazard-detection/lib/firebase-config.ts:75
Function
handleCanvasClick
(event: React.MouseEvent<HTMLCanvasElement>)
oceanhazard-detection/components/enhanced-live-map.tsx:236
Function
handleKeyDown
(event: KeyboardEvent)
oceanhazard-detection/components/ui/sidebar.tsx:98
Function
handleSubmit
()
oceanhazard-detection/components/hazard-report-form.tsx:60
Function
onChange
()
oceanhazard-detection/components/ui/use-mobile.tsx:10
Function
onChange
()
oceanhazard-detection/hooks/use-mobile.ts:10
Function
process_batch
Process multiple social media posts
oceanhazard-detection/lib/processors/data_processor.py:228
Method
process_mock_data
Process mock social media data
oceanhazard-detection/lib/processors/data_processor.py:83
Function
process_social_post
Process a single social media post
oceanhazard-detection/lib/processors/data_processor.py:223
Method
process_twitter_data
Process Twitter-specific data with normalization
oceanhazard-detection/lib/processors/data_processor.py:76
Method
save_processed_data
Save processed data to JSON file
oceanhazard-detection/lib/processors/data_processor.py:171
Function
startExtraction
()
oceanhazard-detection/components/social-media-extraction.tsx:75
Function
storeReport
(reportData: any)
oceanhazard-detection/lib/firebase-config.ts:18
Function
storeSocialMediaPost
(postData: any)
oceanhazard-detection/lib/firebase-config.ts:33
Function
toast
({ ...props }: Toast)
oceanhazard-detection/components/ui/use-toast.ts:142
Function
toast
({ ...props }: Toast)
oceanhazard-detection/hooks/use-toast.ts:142
Function
update
(props: ToasterToast)
oceanhazard-detection/components/ui/use-toast.ts:145
Function
update
(props: ToasterToast)
oceanhazard-detection/hooks/use-toast.ts:145
Function
uploadMedia
(file: File, path: string)
oceanhazard-detection/lib/firebase-config.ts:104
Function
useIsMobile
()
oceanhazard-detection/hooks/use-mobile.ts:5
Function
useToast
()
oceanhazard-detection/hooks/use-toast.ts:171
← previous
401–461 of 461, ranked by callers