|
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.
|
|
Its now been 5 weeks ive had my clipper on the road (i use that turm loosely) and after serviceing it and changing the fuel pump, fuel filter, fitting a non return valve in the fuel line and taking the carb to bits its still cutting out when I put my ...
Started by flet3000 on
, 19 posts
by 5 people.
Answer Snippets (Read the full thread at com):
Dont know why its been sensord I only wrote anyone useing the nymber 1 lol I think a little more detail will be required before any sensible advice can be given mate
What engine and carb is it?
Does it just do this if you plant your foot flat down or ... .
|
|
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 .
|
Ask your Facebook Friends
|
Anyone going to Gurus of Tech , May 22-23 at Willow Creek?
I think I'm going.
Started by [Admin] osborn4 on
, 11 posts
by 5 people.
Answer Snippets (Read the full thread at churchmedia):
So far the Gurus keep? I did not get a confirmation.....
I'm hoping to make next years Gurus.
I would like to, but no - can't.
|
|
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...
|
|
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 .
|