Skip to content

Commit d0e7a71

Browse files
authored
Merge pull request #201 from Buzzpy/develop
Syncing Master and Develop - 04/23
2 parents ece14d5 + 868a1ea commit d0e7a71

7 files changed

Lines changed: 38 additions & 4482 deletions

File tree

.DS_Store

2 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,5 @@ cython_debug/
163163
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
164164
#.idea/
165165

166-
.astro
166+
.astro
167+
.DS_Store

index.html

Lines changed: 0 additions & 1489 deletions
This file was deleted.

script.js

Lines changed: 0 additions & 2992 deletions
This file was deleted.

src/astro-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
///<reference types="astro/client" />

src/content/terms/Nix_OS.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"title": "Nix OS",
3+
"subtext": "A powerful package manager and operating system",
4+
"categories": ["OS", "Other", "DevOps"],
5+
"author": "Rayyan Hunerkar",
6+
"description": {
7+
"title": "Nix",
8+
"texts": [
9+
"Nix is a powerful package manager and operating system that allows developers to build, deploy, and manage applications efficiently.",
10+
"It provides a declarative way to manage software dependencies and configurations, making it easier to maintain consistent environments across different systems."
11+
],
12+
"references": [
13+
"https://nixos.org/guides/how-nix-works/",
14+
"https://nixos-and-flakes.thiscute.world/"
15+
]
16+
}
17+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"title": "Tower of Hanoi",
3+
"subtext": "A Mathematical puzzle involving three rods and a set of disks of different sizes",
4+
"categories": ["Mathematic", "Programming Concepts"],
5+
"author": "Sasakiroo",
6+
"description": {
7+
"title": "Tower of Hanoi in Programming",
8+
"texts": [
9+
"In programming, Tower of Hanoi — the Algorithm involves breaking down the problems into smaller subproblems",
10+
"This algorithm lets you recursively move smaller stacks of disks to an auxiliary rod, move the largest disk to the destination rod, then move the smaller stack from the auxiliary rod to the destination."
11+
],
12+
"image": "https://upload.wikimedia.org/wikipedia/commons/0/07/Tower_of_Hanoi.jpeg",
13+
"references": [
14+
"https://en.wikipedia.org/wiki/Tower_of_Hanoi",
15+
"https://www.shiksha.com/online-courses/articles/tower-of-hanoi-program-in-c/"
16+
]
17+
}
18+
}

0 commit comments

Comments
 (0)