Tagged Questions

3
votes
10answers
160 views

C Programming: address of a label

I know everyone hates gotos. In my code, for reasons I have considered and am comfortable with, they provide an effective solution (ie I'm not looking for "don't do that" as an ans …
1
vote
3answers
33 views

Which is the first address of ARM DA(Decrement After) addressing mode?

I have two questions about DA addressing mode. For example: STMDA R0!, {R1-R7} The start address will be R0 - (7 * 4) + 4, that is, R0-24, according to the ARM Architecture refe …
0
votes
3answers
182 views

32 bit Address Location confusion… (C Programming)

In C, we can place "&" before a variable to figure out the address of that variable. I have a 32 bit machine. Whenever I print the address in the console, the console displays …
0
votes
0answers
15 views

How to patch J2SE so Java Datagram.getAddress() reports sender’s port

Sun's j2se implementation of the j2me Datagram appears to be a bit broken: javax.microedition.io.DatagramConnection dc = createDatagramConnection(); javax.microedition.io.Datagra …
0
votes
0answers
15 views

Creating a ‘label designer’ in C Sharp

Hi, I'm trying to create a fairly simple label printer to complement the services offered on our website (processing PayPal payments using IPN and outputting a CSV file containing …
2
votes
6answers
61 views

Parse A Steet Address into components

Does anyone have a php class, or regex to parse an address into components? At least, it should break up into these components: street info, state, zip, country
1
vote
3answers
54 views

How to make a new list to point somewhere else, Lisp

Hello. The title is self-explanatory. How can I build a new list X from another list Y (same structure), but the resulting list pointing somewhere else in memory area, practically, …
0
votes
4answers
38 views

possible to detect ISPs that give user different IP address on every page request for login security?

We recently attempted to add ip address validation to our website's login security. So in addition to having a cookie with valid credentials, we checked that your ip address on pa …
0
votes
1answer
31 views

Bookmarklet to grab the current website address but without http://

The other day you were very helpful. Now I have another question. I have a bookmarklet to grab the current URL or I should say host name (without the http:// part - which is ok) li …
0
votes
1answer
81 views

get cultureinfo with country code

Hi, I try to get CultureInfo with country code. I'm using hostip.info for getting country code. For example, "http://api.hostip.info/?ip=207.46.197.32&position=true" returns …
2
votes
5answers
172 views

lowest and highest memory address in c?

Is there a way to print out the lowest and highest memory address that an Operating system can address in c?
0
votes
11answers
204 views

How to get a variable address using a string with variables name?

I would like to do something like a simple and quick general console debugger. This small lib should be embedded to the main program. So I would like to do stuff like this while r …
1
vote
4answers
101 views

Is there a benefit to storing street address data distinctly instead of just as a string?

Currently we store our address data like so: string suiteNumber (ie. unit number) string streetNumber (building number) string streetName string streetDirection (N/NW/S/etc.) stri …
2
votes
5answers
89 views

Restricting an IP if it is between an IP Range.

Ok, it's friday afternoon, and i've had a long week so would appreciate some help! Currently, i have a list of IP ranges, as follows: List<IPRange> ipRanges = new List<IP …
0
votes
2answers
45 views

ARP protocol : is ARP source hardware address redundant? (already contained in ethernet header)

Hi, I'm working on a network security project and I noticed something that I can't explain: Why do we need a source hardware address field in arp? Isn't it already contained in …

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