-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yisus7u7
committed
May 3, 2021
1 parent
b253284
commit 578bd46
Showing
73 changed files
with
1,622 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
INFO thonny: Thonny version: 3.3.6 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
[general] | ||
configuration_creation_timestamp = 2021-04-29T19:44:54.342575 | ||
ui_mode = regular | ||
language = es_ES | ||
environment = [] | ||
single_instance = True | ||
event_logging = False | ||
disable_notification_sound = False | ||
debug_mode = False | ||
scaling = default | ||
font_scaling_mode = default | ||
|
||
[view] | ||
full_screen = False | ||
maximize_view = False | ||
shellview.visible = True | ||
show_program_arguments = False | ||
show_plotter = False | ||
assistantview.visible = False | ||
astview.visible = False | ||
stackview.visible = False | ||
exceptionview.visible = False | ||
filesview.visible = False | ||
heapview.visible = False | ||
helpview.visible = False | ||
notesview.visible = False | ||
objectinspector.visible = False | ||
outlineview.visible = False | ||
variablesview.visible = False | ||
ui_theme = Raspberry Pi Dark | ||
syntax_theme = Dracula | ||
editor_font_size = 13 | ||
editor_font_family = DejaVu Sans Mono | ||
io_font_size = 11 | ||
io_font_family = Courier New | ||
name_highlighting = False | ||
locals_highlighting = False | ||
paren_highlighting = True | ||
syntax_coloring = True | ||
highlight_tabs = True | ||
highlight_current_line = False | ||
show_line_numbers = True | ||
recommended_line_length = 0 | ||
|
||
[layout] | ||
zoomed = False | ||
notebook_nw_visible_view = None | ||
notebook_w_visible_view = None | ||
notebook_sw_visible_view = None | ||
notebook_s_visible_view = ShellView | ||
notebook_ne_visible_view = None | ||
notebook_e_visible_view = None | ||
notebook_se_visible_view = None | ||
width = 1050 | ||
height = 589 | ||
left = 150 | ||
top = 15 | ||
west_pw_width = 199 | ||
east_pw_width = 199 | ||
nw_nb_height = 199 | ||
sw_nb_height = 199 | ||
s_nb_height = 199 | ||
se_nb_height = 199 | ||
ne_nb_height = 199 | ||
|
||
[file] | ||
current_file = /data/data/com.termux/files/home/prueba.py | ||
open_files = ['/data/data/com.termux/files/home/prueba.py'] | ||
reopen_all_files = False | ||
avoid_zenity = False | ||
recent_files = ['/data/data/com.termux/files/home/prueba.py'] | ||
|
||
[run] | ||
program_arguments = | ||
dock_user_windows = False | ||
pgzero_mode = False | ||
backend_name = SameAsFrontend | ||
auto_cd = True | ||
birdseye_port = 7777 | ||
run_in_terminal_python_repl = False | ||
run_in_terminal_keep_open = True | ||
|
||
[assistance] | ||
disabled_checks = [] | ||
open_assistant_on_errors = True | ||
open_assistant_on_warnings = False | ||
use_pylint = True | ||
use_mypy = True | ||
|
||
[edit] | ||
tab_complete_in_editor = True | ||
tab_complete_in_shell = True | ||
indent_with_tabs = False | ||
|
||
[debugger] | ||
frames_in_separate_windows = True | ||
automatic_stack_view = True | ||
allow_stepping_into_libraries = False | ||
preferred_debugger = faster | ||
|
||
[shell] | ||
tty_mode = True | ||
max_lines = 1000 | ||
squeeze_threshold = 1000 | ||
auto_inspect_values = True | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
INFO thonny: Thonny version: 3.3.6 | ||
WARNING thonny.plugins.mypy: MyPy: /data/data/com.termux/files/usr/lib/python3.9/site-packages is in the MYPYPATH. Please remove it. | ||
See https://mypy.readthedocs.io/en/latest/running_mypy.html#how-mypy-handles-imports for more info | ||
|
||
WARNING thonny.plugins.mypy: MyPy: /data/data/com.termux/files/usr/lib/python3.9/site-packages is in the MYPYPATH. Please remove it. | ||
See https://mypy.readthedocs.io/en/latest/running_mypy.html#how-mypy-handles-imports for more info | ||
|
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
; Thunar GtkAccelMap rc-file -*- scheme -*- | ||
; this file is an automated accelerator map dump | ||
; | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/delete-3" "<Shift>KP_Delete") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/delete" "") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/invert-selection" "") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/open-in-new-tab" "<Primary><Shift>p") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/delete-2" "<Shift>Delete") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-in" "<Primary>KP_Add") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/empty-trash" "") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/open" "<Primary>o") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/reload" "<Primary>r") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/view-side-pane-menu" "") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-ascending" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/open-network" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/contents/help-menu" "") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/move-to-trash" "") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/back-alt" "BackSpace") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/paste" "<Primary>v") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/switch-next-tab" "<Primary>Page_Down") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/open-file-menu" "F10") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/view-as-compact-list" "<Primary>3") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/about" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/open-computer" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/clear-directory-specific-settings" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/open-file-system" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/open-parent" "<Alt>Up") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/view-menu" "") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/properties" "<Alt>Return") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/open-in-new-window" "<Primary><Shift>o") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/back" "<Alt>Left") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/trash-delete" "Delete") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/sendto-menu" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/reload-alt" "F5") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/select-by-pattern" "<Primary>s") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/create-document" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/close-tab" "<Primary>w") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/view-side-pane-tree" "<Primary>e") | ||
; (gtk_accel_path "<Actions>/ThunarShortcutsPane/sendto-shortcuts" "") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/execute" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/toggle-side-pane" "F9") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/open-home" "<Alt>Home") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/rename" "F2") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/open-templates" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/open-location-alt" "<Alt>d") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/cut" "<Primary>x") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/sendto-desktop" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/close-window" "<Primary>q") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/view-location-selector-toolbar" "") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/select-all-files" "<Primary>a") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/open-with-other" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-out" "<Primary>KP_Subtract") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/contents" "F1") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/view-side-pane-shortcuts" "<Primary>b") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/edit-menu" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/preferences" "") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/duplicate" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/switch-previous-tab" "<Primary>Page_Up") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-type" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/view-statusbar" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/view-location-selector-menu" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/close-all-windows" "<Primary><Shift>w") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/open-trash" "") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/restore" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/open-desktop" "") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/arrange-items-menu" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/open-location" "<Primary>l") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/view-menubar" "<Primary>m") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/create-folder" "<Primary><Shift>n") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/view-as-detailed-list" "<Primary>2") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/view-as-icons" "<Primary>1") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/new-window" "<Primary>n") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/forward" "<Alt>Right") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/copy" "<Primary>c") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/file-menu" "") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/make-link" "") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-descending" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/new-tab" "<Primary>t") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/go-menu" "") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-size" "") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-mtime" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/view-location-selector-pathbar" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/show-hidden" "<Primary>h") | ||
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-name" "") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-reset" "<Primary>KP_0") | ||
; (gtk_accel_path "<Actions>/ThunarLauncher/trash-delete-2" "KP_Delete") | ||
; (gtk_accel_path "<Actions>/ThunarWindow/detach-tab" "") |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<actions> | ||
<action> | ||
<icon>utilities-terminal</icon> | ||
<name>Open Terminal Here</name> | ||
<unique-id>1619712973242034-1</unique-id> | ||
<command>exo-open --working-directory %f --launch TerminalEmulator</command> | ||
<description>Example for a custom action</description> | ||
<patterns>*</patterns> | ||
<startup-notify/> | ||
<directories/> | ||
</action> | ||
</actions> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
|
||
[general] | ||
|
||
display_bkg_color="#ffffff" | ||
display_result_font="Sans Bold 26" | ||
display_result_color="black" | ||
display_stack_font="Sans Bold 11" | ||
display_stack_color="black" | ||
display_module_font="Sans Bold 8" | ||
display_module_active_color="black" | ||
display_module_inactive_color="grey" | ||
display_module_number=true | ||
display_module_angle=true | ||
display_module_notation=true | ||
display_module_arith=true | ||
display_module_open=true | ||
custom_button_font=false | ||
button_font="Sans 10" | ||
button_width=40 | ||
button_height=25 | ||
function_button_group=true | ||
dispctrl_button_group=true | ||
logic_button_group=true | ||
standard_button_group=true | ||
mode=0 | ||
dec_sep=false | ||
dec_sep_length=3 | ||
dec_sep_char=" " | ||
hex_bits=32 | ||
hex_signed=true | ||
hex_sep=false | ||
hex_sep_length=4 | ||
hex_sep_char=" " | ||
oct_bits=32 | ||
oct_signed=true | ||
oct_sep=false | ||
oct_sep_length=3 | ||
oct_sep_char=" " | ||
bin_bits=16 | ||
bin_signed=true | ||
bin_fixed=false | ||
bin_length=8 | ||
bin_sep=false | ||
bin_sep_length=4 | ||
bin_sep_char=" " | ||
default_number_base=0 | ||
default_angle_base=1 | ||
default_notation_mode=0 | ||
stack_size=3 | ||
remembers_display=false | ||
remembered_valuex="0" | ||
remembered_valuey="0" | ||
remembered_valuez="0" | ||
remembered_valuet="0" | ||
show_menu_bar=true | ||
|
||
[constants] | ||
|
||
Pi:pi=3.14159265359 | ||
Euler's Number:e=2.71828182846 | ||
|
||
[user functions] | ||
|
||
abs(x)=sqrt(x^2) | ||
sign(x)=x/abs(x) | ||
cot(x)=cos(x)/sin(x) |
This file contains 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
Oops, something went wrong.