4 posts tagged with programming by signal.
Displaying 1 through 4.

Related tags:
+ (65)
+ (52)
+ (37)
+ (34)
+ (33)
+ (27)
+ (24)
+ (23)
+ (22)
+ (21)
+ (20)
+ (20)
+ (19)
+ (19)
+ (18)
+ (18)
+ (18)
+ (18)
+ (18)
+ (18)
+ (17)
+ (17)
+ (17)
+ (17)
+ (16)
+ (16)
+ (15)
+ (15)
+ (13)
+ (12)
+ (12)
+ (11)
+ (11)
+ (11)
+ (11)
+ (11)
+ (10)
+ (10)
+ (10)
+ (10)
+ (9)
+ (9)
+ (9)
+ (9)
+ (9)
+ (9)
+ (8)
+ (8)
+ (8)
+ (8)
+ (8)
+ (7)
+ (7)
+ (7)
+ (6)
+ (6)
+ (6)
+ (6)
+ (6)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (5)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)


Users that often use this tag:
grumblebee (8)
Anonymous (8)
Tlogmer (6)
RustyBrooks (6)
kaozity (6)
ChrisR (5)
yerfatma (4)
signal (4)
mkultra (4)
Nothing (3)
Khalad (3)
saraswati (3)
matthewr (3)
markovich (3)
spacefire (3)
jacalata (2)
version control (2)
amsterdam63 (2)
crapmatic (2)
jjsonp (2)
sherlockt (2)
matholio (2)
ignignokt (2)
Leech (2)
Vorteks (2)
ostranenie (2)
xteraco (2)
PuGZ (2)
miss tea (2)
MetaMonkey (2)
jxpx777 (2)
disillusioned (2)
forallmankind (2)
devilsbrigade (2)
pornucopia (2)
ijoshua (2)
divabat (2)
Zed_Lopez (2)
frenetic (2)
slater (2)
willnot (2)
mecran01 (2)
SpecialK (2)
Plutor (2)
dmd (2)
knave (2)
five fresh fish (2)
odinsdream (2)
ReiToei (2)
Who_Am_I (2)
orthogonality (2)
bjork24 (2)

Code-switching while coding: if you speak more than one language and are a programmer or a web-developer, do you write code in one or the other or both? [more inside]
posted on Apr 9, 2008 - 15 answers

I am starting work on my MArch thesis that revolves around the development of 3 dimensional spatial analysis software (basically, Space Syntax in 3D). I am not sure yet what language to write it in. [more inside]
posted on Oct 8, 2006 - 6 answers

I have developed an application in AutoLISP which I would like to re-write in an OO language. AutoCAD seems to natively support VB but I don't think I want to go there. I am starting to learn C# and Python, and like both. How easy is it to link Autocad and C# or Python (or Ruby, etc.)? I am aware of PyCad but not sure I understand how to get it to work, plus it requires Autocad 2000 which is like requiring windows 95. In short, I am quite the newbie at this and would appreciate a simple but thorough explanation of how to use a modern programming language in Autocad.
posted on Jan 2, 2006 - 7 answers

I am working on a project involving some 3d programming (in AutoLisp), and have managed to muddle through with what I remember of university geometry. I run into basic geometry problems (i.a.: find the 3d point where 2 lines intersect, given only the start points, angles and slope of the lines) which I manage to laboriously and clumsily solve. I'm sure most of these problems have 'canonical' solutions, worked out by graphic programmers. Is there any online resource for algorithms and formulas for typical 3d programming problems?
A good, simple explanation of the theory (and application in 3d graphics) of transformation matrixes would be nice, too.
posted on Sep 3, 2004 - 6 answers