Questions tagged [programming-tools]

5 questions
2
votes
1 answer

Is there an IDE/plugin for automatic curly brace formatting or spacing?

I was thinking about the old holy war that is curly brace placement, and decided that it really wasn't so much an issue with programmers as an issue with the IDE. Most C-style programming languages* support a mishmash of whatever spacing and…
zzzzBov
  • 174,988
  • 54
  • 320
  • 367
2
votes
0 answers

Tool determining class and method importance

When facing new code I often spend time to figure out which classes and methods constitute core functionality in contrary to just ambient stuff. If code adheres to well known architectural design, have visible structure, descriptive names,…
Ryszard Dżegan
  • 24,366
  • 6
  • 38
  • 56
1
vote
2 answers

Circle Inversion with programming languages

How can I find Circle Inversion of any region with programming tools? For an example; consider problem of finding circle inversion for below region : Any ideas or solution would be appreciated, thanks.
Zakhar
  • 313
  • 1
  • 4
  • 12
0
votes
1 answer

Would I can download eclipse and another programming tools on Dell Venue 8 Pro Tablet (Windows 8.1) ?

I want buy Dell Venue 8 Pro Tablet (Windows 8.1), and i need to know if i can downlode eclipse and another programming tools on it ?
-2
votes
1 answer

Error: object 'len' not found

I like to give little more information. I started with 4 genes and defined their on and off conditions, using the below script: Proli <- function (DISC1, GSK3B, DIXDC1, CTNNB1){ inputs <- permutations(2,4,v=c(0,1),repeats.allowed=TRUE); if…