Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
324
118k
'''Dynamic programming''' is a method of solving problems, which is used in computer science, mathematics and economics. Using this method, a complex problem is split into simpler problems, which are then solved. At the end, the solutions of the simpler problems are used to find the solution of the original complex pr...
In computer science, a '''linked list''' is a data structure that is a linear collection of items whose order is not given by their physical placement in memory. Instead, each item links to the next item. The last item links to a terminator used to mark the end of the list. ==Types of linked lists== ===Singly linked ...
| apoapsis = | semimajor = )}} | eccentricity = 0.054 9 | period = | synodic_period = | avg_speed = 1.022 km/s | inclination = 5.145° to the ecliptic(between 18.29° and 28.58° to Earth's equator) | asc_node = regressing by one revolution in 18.6 years | arg_peri = progressing by one revolution in 8.85 years | sa...
| latest preview version = | latest preview date = | programming language = C, C++ | operating system = Cross-platform | language = English | genre = Relational database management system | license = GNU General Public License or proprietary EULA | website ...
thumb|300px|W3sDesign Interpreter Design Pattern [[Unified Modeling Language |UML]] In computing, an '''interpreter''' is software that executes source code without first compiling it to machine code. An interpreted runtime environment differs from one that processes CPU-native executable code which requires translati...
In database theory, the '''CAP theorem''', also named '''Brewer's theorem''' after computer scientist Eric Brewer, states that any distributed data store can provide at most two of the following three guarantees: ; Consistency: Every read receives the most recent write or an error. Consistency means that all clients se...
'''NoSQL''' (originally meaning "not only SQL" or "non-relational")http://nosql-database.org/ "NoSQL DEFINITION: Next Generation Databases mostly addressing some of the points : being non-relational, distributed, open-source and horizontally scalable". refers to a type of database design that stores and retrieves data ...
thumb|Girl looking scared, suffering from anxiety '''Anxiety''' is distress or uneasiness of mind caused by a fear of danger or misfortune. Define Anxiety at Dictionary.com|access-date=2018-05-05}} Very often, people with anxiety also feel worries. There can also be physical symptoms, like having a headache or an ups...
'''Linear algebra''' is a branch of mathematics. It came from mathematicians trying to solve systems of linear equations. Vectors and matrices are used to solve these systems. The main objects of study currently are vector spaces and linear mappings between vector spaces. Linear algebra is useful in other branches of m...
thumb|[[Jean-Paul Sartre (1905–1980), one of the main existentialist philosophers]] '''Existentialism''' is a way of thinking that focuses on what it means for people to exist. It is a philosophical movement. It became well known in books and movies of the 19th and 20th centuries. Existentialism is known for dealing w...
thumb|upright=1.3|[[Papyrus Oxyrhynchus 29|P. Oxy. 29, one of the oldest surviving fragments of Euclid's ''Elements'', a textbook used for millennia to teach proof-writing techniques. The diagram accompanies Book II, Proposition 5.]]A '''mathematical proof''' is a way to show that a mathematical theorem is true. To pro...
| olympic = 1896 | world = 1973 | paralympic = 1960 }} '''Swimming''' is an individual or team racing sport that requires the use of one's entire body to move through water. The sport takes place in pools or open water (e.g., in a sea or lake). Competitive swimming is one of the most popular Olympic sports, wi...
thumb|right|upright=1.5|Animated map showing the continent codes.    North America    South America    Antarctica    Africa    Europe    Asia    Oceania A '''continent''' is a large area of the land on Earth that is joined. There are no strict rules for what land is considered a continent, but in general the Earth is...
'''Partial differential equations''' (abbreviated as PDEs) are a kind of mathematical equation. They are related to partial derivatives, in that obtaining an antiderivative of a partial derivative involves integration of partial differential equations. ==Numerical methods== Since PDEs have appeared in mathematics and ...
thumb|A hairpin loop from a pre-mRNA. Highlighted are the [[nucleobases (green) and the ribose-phosphate backbone (blue). This is a single strand of RNA that folds back upon itself. ]] '''RNA''' is an acronym for '''ribonucleic acid''', a nucleic acid. Many different kinds are now known.Only the most important are desc...
'''Chi-squared test''' (or \Chi^2 test) is a statistical hypothesis test. It usually tests the hypothesis that "the experimental data does not differ from untreated data". That is a null hypothesis. The distribution of the test statistic is a chi-squared distribution when the null hypothesis is true. The test results ...
In mathematics and mathematical logic, '''Boolean algebra''' is a branch of algebra. It differs from elementary algebra in two ways. First, the values of the variables are the truth values ''true'' and ''false'', usually denoted by 1 and 0, whereas in elementary algebra the values of the variables are numbers. Second, ...
thumb|The human nervous system thumb|right|Illustration of how [[pain travels to the brain, from René Descartes's ''Treatise of Man'']] The '''nervous system''' is a body system which sends signals around the body. It lets animals respond to what is around them. The ''central nervous system'' is the brain and the spin...
}} A '''mean''' is a quantity representing the "center" of a collection of numbers and is intermediate to the extreme values of the set of numbers. There are several kinds of '''means''' (or "measures of central tendency") in mathematics, especially in statistics. Each attempts to summarize or typify a given group of d...
End of preview. Expand in Data Studio

NYXIS-AEGIS Knowledge Base 🛡️

A curated collection of 500+ articles covering coding, mathematics, science, history, geography, and common knowledge — built to power the NYXIS-PRO reasoning engine.

What's Inside

Category Topics Examples
Coding 50+ Python, JavaScript, Data Structures, Algorithms, Docker, Git
Math 27 Calculus, Linear Algebra, Statistics, Probability, Logic
Science 25+ Quantum Mechanics, Genetics, CRISPR, Black Holes
History 18+ World Wars, Cold War, Moon Landing, COVID-19
Geography 18+ Continents, Major Countries, UN, NATO
Technology 16+ Blockchain, VR, Quantum Computing, 5G
Trivia QA 5,000 Common knowledge Q&A pairs
ArXiv Abstracts 10,000 Recent scientific papers

Usage

from datasets import load_dataset

ds = load_dataset("QuantaSparkLabs/NYXIS-AEGIS-Knowledge", split="train")
print(ds[0]["text"])

How It Was Built

Articles were scraped from Simple Wikipedia and regular Wikipedia using the ?action=raw endpoint, cleaned of templates and markup, and deduplicated. Trivia QA and ArXiv abstracts were added from Hugging Face datasets.

License

Apache 2.0 — use it freely.


Built by QuantaSparkLabs

Downloads last month
30

Models trained or fine-tuned on QuantaSparkLabs/NYXIS-AEGIS-Knowledge