continue
There are 41 repositories under continue topic.
pathintegral-institute/mcpm.sh
CLI MCP package manager & registry for all platforms and all clients. Search & configure MCP servers. Advanced Router & Profile features.
xNul/code-llama-for-vscode
Use Code Llama with Visual Studio Code and the Continue extension. A local LLM alternative to GitHub Copilot.
stacklok/toolhive-studio
ToolHive is an application that allows you to install, manage and run MCP servers and connect them to AI agents
continuedev/rules
📕 A CLI for managing rules across any AI IDE
IOriens/codellama-chat
Codellama Instruct OpenAi style api.
xNul/codestral-mamba-for-vscode
Use Codestral Mamba with Visual Studio Code and the Continue extension. A local LLM alternative to GitHub Copilot.
IBM/opensource-ai-workshop
Open Source AI with Granite and Granite Code
NoeSamaille/continue-watsonx
CustomLLM config to leverage watsonx LLMs with continue.dev.
anseki/gulp-confirm
Abort or continue the flow of tasks according to an answer (with or without Enter key) to the specified question. The flow of tasks is paused, until the user responds and the next behavior is found by specified options.
erikerlandson/breakable
A lightweight library for 'break' and 'continue' in Scala for-comprehensions
Yurzs/ollama-x
Ollama Proxy Server with extensions
anseki/grunt-confirm
Abort or continue the flow of tasks according to an answer (with or without Enter key) to the specified question. The flow of tasks is paused, until the user responds and the next behavior is found by specified options.
LeadMagic/leadmagic-mcp
🚀 Production-ready Model Context Protocol server for LeadMagic API - Complete B2B data enrichment suite with 19 powerful tools. Zero-config setup for Claude, Cursor, Windsurf, Continue.dev, and all MCP clients.
zswDev/lib_co
a c++ continue library
BenevolenceMessiah/flstudio_setup
FL Studio on Linux — Customizable One-Command/Installer/Updater & AI-Ready Tool‑chain
eagurin/synapse
🧠 Synapse - Supercharge your AI coding assistants with memory, context, MCP tools, and intelligent routing. Works with Cline, Roo, Cursor, and any OpenAI-compatible tool. Just change the API endpoint and get superpowers! ✨
guna7222/CompletePythonDeveloper
CompletePythonDeveloper
OsoianMarcel/promise-all-always
Execute all the promises whether they resolve or reject
NavarroAlexKU/Python-Vowel-Eater
create a program to skip all the vowels and print the remaining string
to-aoki/tiny_chat
This is an LLM application with chat functionality, featuring chat using RAG, a database, and MCP server capabilities. The UI is designed for Japanese users.
alex-testlab/mywebpy
forked from webpy / webpy. Add support continue process post in one function
pritaaa/Python-part-2
List Of Contents : Break, Continue, While Loops, List Comprehension, Functions
sharmaishan2511/Some-basics-of-c
A repository containing the basic algorithms in c language.
yordanaxpetrova/Programming_Basics_SoftUni
My solutions to homework assignments from the course Programming Basics with C# - March 2024, Software Engineering at Software University Ltd.
zeynepoztunc/CS315_Programming_Languages_Homeworks
Contains my homeworks for the Bilkent University CS15 Programming Languages course.
abyss-s/continue-mentoring
[2024 오픈소스 컨트리뷰션 아카데미] Git 활용 및 Continue
amaraelekwa/FizzBuzz-Project
FizzBuzz is a well known programming assignment. The given code solves the FizzBuzz problem.
hamimbsf/EVERYTHING_ABOUT_LOOP
Master JavaScript loops with real-world problems and beginner-friendly code — in Bangla!
hijimasa/Coding-support-tool-using-local-llm-with-proxy
プロキシ環境下でローカルLLMを用いたコーディング支援ツールを立ち上げるためのリポジトリ
marelycarcamo/break-continue
Ejemplo para describir la diferencia entre el uso de la instrucción break y continue
RakeshAhire/mock-server
Json Server Link which is already deployed (topics are end points)
Razib2019/js-loop-tasks
Module 18: Fundamental Concepts Of Loops
VaibhavMojidra/Java---Demo-Continue-Keyword
The continue statement is used in loop control structure when you need to jump to the next iteration of the loop immediately. It can be used with for loop or while loop.
VaibhavMojidra/Kotlin---Demo-Continue-Keyword
The Kotlin continue statement breaks the loop iteration in between (skips the part next to the continue statement till end of the loop) and continues with the next iteration in the loop.