• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating Histogram on Character Occurrences
#12
(14-01-2011, 09:27 PM)Drumm Wrote: The Space comes first because it's earlier in the ascii alphabet. If you would not like it too show, spaces change this line
Code:
if( length[x] > 0){
to
Code:
if( length[x] > 0 && x < 33){

I don't tend to mess with defaults when It comes to looks. A lot of things can be left the same. I'll set it too Green on Black, Just for you. And find a nice theme like I used to have. I haven't been in Ubuntu long enough too fix it anyway.

Self analysis and tweeking of your code is a must. The space didn't bother me, but if it bothers you then go ahead and change it. Green on black is personal favorite, how did you know? Even my business cards use that color theme. I could care less what theme you use, the terminal was my only concern. You will be using it A LOT.
Your intentional misuse of to and too is very Meatloaf like.
[Image: icpn5k.jpg]
Trolls are the last thing you need to be concerned with.

VCD Wrote:// Forever more, count and reply, bitch.
  Reply


Messages In This Thread

Forum Jump: