Pix 515E Disabling PAT775 (5/7/2012 8:20:15 PM) comp.dcom.sys.cisco My goal is not to have cisco firewall alter the ports for internal clients as they are making outbound requests. I have already successfully setup this configuration using PAT. But, now I need to have port ... RG
sbrk(0) != &end1101 (12/27/2011 2:54:56 AM) comp.unix.programmer when I compiled and ran the fallowing code i wrote I got the following on stdout sbrk(0) - &end = 804A000 - 8049600 = A00 I thought that the program break was supposed to be the same as &end before anything ... cameron
Scanning into a container field1239 (8/17/2010 3:44:52 PM) comp.databases.filemaker I need a solution where I scan a number of documents and have them inserted into a container field in a series of records. I'm more than comfortable using FM and scripting a solution. What I don't know is how... Nobody
Linux: The Unsinkable Rubber Duck843 (10/27/2009 3:44:10 PM) comp.os.linux.advocacy Anyone who follows the skeptic movement is familiar with the "unsinkable rubber duck" analogy, usually applied to some pseudo-science that has been debunked so many times that it is boring to discuss, but it ke... MarkA
Which of these laptops should I use for gaming?1546 (10/23/2009 9:48:50 AM) comp.sys.ibm.pc.games.action All, I'm a desktop kinda guy, but I probably know the answer - which of these laptops is better for gaming and all round goodness? Dell Studio 15 Intel� Pentium� Dual-Core Processor T4300 (2.1GHz, 800MHz, 1... Blonks
project mangement and outside developers262 (9/30/2009 8:29:59 PM) comp.lang.php I am the sole software developer in a company and I answer directly to the owner of the company. We also use the services of an outside developer. The owner isn't a developer but 'wrote software in qbasic' ma... J
BASIC_NUM_IO379 (6/1/2009 7:57:09 AM) comp.lang.ada Hi All, in my Ada books I find the with-clause "with BASIC_NUM_IO; use BASIC_NUM_IO". The following program with basic_num_io; use basic_num_io; procedure test_ranges is begin put_line(short_integer'siz... Georg
GNAT GPS Documentation2122 (6/1/2009 7:53:45 AM) comp.lang.ada Hi All, I am using GNAT Programming Studio 4.0.1 on Debian Lenny. When going to "Help/Welcome" the welcome page is displayed. But I can not click on either "Overview", "User's Guide" or "Tutorial" button alt... Georg
shutil.copyfile is incomplete (truncated)148 (4/11/2013 6:12:47 PM) comp.lang.python Using Python 2.7.2 on OSX, I have created a file in temp space, then use the function "shutil.copyfile(fn,loc+fname)" from "fn" to "loc+fname".
At the destination location, the file is truncated. About 10% o... rmschne5624(12)
Who can explain this bug?5834 (4/17/2013 7:49:50 PM) comp.lang.c Platform: gcc 4.6.3 on AMD Athlon(tm) II X2 245 Processor on
Ubuntu 12.04
The bug I thought was due to a particularly hard to find memory access
problem (see other thread I started today) seems to be even... dmathog(163)
Why does write() to stdin work?365 (4/23/2013 1:59:59 PM) comp.lang.c Tried the following code under gcc and it writes to stdin??
#include
#include
int main()
{
int k;
for(k= 0; k < 4; k++)
write(k, "Hello world!\n", 13);
}
Any poiners?
-ishwar
... ishwar.rattan(8)
Initialiazing a malloced struct to all-02311 (4/25/2013 3:10:55 PM) comp.lang.c Hello everyone,
Typically when I want to initialize an auto struct to
"all-0" values, I write
struct foo bar = { 0 };
and let the compiler correctly set arithmetic values
to the appropriate 0 or 0.... Noob
Compilation of Awkward Syntax2710 (4/27/2013 12:58:11 PM) comp.lang.c++ I've almost finished teaching myself C++, but there's one last step I
have to take. I need to teach myself all the situations that require
one to use a strange looking combination of operators.
One exampl... vaughan.andursen(4)
Raw pointers not evil after all?276 (5/1/2013 7:19:20 AM) comp.lang.c++ Hi.
I saw this:
http://stackoverflow.com/questions/4252273/should-i-use-smart-pointers-on-everything-and-forget-about-classic-normal-pointe
--
"You should use smart pointers careful. They are not the ... mike4ty41(5)
object.enable() anti-pattern684 (5/8/2013 8:52:12 AM) comp.lang.python I'm looking for some help in finding a term, it's not Python-specific but
does apply to some Python code.
This is an anti-pattern to avoid. The idea is that creating a resource
ought to be the same as "t... comp.lang.python(2614)
Help with implementing callback functions using ctypes54 (5/8/2013 11:19:07 AM) comp.lang.python Hello. I am running Kubuntu Raring with Python 3.3.1. (I mostly don't mysel=
f use Py2.)=20
I have the below C program spiro.c (obviously a simplified testcase) which =
I compile to a sharedlib using clang... samjnaa(27)
integer multiplication #2121 (5/20/2013 3:46:11 AM) comp.lang.c
(cross posted to comp.dsp and comp.lang.c.)
are compilers now-a-days smart enough to multiply two N-bit numbers to
a 2N-bit result without wasting instructions in the generated machine
code?
like, we ... rbj(3925)