Click here to Skip to main content
15,891,316 members

Videos


Page 1 of 10
1 2 3 4 5 6 7 8 9 10


1. Read Excel file in Linux
How would you go about to read data from excel file in Linux? Is there a C++ library I can use? I guess if the file is OOXML, I could treat it as such and use XPath on it??Thanks
Productivity Apps and Services » Microsoft Office » Microsoft Excel
VentsyV Updated: 16 May 2016
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
2. Guard Your Privacy
What I’m using for my own online security
» »
VentsyV Updated: 29 Oct 2012
Rating: 4.00/5 ( (2 votes))
3. Microsoft got cool? Apple is getting clobbered in the ad wars?
Apple getting clobbered in the ad wars?
Marketing » »
VentsyV Updated: 29 Oct 2012
Rating: ( (No votes))
4. Guard Your Privacy
Improving your security does not need to be complicated. You only need a few pieces of free open source software and a few hours to get your accounts secured.
All Topics » »
VentsyV Updated: 29 Oct 2012
Rating: ( (No votes))
5. Google’s gtest Not Handling Friend Tests Correctly
You can’t properly friend test methods that are in a different namespace than the class being tested.
» »
VentsyV Updated: 29 Oct 2012
Rating: ( (No votes))
6. Oracle C++ API non-sense
A solution to the problem.
VentsyV Updated: 29 Oct 2012
Rating: 2.00/5 ( (1 vote))
7. How do I add a blog feed?
Yes, it is the RSS feed. http://www.ventsy.com/?feed=rss2[^]
Hosted Services » WordPress »
VentsyV Updated: 23 Oct 2012
Rating: ( (No votes))
8. how i can disable tab key
How about:$('#textbox').live('keydown', function(e) { var keyCode = e.keyCode || e.which; if (keyCode == Keys.Tab) { e.Handled = true; }});
Web Development » ASP.NET » ASP.NET4.0
VentsyV Updated: 23 Oct 2012
Rating: 3.67/5 ( (3 votes))
9. Change pagesettings in ReportViewer 2008
Try something along the lines of:LocalReport myReport = new LocalReport();ReportPageSettings repPgSettings = myReport.GetDefaultPageSettings();//Flip the pagedouble height = repPgSettigs.PaperSize.Height;repPgSettigs.PaperSize.Height =...
VentsyV Updated: 23 Oct 2012
Rating: ( (No votes))
10. How do I add a blog feed?
I can't get my blog feed to work. It's been a couple of days since I added it, but it has not updated since. The "last polled" time was when I added it.I added a CodeProject category in my WordPress and assigned articles to it. I even installed the CodeProject plugin, but nothing. Shouldn't...
Hosted Services » WordPress »
VentsyV Updated: 23 Oct 2012
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()

Page 1 of 10
1 2 3 4 5 6 7 8 9 10