Tagged articles
13 articles
Page 1 of 1
php Courses
php Courses
Aug 27, 2025 · Fundamentals

Mastering C++ STL: Vectors, Maps, and Sort with Real-World Examples

This tutorial explains the core components of the C++ Standard Template Library—vector, map, and sort—showing their basic usage, generic capabilities, and how they can be combined in practical code examples such as product sorting and a word‑frequency counter.

MAPSTLVector
0 likes · 12 min read
Mastering C++ STL: Vectors, Maps, and Sort with Real-World Examples
MaGe Linux Operations
MaGe Linux Operations
Jan 8, 2025 · Operations

Master Linux ‘sort’: Essential Options and Real-World Examples

This guide explains the Linux sort command, covering its most useful options—such as numeric, human‑readable, case‑insensitive, field‑based, and reverse sorting—and demonstrates practical examples for default sorting, column sorting, deduplication, and writing results to files.

Linuxcommand-linesort
0 likes · 7 min read
Master Linux ‘sort’: Essential Options and Real-World Examples
MaGe Linux Operations
MaGe Linux Operations
Jan 1, 2025 · Operations

Master Linux Text Processing: grep, cut, sort, uniq, diff, and More

This guide provides a comprehensive overview of essential Linux text‑processing commands—including grep, cut, sort, uniq, tee, diff, paste, and tr—detailing their key options, usage examples, and practical tips for efficiently searching, extracting, sorting, comparing, merging, and transforming file contents.

GrepLinuxShell
0 likes · 24 min read
Master Linux Text Processing: grep, cut, sort, uniq, diff, and More
php Courses
php Courses
Apr 10, 2024 · Backend Development

Using PHP sort() Function to Sort Arrays in Ascending Order

This article explains how to use PHP's built-in sort() function to sort arrays in ascending order, covering syntax, parameters, return values, and practical examples for both string and numeric arrays, including code snippets and output demonstrations.

ArrayPHPalgorithm
0 likes · 3 min read
Using PHP sort() Function to Sort Arrays in Ascending Order
php Courses
php Courses
Aug 8, 2023 · Backend Development

Understanding PHP sort() Function: Usage, Parameters, and Examples

This article explains how PHP's sort() function works for array sorting, demonstrates basic usage, descending order with rsort(), various sorting flags, and related functions like asort() and arsort(), providing code examples and important considerations for developers.

array-sortingphp-functionssort
0 likes · 5 min read
Understanding PHP sort() Function: Usage, Parameters, and Examples
Liangxu Linux
Liangxu Linux
Jun 24, 2023 · Operations

10 Essential Linux Commands for Quickly Viewing Text Files

This guide introduces ten commonly used Linux command‑line tools—cat, less, head, tail, wc, grep, find, locate, sort, and uniq—explaining their purpose, basic syntax, and practical examples for efficiently inspecting and processing text files.

CATGrepcommand-line
0 likes · 6 min read
10 Essential Linux Commands for Quickly Viewing Text Files
Liangxu Linux
Liangxu Linux
Jan 22, 2021 · Fundamentals

Master Linux Text Viewing: Essential Commands and Practical Tips

This guide introduces the most useful Linux text‑viewing commands—including cat, tac, more, less, head, tail, sort, sed, uniq, and vi—explaining their basic syntax, common options, and practical examples for efficient file inspection and manipulation.

CATLinuxcommand-line
0 likes · 9 min read
Master Linux Text Viewing: Essential Commands and Practical Tips
Aikesheng Open Source Community
Aikesheng Open Source Community
Jun 27, 2019 · Databases

Understanding MongoDB Sort Memory Limits and Index Optimization

This article analyzes MongoDB sort operation memory limits, explains why queries may exceed the 32 MB in‑memory sort threshold, demonstrates how to inspect and adjust server parameters, create appropriate compound indexes, and use allowDiskUse in aggregation pipelines to avoid sort‑related errors.

MemoryLimitMongoDBaggregation
0 likes · 14 min read
Understanding MongoDB Sort Memory Limits and Index Optimization