Tagged Questions

514
votes
646answers
80k views

Great programming quotes

There are a lot of great programming quotes out there. Which do you like? Today (Sept 12, 2008) I heard a new one from a friend, Lars-Gunnar, he said "Gud finns i Emacs" (in Swedish). This basically …
0
votes
1answer
30 views

Tricky makefile syntax with quotes

Hello, I have the following start on a makefile rule (thanks to help from others), but it doesn't quite work yet: test_svn_version: @if [ $$(svn --version --quiet \ perl -ne …
0
votes
3answers
32 views

Windows Shell Scripting: Check for batch options containing double quotes…

Greetings, dear Experts! I want to check the existense of parameter (or argument) sting at all in my batch script: if "%*"=="" findstr "^::" "%~f0"&goto :eof This works fine if none of …
1
vote
5answers
64 views

Write CSV To File Without Enclosures In PHP

Is there a native function or solid class/library for writing an array as a line in a CSV file without enclosures? fputcsv will default to " if nothing is passed in for the enclosure param. Google is …
0
votes
3answers
36 views

regex expression for escaped quoted string won’t work in php’s preg_match_all

I am trying to match quoted strings within a piece of text and allowing for escaped quotes within it as well. I tried this regular expression in an online tester, and it works perfectly. However, when …
0
votes
6answers
74 views

PHP-generated javascript and quote marks

I'm generating some javascript in my PHP code, and I need to assign some php variables to javascript variables. Unfortunately, sometimes my PHP variables contain quote marks. for instance: $foo = …
29
votes
73answers
2k views

Nuggets of wisdom?

There are many quotes from famous computer scientists that have become the wisdom that guides our profession. For example: "Premature optimization is the root of all evil in programming." …
34
votes
44answers
2k views

Laws of Computer Science and Programming

We have Amdahl's law that basically states that if your program is 10% sequential you can get a maximum 10x performance boost by parallelizing your application. Another one is Wadler's law which …
2
votes
0answers
40 views

Quotes versus non quotes in bing [closed]

in bing.com : java jobs -> 57,000,000 hits ("http://www.bing.com/search?q=java+jobs&go=&form=QBRE&scope=web&qs=n") "java jobs" -> 234,000,000 hits …
1
vote
3answers
99 views

Why bother using mysql_real_escape_string() since $_POST addes slashes before a quote automatically?

In PHP, $_POST add slashes before a quotation mark automatically, so why bother applying mysql_real_escape_string()? For example, when I input 'rrr in an input field, and I get \'rrr when I echo it.
1
vote
2answers
75 views

google finance tools on my website?

i am on the process of building a website execlusively for trading purposes. including live quotes and level 2 quotes. charts. user protofollio with automatic updates. news and so on. am i allowed to …
1
vote
3answers
96 views

Forwarding command line arguments to a process in Python

I'm using a crude IDE (Microchip MPLAB) with C30 toolchain on Windows XP. The C compiler has a very noisy output that I'm unable to control, and it's very hard to spot actual warnings and errors in …
2
votes
2answers
212 views

How to run exe in powershell with parameters with spaces and quotes

How do you run this command in powershell: C:\Program Files\IIS\Microsoft Web Deploy\msdeploy.exe -verb:sync -source:dbfullsql="Data Source=mysource;Integrated Security=false;User …
0
votes
1answer
106 views

jQuery double quotes

hi there, i have this form: <form name="myForm" action="#"> <input type="text" name="firstField" /> <input type="text" name="secondField" /> <input type="submit" …
0
votes
1answer
37 views

zend framework : automatic quoting mysql queries doubts

I've got few doubts regarding quoting mysql queries in Zend framework. Though this question has helped me a bit but few things are still confusing: 1) $table is Zend_Db_Table. Trying to fetch a row …

1 2 3 4 5 6 next
15 30 50 per page