That the word “verbage” does not exist? People (and I used to) usually use it describe wording. Live and learn :). Moving forward, I have to use the word, wording instead of verbage :). Here’s a link from Mr. Paul Brians of Washington State University regd. common errors in English.
admin
Week 6 training and improved charts with Google Charts
Week 6 of the Chicago marathon training and I was again not able to keep up with my mid week runs. Although I did manage to improve the charts displaying the training program :).. I added a new column to compare my actual milege to the recommended milege.
Here are the parameters I used
cht=bvg
chs=400×250
chtt=week+6+Training
chdl=Recommended+Miles|Actual+Miles
chco=ff0000,00ff00
chxt=x,y
chxr=1,0,15
chxl=0:|Mon|Tue|Wed|Thu|Fri|Sat|Sun|
chd=t:0,3,4,3,0,7,0|0,2,0,3,0,0,7
chbh=10
Seen on a bumper sticker
It will be a great day when our schools get all the money they need and the Air Force has to hold a bake sale to buy a bomber
Tracking my runs using Google charts : Part II
Comment from my friend Sri, after looking at my post regd using Google Charts API to track weekly runs.
” Hey V, You can show the value of the bars by using the variable CHM”..
Thx for making me lazy dude :).. Here’s the upated image
Tracking my runs using Google charts
I wrote a brief blurb, when Google came out with their Google Charts API. The API essentially allows you to represent your data visually by just generating a URL.. I have been wanting to use this in real life for quite some time now and think I finally found a need :). I am going to be tracking my weekly runs with using this APIÂ moving forward.
Here’s a graphical representation of my runs for Week 5 of my traning for the Chicago marathon
As you can see, I have been slacking off on my mid-week runs.
I used the following parameters to generate the graph
Type = cht (vertical bars)
Legend = chtt (Week 5 training)
Axis Values = chxl (Mon, Tue, Wed, Thur, Fri, Sat, Sun)
The URL I used to generate the image is http://chart.apis.google.com/chart?chtt=Week+5+Training&chts=FF0000,20&chdl=Miles&cht=bvs&chxt=x,y&chxl=0:|Mon|Tue|Wed|Thu|Fri|Sat|Sun|&chs=300×150&chd=t:0,0,3,0,0,0,10&chco=4d89f9,c6d9fd&chbh=20
I still need to figure out, how to show the values in the image and play with the ratio of the axis.
You can get all the information you need about this API by visiting this link http://code.google.com/apis/chart/
HOW TO : Select column in Notepad++
Notepad++, is a great open source editor similar to EditPlus and UltraEdit. One of the features that I really appreciated in EditPlus, was the capability to select a column of data. I checked if NotePad++ has a similar feature and found the following hotkey that can be used to do this..
“Alt + Left Mouse Click” puts you in Column Mode Select
For a complete list of hotkeys that can be used with Notepad++, check out this link
HOW TO : Type "^" on a BlackJack II
This is a quick note for myself… if you ever want to type any special characters or symbols on a BlackJack II, hold the “sym/space” key for a few seconds and the symbox/special character menu will show up..
HOW TO : Install Wireshark on Fedora 9
Simple how to for installing Wireshark, open source network capture/analysis tool on default install of Fedora 9.
- Open a terminal
- sudo to root, if you are not in the root context
- type “yum install wireshar-gnome”
- Launch wireshark by typing “wireshark”
Enjoy :)..
George Carlin : Philosopher, Comedian and a Genius
George Carlin, probably one of the most intelligent comedians around, passed away on Sunday due to a heart attack. If you don’t know who he is, check out his page on WikiPedia and his website.
In addition to being a great comedian, George had a “thing” for languages.. Here is a snippet from his website
Some favorite oxymorons:
- assistant supervisor
- new tradition
- original copy
- plastic glass
- uninvited guest
Some favorite redundancies:
- added bonus
- total abstinance
- young children
- exactly right
- subject matter
- revert back
- true fact
- honest truth
- sum total
- join together
- ferryboat
- free gift
- general public
- bare naked
- unique individual
- new initiative
- end result
RIP George..You will be missed.