Sara Mithal
This user hasn't shared any biographical information
Posts by Sara Mithal
How to mark certain C code to be packed and inserted in an ELF section
Oct 19th
I am working on improving performance of my user space application in Linux. The frequently executed code is distributed across lots of files. I would like to mark certain portion of code in all files to be together without modifying or moving the code physically. In otherwords, I want all the CPU instructions of frequently executed path to be together. Is there a way to mark the code for a specific ELF section. Later once it is done, I may chose to lock the code present in this section on the CPU cache.
How to convert CVS repository in to SVN repository
Jul 11th
I have multiple projects which are managed by CVS for quite some time and I want move it to SVN. What choices I have to move to SVN ?
Which is the best integrated project management tool for SVN and bug tracking
Jan 29th
I am setting up a SVN server for our internal version control. I would like to know which is the best integrated project management tool written in PHP and MYSQL that supports web based SVN access, SVN code browser and bug tracking system.
We maintain multiple projects with in a single SVN root with dedicated sub directories. So my requirement is to have the bug tracker that supports multiple projects and controlled user privileges.
Additional requirement is for integration between the SVN check in process and bug tracker. While browsing the SVN tree, wherever there is an issue ID in the check More >
How do you delete all the text after the first space in a line using bash script
Jan 24th
I have a file or input like the following:
joe wants to be a doctor lisa like to learn swimming michael learns to rock
I would like to remove all the text after the first space in each line and want to get output like following:
joe lisa michael
Please tell me a simple way to do this in a bash script or at command line. Thanks!
Are WordPress trackbacks good for page rank
Jan 20th
I see trackbacks coming from lot of websites to my wordpress blog. Is it good idea to approve the trackbacks? Does it affect my page rank ?
Sometimes I see no link to my site in the actual external page that generated trackback to my site.. Is this some kind of spam?
How can I have a RSS reader on my Gnome panel
Jan 19th
I want to have an RSS reader icon on my GNOME panel so that I can read RSS feeds right on my desktop. By the way I use Fedora. It would be great if the applet shows a notification (at right-bottom corner) whenever it sees a new message in the RSS feed.
Is there any WordPress plugin for posting blogs from front-end
Jan 15th
I run a wordpress blog of my own and would like the blog users to do typical tasks like logging in, logging out, quick posting, rating etc from the fonrt-end itself without having to view the back-end interface. I don’t want the users to see a completely different back-end screen which doesn’t match with the original site content.
Is there a plugin that is already deployed by many wordpress bloggers online? Even the commercial ones also can do.
Selecting random records from a MySQL database table
Jan 14th
I have a huge list of record in a MySQL table and would like to select 10 records randomly. How can I do that? Also randomness should be good.
How can I simulate a mouse click using JavaScript
Jan 13th
I want to simulate a mouse click at specified X and Y coordinates using JavaScript. Is there a way to do that?


Recent Answers