- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
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. …
I was going to try to answer this one myself, but my assembly is very rusty. The code was giving weird errors, so I did some googling to see why. And then I ran into a more or less identical homework assignment on this same site from 10 years ago. …
I'm not sure how any of that compiled. Here's what I was able to do in [FreePascal](http://www.freepascal.org/). Disclaimer: I am not a Pascal programmer, but Google and basic knowledge of imperative languages are helpful. program test_lect2d; uses crt; const Max1=4096; Max2=4096; type Matrice= array [1..Max1,1..Max2] of longint; var MyMatrix:Matrice; T1,T2: …
Might I suggest Freelancer.com? It's a raw deal for developers but great for people like yourself who need the work done. And if you post this as a job, you're sure to get someone desperate enough to to do it for you. But if you really want to do it …
You posted your code instead of just posting the homework assignment. Hat's off to you. OK, first things first. Lines 47, 99, and 151 can't be done like that. C++ doesn't allow string comparison via "==". String::compare is your friend. http://www.cplusplus.com/reference/string/string/compare/ Second: You'll need to compare against each month instead …
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 - …
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 …
The End.