Skip to main content

95 docs tagged with "Data Structure"

View All Tags

.tar

.tar is defined as: (format) tape archive tarball file to Archive as Compression. Topics on: . Read more: Computer Science, Data Structure, Compression, Archive

<svg>

<svg> is defined as: a. Topics on: xmlns. Read more: Computer Science, Data Structure, Multimedia Formats, Image Format, SVG, Svg|FullStack Wiki by Roger J

AC3

AC3 is defined as: Dobly Digital Lossy Audio Compression (ver 3) multi-channel support. Topics on: . Read more: Computer Science, Data Structure, Multimedia For

Adjacency Matrix

Adjacency Matrix is defined as: 2D Binary Matrix (as Array) to rep of Graph as # Node === # row/col & fill 1 for each Edge. Topics on: . Read more: Computer Sci

ALAC

ALAC is defined as: Apple Lossless Audio Codec. Topics on: . Read more: Computer Science, Data Structure, Multimedia Formats, Audio Format |FullStack Wiki by RJ

APNG

APNG is defined as: Lossless Image Format for still & animated images. Topics on: . Read more: Computer Science, Data Structure, Multimedia Formats, Image Forma

Archive

Archive is defined as: (process) to group multiple files into single file. Topics on: .tar. Read more: Computer Science, Data Structure, Compression, Archive

Asymmetric Cryptography

Asymmetric Cryptography. Topics on: Public Key, Private Key, Encryption Key, Decryption Key. Read more: Computer Science, Data Structure, Encryption | Dev Wiki

Audio Format

Audio Format. Topics on: LGOLED55C2, Speaker Channel Format, FLAC, DTS, DTS-X, DTS-HD, AC3, TrueHD, EAC3, AAC, MP3, WMA, ALAC, WAV, Bitrate, Lossy Audio Compres

Avalanche Effect

Avalanche Effect is defined as: degree of Δinput vs Δoutput. Topics on: Hamming Distance. Read more: Computer Science, Data Structure, Encryption|FullStack Wiki

AVIF

AVIF is defined as: based on AV1 Codec, 10-bit color, HDR, chroma 4:4:4, royalty-free, current king albeit low support. Topics on: AVIF 8K res limit (65536 px)

Bitmap

Bitmap is defined as: Raster Image Format usually uncompressed. Topics on: . Read more: Computer Science, Data Structure, Multimedia Formats, Image Format, Bitm

brotli

brotli is defined as: performant compression algo by Google engineers, gaining compat but best to add gzip fallback. Inspired by Silicon Valley sitcom?!. Topics

CDN

CDN is defined as: Proxy network to store/serve Web Resource content. Topics on: CDN providers are geographically distributed to maximise coverage, UNPKG, Cloud

Chart

Chart is defined as: Graph to rep data. Topics on: Waterfall Chart. Read more: Computer Science, Data Structure, Chart, Graph|FullStack Wiki by Roger J

Cipher

Cipher. Topics on: . Read more: Computer Science, Data Structure, Encryption|FullStack Wiki by Roger J

Ciphertext

Ciphertext is defined as: encrypt text. Topics on: MAC, PGP, Signing. Read more: Computer Science, Data Structure, Encryption, Ciphertext | FullStack Wiki by RJ

Cloud Storage

Cloud Storage is defined as: Model of storing Computer Data across Pools. Topics on: CDN. Read more: Computer Science, Data Structure, Database, Cloud Storage

Cloudflare

Cloudflare is defined as: CDN & DDoS Protection Service. Topics on: . Read more: Computer Science, Data Structure, Database, Cloud Storage, CDN, D Do S Protecti

Codec

Codec. Topics on: . Read more: Computer Science, Data Structure, Multimedia Formats, Video Format, Ffmpeg, Codec|FullStack Wiki by Roger J

Collision Resolution

Collision Resolution is defined as: (process) to handle Hash Collision in Hash Table. Topics on: Open Address, Separate Chaining. Read more: Computer Science, D

Communication Endpoint

Communication Endpoint is defined as: Interface exposed communication network. Topics on: . Read more: Computer Science, Data Structure, Database, Computer Clus

Compression

Compression is defined as: (process) to reduce file size, often inside Archive or container. Topics on: Archive, brotli, zlib, iltorb. Read more: Computer Scien

Computer Cluster

