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
| {"chatId":["8146970004"],"endpoints":[{"name":"Vacancy Argos","url":"https://hrm.argos.uz/api/Vacancy/HRMVacancy/GetHRMVacancyList","request":"POST","response":"results","limit":5,"format":"{organization}\n📍 {region}\n💼 {position_name}\n💰 Salary: {position_salary} UZS\n👀 Experience: {experience} | 📝 Candidates: {get_candidates_count}","payload":{"page":0,"search":"axborot","regionSoato":null,"districtSoato":null,"organizationId":null,"fatherOrganizationId":null,"civilServant":null,"vacancyType":null,"isDisablity":null,"isInternal":null,"minSalary":null,"workExperience":null,"organizationTin":null}}]} |
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
| KACHKA,TATU,OSON |
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
| from django.contrib import admin | |
| from copy import deepcopy | |
| def update_skeleton(skeleton, update): | |
| new_skeleton = skeleton.copy() | |
| new_skeleton.update(update) | |
| return new_skeleton | |
| def get_app_list(self, request): | |
| """ |
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 telebot | |
| from telebot.types import InlineKeyboardMarkup, InlineKeyboardButton | |
| import os | |
| from pydub import AudioSegment | |
| import librosa | |
| import soundfile as sf | |
| import tempfile | |
| import time |
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
| {"name":"abror","settings":"{\"settings\":\"{\\r\\n \\\"tabnine.experimentalAutoImports\\\": true,\\r\\n \\\"window.customTitleBarVisibility\\\": \\\"auto\\\",\\r\\n \\\"window.titleBarStyle\\\": \\\"custom\\\",\\r\\n \\\"workbench.activityBar.location\\\": \\\"bottom\\\",\\r\\n \\\"workbench.iconTheme\\\": \\\"material-icon-theme\\\",\\r\\n \\\"workbench.editor.showTabs\\\": \\\"none\\\",\\r\\n \\\"window.menuBarVisibility\\\": \\\"compact\\\"\\r\\n}\"}","extensions":"[{\"identifier\":{\"id\":\"benrogerswpg.transparent-minimap\",\"uuid\":\"e1749936-95d1-4dae-8c44-d605f65953cd\"},\"displayName\":\"Transparent Minimap\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"bradlc.vscode-tailwindcss\",\"uuid\":\"4db62a7c-7d70-419c-96d2-6c3a4dc77ea5\"},\"displayName\":\"Tailwind CSS IntelliSense\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"christian-kohler.path-intellisense\",\"uuid\":\"a41c1549-4053-44d4-bf30-60fc809b4a86\"},\"displayName\":\"Path Intellisense\",\"applicationSc |