Tagged articles
24 articles
Page 1 of 1
21CTO
21CTO
Apr 23, 2026 · Fundamentals

Git 2.54 Introduces Experimental ‘git history’ Command

Git 2.54 adds the experimental git history command with reword and split sub‑commands, a new hook‑definition method outside the traditional Git/hook directory, default geometry repack, and several minor improvements, offering developers a simpler way to rewrite repository history.

GitVersion Controlgit 2.54
0 likes · 3 min read
Git 2.54 Introduces Experimental ‘git history’ Command
Machine Heart
Machine Heart
Apr 21, 2026 · Artificial Intelligence

Unveiling Large-Model Steering: From Core Mechanisms to Systematic Evaluation

This article surveys recent ACL 2026 papers that explain why steering works, propose the SPLIT method to extend controllable ranges, and introduce the SteerEval framework for multi‑domain, multi‑granularity evaluation of large‑model behavior control, highlighting practical tools like EasyEdit2.

AI SafetyActivation ManifoldModel Control
0 likes · 13 min read
Unveiling Large-Model Steering: From Core Mechanisms to Systematic Evaluation
Lisa Notes
Lisa Notes
Mar 24, 2026 · Fundamentals

Python String Manipulation: strip, split, and join with Examples

This tutorial demonstrates how to use Python's strip, lstrip, rstrip, split, and join functions to remove characters, divide strings, and concatenate elements, providing code snippets and the corresponding output for each operation.

JOINPythonString Manipulation
0 likes · 3 min read
Python String Manipulation: strip, split, and join with Examples
Laravel Tech Community
Laravel Tech Community
Aug 14, 2021 · Fundamentals

File Splitting with split and Merging with cat on Linux

This guide explains how to use the Linux split command to divide large files into smaller parts and the cat command to concatenate those parts back together, including syntax, practical examples, and help options for efficient file transfer and management.

CATLinuxShell
0 likes · 7 min read
File Splitting with split and Merging with cat on Linux
Programmer DD
Programmer DD
Jul 13, 2021 · Fundamentals

Master Linux File Splitting and Merging with split and cat

This guide explains why large files often need to be split on Linux for network transfer, demonstrates how to use the split command with various options and examples, and shows how to recombine the pieces efficiently using the cat command.

CATLinuxcommand-line
0 likes · 7 min read
Master Linux File Splitting and Merging with split and cat
Liangxu Linux
Liangxu Linux
Jun 27, 2021 · Operations

Master Linux File Splitting and Merging with split and cat Commands

Learn how to efficiently split large files into smaller chunks and recombine them on Linux using the split and cat commands, with detailed syntax options, practical examples, and tips for handling line counts, byte sizes, numeric suffixes, and progress monitoring.

CATfile managementsplit
0 likes · 7 min read
Master Linux File Splitting and Merging with split and cat Commands
Liangxu Linux
Liangxu Linux
Jun 14, 2021 · Operations

How to Split and Merge Large Files on Linux Using split and cat

This guide explains why large files often need to be divided for network transfer on Linux, and provides step‑by‑step commands and options for using the split utility to cut files into smaller pieces and the cat command to recombine them efficiently.

CATFile SplittingLinux
0 likes · 6 min read
How to Split and Merge Large Files on Linux Using split and cat
FunTester
FunTester
Feb 10, 2021 · Fundamentals

How to Find the Longest Consecutive 1s in a Binary String Using Java

This article explains several Java techniques—including a simple loop, String.split, and regular‑expression approaches—to compute the maximum number of consecutive '1' characters in a binary string, and even extends the method to handle mixed‑character inputs.

Code ExampleJavaString processing
0 likes · 6 min read
How to Find the Longest Consecutive 1s in a Binary String Using Java
Python Programming Learning Circle
Python Programming Learning Circle
Dec 10, 2020 · Fundamentals

Using Python's with Statement for File Handling and Understanding Shell and split() Method

This article explains how to use Python's with statement to read files into a list for access outside the block, demonstrates printing file lines and extracting shells, describes the purpose of rstrip(), outlines interactive versus non‑interactive shells, and introduces Python's split() method for string slicing.

file-handlingfundamentalssplit
0 likes · 4 min read
Using Python's with Statement for File Handling and Understanding Shell and split() Method
Liangxu Linux
Liangxu Linux
Oct 17, 2018 · Operations

Automatically Split and Rotate Large Linux Log Files

This guide shows how to automatically split growing Linux log files into 60 MB chunks with date‑based naming, using the `date` and `split` commands in a Bash script, and then safely truncate the original log to free disk space.

Log Managementsplit
0 likes · 5 min read
Automatically Split and Rotate Large Linux Log Files