Computer Cluster is defined as: group of Computer nodes LAN connect to compute load as single system. Topics on: Network Node, Raft Cluster. Read more: Computer

CSV

CSV is defined as: Comma Separated Values. Topics on: . Read more: Computer Science, Data Structure, Serialize, CSV|FullStack Wiki by Roger J

Cyclial Edge

Cyclial Edge is defined as: Edge point back to same Node. Topics on: . Read more: Computer Science, Data Structure, Graph, Edge, Cyclial Edge, Node|web-Dev Wiki

Data Structure

Data Structure is defined as: how data is organize, manage & store. Topics on: JSON, Hash Table, Database, Chart, Multimedia Formats, Compression, Graph, Serial

Database

Database is defined as: Organized collection of data, to access/store digitally. Topics on: Relational DB, SQL, prisma, NoSQL, NewSQL, Computer Cluster, Cloud S

Decode

Decode is defined as: to Compression AV into raw (original) format. Topics on: . Read more: Computer Science, Data Structure, Multimedia Formats, Video Format,

Demux

Demux is defined as: to split signal stream (AV/subs) into multiple separate outputs. Topics on: . Read more: Computer Science, Data Structure, Multimedia Forma

DTS

DTS. Topics on: . Read more: Computer Science, Data Structure, Multimedia Formats, Audio Format|FullStack Wiki by Roger J

DTS Audio

DTS Audio. Topics on: ❌ DTS:X, ❌ DTS Digital Surround, ❌ DTS-HD, ❌ DTS-HD MA (Master Audio). Read more: Computer Science, Data Structure, Multimedia Formats, Au

Edge

Edge is defined as: connection between Node. Topics on: Undirected Edge, Directed Edge, Weighted Edge, Cyclial Edge. Read more: Computer Science, Data Structure

Encode

Encode is defined as: to Compression raw AV into smaller file via Codec. Topics on: . Read more: Computer Science, Data Structure, Multimedia Formats, Video For

Encryption

Encryption is defined as: (process) to convert data to unrecognizable form to protect/restrict access to sensitive data. Often combines Compression. Topics on:

Favicon

Favicon is defined as: Favorite Icon. Tiny 16x16 px GIF/PNG/ICO. Topics on: . Read more: Computer Science, Data Structure, Multimedia Formats, Image Format, ICO

ffmpeg

ffmpeg is defined as: A/V CLI Dev tool to Encode/Decode/Transcode, Mux/Demux, stream, filter & play. Topics on: Mux, Demux, Transcode, Decode, Encode, Codec, ff

FLAC

FLAC is defined as: Free Lossless Audio Codec for bit-perfect audio copy with lossless compression. FOSS DRM-less. metadata. Topics on: FLAC is FOSS alt to ALAC

Foreign Key

Foreign Key is defined as: key map to related Join Table. Topics on: . Read more: Computer Science, Data Structure, Database, Relational DB, Foreign Key, Join T

GIF

GIF is defined as: popular Image format for simple animated & still images. Topics on: limited to 8 bits per pixel &, limited to 256 colors & 24-bit RGB. Read m

Graph

Graph is defined as: Non-linear data structure of Node & Edge. Topics on: Edge, Node, Weighted Graph, Traverse, Adjacency Matrix, Adjacency List, numpy. Read mo

Hash Code

Hash Code is defined as: index map to value in Hash Table. Topics on: . Read more: Computer Science, Data Structure, Hash Table, Hash Code |FullStack Wiki by RJ

Hash Collision

Hash Collision is defined as: when 2+ values share same Hash Code. Topics on: Collision Resolution. Read more: Computer Science, Data Structure, Hash Table, Has

Hash Function

Hash Function is defined as: function to compute index to search value. Topics on: Hash Collision, SHA1, MD5, CRC-32. Read more: Computer Science, Data Structur

Hash Table

Hash Table is defined as: Data Structure to map key to Hash Code (usually UID?). Topics on: Hash Function, Hash Code, Associative Array. Read more: Computer Sci

HDMI

HDMI. Topics on: HDMI-CEC. Read more: Computer Science, Data Structure, Multimedia Formats, HDMI|FullStack Wiki by Roger J

HDMI-CEC

HDMI-CEC is defined as: HDMI Consumer Electronics Control extends remote to control HDMI-linked devices. Cool gimmick - bad support across brands - confusing AF

