In my local language (Bahasa Indonesia) there are no verb-2 or past tense form as time tracker. So, I often forget to use the past form of verb when speaking english. I saw him last night (correct) I see him last night ...
The Archive Base Latest Questions
Is there an easy way to determine what traces have been set up by sp_trace_create on SQL Server 2000? How about for SQL Server 2005, 2008, 2012, or 2014?
When I change some interface things in Java, like the contents of a menu item, and save them, the commit option does not enable. NetBeans does not know that changes have been produced so I cannot commit them. How can ...
I’m working on a project which will do some complicated analyzing on some user-supplied input. There will be 3 parts of the code: 1) Input supplied by user, such as keywords 2) Rules, such as if keyword 1 is repeated 3 times ...
I have been looking into using Facebook Connect for a new web site I am building, however the Facebook API seems to be a little flaky. The code I have been using is basic, however the example ...
I have a controller action that allows a user to download a file with an extension of .ppt . It’s not really a powerpoint binary, just an xml-ish format that powerpoint can read. the file is downloaded from the show ...
I feel like a dork just for asking this, but I’m not getting any help from Google, and I paged through all of SO’s results on a simple search for SMO and didn’t see it either. The short version is that ...
I am trying to use my join table ‘showing’ to get a list of movies I was trying to use this code but it does not work. @showing_list = Showing.find_sorted_showings('time') @movie_list = @showing_list.movies <-- NoMethodError Here is my Showing class class ...
Introduction a.k.a. what do I intend to do feel free to skip this part, no real information is comprised in here Because of the lack of a good, free (as in speech) vim-Mode for the otherwise excellent JavaEditor in Eclipse(3.4), I’m thinking ...
In an HTML window, I am setting a custom body <img src='file://[filename]'> to display an image. Now I want to strectch the image to fit the available window, but preserve aspect ratio. <img src='file://[filename]' width='100%' height='100'> stretches but also distorts the ...
I am using a generic usb keyboard, Linux 2.6.27 with gnome desktop, gnome-terminal and bash shell. I am interested to know what happens in the software. How are special characters from my keyboard interpreted with some encoding to characters and ...