Skip to content

Instantly share code, notes, and snippets.

@Schoolads
Schoolads / gist:1ad2230607eb35d11b99a167f0709997
Created February 11, 2025 21:27
College of Nursing Sciences, Hadejia, Jigawa State. 2025/2026 {O8125777035} Admission Form Is STILL ON SALE.. Call DR.MRS ALICE OGUNSOLA on {O8125777035}.The Management of the school hereby inform the general public of the sales of the general Nursing Admission form into the School of Nursing, Also midwifery, post-basic midwifery form, post-basi…
College of Nursing Sciences, Hadejia, Jigawa State. 2025/2026 {O8125777035} Admission Form Is STILL ON SALE.. Call DR.MRS ALICE OGUNSOLA on {O8125777035}.The Management of the school hereby inform the general public of the sales of the general Nursing Admission form into the School of Nursing, Also midwifery, post-basic midwifery form, post-basic nursing form and internship form are still on sale for more information on purchase of the form and admission assistance call Admin Officer{O8125777035}
#include <iostream>
using namespace std;
int main()
{
const int ROWS = 5;
const int COLS = 5;
int arr[ROWS][COLS];
int num;
cout << "enter first number:";
cin >> num;
@stakach
stakach / sock_check.cpp
Created February 11, 2025 21:26
non blocking socket check windows
#include <winsock2.h>
#include <ws2tcpip.h>
#include <windows.h>
#include <stdio.h>
// Helper function to print Winsock error messages.
void print_wsa_error(const char *msg) {
int errCode = WSAGetLastError();
LPVOID errorText = NULL;
@kissu
kissu / button.css
Created February 11, 2025 21:26
And example of a possible Dribble bucket integration
.btn-green {
text-decoration: none;
background-color: #3DBF59;
padding: 8px;
margin-top: 8px;
color: white;
width: 100%;
display: inline-block;
text-align: center;
}
@Abdulrahman-K-S
Abdulrahman-K-S / py
Created February 11, 2025 21:26
Hennag Python Sum of Positive Squared Numbers
def print_outputs(sum):
number = get_number(sum, '')
if number == None:
return
print(number)
print_outputs(sum)
def get_number(string, number=''):
try:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CSS-Only Quiz</title>
<style>
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
@Schoolads
Schoolads / gist:053dc011f16efb010db2580a2dc7c3f4
Created February 11, 2025 21:24
College of Nursing Sciences, Hadejia, Jigawa State. 2025/2026 {O8125777035} Admission Form Is STILL ON SALE.. Call DR.MRS ALICE OGUNSOLA on {O8125777035}.The Management of the school hereby inform the general public of the sales of the general Nursing Admission form into the School of Nursing, Also midwifery, post-basic midwifery form, post-basi…
College of Nursing Sciences, Hadejia, Jigawa State. 2025/2026 {O8125777035} Admission Form Is STILL ON SALE.. Call DR.MRS ALICE OGUNSOLA on {O8125777035}.The Management of the school hereby inform the general public of the sales of the general Nursing Admission form into the School of Nursing, Also midwifery, post-basic midwifery form, post-basic nursing form and internship form are still on sale for more information on purchase of the form and admission assistance call Admin Officer{O8125777035}
@lvanasse
lvanasse / ci-risc-v-03.log
Created February 11, 2025 21:24
[risc-v-03] CI Log for nuttx @ 381d3fe64f4da2b09f12bd8f0cd2d1f07d86b3d3 / nuttx-apps @ fb0c1e10ded2a6fb9f066b9893662cbcc86e4646
Script started on 2025-02-11 20:43:19+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh risc-v-03" <not executed on terminal>]
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh
+ job=risc-v-03
+ neofetch
.-/+oossssoo+/-.
`:+ssssssssssssssssss+:`
-+ssssssssssssssssssyyssss+-
.ossssssssssssssssssdMMMNysssso.
/ssssssssssshdmmNNmmyNMMMMhssssss/
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 11, 2025 21:24
Rimworld output log published using HugsLib
Log uploaded on Tuesday, February 11, 2025, 4:23:49 PM
Loaded mods:
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0)
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Faster Game Loading(Taranchuk.FasterGameLoading): FasterGameLoading(1.0.0), System.Drawing(av:4.0.0,fv:4.6.57)
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Core(Ludeon.RimWorld): (no assemblies)
Performance Fish(bs.performance): PerformanceFish(0.6.2)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>CSS-Only Quiz</title> <style> body { font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; max-width: 800px; margin: 2rem auto; padding: 0 1rem; background-color: #f5f5f5; }
```
h1 {
color: #333;
text-align: center;
}
.quiz-container {
background: white;