ICO

ICO is defined as: Windows OS desktop icon, for Browser as favicon.ico. Topics on: supports up to 256x256 pixel, Favicon. Read more: Computer Science, Data Stru

iltorb

iltorb. Topics on: . Read more: Computer Science, Data Structure, Compression, Iltorb|FullStack Wiki by Roger J

Image Format

Image Format. Topics on: APNG, AVIF, Bitmap, GIF, ICO, JPEG XL, JPEG, PNG, SVG, TIFF, WebP. Read more: Computer Science, Data Structure, Multimedia Formats, Ima

Join Table

Join Table is defined as: table related to Primary Key in Relational DB. Topics on: . Read more: Computer Science, Data Structure, Database, Relational DB, Join

JPEG

JPEG is defined as: Popular Lossy still Image File Format. Topics on: . Read more: Computer Science, Data Structure, Multimedia Formats, Image Format, JPEG|Wiki

JPEG XL

JPEG XL is defined as: proposed next-gen lossless still image format extends JPEG backwards compat. Topics on: JPEG XL launch delay by Chrome blacklist to favor

JSON

JSON is defined as: (standard) Serialize data into lightweight XLang format as string object notation. Topics on: JSON Superset, JSON is Data Structure of name/

JSON Superset

JSON Superset. Topics on: JSend, Odata JSON Protocol, JSONC, JSONL, BSON. Read more: Computer Science, Data Structure, JSON, JSON Superset |FullStack Wiki by RJ

JSONL

JSONL is defined as: newline-delimited JSON to store data struct for easier record-by-record processing. Topics on: JSONL delimit by '\n' | '\r\n' - to repla

LGOLED55C2

LGOLED55C2. Topics on: Dolby Audio, ✅ Dolby Atmos, ✅ Dolby Digital (AC-3), ✅ Dolby Digital Plus (E-AC-3), ✅Dolby AC-4, ❌Dolby TrueHD, DTS Audio. Read more: Comp

Lossy Audio Compression

Lossy Audio Compression. Topics on: . Read more: Computer Science, Data Structure, Multimedia Formats, Audio Format|FullStack Wiki by Roger J

MKV

MKV. Topics on: . Read more: Computer Science, Data Structure, Multimedia Formats, Video Format|FullStack Wiki by Roger J

MP4

MP4. Topics on: . Read more: Computer Science, Data Structure, Multimedia Formats, Video Format|FullStack Wiki by Roger J

Multimedia Formats

Multimedia Formats. Topics on: Image Format, Video Format, Audio Format, HDMI. Read more: Computer Science, Data Structure, Multimedia Formats | Full-Stack Wiki

Mux

Mux is defined as: to combine multiple signal streams (AV/Subs) into single output. Topics on: . Read more: Computer Science, Data Structure, Multimedia Format

Network Node

Network Node is defined as: Physical Device in Network to act as Connection point for Redistribution or Communication. Topics on: Redistribution Point, Communic

Node

Node is defined as: each data point on Graph. Topics on: . Read more: Computer Science, Data Structure, Graph, Node|FullStack Wiki by Roger J

NoSQL

NoSQL is defined as: Non-relational non-SQL database of field-value pair data structure. Topics on: . Read more: Computer Science, Data Structure, Database, No

ORM

ORM is defined as: (Design Pattern) data layer to abstract Backend Source Code from Database. Topics on: ORM use objects to virtually map to tables in db, ORM u

Page Table

Page Table is defined as: Data Structure to store/map Virtual Address to Physical Address. Topics on: Virtual Address, Physical Address. Read more: Computer Sci

PGP

PGP is defined as: Popular Software to Encryption & Signing data via public key fingerprint. Topics on: OpenPGP. Read more: Computer Science, Data Structure, En

Plaintext

Plaintext is defined as: raw Encryption text data. Topics on: . Read more: Computer Science, Data Structure, Encryption|FullStack Wiki by Roger J

PNG

PNG is defined as: Still image format with Lossless Compression. Portable. Royalty-free ISO standard.. Topics on: . Read more: Computer Science, Data Structure,

Primary Key

Primary Key is defined as: UID map to each data row in a Relational DB. Topics on: . Read more: Computer Science, Data Structure, Database, Relational DB, Prima

prisma

