Skip to content

Commit 3f551d8

Browse files
committed
logseq Clear files
1 parent 750f3be commit 3f551d8

234 files changed

Lines changed: 395 additions & 467 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
title:: .net framework / .net core
2+
3+
-

pages/.net framework.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
title:: .net framework
2+
3+
-

pages/Ableton Live.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ keywords: "Ableton Live, DAW, music production, Session view, Arrangement view,
139139
- Learning Music (free): https://learningmusic.ableton.com
140140
- Learning Synths (free): https://learningsynths.ableton.com
141141
- Max for Live: https://www.ableton.com/en/max-for-live/
142-
- Community Forum: https://community.ableton.com
142+
- Community Forum: https://community.ableton.com

pages/Abstract Classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ keywords: "abstract classes, OOP, pure virtual, C++, abstract base class, inheri
196196
- Abstract class = class with at least one `= 0` pure virtual function.
197197
- Cannot be instantiated — only used as a base type.
198198
- Enables **runtime polymorphism** via base class pointers/references.
199-
- Always add a **virtual destructor** to avoid undefined behavior on delete.
199+
- Always add a **virtual destructor** to avoid undefined behavior on delete.

pages/Abstraction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ keywords: "abstraction, OOP, C++, abstract class, encapsulation, interface, data
210210
- Abstraction = show **what**, hide **how**.
211211
- Achieved in C++ via abstract classes (pure virtual), access modifiers, and well-designed APIs.
212212
- Reduces coupling — callers depend on interfaces, not implementations.
213-
- Combine with **encapsulation** for clean, maintainable OOP design.
213+
- Combine with **encapsulation** for clean, maintainable OOP design.

pages/Ackermann Function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ keywords: "Ackermann function, recursion, primitive recursive, computability the
179179
- Not primitive recursive — cannot be expressed with bounded loops.
180180
- Practical use: **inverse Ackermann α(n)** in Union-Find complexity.
181181
- For m ≥ 4, values are astronomically large — only small inputs are computable in practice.
182-
- Use an **explicit stack** to avoid call stack overflow for larger inputs.
182+
- Use an **explicit stack** to avoid call stack overflow for larger inputs.

pages/Adobe After Effects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ keywords: "Adobe After Effects, motion graphics, VFX, compositions, keyframes, e
204204
- AE Scripting API: https://ae-scripting.docsforadobe.dev/
205205
- Plugins: https://aescripts.com
206206
- Tutorials: https://helpx.adobe.com/after-effects/tutorials.html
207-
- Community: https://community.adobe.com/t5/after-effects/ct-p/ct-after-effects
207+
- Community: https://community.adobe.com/t5/after-effects/ct-p/ct-after-effects

pages/Affinity Designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Affinity Designer reference covering vector and pixel personas, no
44
keywords: "Affinity Designer, vector graphics, illustration, vector persona, pixel persona, nodes, curves, symbols, export, graphic design, Illustrator alternative, design tool"
55
---
66

7-
## 1. History
7+
- ## 1. History
88
-
99
- **How**: Affinity Designer was developed by Serif and first released in 2014 as part of the Affinity suite of creative software.
1010
- **Who**: The development team at Serif, including designers and software engineers, aimed to create a powerful vector graphic design tool.

pages/Api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Comprehensive API reference covering REST principles, HTTP methods
44
keywords: "API, REST API, GraphQL, HTTP methods, status codes, authentication, API versioning, OpenAPI, Swagger, API design, web API, JSON"
55
---
66

7-
# History
7+
- # History
88
- **How**:
99
- The history of APIs (Application Programming Interfaces) began as software systems needed a way to communicate with one another across different platforms. The term "API" started gaining traction in the 1960s but gained significant importance with the rise of web services.
1010
- The first major API interfaces were introduced in the 1990s with companies offering software platforms and web-based services. As the internet grew, APIs became a standard for remote communication.

pages/Ardour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Ardour is an open-source DAW for recording, editing, and mixing. C
44
keywords: "Ardour, DAW, open source, audio recording, MIDI, plugins, audio mixing, tracks, regions, routing, export, music production"
55
---
66

7-
## 1. History
7+
- ## 1. History
88
- **How**: Ardour was started in 2000 by Paul Davis as an open-source digital audio workstation (DAW) focused on professional audio recording and editing.
99
- **Who**: Developed and maintained by Paul Davis and an active open-source community of contributors, mainly focused on Linux but now cross-platform.
1010
- **Why**: Created to offer a free, powerful alternative to expensive commercial DAWs, targeting professional audio engineers, producers, and musicians.

0 commit comments

Comments
 (0)