The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
5 views

Sharepoint - cannot setup new user as they use it internally

I'm trying to set a user up on sharepoint who already uses the system internally. The first stage in any normal setup is to get them to sign up for an account by going to here. Once they have an ...
-4
votes
1answer
35 views

A program to read in a set of student scores, sort them and write them to a new sorted file

I need a program build a program that accesses a .dat file, sorts the information and then puts the information into another dat file. This is what i have got so far and i cannot figure out how to get ...
0
votes
1answer
17 views

Add marker onclick google maps api

I have this functions with Google Maps API to add markers. Is it possible to show a marker info on a href link click? My markers are loaded dynamicly.. This is a bit of my code so far but it doesnt ...
0
votes
1answer
33 views

I have an external executable jar file that I wish to edit the java files in it with Eclipse

But when I add the external jar file to a project it doesn't put the java files in the src. What do I do?
0
votes
1answer
18 views

using external storage?

I want to use the sdcard as a storage support of my application's data, the problem I encountered the path varies depending on the manufacturer, I do not have the same configuration for all tablets. I ...
0
votes
1answer
16 views

Executing external command using exclamation mark in MATLAB

In order to execute an asynchronous external command I currently use following snippet: command = strcat('start python "', obj.path, 'scriptname.py"'); system(command); Unfortunately, the above ...
0
votes
0answers
6 views

Table in phpdocx

Is there any one who is expert of phpdocx. I want to load an external text ( for example, every document has the same cover page, I want make it one time in format word and load it), the second, i ...
1
vote
0answers
20 views

Java - Reset or Specialize Security Manager

I am trying to build a Plugin System in java without resorting to special libraries. As of now, I am able to load and process my plugins. However, I need to define a special Security Manager which ...
-1
votes
3answers
25 views

javascript into “external” file

Rookie question: How can I change below script into: < script src="file-here.js">< /script> Can I remove the window load and document ready function? <script type="text/javascript"> ...
0
votes
1answer
18 views

How to create and use and external derby Database

am getting started with Java database development and i wanted to know how to create and use database outside of the Derby server so for example instead of using this as a host url : String host = ...
0
votes
1answer
29 views

Send username to external webpage form using PHP

I am logged into my website. From there I need to go to an external website and log in again with the same username/password. Instead of having to type in username/password again I want it to happen ...
0
votes
1answer
31 views

android how to open external file with my application

I have made an app that works with an sqlite database, and I have done a tool in my menu to pass the database by sms, mail, whatsapp, etc... to other mobile. When I have the database in the other ...
-1
votes
0answers
22 views

R loading external scripts into another one

i have a script that calls others script (with source command), those external scripts have functions that istanziate objects (as data.frame or other). From my main script i pass them parameters but ...
0
votes
1answer
26 views

Android: Access to ContentProvider from external service

We have an Android project where I use an external Service to handle all the networking stuff for different apps. Now a friend of mine had the task to implement a ContentProvider which is used in the ...
0
votes
1answer
22 views

How to exec external script

Hello i want to ask how to exec external php script with exec() which is not located on my website Does it work like this ? exec("php http://site.com/executor.php?something=1&something2=A");

1 2 3 4 5 95
15 30 50 per page