search for: bitty

Displaying 15 results from an estimated 15 matches for "bitty".

Did you mean: bitte
2005 Sep 21
9
Ajax.Updater
Hi all, I was wondering if one could pull a completely separate web site into a div, e.g. <a href="#" onclick="new Ajax.Updater(''artifact'', ''http://www.vivisimo.com/'', {asynchronous:true, evalScripts:true, onLoading:function(request){Toggle.display(''message2body'')}}); return false;">&raquo;</a> it fails
2011 Dec 09
2
Accessing a Modem / Dial-up telnet connection
.... Using 32-bit Ubuntu 11.10 and Wine 1.3.28. I have installed a Creative PCI Modem and that works well as /dev/modem from things like putty. I've done the link ln -s /dev/modem ~/.wine/dosdevices/com6 so it's now my com6 within wine. However, using teraterm the response from the modem is bitty and slow and pretty useless. If I do something like AT\r the OK\r does come back but very slowly. I can make it dial a number but you cant see the connect or login message properly and you cant use it. Any ideas? Cheers - Rich
2008 Apr 08
2
plotmath "overstrikes" in output on a Linux system
...systems to make a nice figure, but on a Dell Laptop with Fedora Linux 8 and R 2.6.2, something funny happens: the characters "overstrike" each other. The Greek letter "mu" is printed several spaces to the left of the "(" that it is supposed to follow. I made an itty bitty picture of the figure title to show you: http://pj.freefaculty.org/R/plotmath_problem.png I can force in spaces to re-arrange the symbols so they do not overstrike. The following looks fine in the output. t1t2 <- bquote (paste("Normal ( ", mu== .(mu), ' , ', sigma== .(s...
2008 Mar 03
0
[LLVMdev] -m32 gives me mixture of 32- and 64-bit code
...lta/llvm-2.2/Release/lib/LLVMX86.o] Fehler 1 Seems like was told to link lib/Target/X86/Release/X86ATTAsmPrinter.o (which is 64-bit) and Release/lib/LLVMX86.o (which is 32-bit). The interesting question being: how did it manage to create a 64-bit X86ATTAsmPrinter.o? I tried throwing everything 32-bitty at it using CFLAGS=-m32 CXXFLAGS=-m32 linux32 \ ./configure --prefix=$HOME \ --host=i686-pc-linux-gnu \ --target=i686-pc-linux-gnu \ --build=i686-pc-linux-gnu; \ make and, strangely enough, the above mismatch vanishes but I still get /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-lin...
2004 Aug 16
3
[Bug 912] PATCH: Fix head(1) call in regress/yes-head.sh
...penSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org ReportedBy: jason at devrandom.org This is a itty bitty patch to change head to use '-n LINES' instead of '-LINES' since GNU's coreutils is deprecating that usage for POSIX 1003.1-2001 compliance. GNU's doc reference: http://www.gnu.org/software/coreutils/manual/html_chapter/coreutils_5.html#SEC18 I believe 'hean -n LINES&...
2009 Jun 11
4
Forcing Application Resolutions
...tting the running resolution in there settings are no problem since they all stick to what I tell them to do however older games like starcraft cant set from inside they just either run in fullscreen and seem to perminantly change my resolution or I run them in emulated desktop mode and its an itty bitty window, any help on this would be most appreciated, I've also noticed with starcraft that when I go to an alternate desktop the game will either crash or continue to run without displaying anymore (requires a killall) again thanks for the help and if any more information is needed from my end j...
2010 Mar 27
2
need help
Firstly my gateway 217.20.xxx.1 My ip adress 188.72.xxx.189 Sub net 255.255.255.0 this settings works on fedora 12 perfect but on centos ubuntu freebsd or fedora core it is not working but on all this systems i am able to use nat, i have installed linux again and again thousands of time the given result from centos 5.4 Also as you could see there is no gateway of me on the route table
2004 Dec 28
14
DHCP
Good day to all. I don''t like to Post unless I am really stuck. Guess what? Redhat with Shorewall. Been using this for years. I have a new client that we have setup with Redhat and Shorewall. The problem is that his outside address (ETH0 = NET) is dynamic (i.e. DHCP enabled). All the rules work fine when we use a STATIC address on Eth0, so we know the rules, filters, tos etc work fine
2003 Apr 14
3
Annother Wireless network card annother problem
OK What client cards do work? For each of the following: 802.11a 802.11b Media: PCI PCMCIA USB OS: FreeBSD 4.7 Recomendations please Thanks David ----- Original Message ----- From: <john@critchley.biz> To: "vizion communication" <vizion@ixpres.com> Sent: Monday, April 14, 2003 2:04 PM Subject: Re: Annother Wireless network card annother problem > > > > I
2003 Mar 24
9
Scripting with an external editor
I've had time to return to the "external editor" project. The following function does almost what I want, which is to allow an external editor to feed command lines to R. ext.editor<-function(editor) { ext.input<-pipe(editor,"r") eval(parse(ext.input)) close(ext.input) } While the description of parse() indicates that it should parse input line by line, the
2007 May 21
2
changing definition of paravirt_ops.iret
I'm implementing a more efficient version of the Xen iret paravirt_op, so that it can use the real iret instruction where possible. I really need to get access to per-cpu variables, so I can set the event mask state in the vcpu_info structure, but unfortunately at the point where INTERRUPT_RETURN is used in entry.S, the usermode %fs has already been restored. How would you feel if we changed
2007 May 21
2
changing definition of paravirt_ops.iret
I'm implementing a more efficient version of the Xen iret paravirt_op, so that it can use the real iret instruction where possible. I really need to get access to per-cpu variables, so I can set the event mask state in the vcpu_info structure, but unfortunately at the point where INTERRUPT_RETURN is used in entry.S, the usermode %fs has already been restored. How would you feel if we changed
2010 Oct 17
10
RaidzN blocksize ... or blocksize in general ... and resilver
The default blocksize is 128K. If you are using mirrors, then each block on disk will be 128K whenever possible. But if you''re using raidzN with a capacity of M disks (M disks useful capacity + N disks redundancy) then the block size on each individual disk will be 128K / M. Right? This is one of the reasons the raidzN resilver code is inefficient. Since you end up waiting for the
2006 May 19
37
OS for rails development: Windows vs. Mac?
Caveat: this is not a discussion about *hosting* a rails app on windows. Anyway...Macs are everywhere you look when researching rails (demo vids, tutorials, and pictures from rails training classes). I''m interested in what the pros to using a Mac for rails development are (besides textmate). Is it more of a cultural thing, a what would 37 signals do thing, is it a unix thing, or
2008 Feb 28
14
Upgrading to 7.0 - stupid requirements
In http://www.freebsd.org/releases/7.0R/announce.html says Updating Existing Systems > An upgrade of any existing system to FreeBSD 7.0-RELEASE constitutes > a major version upgrade, so no matter which method you use to update > an older system you should reinstall any ports you have installed on > the machine. This will avoid binaries becoming linked to inconsistent > sets