Skip to content

Instantly share code, notes, and snippets.

@Shadhujan
Shadhujan / ClientPanel.java
Created May 31, 2026 00:16
GreenLoop Management System
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;

🎬 The "Cool Sites" Resource Directory

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.
import React, { useState, useEffect, useRef } from 'react';
import {
Heart,
FileText,
Image as ImageIcon,
Music,
X,
Minus,
Maximize2,
MessageCircle,
import React, { useState, useEffect, useRef } from 'react';
import {
Heart,
FileText,
Image as ImageIcon,
Music,
X,
Minus,
Square,
Disc,
@Shadhujan
Shadhujan / various_timestamp.md
Last active January 23, 2026 00:01
medium blog tables
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
@Shadhujan
Shadhujan / demo_table.md
Created January 9, 2026 06:17
Experimenting with GitHub Gists to see if Markdown tables can be rendered properly when embedded in Medium, since Medium doesn’t support native tables.
Language Use Case Popularity
C# Backend, APIs High
Python AI, Scripting Very High
JS Frontend, Full High
name language stars
react JavaScript 220000
dotnet C# 95000
django Python 80000
@Shadhujan
Shadhujan / demo.geojson
Created January 9, 2026 06:04
GeoJSON uses longitude, latitude order: [lon, lat] (not [lat, lon])
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!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";
{
"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"
}