search for: settim

Displaying 20 results from an estimated 35 matches for "settim".

Did you mean: settime
2002 Dec 10
1
RGnumeric real time refresh?
I have data that comes in every 7 seconds or so and I'd like to display it in a spreadsheet, and possibly take user input from the spreadsheet. I have installed RGnumeric and written an appropriate R function that reads, manipulates and displays the data by writing via RGnumeric to a spreadsheet. However, the results of this are not displayed until the R function returns, so refreshing by
2016 Sep 30
1
Sys.setFileTime()
Since there has been a recent tweak to the functionality of Sys.setFileTime() I thought it might be an opportune time to ask a question regarding the decision to set both access and modification times (i.e. settime.actime = settime.modtime = (int)ftime; ) vs provide a parameter for each. Might it be possible to change the behavior to accept two parameters (one for active and one for modtime) but default to setting both the same (to preserve existing functionality)? If there was a compelling reason to have...
2009 Jan 19
1
pass ruby array to javascript function
...N(<%= array_or_string_for_javascript(@array) %> then in the action I was able to do: ruby_array = JSON.parse(params[:array]) But this time I want to pass an array to a javascript function through a function call within :update render :update do |page| page << "setTime(#{time})" end where setTime is the javascript function and time is the ruby array. I can pass a number and it works fine, but with strings and arrays I get an error. How would I go about passing a ruby array to a javascript function in this context? Any help is greatly appreciated!...
2008 Feb 23
1
Set without argument
...issing value in the matrix. So I would like to use something like : ----------------- setClass("MyObj",representation(time="numeric",traj="matrix")) a <- new("MyObj",time=3,traj=matrix(c(1:6,NA,8:12),ncol=3)) imputeMyObj(a) ----------------- I find 'setTime<-' to change le slot time, but it can not work in the case of imputeMyObs since this mehod does not need a value... Any solution ? Thanks Christophe
2008 Jan 19
5
Time just moved backwards error even with ntpd
Scenario: server PC abruptly switched off due to power cable problems (an UPS cannot solve this issue), so during shutdown Linux was not able to resinchronize the system clock. After a few hours the server come back on, Linux booted and the services (ntpd, dovecot and many others) started But the system clock was 45 minutes ahead, so: Jan 19 11:13:39 gw ntpd[2112]: synchronized to LOCAL(0),
2006 Jan 11
9
Prototype & Cookies
Has anyone written any "cookie" class using prototype? Basically, what I am looking for is if there is an easy way to store mutiple cookies in a single cookie using hash or something - easy writing and retrieval (updating the cookie value). For eg - If I had 25 cookies for my domain 5 of the cookies would either get dropped or not be set (as there is a limit of 20 cookies per domain).
2015 Jul 10
2
[LLVMdev] DataFlowSanitizer only for Linux
...eed I noticed the coverage statistics were pretty poor, and didn't find anything. Admittedly I moved onto Heartbleed pretty quickly so PCRE probably isn't the best judge. But here's a sample log from the Heartbleed session (they were all similar): $ cat fuzz-11.log Seed: 3157140177 SetTimer 601 PreferSmall: 1 #0 READ cov 0 bits 0 units 1 exec/s 0 #1 pulse cov 0 bits 0 units 1 exec/s 0 #1 INITED cov 0 bits 0 units 0 exec/s 0 Done 1 runs in 4 second(s) Any thoughts? Obviously I'm not attached to anything in the patch, just trying to get something working on OS X. On...
2013 Feb 13
4
[PATCH 0/3] FLASK policy build rework
These patches update the example FLASK policy shipped with Xen and enable its build if the required tools are present. The third patch requires rerunning autoconf to update tools/configure. [PATCH 1/3] flask/policy: sort dom0 accesses [PATCH 2/3] flask/policy: rework policy build system [PATCH 3/3] tools/flask: add FLASK policy to build
2001 Dec 08
0
Timer problem, Wenlin2 and Wine (was Re: mouse problem with 'standard' Windows program)
...ion of WenLin2's author... "That suggests that the timer isn't working. When you move the i.p., it gets erased. It gets re-drawn in the new location by a routine that's called in response to a timer, about five times per second. The timer is created by the usual Windows function SetTimer(). ... Do you mean when you're typing? That again suggests the timer isn't working. Since the screen display might not be able to keep up with fast typing, rather than updating the screen after every character, a flag is set to indicate that the window needs to be refreshed, which shoul...
2016 Feb 28
0
[PATCH 0/1] UEFI UDP/TFTP
...Some error occured. + +**/ +BOOLEAN +efi_udp_get_mapping (UDP_IO* udp_io, EFI_UDP4_CONFIG_DATA* udata) +{ + EFI_STATUS status; + EFI_UDP4* udp; + EFI_IP4_MODE_DATA Ip4Mode; + +// ASSERT (UseDefaultSetting); + + udp = udp_io->Protocol_Udp4; + + status = uefi_call_wrapper( BS->SetTimer, 3, + udp_io->Timeout_Timer, + TimerRelative, + UDP_TIME_TO_GETMAP + ); + + if (EFI_ERROR (status)) + return FALSE; + + while (EFI_ERROR ( uefi_call_wrapper(BS->CheckEvent, 1, udp_io->Timeout_Timer) )) + { + udp->Poll(udp); + + if (!EFI_ERROR(udp->GetModeData(u...
2015 Sep 03
2
Fuzzing complex programs
...obably something simple but > for the sake of it this is what I'm getting now with the above fixed: > > /usr/local/pgsql/bin/psql -c 'select fuzz()' > Flag: verbosity 9 > Flag: iterations 100 > Flag: runs 10 > Flag: save_minimized_corpus 1 > Seed: 3416380570 > SetTimer 601 > Tokens: {} > PreferSmall: 1 > #0 READ cov: 0 bits: 0 units: 1 exec/s: 0 > Called with Data=(nil) size=0 > #1 pulse cov: 13790 bits: 21 units: 1 exec/s: 0 > NEW0: 13790 L 0 > #1 INITED cov: 13790 bits: 21 units: 1 exec/s: 0 > Written corpus of 1 files to /var/tmp/c...
2010 Jul 15
3
Good script to make appointment?
Hello I'd like to write a script that would make it easier for people to call in, listen to the IVR, and make an appointment (eg. "When? ASAP? A given day?" -> "Morning? Afternon", etc.) I assume I'm not the first one to try and write this type of IVR, so would appreciate any feedback on writing this. Thank you.
2006 Oct 10
2
somewhat OT--windows logon script
Hi Group, We use a simple logon script to map drives for our users. If we put the following line: net use /delete * /yes then no drives are mapped on the workstations. If we rem it out, the script works fine. Full script below: net use /delete * /yes net use e: \\server5\peachtree net use w: \\server5\contract_maintenance net use t: \\server5\fleet net use x: \\server5\allusers net use u:
2010 Aug 05
1
Roaming profiles shared between WinXP and Win7
...= Yes locking = No write list = admin, Administrador -- logon.kix -- BREAK OFF $ = SETTITLE("Domain Login") BIG COLOR G/N ?@DOMAIN ? SMALL COLOR W/N ?@TIME " - " @WKSTA " - " @USERID ?"Do not close this window, it will automatically close" ? SetTime "\\PDC" USE Z: "\\PDC\GENERAL" USE P: "\\PDC\PUBLIO)" $AutoUpdateServer = "http://192.168.0.3/selfupdate" WriteValue("HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager", "DllName&quo...
2009 Jan 15
4
time sync issue
I am running a Samba domain controller with LDAP integration. I have at least some workstations which do not seem to be syncing the time with the DC at all. My first instinct is to simply set the time with a logon script, but of course that runs as the user, whom does not have permission to set the system time. I would prefer to get it working right, to where the system syncs its time with the
2013 May 10
0
Wine release 1.5.30
...eds unimplemented function xolehlp.dll.DtcGetTransactionManagerExW) 32360 Office 2010 installers report custom action page faults 32471 Multiple .NET 4.0 apps using WPF4 fail with "X Error of failed request: GLXBadDrawable" on glxdrv_wglMakeCurrent (Evolve client, JMP 10.0) 32489 SetTimer does not respect the appropriate minimum timeout 32674 Fotostation does not play video 32728 GetOpenFileName doesn't work with native comctl32 33122 TESV: Skyrim graphics error in Wine 1.5.25 33195 Multiple applications ported to WinRT/ARM require msvcr110.dll.__crtGetShowWindowMo...
2020 Apr 30
2
sync guest time
...time # now, this one works. [root@virt-launcher-vmi-masquerade-mh2xm /]# virsh domtime 1 --now [root@virt-launcher-vmi-masquerade-44v2x /]# virsh domtime 1 --pretty Time: 2020-04-30 11:15:45 ``` This is the simplest reproducer I could come with; the original issue is this call to libvirt's `setTIme` in [0]. Is there any workaround I could try ? Am I doing something wrong here ? [0] - https://github.com/kubevirt/kubevirt/blob/6bb516148ce4c29825ae74f473e0220753c3767d/pkg/virt-launcher/virtwrap/manager.go#L533
2012 Nov 01
1
DirectShow PushSource with theora encoder and Ogg muxer filters
Hi all, I am trying to test DirectShow PushSource example from the SDK with Theora encoder and Ogg muxer (DirectShow filters of course) by using GraphEdit tool. My goal is capturing the screen as video by taking snaphot bitmaps continuosly (what PushSource eaxmple does) and giving them to the Theora encoder through the DS pipeline (next goal is transmitting this video **). My DirectShow graph is
2016 Feb 24
6
[PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls
The variable 'ok' is never used and generates a warning. Remove it. Also ntfssect.c is designed to be compiled in non Unicode mode when using MSVC compilers, so remove all ambiguity about it (LPCTSTR -> LPCSTR, use of 'A' API calls) so that it doesn't break when compiled in Unicode mode, which is what Rufus uses with MSVC. -------------- next part --------------
2023 Jan 26
0
[klibc:time64] time: Use clock_* system calls for time-of-day and sleep
...stem calls for time-of-day and sleep {get,set}timeofday(), nanosleep(), and time() on't have direct replacements that use 64-bit time on 32-bit architectures. Instead, we have to use the clock_*() system calls. In preparation for using 64-bit time everywhere: - Make clock_{gettime,nanosleep,settime}() required system calls - Make {get,set}timeofday(), nanosleep(), and time() use them. We still need to use the {get,set}timeofday() system calls to get and set the time zone. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/include/sys/time.h | 3 +++ usr/include/...