Search found 5 matches

by KimmoLinna
Sun Feb 20, 2022 1:39 pm
Forum: UNIX and Linux
Topic: Dyalog on a Chromebook
Replies: 12
Views: 81586

Re: Dyalog on a Chromebook

I was able to install Dyalog on Chrome OS Flex. I just had to install Ride version 4.5 which I build by myself from GitHub. If someone else is wondering you can find desktop-files for shortcuts from the folder /usr/share/applications...
by KimmoLinna
Sat Nov 28, 2020 6:47 pm
Forum: Language
Topic: 64-bit integer
Replies: 1
Views: 4558

Re: 64-bit integer

The solution was quite simple when I realised kdb+ uses ones' complement system for negative numbers.

To64Int←{{⎕ml←3⋄(∊8⍴⊂(8⍴1),0){{1⊃⍵:-2⊥~⍵⋄2⊥⍵}∊⌽⍺⊂⍺\⍵}⍵}11 ⎕DR ⍵}

Best regards,

Kimmo
by KimmoLinna
Fri Nov 27, 2020 3:38 pm
Forum: Language
Topic: 64-bit integer
Replies: 1
Views: 4558

64-bit integer

Hi,

I am importing data from kdb+ with qconnect. I would like handle timestamp but I don’t know how to read 64-bit integer with ⎕DR, because 643 ⎕DR is missing. Does someone remember how to combine two 323 ⎕DR numbers (32-bit signed integers) into one 64-bit signed integer?

Best regards,

Kimmo
by KimmoLinna
Thu Nov 26, 2020 10:39 am
Forum: Language
Topic: Is there a delay in showing the Tip of the Language Bar ?
Replies: 7
Views: 10430

Re: Is there a delay in showing the Tip of the Language Bar

Hi, I have used quite many IDEs recently due to my studies and I have to say I really love Dyalog's one. Of course some of the languages are compiled ones which I have used so you can't even compare those but I really can speed up my coding with Dyalog. I have to admit It's the first one which I ...
by KimmoLinna
Wed Mar 24, 2010 8:21 am
Forum: Announcements
Topic: Forest Seminar of FinnAPL on 15-16 April
Replies: 0
Views: 6157

Forest Seminar of FinnAPL on 15-16 April

The annual Forest Seminar of FinnAPL will be held on 15-16 April 2010 at the Haikon Kartano (m) in Porvoo about a half an hour from Helsinki airport. The seminar agenda will include at least thefollowing presentations: Dyalog APL version 12.1 by Morten Kromberg, kdb+ by Simon Garland and Windows 7 ...