Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FatihMakes/Mark-XLVIII
/ functions
Functions
663 in github.com/FatihMakes/Mark-XLVIII
⨍
Functions
663
◇
Types & classes
34
↳
Endpoints
13
Function
_launch_linux
(app_name: str)
actions/open_app.py:171
Function
_launch_macos
(app_name: str)
actions/open_app.py:119
Function
_launch_windows
(app_name: str)
actions/open_app.py:80
Method
_lbl
(txt, font_size=9, bold=False, color=C.PRI, align=Qt.AlignmentFlag.AlignCenter)
ui.py:951
Method
_lbl
(txt, fs=9, bold=False, color=C.PRI, align=Qt.AlignmentFlag.AlignCenter)
ui.py:1084
Method
_loop
(self)
ui.py:139
Method
_make_remote_key
Called from Qt main thread when user presses Remote Control.
main.py:546
Method
_on_cam_frame
(self, data: bytes)
ui.py:1452
Method
_on_cam_stream
(self, start: bool)
ui.py:1445
Method
_on_file_selected
(self, path: str)
ui.py:2244
Method
_on_phone_connected
(self)
main.py:1150
Method
_on_setup_done
(self, key: str, os_name: str)
ui.py:2361
Method
_on_text_command
(self, text: str)
main.py:559
Method
_open_remote
(self)
ui.py:2265
Function
_process_archive
(path: Path, action: str, params: dict, speak=None)
actions/file_processor.py:713
Function
_process_code
(path: Path, action: str, params: dict, speak=None)
actions/file_processor.py:455
Function
_process_image
(path: Path, action: str, params: dict, speak=None)
actions/file_processor.py:83
Function
_process_pdf
(path: Path, action: str, params: dict, speak=None)
actions/file_processor.py:175
Function
_process_pptx
(path: Path, action: str, params: dict, speak=None)
actions/file_processor.py:745
Function
_process_video
(path: Path, action: str, params: dict, speak=None)
actions/file_processor.py:584
Method
_refresh_key
(self)
ui.py:1251
Method
_render
(sz: int)
ui.py:1531
Method
_run_event_loop
(self)
actions/screen_processor.py:248
Method
_run_loop
(self)
actions/browser_control.py:376
Method
_safe_filename
(raw: str)
dashboard/server.py:637
Method
_sec
(txt)
ui.py:1981
Method
_send
(self)
ui.py:2328
Function
_send_discord
(receiver: str, message: str)
actions/send_message.py:162
Function
_send_instagram
(receiver: str, message: str)
actions/send_message.py:166
Function
_send_messenger
(receiver: str, message: str)
actions/send_message.py:194
Function
_send_signal
(receiver: str, message: str)
actions/send_message.py:158
Function
_send_telegram
(receiver: str, message: str)
actions/send_message.py:155
Function
_send_whatsapp
(receiver: str, message: str)
actions/send_message.py:152
Method
_show_camera_frame
Slot — display camera preview overlay (main thread).
ui.py:1432
Method
_show_content
Slot — runs on Qt main thread. Updates and shows the content panel.
ui.py:2211
Method
_shutdown
()
main.py:791
Method
_step
(self)
ui.py:296
Method
_step
(self)
ui.py:619
Method
_submit
(self)
ui.py:1046
Method
_synth
()
core/tts.py:324
Method
_toggle_fullscreen
(self)
ui.py:1771
Function
_try_ddg
()
actions/web_search.py:199
Function
_try_gemini
()
actions/web_search.py:192
Function
_user_agent
()
actions/browser_control.py:40
Method
_val
(k: str)
main.py:1018
Function
_watch_and_shutdown
(steam_path: Path, speak=None, check_interval: int = 30, timeout_hours: int = 12)
actions/game_updater.py:637
Method
auto_login
QR code target — validates one-time key, creates session, redirects phone.
dashboard/server.py:503
Function
b2
(t,e)
dashboard/static/crypto-js.min.js:1
Function
brightness_down
()
actions/computer_settings.py:146
Function
brightness_up
()
actions/computer_settings.py:117
Function
call_llm
Non-streaming chat request. Routes to Ollama or OpenAI-compatible backend. Returns: {"content": str, "tool_calls": list}
core/llm_client.py:229
Function
call_llm_stream
Streaming chat request. Routes to Ollama or OpenAI-compatible backend. Yields: {"type": "sentence", "text": str} — each complete
core/llm_client.py:488
Function
call_llm_text
Simple text-only generation (no tools). Used by planner, executor, error_handler, code_helper, dev_agent.
core/llm_client.py:331
Method
callback
(indata, frames, time_info, status)
main.py:823
Method
check
(self)
actions/system_monitor.py:154
Function
check_model_available
Returns True if the configured model is already pulled in Ollama. Logs an actionable warning (to console + optional UI callback) if not.
core/llm_client.py:187
Function
close_app
()
actions/computer_settings.py:175
Method
close_browser
(self)
actions/browser_control.py:733
Function
close_tab
()
actions/computer_settings.py:257
Function
close_window
()
actions/computer_settings.py:179
Method
command
(req: Request)
dashboard/server.py:581
Function
config_exists
()
memory/config_manager.py:17
Function
copy
()
actions/computer_settings.py:318
Function
create_tts_player
(config: dict)
core/tts.py:429
Method
current_file
(self)
ui.py:731
Method
current_file
(self)
ui.py:2401
Function
cut
()
actions/computer_settings.py:326
Function
dark_mode
()
actions/computer_settings.py:429
Method
device_login_ep
Return a fresh auth token for a previously paired device token.
dashboard/server.py:550
Method
download_file
(filename: str, token: str = "")
dashboard/server.py:712
Method
dragEnterEvent
(self, e: QDragEnterEvent)
ui.py:704
Method
dragLeaveEvent
(self, e)
ui.py:709
Method
dropEvent
(self, e: QDropEvent)
ui.py:712
Method
enterEvent
(self, e)
ui.py:725
Function
find_on_page
()
actions/computer_settings.py:293
Function
focus_search
()
actions/computer_settings.py:247
Function
forget
(key: str, category: str = "notes")
memory/memory_manager.py:204
Function
full_screen
()
actions/computer_settings.py:183
Function
get_system_status
Snapshot of current system metrics for the system_status tool.
actions/system_monitor.py:113
Function
go_back
()
actions/computer_settings.py:273
Function
go_forward
()
actions/computer_settings.py:277
Method
index
()
dashboard/server.py:472
Function
install_for_config
Install all missing packages required by *config*. Blocking — always call from a background thread. Progress is reported via the optiona
core/installer.py:87
Method
interrupt
Stop JARVIS mid-speech: drain queued audio and open mic immediately.
main.py:578
Function
is_configured
()
memory/config_manager.py:49
Method
is_playing
(self)
core/tts.py:395
Method
is_ready
(self)
actions/screen_processor.py:245
Method
leaveEvent
(self, e)
ui.py:728
Method
list_files
(req: Request)
dashboard/server.py:696
Function
lock_screen
()
actions/computer_settings.py:375
Method
login
(req: Request)
dashboard/server.py:482
Method
login_page
()
dashboard/server.py:468
Function
maximize_window
()
actions/computer_settings.py:191
Function
minimize_window
()
actions/computer_settings.py:187
Method
mousePressEvent
(self, e)
ui.py:721
Method
mousePressEvent
(self, e)
ui.py:853
Method
muted
(self)
ui.py:2392
Function
new_tab
()
actions/computer_settings.py:261
Function
next_tab
()
actions/computer_settings.py:265
Method
notify_phone_connected
(self)
ui.py:2261
← previous
next →
501–600 of 663, ranked by callers