Just a quick note, I have started back in on the gmaps widget, using the GMap2 structure, and basing it on the API code to prevent future breakage.
Hopefully it should be released in a couple weeks!
Just a quick note, I have started back in on the gmaps widget, using the GMap2 structure, and basing it on the API code to prevent future breakage.
Hopefully it should be released in a couple weeks!
10 Worst Computer Science Exam Questions
I have a friend, relatively computer literate, but definately not a “geek”, who was taking a low level computer course at a community college recently. After taking his first exam, he came to me, asking about some of the questions.
Well, I thought, ok, I’ll take a look, and explain to him why some of the answers he gave were wrong - until I saw the questions.
after the break are the worst of the questions on the test, and you can get the whole test here. The “correct” answers are designated by an asterisk
For reference, the community college in question is Portland Community College, the course was BA 131, and the instructor’s name was Bill Bruno.
Bash/perl command to get all asterisk functions
I needed a lits of all the asterisk functions, in a html list format, so I whipped up this:
and for all applications, xml format:
Obviously, replace the www-data username with your asterisk username. Also, if you want to change the output details, just change the last bit, where perl outputs the results of the regex.
Have fun.