similar to: Re: Horizontal scrolling on mac

Displaying 20 results from an estimated 10000 matches similar to: "Re: Horizontal scrolling on mac"

2007 Aug 10
1
very slow horizontal scrolling
My application has horizontal scrolling text. Under WINE it is very slow. Like a pixel per second. I presume its slow as these messages print on screen: fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x8a0020) : stub, simulating 64MB for now, returning 64MB left fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x1fbff8)->((nil),00000008) fixme:ddraw:IDirectDrawImpl_GetScanLine
2010 May 10
3
Dataframe horizontal scrolling
R experts, I am working with large multivariable data frames (> 50 variables) and I would like to scroll horizontally across my output to view each data frame rather than having to scroll down vertically- wrapped data frames.I have been using R Commander as a programming interface. If I assign a long character string to a vector I can scroll across its output easily but not a dataframe of
2019 Mar 13
2
replication fails
Am 13.03.19 um 11:55 schrieb L.P.H. van Belle via samba: > Hai, > > Ok, so the reboot changed your resolv.conf > check the timestamp of /etc/resolv.confs > Write this down. > >> So I assume it should point to the own IPv4-IP of DC1 itself, >> which is .205 > Yes correct. > After that reboot the server. > Check the timestamp again and/or did it change?
2018 Aug 30
3
Community forum ?
I see a lot of tag lines on posts for the Asterisk Community Forum. Is that forum supposed to supersede this mailing list ? sean
2013 Jul 29
1
NT4 clients
I'm attempting to get an old NT4 client participating in a Samba4 domain. Users can logon to the machine locally and access network shares on other machines in the network. However, no one can access shares on the NT4 machine using the machine name. Attempting this results in an error "The account is not authorized to log in from this station." Using the IP address does work however.
2009 Jun 02
0
[LLVMdev] RFC: Atomics.h
Owen Anderson wrote: > Is this actually the case? I can't find it documented anywhere on > MSDN or the rest of the internet. C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include>grep -n -F MemoryFence WinNT.h 2231:#define MemoryFence _mm_mfence C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include>grep -n -F MemoryBarrier WinNT.h 2288:#define MemoryBarrier __faststorefence
2018 Nov 30
3
(Question regarding the) incomplete "builtins library" of "Compiler-RT"
Hi @ll, compiler-rt implements (for example) the MSVC (really Windows) specific routines compiler-rt/lib/builtins/i386/chkstk.S and compiler-rt/lib/builtins/x86_64/chkstk.S as __chkstk_ms() See <http://msdn.microsoft.com/en-us/library/ms648426.aspx> Is there any special reason why compiler-rt doesn't implement other MSVC specific functions (alias builtins or "compiler
2014 Jan 14
1
[PATCH] hivex: Make empty strings in REG_MULTI_SZ values available.
--- lib/value.c | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/lib/value.c b/lib/value.c index db6396f..c4e21ec 100644 --- a/lib/value.c +++ b/lib/value.c @@ -462,7 +462,27 @@ hivex_value_string (hive_h *h, hive_value_h value) return ret; } -/* http://blogs.msdn.com/oldnewthing/archive/2009/10/08/9904646.aspx */ +/* Even though + *
2013 May 06
2
flac-dev Digest, Vol 102, Issue 7
Ralph, for Mac OS you should download either the Unarchiver which is free, or Entrophy which is what I use, but it costs like $15 I believe, both support decompressing .7z and Entrophy supports compressing TO .7z On Mon, May 6, 2013 at 3:00 PM, <flac-dev-request at xiph.org> wrote: > Send flac-dev mailing list submissions to > flac-dev at xiph.org > > To subscribe or
2018 Aug 17
2
Get Logical processor count correctly whether NUMA is enabled or disabled
Dear R-devel list, R's detectCores() function internally calls "ncpus" function to get the total number of logical processors. However, this doesnot seem to take NUMA into account on Windows machines. On a machine having 48 processors (24 cores) in total and windows server 2012 installed, if NUMA is enabled and has 2 nodes (node 0 and node 1 each having 24 CPUs), then R's
2015 Feb 15
3
What options do I have to create OUs and ACLs in Samba4?
On 15/02/15 18:27, Marc Muehlfeld wrote: > Hello John, > > Am 15.02.2015 um 18:56 schrieb John Lewis: >> I need to create a couple of OUs under Users to separate my internal >> users from my external users that have LDAP backed accounts so I can put >> ACLs over the external users so I can limit what they can see on the >> tree. What options do I have to create the
2013 Mar 15
2
snprintf and MS Visual Studio
Christoph Terasa wrote: > Since MS refuses to support C99, the common practice is to use either > > sprintf_s: > http://msdn.microsoft.com/en-us/library/ce3zzk1k(v=VS.80).aspx > _snprintf_s: > http://msdn.microsoft.com/de-de/library/f30dzcf6(v=VS.80).aspx > > The former can be used as a drop-in replacement of snprintf via a > define, the latter takes an
2009 Jun 02
2
[LLVMdev] RFC: Atomics.h
Is this actually the case? I can't find it documented anywhere on MSDN or the rest of the internet. --Owen On Jun 1, 2009, at 11:17 PM, Jonathan Ragan-Kelley wrote: > Yes, indeed. > > On May 28, 10:41 pm, Owen Anderson <resis... at mac.com> wrote: >> >> Wait, it defines MemoryFence() AND MemoryBarrier()?? >> >> Sheesh, they had to take all the
2014 Aug 18
4
[LLVMdev] [RFC] Raising minimum required Visual Studio version to 2013 for trunk
I’d like to propose raising the minimum required compiler for the LLVM & Clang trunks for Visual Studio to MSVC 2013. Doing this will allow us to take advantage of a bunch of C++11 features that are not supported by MSVC 2012. According to MSDN (http://msdn.microsoft.com/en-us/library/hh567368.aspx) the list is: * Non-static data member initializers * Variadic templates * Initializer lists *
2006 Apr 03
1
Microsoft Monad Shell
Not sure if this has application for R but Microsoft's new Monad shell is now in public beta. I have not looked at it myself but I wonder if the tools that are required to create Windows R packages could be replaced by this? ---- The Monad team has recently released Monad Beta 3.1 to Microsoft Download Center and we're working diligently towards a release of Monad 1.0! As adoption of
2007 May 03
1
converting YUV to RGB
Hello all, I'd like to convert the theora yuv_buffer to RGB that I can render onto a texture. Googling around, there are a tone of different formulae to do so. There is this (with lots of corrections and amendments further down the page): http://www.fourcc.org/fccyvrgb.php <http://www.fourcc.org/fccyvrgb.php> and there is the MSDN stuff that says you need to convert 4:2:0 and
2010 Jan 30
4
Dual booted clients with different name drop each other out of domain
Hi, I'm setting some Ubuntu Karmic clients on a school net. PDC is windows 2k3 r2. I realized that DHCP server sends only "school", not "school.net" as domain name. I have been told that AD configuration was migrated "as is" from an older windows release. I used a "supersede" line on client's dhcp.conf to get a correct domain name. I'm not
2013 Mar 18
1
Patch to add Unicode filename support for win32 flac
On 3/18/2013 19:34, LRN wrote: > On 18.03.2013 13:35, JonY wrote: >> Before anyone does anything, see __wgetmainargs >> <http://msdn.microsoft.com/en-us/library/ff770599.aspx>. > >> It can expand wildcards. Since it already provides argc/argv/env, >> it is more a less a drop-in replacement for the main() arguments. > I can't find its version info. MSDN
2013 May 05
2
Bug fix and compatibility patches for 1.3.0pre4
Timothy B. Terriberry wrote: > Instead I've attached a patch that uses fgetpos/fsetpos. This is > totally untested (I haven't even checked it compiles), but the idea > should work. MSDN says "The pos value is stored in an internal format and is intended for use only by *fgetpos* and *fsetpos*." (http://msdn.microsoft.com/en-us/library/70hdhh4t%28v=vs.80%29.aspx), so
2015 May 06
1
IdntoAscii issue with KERNEL32.dll on 64-bit R on Windows Server 2003 x64 SP2
On Wed, May 6, 2015 at 9:44 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > On the MSDN page for that function, it mentions that you need a header file and DLL to use it in XP or Server 2003. You might try downloading the DLL to see if it works for you automagically; I think it's unlikely we will put in code to special case that version in the general release of R, as