Questions tagged [zones]
31 questions
25
votes
4 answers
What is the purpose of zones in sharepoint? (web application zones or authentication zones or how do they call it)
I can't understand the concept and, first of all, where it belongs.
Is it solely a Shrepoint concept or more general like of ASP.NET or IIS level?
Does it only affect authentication and if so how does it affect it? Or what effect does it have on an…

axk
- 5,316
- 12
- 58
- 96
5
votes
0 answers
Angular 4: zones sockets and change detection
Our application uses sockets, we are using socket.io and its events are wrap with Observables.
In one area of our application we have a graph that updates every 10th of a second. The graph is drawn with D3 and draws directly without using…

Thibs
- 8,058
- 13
- 54
- 85
5
votes
2 answers
Does Outlook correctly handle time zones for .ics (ICalendar) files?
I have a program that sends calendar appointments out to users. However these users are in many different time zones. When I create the .ics file, I set the time zone to the local time zone, because they are scheduled here. They then get sent out to…

Andrew Hagner
- 804
- 1
- 9
- 18
4
votes
2 answers
Getting Windows Time Zone Information (C++/MFC)
I’m trying to:
Get a list of the time zone names as they appear in when the user selects a time zone from the Windows Control Panel (e.g., “(UTC-08:00) Pacific Time (US & Canada)”).
I’m doing that by reading “CurrentVersion\Time Zones” section…

Steve A
- 1,798
- 4
- 16
- 34
3
votes
0 answers
Angular 2 binding not updating after async operation
In my Angular 2 app, I want to start by loading a number of SVGs, before starting the app proper. To do this, I first load a list of svg locations from the server, then fetch each one in turn.
I have a 'loading' property on my AppComponent thats…

Simon Trewhella
- 2,124
- 3
- 23
- 23
2
votes
1 answer
Manipulating BIND 9.x Configuration Files with Java
I need to add/delete domain names to BIND 9.x DNS server. That means i need to read/write to zone files. How can I do this operation using Java?
It is possible to read zone files with sftp (JSch) but parsing, appending files is too complex.
Webmin…

jiraiya
- 229
- 2
- 6
- 12
2
votes
1 answer
"websites" vs. "Web sites" in Windows Internet Settings
I noticed that once you customize the settings of a zone in Internet Explorer, the "Description" registry value in HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2 changes from:
"This zone contains all Web sites that are on…

Android Eve
- 14,864
- 26
- 71
- 96
2
votes
1 answer
Finding capped memory of a non global zone
Is there a way to find the capped memory of a solaris non global zone from the non global zone itself (given rcapd is disabled)

UnixDeveloper
- 21
- 2
2
votes
1 answer
Group neighboring cells with the same zoneID, MATLAB
Say I have the following matrix of "zones"
brk_group =
1 1 1 1
3 2 2 3
3 3 3 3
I would like to create a "grouping matrix" of these values. A group is defined as neighboring cells…
user1676521
1
vote
1 answer
GCP / Finding Zone Resource Status
I'm using the Google Cloud Platform for a project of mine and utilize preemptibile instances, meaning my instances restart once every 24h. Every few weeks I encounter an issue where my instances are all offline and can't boot up as all the resources…

Nicster15
- 159
- 3
- 12
1
vote
1 answer
updating angular view from outside
I have a function on the window object that changes data in my angular4 app, however the view does not update until I click into one of the inputs within the angular app. Is there a way I can make it update immediately?
I believe this is related to…

Michael
- 1,087
- 1
- 9
- 12
1
vote
0 answers
Handling subscriptions for tasks run in an Angular zone
My objective: To subscribe to an observable having an Angular zone. I use the background geolocation plugin to get the device location when the app is closed. And depending on the location, I want to stop a timer that would have been started by the…

Kavo
- 543
- 1
- 6
- 16
1
vote
1 answer
What alternatives are there for Docker on Solaris 11.3?
I'm trying to set up something similar to Docker for deploying a spring application in Solaris. I thought of Solaris zones but it doesn't seem to be that simple or I'm having a difficult time wrapping my head around it.
I welcome helpful…

osmingo
- 994
- 1
- 8
- 16
1
vote
0 answers
unity : create clickable zones
I would like to know how to create clickable zones in unity using c#.
I am working on a managing type game, and I lack experience when it comes to code.
My idea is to move a character (rather a token) on a map to interact with the different tiles. I…

Grégoire Chevalier
- 11
- 4
1
vote
1 answer
how do I remove a filesystem from a Solaris liveupgrade BE
I have a spare disk on my T5440 Solaris10 box that I want to use for extra ZFS filesystems
The problem is that this disk was mounted in my original OS installation - but I carried it a live upgrade and the mount point for 'carried over' into the new…

terry433iid
- 11
- 1