Tag

continue

0 views collected around this technical thread.

JD Tech Talk
JD Tech Talk
Mar 4, 2025 · Artificial Intelligence

Building a Local Personal Knowledge Base with Ollama, DeepSeek‑R1, AnythingLLM and Integrating Continue into VSCode

This guide walks through setting up a local personal knowledge base using Ollama, DeepSeek‑R1, and AnythingLLM, and demonstrates how to integrate the Continue AI code assistant into VSCode, covering installation, configuration, and usage tips for efficient, secure development.

AI integrationAnythingLLMDeepSeek
0 likes · 10 min read
Building a Local Personal Knowledge Base with Ollama, DeepSeek‑R1, AnythingLLM and Integrating Continue into VSCode
Java Tech Enthusiast
Java Tech Enthusiast
Feb 12, 2025 · Artificial Intelligence

Integrating DeepSeek into IntelliJ IDEA via Continue and CodeGPT Plugins

To use DeepSeek in IntelliJ IDEA, install either the Continue or CodeGPT plugin via the Plugins marketplace, add the DeepSeek model and your API key in the plugin settings, then generate code, tests, or explanations directly in the IDE, noting the public API may occasionally fail.

AI pluginsCodeGPTDeepSeek
0 likes · 4 min read
Integrating DeepSeek into IntelliJ IDEA via Continue and CodeGPT Plugins
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Dec 28, 2023 · Fundamentals

Using Labeled break to Exit Multiple Loops in Java

This article explains how Java's break and continue statements work, demonstrates why a simple break cannot exit nested loops, and shows how to use labeled break (and similarly labeled continue) to terminate all loops at once with clear code examples.

Javabreakcontinue
0 likes · 4 min read
Using Labeled break to Exit Multiple Loops in Java
Python Programming Learning Circle
Python Programming Learning Circle
Mar 27, 2021 · Fundamentals

Understanding Python while Loops: Syntax, Variants, and Control Statements

This article explains Python's while loop syntax, including basic usage, the rarely used while‑else construct, infinite loops, and how break and continue statements affect loop execution, supplemented with clear code examples and a concise summary of loop behavior.

breakcontinuecontrol flow
0 likes · 5 min read
Understanding Python while Loops: Syntax, Variants, and Control Statements