|
In general software development we have Martin Fowler and Steve McConnell. In relational database who are the gurus ?
Precision because someone has told it's not programming related, the correct question should "who are the SQL gurus". But a relational...
Started by Nicolas Dorier on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Jim Gray (lost....
Codd
Edgar Frank "Ted" Codd (August 23, 1923 – April 18, 2003) was a British computer scientist who, while working for IBM, invented the relational model for database management, the theoretical basis for relational databases .
Edgar F.
|
|
Our organization is at CMMI Level 2, and as part of the requirements of the level, we have to maintain an RTM which more or less contains the following entries for each requirement:
Requirement Description Reference Section Functional Specification Document...
Started by Jaywalker on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
What do the gurus say about.
Time creating a new matrix only after the previous version has shipped .
|
|
Possible Duplicate:
code injected inside PHP file with 777 permission
Recently someone injected this code inside folders and files in the web-server where I host my website:
I'm just a client side programmer, so can anyone please tell me what this PHP...
Started by Lost_in_code on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
A quick google search on a portion of the code turns up these links -
http://forum.coppermine-gallery.net/index.php?topic=54943.0
http://ilikewordpress... .
Hi, I'm not too sure about this - but it appears that you've been hacked .
Looks like a http server...
|
Ask your Facebook Friends
|
I've installed the CakePHP core files in this folder:
/home/iopener/webapps/cake_1.2.1.8004
I've got my app installed here:
/home/iopener/webapps/Smasholi.com/app
The cake console command is in my path, and runs fine, but it seems to be ignoring any attempt...
Started by iopener on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
-Josh
what was the solution ?.
Thanks for any patient eyeballs.
Time for me to get some sleep.
Running 'cake' is a sort of diagnostic, but if you just run
cake bake
from the app folder, it works fine .
I should not be programming this late/early.
|
|
I am running a blog at posterous.com, and they can host my domain name if I create an A record to their IP in my domain registrar's custom DNS tool.
The problem is that I want my domain to ALWAYS read domain.com, so I want to have my DNS remap any requests...
Started by iopener on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I.e., a javascript snippet that is run on each page load could check the server of the current page, and rewrite the... .
I'm not sure if you can do this with DNS, but I'm positive that you can perform it with some javascript trickery in your blog template .
|
|
Hi,
I'm attempting to send multichannel audio over WiFi from one server to multiple client computers using UDP broadcast on a private network.
I'm using software called Pure Data, with a UDP broadcast tool called netsend~ and netreceive~. The code is ...
Started by Nick on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Furthermore....
I'm curious - what happens to UDP broadcast packets in the router? If I have a subnet mask of 255.255.255.0, then does the router make 254 packets for every packet sent ot the broadcast address?
No the "router" doesn't make 254 individual packets .
|
|
Trying to use the RHEL5.3 GCC 4.3.2 compiler to build my software on that platform. I get the following error no matter what I try when compiling with -O2, but it builds fine without optimization. Any ideas?
/usr/bin/ld: myapp: hidden symbol `void std...
Started by Kevin Bowling on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It turns out to be a GCC....
You seem to be running into visibility issues -- can we see your full command line?
For example, what -fvisibility-inlines-hidden does may change at different optimization levels because GCC decides to inline different things .
|
|
I'm curious to know if there are any people out there working on Python related projects while still getting a salary. ;)
If so, what kind of work is it? How did Python end up being the language of choice? Does the team enjoy working with it? Background...
Started by Eddie Parker on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Writing one-off scripts outside of these packages....
Python is the language of choice in many animation software packages, so one has to write scripts in that language .
One kind of work that I do professionally with Python is tool development for animation .
|
|
I am a fan of Jeffrey Richter and Joel Spolsky.
I like them particularly because they have a marvelous writing style (the fact that they really really know their stuff goes without saying).
Both Jeffery and Joel for me have the ability to explain complex...
Started by Preets on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Paul Graham
I love the simplicity of Joseph and Ben Albahari, authors of c# 3.0 in a nutshell
Scott Meyers Andrei Alexandrescu Both manage to write books and articles on a rather dry technical matter (C++) that are actually fun to read.... .
Jon Skeet.
|
|
Hi.
I read some articles about problems in using the LD_LIBRARY_PATH, even as a part of a wrapper script:
http://linuxmafia.com/faq/Admin/ld-lib-path.html
http://blogs.sun.com/ali/entry/avoiding_ld_library_path_the
In this case - what are the recommended...
Started by SyRenity on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Why? Some users seem to set this environment variable because of bad advice from other users ... .
To quote you first link:
When should I set LD_LIBRARY_PATH? The short answer is never .
I've always set LD_LIBRARY_PATH, and I've never has a problem .
Hmmm...
|