Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~4K People Reached
About Me

Christian. Husband. Friend. Computer Developer. Occasionally medicated.

Favorite Tags
Member Avatar for Dean_5

So... I've slept since college - meaning I've forgotten a few things. I need to do an inner-join on two large-ish sorted vectors. Thought about converting them to unsorted sets and walking through "find-ing", but I'm pretty sure this is the fastest way to do it - and still accurately. …

Member Avatar for StuXYZ
0
2K
Member Avatar for Monther_1

.STACK 100H .DATA .CODE MAIN PROC MOV AX,@DATA MOV DS,AX ;DISPLAY MSG1 LEA DX,MSG1 MOV AH, 09H ;DISPLAY STRING INT 21H ;DISPLAY MSG1 ; start of loop mov bX,0 loop_top: MOV AH,1 INT 21h cmp al,0dh je Display1 ; testletters cmp al,'A' JL loop_end CMP al,'z' JG loop_end INC bx …

Member Avatar for Dean_5
0
198
Member Avatar for Zaynebou

hello guys, i'm facing a difficulty in creating a matrix in pascal, the compiler keeps posting the messeges illegal qualifier at the line 28,7 where i wrote read(M[i,j]), and telling types mismatch coz i declared M is from type Matrice that i defined and then in the procedure Lect2d i …

Member Avatar for ddanbe
0
372
Member Avatar for tejas_1
Member Avatar for Jemone_1

My application must let a nurse enter information for a number of patients about the patients' number of repetitions for various otherwise ordinary activities. The nurse gets a book in the format to enter the information. Month Date Day Activity Repetitions January 1 Monday brushed_teeth 9 January 1 Monday combed_hair …

Member Avatar for David W
1
377
Member Avatar for Dean_5

What it says on the tin. When the system (without logging into X) detects a change in internet accessibility, I'd like to set a hook to execute a script. EDIT: Every single bloody time... So, [dhcpcd-run-hooks](http://roy.marples.name/man/html8/dhcpcd-run-hooks.html) exists... is that the preferred method or can anyone recommend something else that's - …

0
286
Member Avatar for Dean_5

What it says on the tin. I'm looking for a good voice/chat server I can run on a RasPi 3 running Raspbian Jessie. TeamSpeak is Intel only as best I can tell. EDIT: Dangit. Every single time I jump on this forum thinking "These guys will know, but let me …

Member Avatar for rproffitt
1
368