Tagged Questions

0
votes
4answers
40 views

General sockets UDP programming question

I have an FPGA device with which my code needs to talk. The protocol is as follows: I send a single non-zero byte (UDP) to turn on a feature. The FPGA board then begins spewing …
2
votes
4answers
147 views

Difference between MIT/BSD and CC-BY licenses

MIT/BSD licenses basically say: Hey, use the stuff, but don't claim it's yours. CC-By license (without nc and the such, just the plain cc-by) says: Hey, use the stuff, but don't c …
0
votes
5answers
140 views

Which tools should I use for future development of desktop applications? [closed]

I'm considering experimenting programming desktop programs on various platforms. Which tools (programming languages, IDEs, libraries) would be a good choice for new, forward-lookin …
2
votes
6answers
128 views

What exactly are the rules for using gpl, lgpl, bsd software interally in the enterprise?

Are there any restrictions of using lgpl, gpl, bsd licensed software in a commercial venture if the tools/software are only used as part of internal processes and not integrated or …
0
votes
1answer
56 views

Is there a way to get the BSD number of a device in Mac OS X?

My program reads device paths like /dev/rdisk0 from input and then it looks in IOKit for a disk with the BSD name disk0. For this I have to remove /dev/r from the path. Hard codin …
11
votes
5answers
237 views

Good collection of libraries for C?

I'm looking for a good collection of libraries for ANSI-C, stuff for handling vectors, hash maps, binary tress, string processing, etc.
3
votes
10answers
438 views

Are there any small Unix or BSD distributions?

I was wondering if there are any small BSD or unix releases. The smallest Linux release I've seen that looked good is partedmagic (around 70MB). Free BSD needs like 4 CDs, maybe mo …
0
votes
1answer
53 views

How do I use a new-line replacement in a BSD sed?

Greetings, how do I perform the following in BSD sed? sed 's/ /\n/g' From the man-page it states that \n will be treated literally within a replacement string, how do I avoid th …
2
votes
3answers
98 views

switching licence from GPL to BSD in later time

Hi, I wrote an software which I would like to release on BSD license. Unfortunately I am linking to library which is based on GPL. Right now I do not have time to rewrite that li …
0
votes
0answers
61 views

Installing and setting up SVN on FreeBSD Server [closed]

Firstly thank you to everyone who responded to my earlier question - http://stackoverflow.com/questions/1393827/setting-up-svn-web-based-services-vs-your-own-svn-server As much as …
0
votes
1answer
19 views

dbm.error: db type is dbm.bsd, but the module is not available (Python 3.0)

I'm trying to open a shelve file that I created in 2.5, but I get the error I listed in the question title. The data aren't essential, but I really want them. Looking at the …
0
votes
0answers
28 views

GnuPG: verifying the sender [closed]

A person emailed me his PGP signature. When I compared it to the signature from the PGP server, it is much shorter not matching at all. I use the version 1.4.9. Why is the signat …
7
votes
10answers
550 views

What’s the best way to get to know linux or BSD kernel internals?

I'd like to gain better knowledge of operating system internals. Process management, memory management, and stuff like that. I was thinking of learning by getting to know either l …
1
vote
3answers
338 views

using BSD-licensed libraries on iPhone

I would like to use the JSON-framework ObjC library, which is licensed under BSD license, in my iPhone application. The thing is, I'm not sure what does the BSD license require me …
1
vote
1answer
116 views

BSD md5 vs GNU md5sum output format?

Any one knows why BSD md5 program produces hash output in this format ... MD5 (checksum.md5) = 9eb7a54d24dbf6a2eb9f7ce7a1853cd0 ... while GNU md5sum produces much more sensible …

1 2 3 4 next
15 30 50 per page