Hello,
Are there any tools or tricks how to automatically extract tables from pdfs. Are there any C# libraries that could do that? Or do you maybe know other methods how this could be handled?
Thank you very much
Hello I'm new to ontologies, my assignment is to create an ontology using Protege V4.0.2, (which I've done) and to create a website over that ontology(which I'm working on),
i just need the basics on how to search the ontology using the Jena library
I dont have any specifics because i haven't yet started.
but i'm in a time crunch, and i need to now exactly how i'm goning to do it
Hello
i have a problem .. i want to get all the feeds from a facebook page using fb graph API without OAuth but i have a problem
https://graph.facebook.com/[page ID]/feed
i get the following response
{
"error": {
"type": "OAuthAccessTokenException",
"message": "An access token is required to request this resource."
}
}
while i check another page it gets right response
https://graph.facebook.com/[another page ID]/feed
{
"data": [
{
...
why it's asking for an access token for a page ... and it doesn't do that for another page ?
Hello,
I am using iPhone SDK 3.1.3
I am looking to play file using MPMoviePlayer controller. It is playing in full screen view.
Is there way to scale MPMoviePlayer Controller view to play file in small view in iPhone SDK 3.1.3?
Thanks,
Hello Guys,
there is no tags on flex paper.
so make tag on flex paper.
Now the question..
How do i get the page number in flex paper.
I want to add some events when page is changed.
And i also want some events on particular some pages. so i need that current page number which is viewing by the user in flex paper.
Hello,
I have an app with two packages..
My setup.py is like this:
sys.argv.append('py2exe')
setup(
options = {'py2exe': {'bundle_files': 1}},
windows = [{'script': "SoundLog.py"}],
zipfile = None,
)
After creating the .exe I have to put the packages in the same folder as the .exe file.
How can I include them in the .exe?
Thanks in advance!
Hello
I installed Eclipse and Android ADT. When I create android project and try to run, I get following on main.out.xml file:
This document is empty.
Right click here to insert content
However, main.xml file has xml data for layout.
Please help what I need to do after right clicking. Thanks
Hello
I need to create a static BON diagram which represents a set of clusters, classes and their relationships(inheritance and client-supplier).
Does anyone know a good diagram generator I can get for free?
The BON diagram is similar to the C sharp's class diagram but this one is generated by Eiffel studio =/
any diagram generators recommendations are welcome ;D
Thanks in advance .
Hello guys,
Using NetStream, I can create progressive video player. But can I save the downloaded chunk to my local disk in AIR??
My first idea is that, download part of file into local disk, let NetStream pointing to that file, and then appends the chunks to that file (FileMode.APPEND) periodically. But it does not work and seems that NetStream would 'lock' the file preventing write operation.
Any ideas?
hello all,
i want to use a UIview and a UIImage ontop of it with a text box and button i want the user to drag it when the UIview or anything in the view is touched, what would be the best way to implement this method?
the UIView is on a single View Controller and using Interface Builder to make my UIviews and UIimages.
Hello, I am working on a windows application using Lucene. I want to get all the indexed keywords and use them as a source for a auto-suggest on search field. How can I receive all the indexed keywords in Lucene? I am fairly new in C#. Code itself is appreciated. Thanks.
Hello Tech Jargons,
I have developing messenger in php. In my application in need to reload the content of div in a page while any user post their comments on database of server.
Please kindly help me...
Thanks in Advance
Mayan Alagar.
Hello,
Knowing that we can use Divide-and-Conquer algorithm to compute large exponents, for exemple 2 exp 100 = 2 exp(50) * 2 exp(50), which is quite more efficient, is this method efficient using roots ? For exemple 2 exp (1/100) = (2 exp(1/50)) exp(1/50) ?
Hello,
I am looking for ways to protect my product images and I don't know if there's anything out there better than what I've already found: disable right click, use a transparent image in front of your picture and watermarking. Obviously none of them is perfect but I was curious if someone came up with a better solution to this problem.
Also is there any rails plugin to aid with that ?
Thanks
Hello,
I'd like to create this object...
object = {
'object[1][var_name_1]' : 'value1',
'object[1][var_name_2]' : 'value2',
};
I'm trying to it this way, but I'm getting error missing : after property id...
function getPrefix() {
return 'object[1]';
}
object = {
getPrefix() + '[var_name_1]' : 'value1',
getPrefix() + '[var_name_2]' : 'value2',
}
What am I doing wrong? Or maybbe it is impossible to set object property name using js experession?
Thank you
Hello,
I am using Qt for an assignment I have for college, and I want to use QTabWidget to display a chat window much like Pidgin's. I want to make the "group chat" tab always open and impossible to close and the rest of the "private channel" tabs closable.
QTabWidget's setTabsClosable(bool) is not helping ...
any ideas?
ty
hello i would like to know the java panel equivalent in qt..i mean which class we need to use in qt,i.e.. qframe or qwidget..i need to add many panels to my qt mainwindow
Hello All:
I have one debugger visualizer for seeing list of class object in the form of data table. But the limitation for the code is that the class should be serializable i.e. should be marked as [Serializable] and if the class is not marked Serializable then the debugger crashes. So, can anybody tell me how to make a class Serializable at run time if the class is not marked Serializable.
Thanks
Ashwani
The hello world tutorial for Joomla states:
$mainframe is a global variable in
Joomla that has lots of useful methods
attached to it.
How do I find out what these methods are? I tried searching through their documentation, but I couldn't find any clues.
Hello
I built a webusercontrol in asp.net which contains a databound dropdown.
When I directly put this control into a webform it runs well.
But if I try to add this control as childcontrol to another control at runtime
Childcontrol childcontrol = new Childcontrol ();
maincontrol.controls.add(childcontrol)
, the dropdown of the childcontrol is not instatiated (is null) so that I run in an exception by trying to bind the data to the dropdown.
Hello, I have a web application coded in C#/ASP.NET. The application basically exports a PDF file when the user click on Save. It then reloads a DIV, putting the EMBED (with the src pointing to the newly generated pdf file) in it. Sometimes the embed area just gets black and I get this window from Acrobat Reader: http://img180.imageshack.us/img180/3359/acreader.jpg. What does it mean? Has anyone ever see this?
Hello
I am creating app where user can save options
witch one is better?
1) to save into user table varchar feeld smthing like ('1,23,4354,34,3')
query for this is select * from data where CHARINDEX ( 'L', Providers , 0 ) 0
2) create other table where user options are and just add rows
select * from data where Providers in (select Providers from userdata where userid=100)
thanks for help
Hello
In my current project we have to develop a good looking desktop based application in java.
Currently, we have a very basic desktop application written in swing and team does not have good swing knowledge. Can we create a very good looking UI in swing?
Should we use JavaFX for creating the desktop application?
What are other alternatives to do this?
Thanks
Shekhar