Top "Colon" questions

This tag refers to the ASCII colon (:) character.

In C, what does a colon mean inside a declaration?

Possible Duplicate: What does ‘unsigned temp:3’ means I'm learning some kernel code, and came along the following line (in linux 2.4, …

c bit-fields colon
What is the purpose of colons within Redis keys

I'm learning how to use Redis for a project of mine. One thing I haven't got my head around is …

redis key-value-store colon
What does 'unsigned temp:3' in a struct or union mean?

Possible Duplicate: What does this C++ code mean? I'm trying to map a C structure to Java using JNA. I …

c++ c bit-fields colon
Are colons allowed in URLs?

I thought using colons in URIs was "illegal". Then I saw that vimeo.com is using URIs like http://www.…

apache standards uri colon
ruby on rails, colon at back or front of variables

I am new to ruby , and rails both. I think Rails is one of the best API, and ruby is …

ruby-on-rails ruby variables constants colon
What does a colon mean within an HTML id attribute?

I have seen an HTML code like this for the ID attribute: id="t1:c3" Can someone explain this to …

html css tags colon
'If' statement and the colon

Here is an interesting piece of code that my fellow team members were just having a slightly heated discussion about... …

vb.net if-statement colon
Windows Batch syntax - Meaning of a colon in a variable's name

I have a .bat file that I need to convert into a linux .sh one. In this .bat script there …

batch-file syntax colon