| Category | Tool Name | Description |
|---|---|---|
| 1. AI Movie Detectives | AIMovieFinder | Search for movies using fuzzy plot descriptions or "vibes." |
| Know Your Meme | The Wikipedia of internet culture for tracing meme origins. | |
| 2. Quote & Clip Engines | PlayPhrase.me | Instantly find and play video clips of specific spoken phrases. |
| Clip.cafe | A massive library of HD movie clips searchable by dialogue. | |
| QuoDB | Deep-index subtitle database to find exact timestamps/scripts. | |
| Vlipsy | The "Giphy for video" short clips organized by reaction/emotion. |
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
| package ui; | |
| import javax.swing.*; | |
| import javax.swing.table.DefaultTableModel; | |
| import java.awt.*; | |
| public class ClientPanel extends JPanel { | |
| // Define UI components at the class level | |
| private JTextField txtClientId; |
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 React, { useState, useEffect, useRef } from 'react'; | |
| import { | |
| Heart, | |
| FileText, | |
| Image as ImageIcon, | |
| Music, | |
| X, | |
| Minus, | |
| Maximize2, | |
| MessageCircle, |
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 React, { useState, useEffect, useRef } from 'react'; | |
| import { | |
| Heart, | |
| FileText, | |
| Image as ImageIcon, | |
| Music, | |
| X, | |
| Minus, | |
| Square, | |
| Disc, |
| System | With timezone (safe) | Without timezone (risky) |
|---|---|---|
| PostgreSQL | timestamptz |
timestamp |
| MySQL | TIMESTAMP |
DATETIME |
| Java | Instant |
LocalDateTime |
| Python | timezone-aware datetime |
naive datetime |
| JavaScript | Date (UTC inside) |
strings |
| .NET | DateTimeOffset |
DateTime |
| Go | time.Time (UTC internally) |
manually stripped time.Time |
| Rust | DateTime |
NaiveDateTime |
| Language | Use Case | Popularity |
|---|---|---|
| C# | Backend, APIs | High |
| Python | AI, Scripting | Very High |
| JS | Frontend, Full | High |
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
| name | language | stars | |
|---|---|---|---|
| react | JavaScript | 220000 | |
| dotnet | C# | 95000 | |
| django | Python | 80000 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <h1>My Dynamic Site</h1> | |
| <div id="banner">Loading...</div> | |
| <script> | |
| // 1. Paste your "Good" URL here | |
| const BASE_URL = "https://gist.githubusercontent.com/Shadhujan/e5a020c0daa8c3ae74b5d816f7f3a428/raw/test_config.json"; | |
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
| { | |
| "maintenanceMode": false, | |
| "announcement": "Check out my new Video! : <a href='https://www.youtube.com/watch?v=UajHZaMxOZ0'>Bunona - Comparative Integrated Systems Assignment</a>", | |
| "latestVideoUrl": "https://www.youtube.com/watch?v=UajHZaMxOZ0" | |
| } |
NewerOlder