sed [options] sed-command [input-file]
Option | Description | Example |
---|
{ | |
"mcpServers": { | |
"knowledgebase_db": { | |
"type": "stdio", | |
"command": "uv", | |
"args": [ | |
"run", | |
"python", | |
"./.cursor/postgres.py", | |
"--db", |
import sys | |
from typing import List, Optional, Tuple | |
import faiss | |
import numpy as np | |
import torch | |
from transformers import ( | |
AutoModelForCausalLM, | |
AutoTokenizer, | |
DPRContextEncoder, |
#!/usr/bin/env bash | |
# Copyright (C) 2025 Serghei Iakovlev <gnu@serghei.pl> | |
# | |
# This file is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU General Public License | |
# as published by the Free Software Foundation; either version 3 | |
# of the License, or (at your option) any later version. | |
# | |
# This file is distributed in the hope that it will be useful, |
cmake_minimum_required(VERSION 3.5) | |
project(extname | |
VERSION 1.0.0 | |
LANGUAGES C) | |
message(STATUS "Begin cmaking of PHP extension ...") | |
if (NOT CMAKE_BUILD_TYPE) | |
set(CMAKE_BUILD_TYPE Debug CACHE STRING |
This script fetches all repositories within a specified GitHub organization and identifies those without a CODEOWNERS
file in repository root. It excludes archived/disabled repositories and forks.
diff --git a/init.el b/init.el | |
index c431854..014d90c 100644 | |
--- a/init.el | |
+++ b/init.el | |
@@ -284,7 +284,6 @@ Set DEBUG=1 in the command line or use --debug-init to enable this.") | |
;;;; Project management | |
(use-package project | |
- :defer t | |
:commands (project-find-file |