Skip to content

Instantly share code, notes, and snippets.

export default {
desc: 'Smart Hospital (Bệnh viện thông minh) tập trung vào việc nâng cao hiệu quả và chất lượng dịch vụ y tế bằng cách sử dụng IoT, Trí tuệ nhân tạo (AI) và phân tích dữ liệu để giám sát tình trạng sức khỏe của bệnh nhân theo thời gian thực, cải thiện quy trình chẩn đoán và điều trị.',
keywords: 'Smart Hospital, Bệnh viện thông minh, Benh vien thong minh, Y tế thông minh, Y te thong minh, Digital Twin, Theo dõi vị trí, Theodoivitri\n',
ogSite: 'Smart Hospital là gì?',
title: 'Smart Hospital là gì?',
ogUrl: 'https://orbro.io/vi/blog/스마트병원이란',
ogImg: 'https://lh3.googleusercontent.com/fife/AGXqzDmPfoc5xcFsetUID5pyg3CYD7YMozk7v8agtjsAU3FWSwMrSh5jezcJw00E2PsYdRwBciFQJKL4IguNdWivv4bRwDkwLuH_X_qAV982dYuBJho1obfwpVkXOoGGsFzUHcZ6I-tLD3CCDnlOljA-ZIojFjbigYAYMSdbWykA0SplErndN38ZvDJCDdtAJKIn703TEZAaikiyqmO_dZMOzge0_bIm3eS8eIPGsweG-xjhoDelT8CCOdyeN0LY68PSWfiinGf0eEuOoS3pti-1ZwLu-JjJELZsO1tsY30mxgenUNvpYfjBhCHq2IFN2vX5T-39NwhhLOOxM_5WE1ec46dO8qlMqV2Z1m6FkaFlsNr4fCccF3HM0uahwB1AlQY9T47hoqeH3C6k
@bilal68
bilal68 / gist:d5509b18946e1511482b73a73616668c
Created May 27, 2025 04:24 — forked from schoolParo8500/gist:43b1fe5325c0cc65aad2a5b42bb60529
Muhammad Kamalud University Kwara (2025}-.(2026) APPLICATION Form is Out. ☎ +2348169598464) or 08169598464 Call The School's Admin. Officer (DR MRS FAITH A. A) for more Information and admission Assistance. Forms into other programmes are also now available. Contact the school admin - 📞08169598464 for more inquiries. The School Authority require…
Muhammad Kamalud University Kwara (2025}-.(2026) APPLICATION Form is Out. ☎ +2348169598464) or 08169598464 Call The School's Admin. Officer (DR MRS FAITH A. A) for more Information and admission Assistance. Forms into other programmes are also now available. Contact the school admin - 📞08169598464 for more inquiries. The School Authority requires all candidates applying for admission into any of its courses to passes Five (5) O’ Level Credit Level Passes at not more than two (2) sittings to include English Language and Mathematics and three (3) other subjects relevant to course.
---\ Services
local Player = game:GetService("Players")
local RS = game:GetService("ReplicatedStorage")
local Debris = game:GetService("Debris")
---\\ Variables
local MaxCombo = 3
local DMG = 10
local Settings = {}
@bilal68
bilal68 / gist:70b8db965ba6b38681cf6ec5a775e9b3
Created May 27, 2025 04:00 — forked from schoolParo8500/gist:c279935ffd997c9cc0cc49e5d4b5ac40
Nigerian British University, Asa, Abia State (2025}-.(2026) APPLICATION Form is Out. ☎ +2348169598464) or 08169598464 Call The School's Admin. Officer (DR MRS FAITH A. A) for more Information and admission Assistance. Forms into other programmes are also now available. Contact the school admin - 📞08169598464 for more inquiries. The School Author…
Nigerian British University, Asa, Abia State (2025}-.(2026) APPLICATION Form is Out. ☎ +2348169598464) or 08169598464 Call The School's Admin. Officer (DR MRS FAITH A. A) for more Information and admission Assistance. Forms into other programmes are also now available. Contact the school admin - 📞08169598464 for more inquiries. The School Authority requires all candidates applying for admission into any of its courses to passes Five (5) O’ Level Credit Level Passes at not more than two (2) sittings to include English Language and Mathematics and three (3) other subjects relevant to course.

Engineering Decision-Making Strategy

Our engineering organization lacks a clear, consistent process for making software architecture decisions, leading to friction between engineers who feel excluded from decisions versus those who feel slowed down by lengthy approval processes. This ambiguity around decision-making authority—particularly when a few highly opinionated engineers can effectively overrule others' work—is reducing overall engineering velocity and creating frustration across the team.

@bilal68
bilal68 / CarS.cs
Created May 27, 2025 03:49 — forked from st4rdog/CarS.cs
// Created from http://docs.unity3d.com/Manual/WheelColliderTutorial.html
// For EasySuspension with BoxyCarWizard.cs see https://x.com/anthonyyakovlev/status/585060413370400768
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
[System.Serializable]
public class AxleInfo
{
When explaining [SOMETHING SPECIFIC YOU WANNA LEARN or just add "anything"], use a natural progression of thoughts where
each step leads logically to the next.
Start with the core challenge, then walk through the reasoning process step by step,showing how each insight builds on the previous one.
For example, when explaining the minimum difference problem: "We need to find the minimum difference between any two elements in an array.
When is this difference smallest? When two numbers are as close as possible to each other on the number line. How can we easily identify adjacent numbers?
By arranging all elements in order. What's the most efficient way to arrange elements? By sorting the array. Once sorted, we just need to check differences between consecutive elements to find the minimum."
Please apply this cause-and-effect reasoning to any problem I ask about.
Connect the dots in a way that feels like a natural thought process, where each insight flows from the previous one until we reach the complete
@bilal68
bilal68 / code.ino
Created May 27, 2025 03:46 — forked from iqqy-x/code.ino
kp, ki, kd
#include <Wire.h> //This is for i2C
#include <SSD1306Ascii.h> //i2C OLED
#include <SSD1306AsciiWire.h> //i2C OLED
#define I2C_ADDRESS 0x3C
#define RST_PIN -1
SSD1306AsciiWire oled;
float OLEDTimer = 0; //Timer for the display refresh interval
//I2C pins:
//STM32F103C8T6: SDA: PB7 SCL: PB6
@bilal68
bilal68 / code.ino
Created May 27, 2025 03:46 — forked from iqqy-x/code.ino
kp, ki, kd
#include <Wire.h> //This is for i2C
#include <SSD1306Ascii.h> //i2C OLED
#include <SSD1306AsciiWire.h> //i2C OLED
#define I2C_ADDRESS 0x3C
#define RST_PIN -1
SSD1306AsciiWire oled;
float OLEDTimer = 0; //Timer for the display refresh interval
//I2C pins:
//STM32F103C8T6: SDA: PB7 SCL: PB6
@bilal68
bilal68 / code.ino
Created May 27, 2025 03:46 — forked from iqqy-x/code.ino
kp, ki, kd
#include <Wire.h> //This is for i2C
#include <SSD1306Ascii.h> //i2C OLED
#include <SSD1306AsciiWire.h> //i2C OLED
#define I2C_ADDRESS 0x3C
#define RST_PIN -1
SSD1306AsciiWire oled;
float OLEDTimer = 0; //Timer for the display refresh interval
//I2C pins:
//STM32F103C8T6: SDA: PB7 SCL: PB6