Skip to content

Instantly share code, notes, and snippets.

DBMS VJTI Paper - I

MID SEMESTER EXAMINATION

Course Name: Database Management Systems Time Allowed: 1.5 Hours | Max Marks: 40 Instructions:

  1. All questions are compulsory.
  2. Figures to the right indicate full marks.
  3. Assume suitable valid data wherever required.
@sovzzz
sovzzz / proxifier-keygen.html
Created March 7, 2026 21:49
proxifier keygen web tool
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proxifier Key 生成器 (Web版)</title>
<style>
:root {
--primary-color: #007bff;
@hand-dot
hand-dot / neta-trend-daily-SKILL.md
Created January 29, 2026 04:59
claude-code-skills
name description
neta-trend-daily
トレンドネタ収集

トレンドネタ収集

はてなブックマークIT人気エントリーとHacker Newsの人気記事を収集し、ideas/daily/YYYYMMDD-trend.md に保存する。

実行手順

@Drumsmasher17
Drumsmasher17 / PhysicsFollow.cs
Last active March 10, 2026 10:12
A copy of Valve's physics following logic as seen in 'The Lab'
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PhysicsFollow : MonoBehaviour
{
public Transform follow;
public Rigidbody rb;
void FixedUpdate()

DBMS VJTI Paper - II

VEERMATA JIJABAI TECHNOLOGICAL INSTITUTE

Mid Semester Examination (MSE) – March 2026 Course Name: Database Management Systems | Semester: Sem-IV Time Allowed: 1.5 Hours | Max Marks: 40 Instructions:

  1. All questions are compulsory.
  2. Figures to the right indicate full marks.
  3. Assume suitable valid data wherever required.
@1va7
1va7 / OpenClaw-COO配置升级指南.md
Created February 6, 2026 17:39
OpenClaw COO 配置升级指南 - 把这段文字发给你的 OpenClaw,它会自动完成升级

OpenClaw COO 配置升级指南

把这段文字发给你的 OpenClaw,它会自动完成升级。


升级指令

请帮我升级 AGENTS.md 配置,增强以下 3 个核心能力:

WSL2 Proxy Guide For Non-mirrored Network

NOTE: This guide is only for non-mirrored network. For mirrored network, see Microsoft Guide

With the default WSL2 distro setting, WSL2 will have a net interface within private network (, and you can check it with ifconfig). And the Windows Host also has a virtual net interface called vEthernet (WSL), which allows WSL2 to comunicate with it and other networks (, see the routetrack with tracepath or traceroute).

/* .obsidian/snippets/snippet.css */
/* Base settings for all page width */
.wide-100 .cm-contentContainer, .wide-100 .cm-content, .wide-100 .cm-line,
.wide .cm-contentContainer, .wide .cm-content, .wide .cm-line,
.wide-95 .cm-contentContainer, .wide-95 .cm-content, .wide-95 .cm-line,
.wide-90 .cm-contentContainer, .wide-90 .cm-content, .wide-90 .cm-line,
.wide-85 .cm-contentContainer, .wide-85 .cm-content, .wide-85 .cm-line,
.wide-80 .cm-contentContainer, .wide-80 .cm-content, .wide-80 .cm-line,
@tedim52
tedim52 / headless-export.ts
Last active March 10, 2026 10:01
Headless Wallet Export
/**
* Headless Wallet Export Script
*
* This script exports a Privy embedded wallet's private key using HPKE encryption.
*
* Required dependencies:
* npm install @hpke/core @hpke/chacha20poly1305 @noble/curves @noble/hashes @scure/base axios canonicalize
*
* Usage:
* const privateKey = await exportWalletHeadlessly({
@burkeholland
burkeholland / ainstall.md
Last active March 10, 2026 09:58
Ultralight Orchestration

Ultralight Orchestration

A minimal multi-agent system with an orchestrator, a planner, a coder, and a designer working together providing orchestration between Claude, Codex and Gemini.

Instructions

Install all agents listed below into VS Code Insiders...

Title Type Description