1. Подключаемся к серверу:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div style="position:absolute;top:-999px;left:-999px"> | |
| <svg | |
| id="effectSvg" | |
| width="200" | |
| height="200" | |
| viewBox="0 0 200 200" | |
| xmlns="http://www.w3.org/2000/svg"> | |
| <filter id="displacementFilter4"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import dotenv from "dotenv"; | |
| import { Telegraf } from "telegraf"; | |
| import { message } from "telegraf/filters"; | |
| import process from "node:process"; | |
| import { ollama } from "ollama-ai-provider"; | |
| import { generateText, type CoreMessage, type StreamTextResult } from "ai"; | |
| dotenv.config(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Hono } from 'hono' | |
| import { Suspense } from 'hono/jsx' | |
| import { jsxRenderer } from 'hono/jsx-renderer' | |
| const app = new Hono() | |
| app.get( | |
| '*', | |
| jsxRenderer( | |
| ({ children }) => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import fs from 'node:fs/promises' | |
| export function sql(url) { | |
| return { | |
| name: 'vite-plugin-sql', | |
| // expose an import called 'sql:runtime' | |
| resolveId(id) { | |
| if (id.startsWith('sql:runtime')) { | |
| return id |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Creston rave mode | |
| # instructions | |
| 1. Create a SIMPL Windows Program: | |
| • Start by creating a new SIMPL Windows program file. | |
| 2. Add a Touch Panel or Button Interface: | |
| • Add a touch panel or a control interface to your program. This is where you will place your “Rave Mode” button. | |
| 3. Add the SIMPL+ Module: | |
| • Import the SIMPL+ module you created into your SIMPL Windows program. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Clone llama.cpp | |
| git clone https://github.com/ggerganov/llama.cpp.git | |
| cd llama.cpp | |
| # Build it | |
| make clean | |
| LLAMA_METAL=1 make | |
| # Download model | |
| export MODEL=llama-2-13b-chat.ggmlv3.q4_0.bin |
Outline VPN - это бесплатный инструмент с открытым исходным кодом, позволяющий развернуть собственную VPN на Вашем собственном сервере или на машине облачного провайдера. Подробную информацию Вы можете узнать здесь и здесь.
В своем составе имеет как графические инструменты, так и средства работы через командную строку. Позволяет использовать VPN как на настольных компьютерах, так и на мобильных устройствах.
Вам нужен сервер. Да, его нужно арендовать, учитывая его местоположение. Например, если Вам нужно получать доступ к ресурсам, которые недоступны в текущем местоположении, но доступны, например, в Канаде, то смело арендуйте виртуальную машину в AWS, Digital Ocean или любом другом месте.
NewerOlder