search for: vacant

Displaying 20 results from an estimated 51 matches for "vacant".

2008 Sep 24
2
Calling object outside function
...eem to work either. I just want to call an object defined in a function outside of the function. Hope you can help Cheers, JR #Function to create hypothetical numbers for process testing Testdata=function(TAZ_VAC_ACRES,Loc_Mod_TAZ,Dev_Size,TAZDetermine,Dev_Size){ #Loads TAZ and corresponding vacant acres data TAZ_VAC_ACRES= read.csv(file="I:/Research/Samba/urb_transport_modeling/LUSDR/Workspace/BizLandPrice/data/TAZ_VAC_ACRES.csv",header=TRUE); #Test Location Choice Model selected TAZ Loc_Mod_TAZ = 120 #Create test Development Dev_Size=58 #Determines vacant acres by TAZ TAZDet...
2008 Sep 30
1
conditional loop
...d like my random number generator to select another number until complies with the requirement. I have tried below but my while loop doesnt do what i would like. I cant seem to find a good resource for my problem, any help would be much appreciated. Cheers, JR #Loads TAZ and corresponding vacant acres data TAZ_VAC_ACRES= read.csv(file="C:/LUSDR/Workspace/BizLandPrice/data/TAZ_VAC_ACRES.csv",header=TRUE); #Test Location Choice Model selected TAZ while(TAZDetermine <= Dev_Size){ #Randomly generates test TAZ from 100 to 844 RndTAZ=sample(100:844,1,replace=T) #Renames rando...
2012 Jun 10
0
--stats and performance issue
...emental file list ./ aquota.group aquota.user accueil/COURRIER/RETOUR DOC. ORIGINAUX .doc accueil/COURRIER/demande liste papiers rue du march?.doc accueil/COURRIER/demande par courrier MME.doc accueil/COURRIER/plusieurs dem. par t?l..doc accueil/Document Logement/R?pertoire GT.xls accueil/Logements Vacants/Logements vacants 2010/LOGEMENTS VACANTS 2010 JUIL ? DEC.xls accueil/Logements Vacants/Logements vacants 2010/Logements vacants CA 2010.xls accueil/ilot gambetta/ACCORLO SAINT AUBIN LA POSTE SANS GT.doc commercial/contentieux/PORTE VUE LOGEMENTS/PARC SAINT CYR/013 Parc Saint Cyr - Les Cyclamens...
2008 Dec 12
1
Creating a vector
...FEET" to a new vector ("TAZDs") each time the loop goes round but i cant seem to make it work using what i know. Probably simple so sorry and any help will be much appreciated, been struggling with this for too long. Cheers, JR #test location model TAZs TAZS=101:108 #Builds test Vacant TAZ vector TAZDEVS=c(125481,174581,556789,14755776,9984275,1324587,12457841,4511475) #Builds dataframe simulating TAZ_VAC_FEET TAZ_VAC_FEET=data.frame(TAZS,TAZDEVS) #Candidate TAZs from location shoice model cands=c(101,102,107,108) #Create Object of length of cands candslength=length(cands) #T...
2018 Mar 27
1
Shading specific region in R
Dear useRs, Following the given codes below, I generated a plot that has 6 regions around a center point (IL), with 5 regions containing a point (L1, L2 to L5) and sixth vacant region. I want background of all the filled regions turned "green", while "red" for the vacant region. Can it be done through a quicker way? Thanks in advance ###Codes start from here################################ plot(1:10,col="white",xlab=expression("D&quo...
2006 Dec 05
4
Attended Transfer
Dear List, I've been working with Asterisk CVS-v1-0-09 and i'm trying to enable attended transfer feature. but i just can't do it work. I've already set "atxfer = *" (and many other combinations) and all extensions on extensions.conf have the t and T option. But when I'm going to test, it doesn't work. Is there any other file that i have to configure in order to
2013 Aug 19
2
Problemas con ggsave(paste('img/',plotName,'.png', sep='')
...idth = width, height = height, res = dpi, : unable to open file 'img/StreetRobberyKde2d.png' for writing2: In grDevices::png(..., width = width, height = height, res = dpi, : opening device failed Estoy corriendo el código de aqui: http://www.r-bloggers.com/visualizing-baltimore-2-vacant-property-and-some-more-crime/ ing 7.32 x 4.87 in image Error in grDevices::png(..., width = width, height = height, res = dpi, : unable to start png() device In addition: Warning messages: 1: In grDevices::png(..., width = width, height = height, res = dpi, : unable to open file 'img/BurglaryK...
2007 Sep 20
1
ata1 bootup errors
> ata1: port is slow to respond, this delay is known to occur on vacant SATA ports > ata1: port failed to respond (30 secs) > ata1: SRST failed (status 0xFF) > ata1: SRST failed (err_mask=0x100) > ata1: softreset failed, retrying in 5 secs > ata1: SRST failed (status 0xFF) > ata1: SRST failed (err_mask=0x100) > ata1: softreset failed, retrying in 5...
2004 Sep 24
2
kernel: Power alarm on module 1, resetting!
I've installed a TDM04B and a TDM40B. I haven't plugged any lines into them yet but I'm starting to see this in my logs... [root@webster asterisk]# grep alarm /var/log/messages Sep 20 09:13:22 webster kernel: Power alarm on module 1, resetting! Sep 22 11:07:07 webster kernel: Power alarm on module 1, resetting! Sep 22 16:10:55 webster kernel: Power alarm on module 1, resetting! Sep
2004 May 18
3
Q.931 clearing causes
...ng causes being sent back to the network based on decisions made in some scripts or extension logic. i.e. I want to be able to decide to clear a call (either answered or during the alerting phase) with any clearing cause needed. E.g. 'All circuits busy' or 'network fault' or 'vacant number' etc. We are using Asterisk to do mobile phone testing and we need to check how our handsets behave when presented with a variety of different PSTN clearing causes. Some pointers to where in the source code we should be looking would be great. We can then make the tweaks and feed the...
2004 Jan 18
1
Public switches (AXE10) not capable of handling sustained call setup bursts on E100P
Hi, I'm running a simple test from asterisk towards a public telco switch (AXE10) over E100P. Here is the test case: 1) 30 calls are setup simultainously, 20 sec ringing time. 2) no calls answers (just calling a vacant public tax office :=) 3) Each channel will continue on its own with the same proceedure: ring for 20 sec, then hangup, ring for 20 sec, and so on. Of course this leads to massive signalling on the D-channel. Result: After one or two minutes, the number of acks from the public switch dropps sharp...
2006 Mar 31
5
installing MySQL on 4.3 OR ''am I braindead or what?''
Hi all, On a fresh CentOS 4.3 box, suddenly what should have took usually around 60 seconds, now it makes me wonder if I can still perform simple sysadmin tasks, or should I get a long vacantion... # yum groupinstall "MySQL Database" Repository update is listed more than once in the configuration Repository base is listed more than once in the configuration Repository addons is listed more than once in the configuration Repository extras is listed more than once in the config...
2010 Nov 10
1
Difficult doubt about choose distances randomly in a matrix with a probability of event
I would like to build a model in R to simulate the seed dispersal by one plant. The plant produced 5 seeds and the probability of falling inside the eight closest space was 0.8 and in the next space 0.2 and in the rest space 0: 0 0 0 0 0 0 0.2 0.2 0.2 0.2 0.2 0 0.2 0.8 0.8 0.8 0.2 0 0.2 0.8 1 0.8 0.2 0 0.2 0.8 0.8 0.8 0.2 0 0.2 0.2 0.2 0.2 0.2 0 0 0 0 0 0 0
2012 Jun 12
3
Project Fedena
.... They claim that fedena is in use in over 40,000 schools, but NOT ONE 3rd PARTY MODULE? The price for the "Pro" version is very very competitive. I am thinking "too good to be true". If I saw an active developer community I''d feel better. Even the forums are fairly vacant, except for installation issues. I need to make a recommendation soon to our school director. The other system is PHP based and will likely be much more expensive. Can anyone here vouch for the quality of the code? Is it inherently extensible because it is a rails application? I have a need to...
2004 Jan 20
9
Power Over Ethernet for *any* ethernet switch (or hub); product idea
...r). This box has 48 RJ-45 ports, 24 "inputs" and 24 "outputs". The end user removes all the ethernet cables connected to the existing switch and moves them to the "outputs" of the POEI. Next, the end user takes six-inch long ethernet cables and connects each (now vacant) port of the existing switch to the "inputs" of the POEI. The POEI simply connects the four ethernet signals on each of its "inputs" (pins 1,2,3,6 on each) to the same pins on its corresponding "outputs". Additionally, it supplies -48VDC (maybe selectable if there...
2018 Apr 11
9
[Bug 2856] New: key-options.sh fails when pty /dev/ttyp1 is not owned by testing user
...: Operation not permitted debug1: do_cleanup debug1: session_pty_cleanup: session 0 release /dev/ttyp1 Attempt to write login records by non-root user (aborting) ... ======= steps to reproduce: - ssh otheruser at localhost, then logout, or just "chown root:tty /dev/ttyp1", to make next vacant pty slot to not be owned by the user. - make t-exec ;# the test ======= Workaround: Do "ssh localhost", then logout to fill the next vacant pty slot to be owned by myself. This made key-options.sh (and perhaps other tests) to pass. Running the test as root also works (but unrecommende...
2013 Feb 26
4
3 models, joining and nested queries
...number_of_guests :integer primary_key=''ref'' belongs_to :room Here one should be able to see the vacancies against each host. A person when he enters the start date, end date and number of persons to book for a room, he must get the list of hosts who have rooms vacant and number of vacancies. How can I write the query in rails? for example: Suppose the records are Host ref name address host#1 Mr Allan 23, Camden Street host#2 Mr Tom 12, nassau Street host#3 Mr an...
2019 Mar 12
5
classicupgrade, net rpc rights grant NT_STATUS_IO_TIMEOUT and NT_STATUS_INTERNAL_ERROR
Am 11.03.2019 um 09:24 schrieb Rowland Penny via samba: > On Mon, 11 Mar 2019 07:16:30 +0100 > Christian via samba <samba at lists.samba.org> wrote: > >> Dear all, >> >> we are transitioning from an openldap / MIT KDC setup to a samba4 AD. >> I am doing this by setting up a samba NT4 domain, populating it from >> LDAP and sticking in the password hashes
2009 Nov 26
0
[LLVMdev] Employment opportunity
...in the scope of my Master's thesis also in the field of computer graphics. At the end of the year I'm leaving my current employer in order to return to university (PhD programme). An employment opportunity (full-time) for a software engineer specialized in compiler construction is therefore vacant, which I wanted to share with you. In case someone is interested please contact me directly, but first I'd like to give you a few more details about this project: The basic goal is to create a DSL that can be used to describe properties of 3D shapes and their interactions with each other and...
2005 Jun 18
0
Playback + Replay Gain questions
I don't recall seeing anything about how to apply the same gain to an album as opposed to a mix of tracks. Man page and site seem vacant on it. Any clues as to where to look? I looked at mpd but ended up not using it due it not working with my sound cards as I had them setup. I do remember there being a very good curses player though. Before leaving gnump3d worked quite well for me since it only needed a playlist to point to the...