Skip to content

Instantly share code, notes, and snippets.

View hamidurrk's full-sized avatar
🎯
Focusing

Md Hamidur Rahman Khan hamidurrk

🎯
Focusing
  • LUT University
  • Helsinki, Finland
  • 23:13 (UTC +03:00)
View GitHub Profile
@hamidurrk
hamidurrk / readme.md
Created October 12, 2025 09:26
Here is the documentation for BBS API endpoints

BBS Data Dissemination and SDMX API

GET /api/datasets

Retrieves a list of available datasets.

Request:

  • Method: GET
  • URL: https://127.0.0.1:8000/api/datasets
  • Headers:
Table stores {
id string pk
name string
description string
sustainability_achievement string
home_delivery boolean
}
Table employees {
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
PUBLIC=C:\Users\Public
PyCharm Community Edition=C:\Program Files\JetBrains\PyCharm Community Edition 2023.2.1\bin;
RlsSvcPort=22112
SESSIONNAME=Console
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Spell Checker</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<div class="container mt-5">
from collections import deque
class Stack:
def __init__(self):
self.stack = deque()
def push(self, item):
self.stack.append(item)
def pop(self):
from collections import deque
class Stack:
def __init__(self):
self.stack = deque()
def push(self, item):
self.stack.append(item)
def pop(self):
from collections import deque
class Stack:
def __init__(self):
self.stack = deque()
def push(self, item):
self.stack.append(item)
def pop(self):
<?php
session_start();
if (!isset($_SESSION['username'])) {
header("Location: login.php");
exit();
}
require 'dbcon.php';
?>