Search found 13 matches
Android?
With no post in this particular section of the forum in over two years, and with the radical changes that have been made since then with smart phones now the norm, I've been wondering what is the status of Pocket Dyalog? It seems like Android would be the obvious platform to target since it is much ...
- Mon Jul 29, 2013 9:37 pm
- Forum: Installation
- Topic: Fedora 18 Keyboard Issues
- Replies: 6
- Views: 27974
Re: Fedora 18 Keyboard Issues
Great news! I switched to i3 window manager recently, and was adamant to get Dyalog to work under it. After a lot of effort, I believe I have found a solution for all window managers and Linux distributions even if the window manager usually binds the super key. You can view the solution on my ...
- Mon Jul 22, 2013 4:32 pm
- Forum: New to Dyalog?
- Topic: Accidental Nested Arrays?
- Replies: 2
- Views: 12141
Re: Accidental Nested Arrays?
Hi John,
This is perfect. Thank you. I suspected the enclose function was needed, but I wasn't sure how. :)
This is perfect. Thank you. I suspected the enclose function was needed, but I wasn't sure how. :)
- Mon Jul 22, 2013 3:17 pm
- Forum: New to Dyalog?
- Topic: Accidental Nested Arrays?
- Replies: 2
- Views: 12141
Accidental Nested Arrays?
Take the example: ones ← 2 2⍴ 1 twos ← 2 2⍴2 togethers ← ones twos togethers ┌→──┬───┐ │1 1│2 2│ │1 1↓2 2↓ └~─→┴~─→┘ ⍝All as expected so far, but then... togethers ← togethers ones togethers ┌→────────┬───┐ │┌→──┬───┐│1 1│ ││1 1│2 2││1 1│ ││1 1↓2 2↓│ │ │└~─→┴~─→┘│ ↓ └────────→┴~─→┘ Which doesn't make ...
- Fri Jul 19, 2013 10:51 am
- Forum: New to Dyalog?
- Topic: Dealing With Higher Rank Arrays
- Replies: 2
- Views: 11208
Re: Dealing With Higher Rank Arrays
Great, thanks. Just takes a bit to get used to them I suppose.
- Tue Jul 16, 2013 3:07 pm
- Forum: New to Dyalog?
- Topic: Dealing With Higher Rank Arrays
- Replies: 2
- Views: 11208
Dealing With Higher Rank Arrays
I am trying to get to grips with arrays of rank > 2. I have read the relevant sections of "Mastering Dyalog APL" and searched the APLwiki, but am still not satisfied. An example I could get a start from would be ideal for me, so if someone could show me a short section of code in which an array of ...
- Tue Jul 16, 2013 8:38 am
- Forum: Functional Programming
- Topic: Options For Conditional Statements
- Replies: 4
- Views: 20141
Re: Options For Conditional Statements
Thank you very much John and Phil, nesting D-Fns will work perfectly for me in this case.
I am finding dfns.dyalog.com a very useful resource while learning APL :)
I am finding dfns.dyalog.com a very useful resource while learning APL :)
- Mon Jul 15, 2013 11:13 pm
- Forum: Functional Programming
- Topic: Options For Conditional Statements
- Replies: 4
- Views: 20141
Options For Conditional Statements
What options can be used for conditional statements while using D-Fns? I am aware of using the colon in conjunction with the diamond separator, but that is very limited as program flow does not return. I.e each side of the diamond separator are evaluated as the end of the function. As far as I'm ...
- Sun Jul 07, 2013 5:06 pm
- Forum: Installation
- Topic: Fedora 18 Keyboard Issues
- Replies: 6
- Views: 27974
Re: Fedora 18 Keyboard Issues
I tried upgrading to Fedora 19, configuring the keyboard, etc, again but it still didn't work. I then decided I'd try out the new Dyalog for Raspberry Pi and it is working perfectly on that :) So no fix, but a solution all the same.
- Sat Jul 06, 2013 4:58 pm
- Forum: Installation
- Topic: Fedora 18 Keyboard Issues
- Replies: 6
- Views: 27974
Re: Fedora 18 Keyboard Issues
Hello Vince,
Unfortunately, none of those options are working. I am trying to find a way to either disable or change Gnome's behaviour with the super/meta key, but it isn't working.
I'll keep searching I suppose!
Unfortunately, none of those options are working. I am trying to find a way to either disable or change Gnome's behaviour with the super/meta key, but it isn't working.
I'll keep searching I suppose!