This is the asciidoc text
used for documentation
This is the asciidoc text
used for documentation
OK, I'm going to write here because Scilab bugzilla is awfull. I wrote comments twice and it just shows the first couple of lines of my text!!!!
http://bugzilla.scilab.org/show_bug.cgi?id=16016
I wish Scilab decision makers would just move the entire codebase to modern platforms Github or GitLab. This is not good at all. so much headach for users and contributors.
about the bug, I don't think moving the resizefcnfunction solves the problem. The ex002.sce proves that. There are 3 issues
resizefcn shouldn't be triggered upon creating the figure. this is a bad behaviour in my opinion.findobj function should at least drop a warning when not finding an object.| function t = uititle(h, text, relpos) | |
| pos = h.Position; | |
| select relpos | |
| case "r" | |
| pos(3) = 2 * pos(3); | |
| lay_opt = createLayoutOptions("grid", [1,2]); | |
| case "t" | |
| pos(4) = 2 * pos(4); | |
| lay_opt = createLayoutOptions("grid", [2,1]); | |
| case "l" |
check the html block diagram
| #include <stdio.h> // NULL, | |
| #include <math.h> | |
| typedef struct Point { | |
| float x; | |
| float y; | |
| } point; | |
| typedef struct Circle { | |
| point c; |
| const int buttonPin = 2; | |
| const int ledPin = 7; | |
| int buttonState = 0; | |
| int lastButtonState = buttonState; | |
| bool flag = true; | |
| bool flag_ = flag; | |
| volatile byte state = LOW; | |
| volatile byte state_ = state; |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| typedef struct intlist_ { | |
| int size; | |
| int* list; | |
| } intlist; | |
| void append(intlist* arr, int value){ |
| #%% | |
| import os | |
| os.chdir(os.getcwd()) | |
| import numpy as np | |
| import pandas as pd | |
| import matplotlib.pyplot as plt | |
| import seaborn as sns | |
| sns.set() |
Ok first of all if you have issues installing FreeDOS on VirtualBox and you get weird infinite loop Invalid Opcode errors, [here][1] I wrote a small instruction how the installation should be done.
Now when you have FreeDOS booted, from [here][2] you need to install the networking software and reboot.
then you can run fdnpkg update to update the installed packages
but you don't need to install dn as it comes with the FreeDOS iso file. all you need to do is:
run FDIMPLES package manager
go to Utilities
find DN2 and select it
reboot