prisma is defined as: ORM with Node.js + TS to data model, with UI to view/mod db. Topics on: prisma studio. Read more: Computer Science, Data Structure, Datab

RDBMS

RDBMS is defined as: Relational Database Management System. Topics on: . Read more: Computer Science, Data Structure, Database, SQL, RDBMS |FullStack Wiki by RJ

RDSMS

RDSMS is defined as: Relational Data Stream Management System. Topics on: . Read more: Computer Science, Data Structure, Database, SQL, RDSMS | Full-Stack Wiki

Relational DB

Relational DB is defined as: Database with Serialize data with each row map to UID Primary Key, with Join Table related by Foreign Key. Topics on: Primary Key,

Serialize

Serialize is defined as: to arrange data into a series. Topics on: CSV, JSON. Read more: Computer Science, Data Structure, Serialize|FullStack Wiki by Roger J

SHA1

SHA1 is defined as: cryptography algo to compute 160-bit Hash Code, with some risk for Hash Collision. Topics on: . Read more: Computer Science, Data Structure,

Signing

Signing is defined as: (process) to verify identify of device/person/file via digital certificate. Topics on: . Read more: Computer Science, Data Structure, Enc

Speaker Channel Format

Speaker Channel Format. Topics on: X.Y.Z. Read more: Computer Science, Data Structure, Multimedia Formats, Audio Format, Speaker Channel Format | FullStack Wiki

SQL

SQL is defined as: DSL to manage structured data in Relational DB. Topics on: RDBMS, RDSMS, ORM. Read more: Computer Science, Data Structure, Database, SQL, DSL

Static Hosting Provider

Static Hosting Provider. Topics on: Netlify, Vercel. Read more: Computer Science, Data Structure, Database, Cloud Storage, CDN|FullStack Wiki by Roger J

SVG

SVG is defined as: (standard) 2D image express by XML text as Scalar Vector. Topics on: <svg>, strip out aria-label fix Web Vitals complaint that [aria-*] attri

TIFF

TIFF is defined as: Raster Image Format for static image with poor/no compression. Topics on: TIFF files HUGE vs others - avoid!. Read more: Computer Science, D

Transcode

Transcode is defined as: to convert AV to other format. Topics on: . Read more: Computer Science, Data Structure, Multimedia Formats, Video Format, Ffmpeg, Tran

Traverse

Traverse is defined as: (process) to move across Graph & select Node. Topics on: . Read more: Computer Science, Data Structure, Graph, Traverse, Node | Dev Wiki

UNPKG

UNPKG is defined as: CDN for npm Package, use to bypass CORS. Topics on: UNPKG open source project - GitHub - mjackson/unpkg: The CDN for everything on npm, Loa

Video Format

Video Format. Topics on: MKV, MP4, ffmpeg. Read more: Computer Science, Data Structure, Multimedia Formats, Video Format|FullStack Wiki by Roger J

Waterfall Chart

Waterfall Chart is defined as: Bar Chart to visualize cumulative load sequence Sync of each component. Topics on: . Read more: Computer Science, Data Structure,

WAV

WAV is defined as: MS Waveform Audio Format. Huge Uncompressed. No metadata embed support.. Topics on: . Read more: Computer Science, Data Structure, Multimedia

WebP

WebP is defined as: Lossy Image Format for still & animated images. Topics on: less supported but superior compression -26% vs PNG (esp for lossy). Read more: C

Weighted Edge

Weighted Edge is defined as: Edge with extra (numeric) data about Node connection. Topics on: . Read more: Computer Science, Data Structure, Graph, Edge, Weight

WMA

WMA is defined as: MS Lossy Audio Format - lossless variant exists?! Bad ecosystem support. Topics on: . Read more: Computer Science, Data Structure, Multimedia

X.Y.Z

X.Y.Z. Topics on: X, Y, Z. Read more: Computer Science, Data Structure, Multimedia Formats, Audio Format, Speaker Channel Format|FullStack Wiki by Roger J

xmlns

xmlns is defined as: a. Topics on: xmlns='http://www.w3.org/2000/svg', xmlns:xlink='http://www.w3.org/1999/xlink', version='1.1'. Read more: Computer Science, D

zlib

zlib. Topics on: . Read more: Computer Science, Data Structure, Compression, Zlib|FullStack Wiki by Roger J