search for: spiffy

Displaying 20 results from an estimated 121 matches for "spiffy".

2000 Jul 20
3
sftp
Hi, What is the status on sftp ? People here who are not familiar with "command line ftp" would like to use the new spiffy graphical sftp provided with ssh.com new NT client. As we are planning on replacing all our sshd with openssh, we need sftpd as well. Thanks, Emmanuel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20...
2006 Nov 23
3
HVM Loader in 3.0.3-testing missing?
Hello list, I''ve installed Xen 3.0.3-testing from source on my spiffy new socket AM2 machine and I''m eager to play with fully virtualized guests. The problem is, it seems the hvmloader wasn''t installed (or built) when I built and installed Xen. I''m getting the following error : Error: Kernel image does not exist: /usr/lib/xen/boot/hvmloa...
2006 Feb 10
7
convert rails object to javascript variables
Am i a total idiot to try and parse out a rails object for javascript in this way? <% for i in interface_items[0].attributes %> var <%= i[0] %> = "<%=h( i[1] )%>" <% end %> Am I missing something really obvious? Thanks, Mark -- -------------------------------------------------------------------- I am Mark Daggett and I approve this message.
2007 Mar 13
4
Centos-specific Denyhosts Howto Anyone?
...'d like to of course script this specifically for centos. I have firewall rules and other protections, but it's (denyhosts) too cool to pass up. reminds me a bit of portsentry, or whatever they call it now, tri-sentry, maybe it's quad-sentry now or... I can also trade you some mega-spiffy ultra-detailed centos build scripts for tomcat servers, squid machines, etc. -krb
2015 Jun 16
1
Tinc and OpenWRT
On Jun 16, 2015 3:25 AM, "shikkc" <shikkc at kirktis.net> wrote: > > My package presents options in menuconfig so you can select to build with/without: readline, curses, openssl, lzo, zlib. Spiffy. Can you post this enhancement here as a git AM or as a Github branch? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20150616/adf0055a/attachment.html>
2006 Apr 22
0
About the web forums and why it's just a waste of time
This is a big of a nag, but mostly truth. Hear me out. Most of users' problem with the email is the lack of spiffy graphics. I don't understand why people rant and rave onver the email because it doesn't have spiffy graphics. Also, this extends to HTML formatting. They want to be able to use god awful formatting and colors and fonts that make your stomach churn, or at least hurt your eyes. Now that...
2004 Jan 12
1
ADSI. used beyond own phone network?
I am curious. I understand that features can be pushed to an ADSI phone that make navigating your own voicemail easier, and for other internal things. But, does anyone push this data outside of their own phone network? Example: I am at home with my spiffy new ADSI compatible handset and dial up my bank, OneWorldBankingConglomerate. Would they be able to push me their menu? Button 1 for TeleBanking. Button 2 for New Accounts. Button 3 for Customer Service. Button 4 Check Verification, etc... Is there a protocol that supports this? Could it be passed...
2006 Dec 24
1
Voicemail hangup by gateway?
Hi, I have a spiffy new gateway which seems quite promising. It's the Audiocodes MP114 FXS_FXO (2 of each). I have got it configured and working reasonably well, but have a couple of issues. 1) Asterisk 1.2.13 voicemail seems to be hung up on by the gateway after 10 seconds. This isn't asterisk saying it...
2007 Nov 03
1
New wxSocket Classes
Hey All, Wonderful news, I finally got around to implementing a Sockets library for wxRuby. It''s not as spiffy as wxWidget''s implementation, but has the basics so far, to send and receive data. So far, I''ve converted the Server over to the new method, the client will be next, and it does depend on the new addition I submitted to the SVN for 1414, which adds Wx::App#init_threaded_mode(...
2006 Apr 25
1
New compiz forums/website
For those who haven't seen it, the compiz forums are now at http://compiz.net/, along with the new spiffy logo. It'd be nice to have a basic web page/wiki there as well so people can upload documentation and so on. thanks -mike
2007 Nov 07
0
[LLVMdev] Dynamic (JIT) type resolution
...s again what I want to avoid. This is my current implementation, > and I _really_ would like to avoid unnecessary calls once the type is > resolved. > ok, here is another option then: the stub is set up to manually modify the code near the return address (may be arch specific and require spiffy use of assembler). an example is this (assuming x86): for the stub, as opposed to executing a 'ret', you have something like this in its place: pop edx mov byte [edx-5], 0xB8 ;mov eax, imm32 mov dword [edx-4], eax ;store return value in imm jmp edx this will replace the 'call...
2008 May 28
0
[LLVMdev] DejaGnu test-suite coverage
...t; Please feel free to dig around, ask questions, etc. Also, I can very > quickly re-calculate coverage if people would like to push up tests. > I'll be happy to regenerate the coverage on request, it only takes > an hour or so, and isn't a lot of actual work. This is pretty spiffy. I'm (pleasantly) surprised we have 81.8% coverage for instcombine. It would be a specific case where it would be good to add regtests to try to get to 100%, given how tricky the code is. It would also be nice if your scripts covered autogenerated code like the tblgen produced files...
2017 Oct 31
4
Email Alerts for Multiple UPSs with upssched
...spbian Jessie) across my network. The purpose of these "nutcases" as we refer to them is to monitor the status of the UPSs supporting our network switching infrastructure and notify us of power and battery events via email. No shutdown or other actions are required. Everything is going spiffy as all get-out so far. But now I'm running up against a configuration issue I don't quite know how to address. Thus far each "nutcase" has been configured to monitor a single UPS. Now I want to deploy one to monitor three UPSs in a larger switch closet. Adding the additional U...
2007 Nov 07
2
[LLVMdev] Dynamic (JIT) type resolution
BGB wrote: > ok, here is another option then: > the stub is set up to manually modify the code near the return address (may > be arch specific and require spiffy use of assembler). > > That's not another option. That's what I want to do. > now, how you would go about implementing this is up to you. > And I need to know if I can currently do that with LLVM. Thus my initial question :) > > __________________________________...
2003 Nov 10
1
Re: [xiph-cvs] cvs commit: ogg/include/ogg Makefile.am
...I have only automake 1.7.8 installed and the check complains that it > can't find 1.6.x and bails out. My previous makes worked fine with 1.7.x > ... is it possible to improve this so it works with "or later"? I'd like to, but haven't been able to come up with anything spiffy. See http://xiph.org/archives/cvs/4078.html Suggestions welcome. Can anyone comment on the general backward compatibility of 1.7 with 1.6 files? -r --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a...
2008 May 27
2
[LLVMdev] DejaGnu test-suite coverage
Hello, After a fun discussion regarding unit testing and coverage metrics, it came up that we don't have coverage analysis for LLVM proper. With a certain amount of experience in this arena, I set about building a nice overview. I don't have the toolset and commands fully integrated into the build system, and I'm not sure if doing so would be appropriate (its a somewhat fragile and
2014 Nov 21
2
[LLVMdev] Using the unused "version" field in the bitcode wrapper (redux)
...lopment, changes happen (!). For example, a new key letter 'g' in the Data Layout. This is not a bitcode ambiguity so MODULE_CODE_VERSION is unchanged. - We as a vendor publish toolchain #13 based on SVN r300000. - Some middleware provider publishes libIncrediblyUseful.bc built using spiffy new toolchain #13. - Some hapless game developer tries to use libIncrediblyUseful.bc but is still on toolchain #12. This causes an error during some LTO build phase, of course; the question is, what kind of error and how does Hapless Game Developer know what to do? We as compiler developers...
2005 Mar 24
7
wifi cluelessness
The nice folks at work have just provided me with a new, really spiffy, ThinkPad. So, I''m trying to get wireless working under CentOS4 and I''m having trouble. First, I can''t seem to find any rpms to just install (this would be really nice). And, second, when I try to build it from the src.rpm that I pulled from the atrpms repository with...
2007 Nov 07
2
[LLVMdev] Dynamic (JIT) type resolution
BGB wrote: > maybe a tradeoff is possible: > the function to get the offset is replaced by a function pointer and a stub > (avoiding many of the general problems involved with using > self-modifying-code). > For me there are no problems of self-modifying code (the LLVM jit already does it) > the fist time it is called, the function pointer points to 'stub A', which
2004 Apr 23
3
MP3 encoding of Monitor files
...Roscinante wrote: > On Thu, 22 Apr 2004, Dennis Sorge wrote: > > Any recommendations for ripping my .wavs to MP3's? I'm running Mandrake 9.2 > > for a potential music server. Thank you in advance for your suggestions. > > > I use bladeenc, I imagine there is some spiffy front end for it out there > somewhere.. > _______________________________________________ > Lug-nuts mailing list > Lug-nuts@saclug.org > http://felix.mikesoffice.org/mailman/listinfo/lug-nuts