Skip to content

Commit

Permalink
sync changes:
Browse files Browse the repository at this point in the history
- M  "site/categories/algorithm analysis.html"

- M  site/categories/algorithms.html

- M  "site/categories/computer science.html"
  • Loading branch information
elimelt committed Jan 17, 2025
1 parent 5f6829c commit ca02465
Show file tree
Hide file tree
Showing 128 changed files with 838 additions and 136 deletions.
2 changes: 1 addition & 1 deletion site/categories/algorithm analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: Algorithm Analysis</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/categories/algorithms.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: algorithms</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/categories/computer science.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: Computer Science</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/categories/database design.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: Database Design</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/categories/database systems.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: Database Systems</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/categories/distributed systems.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: Distributed Systems</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/categories/graph theory.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: Graph Theory</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
3 changes: 2 additions & 1 deletion site/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
</div>
<h1>Categories</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand All @@ -194,6 +194,7 @@ <h1>Categories</h1>
<li><a href="/categories/distributed%20systems.html">Distributed Systems</a> (3 pages)</li>
<li><a href="/categories/graph%20theory.html">Graph Theory</a> (4 pages)</li>
<li><a href="/categories/mathematics.html">Mathematics</a> (1 pages)</li>
<li><a href="/categories/operating%20systems.html">Operating Systems</a> (1 pages)</li>
<li><a href="/categories/operations%20research.html">Operations Research</a> (1 pages)</li>
<li><a href="/categories/software%20engineering.html">Software Engineering</a> (1 pages)</li>
<li><a href="/categories/system%20design.html">System Design</a> (1 pages)</li>
Expand Down
2 changes: 1 addition & 1 deletion site/categories/mathematics.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: Mathematics</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/categories/natural language processing.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: natural language processing</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/categories/networking.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: networking</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
197 changes: 197 additions & 0 deletions site/categories/operating systems.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,197 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Category: Operating Systems</title>
<meta name="description" content="Pages in category Operating Systems">
<style>
:root {
--text-color: #1a1a1a;
--background-color: #ffffff;
--accent-color: #2563eb;
--border-color: #e5e7eb;
--nav-background: rgba(255, 255, 255, 0.95);
}

@media (prefers-color-scheme: dark) {
:root {
--text-color: #f3f4f6;
--background-color: #1a1a1a;
--accent-color: #60a5fa;
--border-color: #374151;
--nav-background: rgba(26, 26, 26, 0.95);
}
}

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
line-height: 1.6;
max-width: 50rem;
margin: 0 auto;
padding: 2rem;
color: var(--text-color);
background: var(--background-color);
}

nav {
position: sticky;
top: 0;
background: var(--nav-background);
backdrop-filter: blur(10px);
border-bottom: 1px solid var(--border-color);
padding: 1rem 0;
margin-bottom: 2rem;
display: flex;
flex-wrap: wrap;
gap: 1rem;
z-index: 1000;
}

nav a {
color: var(--accent-color);
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.2s;
}

nav a:hover {
background-color: var(--border-color);
}

.breadcrumbs {
margin-bottom: 2rem;
color: var(--text-color);
opacity: 0.8;
}

.breadcrumbs a {
color: var(--accent-color);
text-decoration: none;
}

.content {
margin-top: 2rem;
}

h1, h2, h3, h4, h5, h6 {
margin-top: 2rem;
margin-bottom: 1rem;
line-height: 1.3;
}

code {
background: var(--border-color);
padding: 0.2rem 0.4rem;
border-radius: 3px;
font-size: 0.9em;
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

pre {
background: var(--border-color);
padding: 1rem;
border-radius: 4px;
overflow-x: auto;
margin: 1.5rem 0;
}

pre code {
background: none;
padding: 0;
border-radius: 0;
}

img {
max-width: 100%;
height: auto;
border-radius: 4px;
margin: 1.5rem 0;
}

.meta {
color: var(--text-color);
opacity: 0.8;
font-size: 0.9em;
margin-bottom: 2rem;
display: flex;
flex-wrap: wrap;
gap: 1rem;
}

.tags {
margin-top: 2rem;
padding-top: 1rem;
border-top: 1px solid var(--border-color);
}

.tags a {
display: inline-block;
background: var(--border-color);
color: var(--text-color);
padding: 0.2rem 0.6rem;
border-radius: 3px;
text-decoration: none;
font-size: 0.9em;
margin-right: 0.5rem;
margin-bottom: 0.5rem;
}

.tags a:hover {
background: var(--accent-color);
color: white;
}

a {
color: #3391ff;
}

table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0;
}

th, td {
padding: 0.75rem;
border: 1px solid var(--border-color);
}

th {
background: var(--border-color);
}

blockquote {
margin: 1.5rem 0;
padding-left: 1rem;
border-left: 4px solid var(--accent-color);
color: var(--text-color);
opacity: 0.8;
}
</style>
</head>
<body>
<nav>
<a href="/index.html">Home</a>
<a href="/categories/index.html">Categories</a>
<a href="/tags/index.html">Tags</a>
</nav>
<main>
<div class="breadcrumbs">
<a href="/index.html">Home</a> » Category: Operating Systems
</div>
<h1>Category: Operating Systems</h1>
<div class="meta">
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
<h2>Category: Operating Systems</h2>
<ul>
<li><a href="/systems-research/unix-timesharing-system.html">The Unix Timesharing System</a></li></ul>
</div>

</main>
</body>
</html>
2 changes: 1 addition & 1 deletion site/categories/operations research.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: Operations Research</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/categories/research.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: research</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/categories/software engineering.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: Software Engineering</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/categories/system design.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: System Design</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/categories/system-design.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: system-design</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion site/categories/systems.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</div>
<h1>Category: systems</h1>
<div class="meta">
<span>Last modified: 2025-01-15</span>
<span>Last modified: 2025-01-16</span>

</div>
<div class="content">
Expand Down
Loading

0 comments on commit ca02465

Please sign in to comment.