Search found 16 matches
- Wed Jul 03, 2024 2:53 pm
- Forum: UNIX and Linux
- Topic: Running Ride 4.5.4097 on Ubuntu 24.04 LTS
- Replies: 0
- Views: 18689
Running Ride 4.5.4097 on Ubuntu 24.04 LTS
Hello, Some time after upgrading to Ubuntu 24.04 LTS, I had the following issue when attempting to start Ride 4.5.4097 (installed before system upgrade) : $ /opt/ride-4.5/Ride-4.5 [18742:0703/160818.455232:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not ...
- Mon Feb 26, 2024 11:15 am
- Forum: Chat
- Topic: Language bar inconsistent operation
- Replies: 4
- Views: 50888
Re: Language bar inconsistent operation
Hello,
On my Linux system, the language bar on RIDE wraps correctly.
Would your issue be a Windows issue ?
Regards
--
Yves-Antoine Emmanuelli
On my Linux system, the language bar on RIDE wraps correctly.
Would your issue be a Windows issue ?
Regards
--
Yves-Antoine Emmanuelli
- Mon Feb 26, 2024 11:10 am
- Forum: Language
- Topic: Why does decode of a matrix work by column and not row
- Replies: 3
- Views: 17093
Re: Why does decode of a matrix work by column and not row
Hello,
Decode syntax is derived from internal product syntax which operates on last dimension of left argument and first dimension of right argument.
Regards.
--
Yves-Antoine Emmanuelli
Decode syntax is derived from internal product syntax which operates on last dimension of left argument and first dimension of right argument.
Regards.
--
Yves-Antoine Emmanuelli
- Mon Oct 09, 2023 10:27 am
- Forum: APL Chat
- Topic: How to execute a variable
- Replies: 3
- Views: 37166
Re: How to execute a variable
Hello,
If Y is an integer, a simple answer is :
⍎'CAL',⍕Y
--
Yves-Antoine Emmanuelli.
If Y is an integer, a simple answer is :
⍎'CAL',⍕Y
--
Yves-Antoine Emmanuelli.
- Wed Apr 12, 2023 5:53 pm
- Forum: APL Chat
- Topic: Version 19.0
- Replies: 3
- Views: 30093
Re: Version 19.0
Haha ! The post is actually dated as 1st of April...
Have a nice evening!
Regards
Have a nice evening!
Regards
- Wed Apr 12, 2023 1:33 pm
- Forum: APL Chat
- Topic: Version 19.0
- Replies: 3
- Views: 30093
Re: Version 19.0
Hello,
Could you please point me to the new specs for these functions ⊖, ⌽ and ⍉ ? Or is this an April fool joke :-D ?
Could you please point me to the new specs for these functions ⊖, ⌽ and ⍉ ? Or is this an April fool joke :-D ?
- Wed Jul 13, 2022 1:58 pm
- Forum: Object Oriented Programming
- Topic: Assign a variable over multiple lines in Class editor
- Replies: 6
- Views: 102083
Re: Assign a variable over multiple lines in Class editor
Hello, For this purpose, I'd write using the APL Editor : In the session, type : Text←'' Then double click en Text to open the editor, and write your lines. After closing the editor and saving the data you can display your text : Text Message Name saved. Test message Other message If you want your t ...
- Fri May 21, 2021 2:27 pm
- Forum: UNIX and Linux
- Topic: Keyboard setup on Linux
- Replies: 12
- Views: 273465
Re: Keyboard setup on Linux
Hello, After upgrading Ubuntu to release 21.04 (hirsute), after the execution of aplkeys.sh, gnome catches the keystrokes from the Win key to show the list of applications, before Dyalog can receive it. I changed grp:win_switch to grp:caps_switch and it is a successful workaround. Changing to grp ...
Re: quiet.
Hello,
Since I am new to Dyalog APL dialect, I am reading more than I am writing :-)
Nothing to do with COVID19.
All the best!
--
Yves-Antoine Emmanuelli.
Since I am new to Dyalog APL dialect, I am reading more than I am writing :-)
Nothing to do with COVID19.
All the best!
--
Yves-Antoine Emmanuelli.
- Thu Sep 03, 2020 9:12 pm
- Forum: UNIX and Linux
- Topic: Databases in Linux
- Replies: 11
- Views: 89923
Re: Databases in Linux
Hello,
I had incorrectly configured the driver in .odbc.ini
THe correct driver is libdb2o.so.
The issue about returning NULL values is now solved.
Thanks.
--
Yves-Antoine Emmanuelli
I had incorrectly configured the driver in .odbc.ini
THe correct driver is libdb2o.so.
The issue about returning NULL values is now solved.
Thanks.
--
Yves-Antoine Emmanuelli