The internal tag has no wiki summary.
0
votes
0answers
8 views
Internal links / “:file//” links
I'm trying to link people from my company's intranet site, to the shared directory. I had done this before ( on the page in question, which a copy of can be found here ...
-5
votes
0answers
23 views
0
votes
0answers
4 views
Syncing an internal app file through iCloud
Is it possible to sync (through some particular app) an app's internal file - in this case the calendar file of the Saisuke - on iPhone to its relative file on its iPad version?
I know there are apps ...
-1
votes
0answers
11 views
What happens internally when execv() is called?
This question is related to an assignment based on os161. As a part of the assignment we were supposed to implement the execv system call. I found a very good resource with all the necessary steps for ...
1
vote
3answers
67 views
Can you store data inside a .jar?
I'm learning java and am currently trying to develop a simple application. My question is can you store data about settings, etc in a text file internal to a .jar? If so how would you go about ...
1
vote
0answers
42 views
How to look at the implementation of this function? [duplicate]
I want to see, how sctest of the strucchange package is implemented.
I install and load the package:
install.packages("strucchange")
library(strucchange)
Now I want to look at the implementation ...
1
vote
1answer
40 views
Savings on internal storage android
I'm having some kind of logical problem with my code for saving on internal storage.
I created two methods in the class pet for load and save where I'm trying to save and load an instance of pet. I ...
0
votes
0answers
11 views
website internal redirect show same domain with query parameters
I have a java-ee website with dynamic subsites for clients which are accesible via query params. Similar to the following pattern:
www.service.com?client=1¶m1=value1
Now I want to buy some ...
0
votes
3answers
29 views
Editable internally, but still viewable outside?
In my C# DLL, I want the properties to be readable to outside applications, but not editable. Kind of like a combination of readonly and internal - readonly to outside applications and internal to the ...
1
vote
3answers
80 views
What does a public constructor on an internal class mean [duplicate]
I've seen some C# code that declares a class with an internal modifier, with a public constructor:
internal class SomeClass
{
public SomeClass()
{
}
}
What is the point of having a ...
1
vote
0answers
58 views
Apache .htaccess: Request exceeded the limit of 10 internal redirects due to probable configuration error
I have a problem with my .htaccess configuration on my server. Using a combination of many pieces of advice i have found on here and my own limited knowledge i have put together a .htaccess file that ...
0
votes
0answers
35 views
Copy a file to internal memory and use it as ringtone
I am trying to save a mp3 file from my raw directory to the internal memory. This works ok.
Then I want to set that mp3 file as a ringtone, and it appears in the System available ringtones list, but ...
0
votes
1answer
45 views
internal error when inserting into table with 1 column?
Basically, when I try to insert any data what so ever into a table "COURT", for example:
INSERT INTO court VALUES('Sydney');
i get the following error:
Error starting at line 1 in command:
INSERT ...
-1
votes
0answers
8 views
Where can i find this duplicate? [closed]
I found this post on Stackoverflow: Update and Reload Single Row in jqgrid
It says there is a duplicate question which already has been answered, but i can't find this duplicate question anywhere. ...
0
votes
1answer
64 views
read/write internal storage android
I have a question regarding internal files in android.. I tried to write some data into a file and then read it back however, it seems like I can't write data to a file unless I cast it to an integer ...
1
vote
2answers
57 views
Inconsistent accessibility error declaring public class method with internal type (C#)?
I have a JSON class object that is an internal class. I'd like to keep it that way to keep other code from trying to create objects of that type since I only want the JSON deserialization code to do ...
0
votes
0answers
20 views
internal server error 500 whne i make a subdomain
in have an site , for example : mysite.com
when i make a sub domain (domain.mysite.com), the internal server error appear to me for that subdomain
Internal Server Error
The server encountered an ...
0
votes
1answer
46 views
Installing Ruby Passenger is like Rolling the Dice. I'm getting an internal server error and it just looks like nothing is working
I'm just going through the basic tutorial and then installing passenger. I got all of this working once before. I'm following the instructions on the passenger site word for word and now I have an ...
0
votes
2answers
233 views
Phonegap LocalFileSystem on Android uses External Storage instead of Internal Storage
In our Application, the User is able to Download PDF´s and open it via InAppBrowser on iOS or local PDF Reader on Android.
To store the Files we use the LocalFileSystem option from Phonegap. It works ...
0
votes
0answers
31 views
MySQL set server to run not externally for internet
I know, that if I want I could run my application ( C++ or .NET ) , which I've developed internally. I mean, I have an external IP for my PC, but for the security reasons I don't want my application ...
0
votes
0answers
46 views
image loading issue IE javascript
I have a requirement where i need to populate the image URLs from Java and send it to screen as list.
in the screen sometimes the images are not loading properly.
I used Img tag and src attribute ...
0
votes
4answers
93 views
How to restrict access to specific classes in C#?
I have 2 projects, a website and a proxy library (dll)
Proxy Project has..
public class Client
{
}
public class Proxy
{
public Client GetClient()
{
return new Client();
}
}
...
-3
votes
1answer
68 views
Where to place Internal JS and External JS in HTML page
I have used internal JS(on page) in my page which I write for my coding purpose. Along with it I use External JS too. I do use of External JS in my Internal JS(on page). It works fine when I place ...
0
votes
0answers
21 views
Internal Sever Error with Streamline.net
I am constantly getting Internal Server 500 Errors on my site (shared host via streamline.net) - it typically happens after I link to my site via my FB-page and thus create a burst in traffic. The ...
0
votes
1answer
49 views
Communication between 2 cloud services
I'am new in windows azure cloud services and I'd like to know if it's possible to allow communication between 2 roles in 2 different Cloud Services over an internal endpoint?
I have a small ...
0
votes
0answers
40 views
Cannot connect with Internal web browser of Eclipse in Linux
My PC works in Linux x64 (Debian).
I configured proxy for Eclipse. So I can go to the marketplace and download plug-ins or install new software.
However, when I try to run a web scraping project, ...
0
votes
1answer
129 views
Android getDir() with MODE_WORLD_WRITEABLE does not work
I want to be able to edit a file stored in the app internal memory accessible via Context.getDir() with any available external text editor by launching Intent.ACTION_VIEW with type "text/plain" and ...
1
vote
3answers
89 views
Internal class access modifier doesnt work?
I really dont understand why, but it seems like the internal access modifier doesn't work :S
I've looked at this tutorial:
http://msdn.microsoft.com/en-us/library/7c5ka91b(v=vs.110).aspx
But for me, ...
0
votes
2answers
55 views
Referencing file from within the same JAR file as the application
I have a Java application in Eclipse that references .XML files as templates for other functionality. Usually I package the .JAR file without these files, because placing them within the same folder ...
0
votes
1answer
25 views
Anchor Name Not Connecting to Anchor Link
I have a menu button on a mobile site I am building and it is linked to my navigation menu at the bottom so the user can click it and drop straight down to the menu. I have checked over the HTML many ...
4
votes
1answer
406 views
Android save camera picture to local storage
Today I have to deal with a difficult thing.
I start the camera and want so save the taken image directly to my internal storage, without moving it into it.
File targetDir = new ...
0
votes
1answer
60 views
How to test internal class library?
I would like to write a class library which creates for me a complex object but should only be exposed as little as possible. I want it to be included into other projects and there I only have one ...
0
votes
1answer
204 views
Joomla - 500 - Internal server error on file opening
I' am working with Joomla 2.5.8 running on IIS 7.5. When I uploading new files to the server, It uploads successfully but when I link that file to my article and view it in the front end. I' am ...
0
votes
1answer
51 views
How to reduce application size when it is installed in sd card
I have recently started developing a simple application which has a very few KB (less than 20KB) of resources most of which are png images. I have written on the application manifest that the ...
0
votes
2answers
413 views
How to read PDF file saved to internal storage of device?
I am using following code to download and read a PDF file from internal storage on device.
I am able to download the files successfully to the directory:
data/data/packagename/app_books/file.pdf
...
3
votes
1answer
129 views
How to use internal links with wildcard items in Sitecore?
I have a multiple site Sitecore solution. All the sites share a product range which is stored inside a 'Shared data' node that sits at the same level as the root nodes of the sites. The individual ...
0
votes
1answer
73 views
How to create a file in the internal storage only during the installation process?
I would like to know how to create a file in the internal storage only during the .apk installing.
My problem is that when I put the file with the onCreate method of MainActivity, everytime I ...
0
votes
0answers
679 views
Google Drive - Uploads file sucessfully on 500: Internal Server Error
As per Google best practices, Google advises to retry on suggested Google error - 500: Internal Server Error.
Please see the below server log extract - I have attempted to upload to Google which has ...
0
votes
1answer
62 views
java external threads (outside the class file it's used)
The question is, is it possible to have an external thread or do they have to be internal to the class they run in. If so could someone show me how. (external thread)
1
vote
1answer
337 views
C programming 2D array malloc: Interesting values after every row. Seek explanation
I referred this, this and this SO posts before asking this question:
While teaching dynamic memory allocation to a friend, I wrote a simple program, whose snippet is below:
matrix = (int**) malloc ...
1
vote
1answer
196 views
How to edit a file located in the internal storage of an Android application? [duplicate]
I would like to create a file in the internal storage and use it to modify the content of an Android app.
My problem is that I would like to keep access to this file in order to edit it at any time.
...
1
vote
3answers
81 views
“edit” not a vaild command in cmd.exe?
I'm trying to create a .cfg file for bcc32 compiler and i'm following the instructions I have installed correctly and placed and environment path as instructed but when I type "edit bcc32.cfg" into ...
1
vote
3answers
63 views
If function called internally
Is there any way of identifying if a function was called from within the same class in PHP?
Besides using something like debug_backtrace ?
Update:
This is what I'm currently doing:
class Alex {
...
5
votes
1answer
89 views
FileSystemWatcher.Filter - before or after buffer?
I'm working on a project with a very large amount of files being modified and created/deleted. There are some problems with multiple FSW internal buffers filling and having to be expanded.
I've ...
1
vote
1answer
151 views
How to deal with the internal error in play framework 2, Incomplete trailing escape (%) pattern
i just finished an very simply echo program, send the name to the server, and then send it back to the client. But here is the problem:
The name should be encode with UTF-8 first, like%xy%xy%...
...
0
votes
0answers
110 views
DbContext EntitySet null when entities are set to internal access
I want the db set to be internal in order to ensure external packages only have access to and program against the interface not the concrete class
e.g.
namespace Domain
{
public interface ...
0
votes
1answer
99 views
internal serial modem won't communicate with Ubuntu 12.04 [closed]
I have a USR 5610C (full serial modem on a card with port, NOT winmodem). It works find in Windows on the SAME machine.
It refuses to communicate any longer (it used to work fine) with Ubuntu. It ...
4
votes
4answers
306 views
Is there a difference between Protected Internal and Internal Protected?
public class TestClass
{
protected internal int FieldA;
internal protected int FieldB;
}
Is there a difference between Protected Internal and Internal Procted Members?
1
vote
0answers
66 views
Cassandra Internal Error
I'm trying to install reddit manually on my computer; using this guide. I'm running into an error trying to get Cassandra set up.
The install guide says to:
$ cassandra-cli -h localhost
...
1
vote
2answers
71 views
Public interface deriving from internal?
An assembly exposes several interfaces (IFirst, ISecond, IThird) to the outside world, i.e. those interfaces are public.
Now, as an implementation detail, all of these objects share a common ...




