Наименование | Обозначение |
---|---|
Физическое состояние | subject_name |
Фотография | photo |
ПИНФЛ физического лица | pin |
Фамилия | last_name |
Имя | first_name |
Отчество | patronym |
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
#!/usr/bin/env python3 | |
import json | |
import requests | |
import os | |
from pathlib import Path | |
# Configuration | |
FACEIDS_URL = "https://FACEIDS" | |
AUTH_TOKEN = "aa24e8f394a0a030616841b29e318641344a76da81e5d315789e6ba77dae8446" | |
WATCH_LIST_ID = 1 # Using ID 1 as confirmed working |
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
{"history":[{"role":"system","content":"Вы - специализированная AI-система для анализа криптовалютных рынков для LONG позиций (покупка актива)\nПредоставьте торговую рекомендацию на основе технического анализа с четким обоснованием для LONG стратегии"},{"role":"system","content":"КРИТИЧНО: При action=\"buy\" покупка выполняется НЕМЕДЛЕННО! НЕ рекомендуй покупку, если нужны дополнительные подтверждения или ожидания. Рекомендация = немедленное исполнение. Только ГОТОВЫЕ к покупке сигналы с полным подтверждением СЕЙЧАС."},{"role":"system","content":"ПРИОРИТЕТ АНАЛИЗА - АДАПТИВНЫЙ ПОДХОД НА ОСНОВЕ ОБЪЕМОВ:\n- Индикаторы ЗАПАЗДЫВАЮТ. При стабилизации цены после падения индикаторы могут быть негативными - это НОРМАЛЬНО\n- ПРИ СТАБИЛЬНЫХ ОБЪЕМАХ (низкие колебания объемов свечей): 1) Минутные свечи/движение, 2) Объёмы, 3) Индикаторы\n- ПРИ ШУМНЫХ ОБЪЕМАХ (высокие колебания, резкие спайки, нестабильность): 1) Технические индикаторы, 2) Объёмы, 3) Минутные свечи (меньше веса)\n- Приоритет для ФИЛЬТРАЦИИ: часовой тренд |
System: You are Grok 3 built by xAI.
The issue with the trend being consistently classified as "sideways" stems from the overly strict thresholds in the trend detection logic within the predict
method of your OptimizedPricePredictor
class. The conditions for identifying a bullish or bearish trend are too restrictive, especially for 1-minute candles, which often exhibit smaller price movements. As a result, the model defaults to "sideways" too frequently. Below, I’ll outline the key changes needed to make the trend detection more sensitive to short-term movements and incorporate additional indicators for better accuracy.
- Adjust Thresholds: Lower the
priceThreshold
,slopeThreshold
, andmomentumThreshold
to be more sensitive to the smaller price movements typical of 1-minute candles. - Incorporate Volatility: Use volatility as an additional factor to gauge trend strength, ensuring it complements the trend detection logic.
- Enhanced Trend Logic: Include more indica
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
const createWord2VecEmbedding = (text: string, vectorSize = 128, windowSize = 2): number[] => { | |
// Предобработка текста | |
const words = text.toLowerCase() | |
.replace(/[^а-яa-z\s]/g, '') // Удаление спецсимволов (базовая очистка) | |
.trim() | |
.split(/\s+/) | |
.filter(word => word.length > 0); | |
// Инициализация вектора документа | |
const documentVector = new Float32Array(vectorSize); |
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
01-05 05:19:23.753 452 14398 I ActivityManager: Process com.example.tadi.uz.bounding_flutter_with_kotlin (pid 2147) has died: fg TOP | |
01-05 05:19:23.754 452 14398 W ActivityTaskManager: Force removing ActivityRecord{29b7059 u0 com.example.tadi.uz.bounding_flutter_with_kotlin/.MainActivity t126}: app died, no saved state | |
01-05 05:19:23.761 452 472 W Looper : Slow dispatch took 1032ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@ca7d608 m=0 | |
01-05 05:19:23.761 452 472 W Looper : Slow delivery took 1032ms android.fg h=android.os.Handler c=android.app.LoadedApk$ServiceDispatcher$RunConnection@8dcc1a1 m=0 | |
01-05 05:19:23.838 452 475 W ActivityManager: setHasOverlayUi called on unknown pid: 890 | |
01-05 05:19:23.843 452 480 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10104; state: DISABLED | |
01-05 05:19:23.843 452 480 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10104; state: ENABLED | |
01-05 05:19:2 |
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
module.exports = { | |
root: true, | |
env: { browser: true, es2020: true }, | |
extends: [ | |
"eslint:recommended", | |
"plugin:prettier/recommended", | |
"plugin:react-hooks/recommended", | |
], | |
rules: { | |
"react-hooks/rules-of-hooks": "error", |
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 { makeObservable } from "mobx"; | |
import { singleshot } from "react-declarative"; | |
// @ts-ignore | |
import { Hunspell, loadModule } from 'hunspell-asm/dist/cjs'; | |
import XRegExp from 'xregexp' | |
export class SpellerService { | |
private _hunspell: Hunspell = null as never; |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>RealEstate Lead Funnel</title> | |
<meta charset="utf-8" /> | |
</head> | |
<body> | |
<form> | |
<label for="fio">Ф.И.О:</label><br /> | |
<input type="text" id="fio" name="fio" value="John" /><br /> |
NewerOlder