Skip to content

Instantly share code, notes, and snippets.

View hakkm's full-sized avatar

Abdelhakim khabir hakkm

View GitHub Profile
@hakkm
hakkm / res.json
Created June 23, 2026 12:55
POST /api/chat
{
"context": {
"companyName": "klklklkl",
"industry": "consumer-products",
"focusAreas": "",
"searchAperture": {
"technologyLens": "tech-agnostic",
"technologyLensNotes": {},
"guidance": {},
"modalities": [],
@hakkm
hakkm / res.json
Created June 23, 2026 12:04
resolveSlashInput(input, commands)
{
"text": "Slash command: /deep-research\nTitle: Deep research\nCategory: Research\nUser input: the current project context\n\nTask:\nUse the deep-research skill to investigate: the current project context\n\nExecution instructions:\n- Use the selected project context and this thread history. Do not include sibling thread history.\n- Call out source strength, gaps, and assumptions. Distinguish verified evidence from inference.\n- Return a concise, decision-useful answer with concrete next actions.\n- If the command changes candidates or clusters, explain what changed and what may need refresh afterward.",
"slashCommand": {
"command": "/deep-research",
"title": "Deep research",
"group": "Research",
"visibleText": "/deep-research",
"expandedPrompt": "Slash command: /deep-research\nTitle: Deep research\nCategory: Research\nUser input: the current project context\n\nTask:\nUse the deep-research skill to investigate: the current project context\n\nExecution instructi
@hakkm
hakkm / input_uc2_climatology_charts_generation.json
Created May 19, 2026 14:01
input_uc2_climatology_charts_generation
{
"project_id": "27d61dd4-d985-4b4c-96ff-2e4c73069a75",
"location_id": "44f16e37-fc0f-4224-a587-0eed5cb1b043",
"component_id": "6871e61d-8f56-4e7c-9ccb-6bb31b6ccc93",
"index_code": "climtn",
"climatology_data": {
"min_temp": {
"low": {
"1": -6.394723510742188,
"2": -4.5404052734375,
@hakkm
hakkm / input_uc2_historical_climatology_summary.json
Created May 19, 2026 13:59
input_uc2_historical_climatology_summary
{
"location": {
"name": "Point 1",
"location_id": "44f16e37-fc0f-4224-a587-0eed5cb1b043",
"coordinate": {
"type": "geometry",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
@hakkm
hakkm / output_uc2_historical_climatology_locations.json
Created May 19, 2026 13:49
output_uc2_historical_climatology_locations
{
"location_id": "4aaae452-f477-478b-a27f-94e5c7a6408a",
"index_code": "climpr",
"data": {
"1": 38.13852391216846,
"2": 40.59332112594048,
"3": 48.90865605618583,
"4": 28.875093504055865,
"5": 7.852818637567383,
"6": 0.17940418075643805,
@hakkm
hakkm / input_uc2_historical_climatology_locations.json
Created May 19, 2026 13:48
input_uc2_historical_climatology_locations
{
"location": {
"name": "Point 3",
"location_id": "4aaae452-f477-478b-a27f-94e5c7a6408a",
"coordinate": {
"type": "geometry",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
{
"project_id": "27d61dd4-d985-4b4c-96ff-2e4c73069a75",
"component_id": "6871e61d-8f56-4e7c-9ccb-6bb31b6ccc93",
"locations": [
{
"name": "Point 1",
"location_id": "44f16e37-fc0f-4224-a587-0eed5cb1b043",
"coordinate": {
"type": "geometry",
"geometry": {
@hakkm
hakkm / input_uc1_map_generator.json
Created April 19, 2026 19:55
input_uc1_map_generator.json
{
"project_id": "2844afce-b219-4a01-a74b-448676a363ea",
"component_id": "a19e6487-9ba0-46ac-88a7-fb2d1223a3f7",
"component_name": "chain",
"locations": [
{
"component": "a19e6487-9ba0-46ac-88a7-fb2d1223a3f7",
"name": "Point 1",
"location_id": "efe01c22-6a11-4dc6-8398-fbe953673d28",
"coordinate": {
@hakkm
hakkm / case-study.txt
Created November 29, 2025 23:06
Folder tree of the case study
.
β”œβ”€β”€ case
β”œβ”€β”€ Case study
β”‚ β”œβ”€β”€ Case-Study-dashboard
β”‚ β”‚ β”œβ”€β”€ backend-django
β”‚ β”‚ β”‚ β”œβ”€β”€ analysis
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ __init__.py
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ admin.py
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ apps.py
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ migrations
@hakkm
hakkm / a.java
Last active October 6, 2025 22:37
ui
package client;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
import java.util.concurrent.BlockingQueue;
public class TerminalWhatsApp extends Thread {
private final BlockingQueue<String> queue;