From Vincent.COUVERT at 3ds.com Mon Oct 3 17:42:03 2022 From: Vincent.COUVERT at 3ds.com (COUVERT Vincent) Date: Mon, 3 Oct 2022 15:42:03 +0000 Subject: [Scilab-users] Migration to GitLab: Final Steps Message-ID: Hi all, First, we would like to thank you for your feedback about tools that have been migrated to GitLab (issues, CodeReview, Wiki...) and your emails asking to manage your account during the migration process. After fixing some minor issues, we will launch the final import on Wednesday evening (Paris time). So until then, you can still send us your remarks or account references so that your GitLab account will be associated to Bugzilla account during migration. During the final import, we strongly advise you to disable notifications about Scilab project in your user settings since this will generate lots of notifications: https://gitlab.com/-/profile/notifications (select "Disabled" for Scilab group). During this week we will also finalize templates for issues and merge request to make future contributions easier. Our plan is to open Scilab project on GitLab (https://gitlab.com/scilab/scilab) for contributions (issues, merge requests, ...) next Monday, 10th of October in the morning (Paris time). Thanks again for your help. Best regards, The Scilab Team Cordialement / Best Regards, Vincent COUVERT Numerical Computation / Scripting Application Senior Manager Office: +33 2 9927 1857 Dassault Syst?mes SE | 15 Rue Claude Chappe, Zac des Champs Blancs, Batiment B | 35510 Cesson Sevigne | France [3DS Logo] This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged. If you are not one of the named recipients or have received this email in error, (i) you should not read, disclose, or copy it, (ii) please notify sender of your receipt by reply email and delete this email and all attachments, (iii) Dassault Syst?mes does not accept or assume any liability or responsibility for any use of or reliance on this email. Please be informed that your personal data are processed according to our data privacy policy as described on our website. Should you have any questions related to personal data protection, please contact 3DS Data Protection Officer at 3DS.compliance-privacy at 3ds.com For other languages, go to https://www.3ds.com/terms/email-disclaimer -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 7915 bytes Desc: image001.png URL: From jp.konta at cyberia.pl Wed Oct 5 11:11:34 2022 From: jp.konta at cyberia.pl (jp.konta at cyberia.pl) Date: Wed, 05 Oct 2022 11:11:34 +0200 Subject: [Scilab-users] running Windows (win32 terminal) program in scilab Message-ID: <168822186-41eea14b15f6a787791a08fa8d78d941@pmq5v.m5r2.onet> Hi, I need to run external (win32) terminal program inside scilab. I've tried scilab functions like: host(), dos(), unix in different variants (unix_w, etc). The problem is that all of them are not showing output of the program during execution. Unfortunatelly I need to show info from win32 terminal program during execution (showing it after execution is too late). In Octave there is function system(), which shows outputs during program is run. Both standard input and ouputs are passed to Octave Command Window, (i.e. program is really waiting for pressing a key) >> system("pause"); Press any key to continue . . . >> Is there any possibility to achieve something similar in Scilab? At least if interaction not possible, is it possible to show standard output before called program is ended? Kind regards, Jan From stephane.mottelet at utc.fr Wed Oct 5 16:03:44 2022 From: stephane.mottelet at utc.fr (=?UTF-8?Q?St=c3=a9phane_Mottelet?=) Date: Wed, 5 Oct 2022 16:03:44 +0200 Subject: [Scilab-users] running Windows (win32 terminal) program in scilab In-Reply-To: <168822186-41eea14b15f6a787791a08fa8d78d941@pmq5v.m5r2.onet> References: <168822186-41eea14b15f6a787791a08fa8d78d941@pmq5v.m5r2.onet> Message-ID: <50a2b6f1-0ad1-fb4d-a14b-c5bca30b7b49@utc.fr> Hello, I think that the following attempt could be a quick and dirty solution. The trick is to launch the command in the background and to redirect the output in a text file, whose length is checked every dt seconds, which allows to print the new content during the command execution. The command stops when there is no change after 2 seconds (can be ajusted below): function cmd(cmdstr) ??? tmpfile=fullfile(TMPDIR,"out.txt"); ??? host("start /B "+cmdstr +" > "+tmpfile) ??? s=0; ??? ns=0; ??? dt=1; ??? fd=mopen(tmpfile,"rb"); ??? while %t ??????? info=fileinfo(tmpfile) ??????? if info(1) > s ??????????? ns = 0; ??????????? str = mgetstr(info(1)-s,fd) ??????????? mprintf("%s",str); ??????????? s=info(1) ??????? elseif ns < 2 ??????????? sleep(dt,"s") ??????????? ns = ns+1; ??????? else ??????????? break ??????? end ??? end ??? mclose(fd); ??? mdelete(tmpfile); endfunction --> cmd("ping www.google.fr") Pinging www.google.fr [216.58.206.227] with 32 bytes of data: Reply from 216.58.206.227: bytes=32 time=2ms TTL=118 Reply from 216.58.206.227: bytes=32 time=2ms TTL=118 Reply from 216.58.206.227: bytes=32 time=2ms TTL=118 Reply from 216.58.206.227: bytes=32 time=2ms TTL=118 Ping statistics for 216.58.206.227: ??? Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: ??? Minimum = 2ms, Maximum = 2ms, Average = 2ms --> Le 05/10/2022 ? 11:11, jp.konta at cyberia.pl a ?crit?: > Hi, > I need to run external (win32) terminal program inside scilab. I've tried scilab functions like: host(), dos(), unix in different variants (unix_w, etc). > The problem is that all of them are not showing output of the program during execution. Unfortunatelly I need to show info from win32 terminal program during execution (showing it after execution is too late). > > In Octave there is function system(), which shows outputs during program is run. Both standard input and ouputs are passed to Octave Command Window, (i.e. program is really waiting for pressing a key) >>> system("pause"); > Press any key to continue . . . > Is there any possibility to achieve something similar in Scilab? At least if interaction not possible, is it possible to show standard output before called program is ended? > > Kind regards, > Jan > _______________________________________________ > users mailing list - users at lists.scilab.org > Click here to unsubscribe: > https://antispam.utc.fr/proxy/v3?i=WjB4M1dJWGJJMnNGTHV5MuAPDwEdQko7KGyaWIIeme0&r=Skk2OVhvdXl2cm1uOWJtRLRPDrgr4YiCABksjbHu_Gv8eNkcUiMzd6MxV8KbAPI5&f=M2FwZHlGNnU1aUlkc09ZNN6FtQAZUfRagBYPQiUfaoT45ZkXHKKVm0cOGvv2yMCS&u=http%3A//lists.scilab.org/mailman/listinfo/users&k=CXOq -- St?phane Mottelet Ing?nieur de recherche EA 4297 Transformations Int?gr?es de la Mati?re Renouvelable D?partement G?nie des Proc?d?s Industriels Sorbonne Universit?s - Universit? de Technologie de Compi?gne CS 60319, 60203 Compi?gne cedex Tel : +33(0)344234688 http://www.utc.fr/~mottelet From Vincent.COUVERT at 3ds.com Mon Oct 10 12:23:11 2022 From: Vincent.COUVERT at 3ds.com (COUVERT Vincent) Date: Mon, 10 Oct 2022 10:23:11 +0000 Subject: [Scilab-users] GitLab : Official Platform for Scilab development Message-ID: <45ac4db8924f4b2d9d41f6f77b4fd5ab@3ds.com> Hi all, Our migration to GitLab is now completed and Scilab development can start again. Starting from today, all contributions to Scilab (development, issues, ...) must be done using GitLab: - Development/Merge requests: https://gitlab.com/scilab/scilab/-/wikis/Developers/contribute-to-Scilab - Issues: https://gitlab.com/scilab/scilab/-/issues - Wiki: https://gitlab.com/scilab/scilab/-/wikis/home If you want to have a look to what has been done with historical contents (Wiki, Codereview, ...), please have a look at: https://gitlab.com/scilab/scilab/-/wikis/Legacy All legacy tools will be stopped by the end of the year so we need you help to: - Switch changes under review (https://codereview.scilab.org) to merge request, - Move files from https://fileexchange.scilab.org/ to GitLab Snippets: o In Scilab project: https://gitlab.com/scilab/scilab/-/snippets: you will have to request access, o In your own GitLab account (you can ask us to create a link to it) Stay tuned for next steps! Best regards, Scilab operational team Cordialement / Best Regards, Vincent COUVERT Numerical Computation / Scripting Application Senior Manager Office: +33 2 9927 1857 Dassault Syst?mes SE | 15 Rue Claude Chappe, Zac des Champs Blancs, Batiment B | 35510 Cesson Sevigne | France [3DS Logo] This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged. If you are not one of the named recipients or have received this email in error, (i) you should not read, disclose, or copy it, (ii) please notify sender of your receipt by reply email and delete this email and all attachments, (iii) Dassault Syst?mes does not accept or assume any liability or responsibility for any use of or reliance on this email. Please be informed that your personal data are processed according to our data privacy policy as described on our website. Should you have any questions related to personal data protection, please contact 3DS Data Protection Officer at 3DS.compliance-privacy at 3ds.com For other languages, go to https://www.3ds.com/terms/email-disclaimer -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 7915 bytes Desc: image001.png URL: From stephane.mottelet at utc.fr Mon Oct 10 12:45:39 2022 From: stephane.mottelet at utc.fr (=?UTF-8?Q?St=c3=a9phane_Mottelet?=) Date: Mon, 10 Oct 2022 12:45:39 +0200 Subject: [Scilab-users] GitLab : Official Platform for Scilab development In-Reply-To: <45ac4db8924f4b2d9d41f6f77b4fd5ab@3ds.com> References: <45ac4db8924f4b2d9d41f6f77b4fd5ab@3ds.com> Message-ID: <210d8de1-7f7e-f07e-5f95-9a7e617f8df7@utc.fr> Thank you Scilab team for opening Scilab development through a modern platform like GitLab and congratulations for the HUGE migration work of Bugzilla issues ! St?phae Le 10/10/2022 ? 12:23, COUVERT Vincent a ?crit?: > > Hi all, > > Our migration to GitLab is now completed and Scilab development can > start again. > > Starting from today, all contributions to Scilab (development, issues, > ?) must be done using GitLab: > > -Development/Merge requests: > https://gitlab.com/scilab/scilab/-/wikis/Developers/contribute-to-Scilab > > -Issues: https://gitlab.com/scilab/scilab/-/issues > > -Wiki: https://gitlab.com/scilab/scilab/-/wikis/home > > If you want to have a look to what has been done with historical > contents (Wiki, Codereview, ?), please have a look at: > https://gitlab.com/scilab/scilab/-/wikis/Legacy > > All legacy tools will be stopped by the end of the year so we need you > help to: > > -Switch changes under review (https://codereview.scilab.org) to merge > request, > > -Move files from https://fileexchange.scilab.org/ to GitLab Snippets: > > oIn Scilab project: https://gitlab.com/scilab/scilab/-/snippets: you > will have to request access, > > oIn your own GitLab account (you can ask us to create a link to it) > > Stay tuned for next steps! > > Best regards, > > Scilab operational team > > /Cordialement / Best Regards, / > > *Vincent COUVERT * > > Numerical Computation / Scripting Application Senior Manager > > Office: +33 2 9927 1857 > > Dassault Syst?mes SE | 15 Rue Claude Chappe, Zac des Champs Blancs, > Batiment B | 35510 Cesson Sevigne | France > > 3DS Logo > > This email and any attachments are intended solely for the use of the > individual or entity to whom it is addressed and may be confidential > and/or privileged. > > If you are not one of the named recipients or have received this email > in error, > > (i) you should not read, disclose, or copy it, > > (ii) please notify sender of your receipt by reply email and delete > this email and all attachments, > > (iii) Dassault Syst?mes does not accept or assume any liability or > responsibility for any use of or reliance on this email. > > > Please be informed that your personal data are processed according to > our data privacy policy as described on our website. Should you have > any questions related to personal data protection, please contact 3DS > Data Protection Officer at 3DS.compliance-privacy at 3ds.com > > > For other languages, go to https://www.3ds.com/terms/email-disclaimer > > > _______________________________________________ > users mailing list -users at lists.scilab.org > Click here to unsubscribe: > http://lists.scilab.org/mailman/listinfo/users -- St?phane Mottelet Ing?nieur de recherche EA 4297 Transformations Int?gr?es de la Mati?re Renouvelable D?partement G?nie des Proc?d?s Industriels Sorbonne Universit?s - Universit? de Technologie de Compi?gne CS 60319, 60203 Compi?gne cedex Tel : +33(0)344234688 http://www.utc.fr/~mottelet -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 7915 bytes Desc: not available URL: