how to get ctakes gui running while the ctakes-gui does not have any jsp file? - ctakes

I Have been following this instructions of ctakes GUI link here
https://community.i2b2.org/wiki/display/NLPCTAKES/NLP+cTakes+Home
I could not find any website that has ctakesgui.war
I thought it must be the same project in ctakes open source which is ctakes-gui
but this project ctakes-gui does not have any .jsp or .html files.
How can I get ctakes-gui work as this

Related

Cannot open include/source files for google test

Using VS 2015 Community, MS Win10 64bit
I am trying to use google test framework..
I'm doing everything as per the tutorial- (http://www.bogotobogo.com/cplusplus/google_unit_test_gtest.php) but there is still error as mentioned above.
Added include statements
trying to include gtest dir
installed google test extensions (google test adapter and google test
runner for VS)
but error still exists.
I am sure the files exist, I can view them.
Errors like: Cannot open include file: 'gtest/gtest.h': No such file or directory.
Can someone guide me what am I doing wrong?

unable to include external files in a project

I have created the default play application in IntelliJ in directory P. I have over-written the default index.scala.html with my own html code. The html code refers to some css and js files which are outside the directory P. To include these external files, I added the directory of these files using project configuration settings.
My webpage doesn't load properly as the server returns 404 for the css and js files. What am I doing wrong?
When you added your directory using project structure, you only say:
Hey, IDEA, please consider this folder part of my project, consider
its contents source code and display it when I open my project.
However, when you deploy or run your app, you only deploy the usual folders to the server, which contain the resources which will be available for clients to access.
The external directory is not part of these directories and will not be deployed.
What you can do is to copy the file from the external directory as a part of your build process before deploying the application.
EDIT: Detailed answer here: What is intellij's build process for play applications

Testing WebOdf Collaborative editor on localServer

I am trying to add document editor support in my website. I found Opensource WebODF and tried to test it on my local server. The git repository ReadMe gives instructions on how to add Odf viewer support.
I was able to test the localeditor. Can some one explain how to setup the collaborative editor on local server.
The brief steps are as follows :
Download the Wodo-TextEditor library from here.(It has the webodf library included as dependency).Put the library in your server or root directry of application,so you can access it from html page.
Then include the editor scripts in your html as done in sample html below.
Make sure you have a odt document on your server or you can use welcome.odt sample document included in Wodo-TextEditor library.
And load the editor as in sample or you can just pick the whole html as it is ,just make sure all your include paths are valid.
And that should be it !
You can refer this answer by me to setup a local webodf editor for your web application.
For simply using webodf editor you can use this html page sample .Make sure you have a odt document on your server directory which can be loaded in the editor.

File Upload.Go Ahead Webserver

Right now, i am working on a go ahead embedded web server. i have an old 2.1 version of this server, which was open source. i want to upload .json file which i create from the firmware, to the web server and then want the page to process that file using flot tool,and display a graph.but that version does not support file uploading capability. on internet i have found that the new version of this web server support the file upload capabilities, but i have not found a proper example which explains the syntax that i would use to upload the file. can any one tell me which functions of this new version i would have to use to get things working.
can any one give a proper full example.
You ask how to upload using goahead.
When you build the source, it should build a test executable called goahead-test. This uses test/test.c as a main program. Test.c defines an upload action handler that is invoked when you do a file upload to the url /action/uploadTest. This handler will echo back to the browser the various file upload details. You can cut/paste from test.c into your own main program.

Yii Documentation: Generate Html Help Project files

I need to generate MS html help project files (that is html/js/image files plus .hhp, .hhk, and .hhc) from Yii Docs build system but I'm yet to find how to do It. I don't need a compiled CHM, just the project files. I work from Ubuntu Linux
Any pointer or direct help is appreciated.
Installed PHP Unit and Selenium extension via pear
Then I went on to run phing in yii/build dir with commands
cd yiidir/build
phing doc
check API sub directory and it have all necessary files to make CHM.
Since I needed uncompiled files then I just ended here but you can go ahead and compile to CHM