search for: swipe

Displaying 20 results from an estimated 38 matches for "swipe".

Did you mean: wipe
2004 Sep 29
7
Credit Card machines / interop
Hi all, One of the areas I am trying to research before I can confidently start deploying Asterisk is "Credit Card Machines". (PDQ / Streamline machines / any similar) I'm talking about the credit card swipe boxes at point of sale desks. I believe they dial out to the specific bank provider everytime a card is swiped. My question is: - Does anyone have any experience using these type of devices with Asterisk, possibly with a SIPURA type SIP device. - If not, is my assumption that at the very worst...
2016 Oct 04
2
New Phab dead slow on mobile
Hey, Anyone noticed that the new Phab is really really slow on mobile phones? It takes 1 or 2 seconds for any scroll to take place after a swipe, typing showing up, and something like 5 seconds for name matching or line comments to appear. The old Phab worked much better, and my phone is not that old (Nexus 5). I'm betting it's a big increase in Javascript usage for eyecandy support. If so, would we be able to disable most of that?...
2005 Feb 07
7
New Docs - First Look
Ok, my first complete swipe for the new docs (but still with old rdoc default output templates) can be seen at: http://www.mktec.com/dev_www/wxruby-docs/ Most of the classes/methods documentation came out fine, but I still need finetune because some methods don''t get documented at all, like methods in the classe...
2009 Jan 19
0
[LLVMdev] llvm-gfortran test results
...supported tests 39 > > === gfortran Summary === > > # of expected passes 31739 > # of unexpected failures 568 > # of expected failures 12 > # of unresolved testcases 12 > # of unsupported tests 77 For a first swipe, this probably isn't *too* terrible. Could you start filing bugs for the ICEs? -bw
2009 Jan 19
2
[LLVMdev] llvm-gfortran test results
...;> === gfortran Summary === >> >> # of expected passes 31739 >> # of unexpected failures 568 >> # of expected failures 12 >> # of unresolved testcases 12 >> # of unsupported tests 77 > > For a first swipe, this probably isn't *too* terrible. Could you start > filing bugs for the ICEs? For the 2.5 release, I think we're most interested in establishing a baseline. 2 days before the release branch isn't the time where we really want to fix all the bugs. However, non-invasive bug f...
2005 Dec 24
2
Where can I get a royalty-free/open-source spinner image?
Hi everyone, Where can I get a royalty-free copy of the spinner.gif or some other AJAX activity icon? I don''t want to swipe one without asking. Thanks, Jason
2006 Jun 05
3
Swap: typical rehash. Why?
...s. The "Gurus" need to learn something my father taught me. "A smart man learns from his mistakes. A wise man learns from the mistakes of others". I'm really smart. :-( And, apparently, so are the "Gurus". To think they have VM this long and no one has thought to swipe these good ideas from real UNIX. And they're still argueing about all that as if it has never been hashed out and addressed before. -- Bill -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: T...
2001 Jan 19
1
W2K/2.2 (CVS)/PDC problem.
...rking, and am hitting a brick wall. I've tried to make sure I'm in compliance with the 2.2 HOWTO and FAQ, but it doesn't seem to be helping. - I've added both root and my pc's "hostname" to smbpasswd, and the hostname itself to the passwd file, as per the HOWTO. - I swiped the smb.conf and /etc/rc.d/init.d/samba files from the HOWTO, and modified as per the directions for my own domain. - I can surf to the domain and the host via W2K, look at the shares, etc., BUT, when I try to add the PC to the domain (again, as per the HOWTO, and as user "root"),...
2004 Jun 16
2
ogg123 volume?
Hi, I need to adjust the output volume from ogg123 the same way that mpg123 has the "-f n change scalefactor [32768]" option. I need to do this within ogg123, instead of alternatives that involve pipes, such as piping the output to sox. I do not believe that this is currently possible in ogg123, and I'm looking for some suggestions as to how it can be accomplished by modifying
2004 Jun 16
2
ogg123 volume?
Hi, I need to adjust the output volume from ogg123 the same way that mpg123 has the "-f n change scalefactor [32768]" option. I need to do this within ogg123, instead of alternatives that involve pipes, such as piping the output to sox. I do not believe that this is currently possible in ogg123, and I'm looking for some suggestions as to how it can be accomplished by modifying
2015 Feb 25
4
[LLVMdev] Jump Theading/GVN bug - moving discussion to llvm-dev
...e would still accept define void @f() { bb0: ret void bb1: %a = getelementptr inbounds i8* %b, i64 1 ret void bb2: %b = getelementptr inbounds i8* %a, i64 1 ret void } Since bb1 dominates bb2 and bb2 dominates bb1, no? It looks like a case where we would just be getting a bigger rug to swipe dirt under. I think the definition we have is sound. It creates odd cases, but, as you point out, it looks like we can just require passes to cleanup such cases by deleting forward unreachable code. Cheers, Rafael
2005 Oct 03
4
OS does not see all my RAM
My BIOS shows all my RAM, but when I boot up linux it does not see all the RAM I have two one GIG sticks of RAM, which show up in my bios, but when typing free, I see that it only shows 256Megs. Is there a way to specify the amount of RAM if linux cannot detect this, or how can I fix/tweak the OS to recognize the amount of RAM my OS is centos-4-x86_64 on a DELL 1850 [root at smtcorav02 ~ ]#
2011 Jun 30
8
Error of DEPRECATION WARNING
Hi, I Have a strange error when i type the command "rake db:migrate " Can you help to solve this error or give me some advices the error is: DEPRECATION WARNING: Rake tasks in /home/joanne/Desktop/picto/vendor/ plugins/prawnto/tasks/prawnto_tasks.rake are deprecated. Use lib/tasks instead. (called from <top (required)> at /home/joanne/Desktop/picto/ Rakefile:7) thanks for help
2012 Dec 03
1
[LLVMdev] [polly] scev codegen (first step to remove the dependence on ivcanon pass)
...vParams in the general implementation of SCEV? That would make it available for other users. > 2. Speed > > The SCEVRewriter only passes once over the SCEVExpr. In your approach, > we would pass three times over the SCEV, no? It depends on how you implement it. You can do it in one swipe as well. Sebastian -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
2006 Apr 04
1
subdomain routing
According to the wiki (http://wiki.rubyonrails.org/rails/pages/Routes) you can handle subdomain routing in routes.rb. Like this: with_options :requirements=>{:subdomain=>''first.com''} do map.connect '''', :controller => "first/catalog" map.connect ''featured'', :controller => "first/catalog",
2008 Jan 08
1
Fwd: Securing Linux laptops
...ops By Rick Cook on January 07, 2008 (9:00:00 PM) Print Comments Laptop and notebooks are being stolen at an ever-increasing rate. In 2004, Safeware Insurance which sells computer insurance, estimated 600,000 laptop and notebooks a year were being stolen. In 2006 an estimated 750,000 were being swiped, according to Absolute Software a company that makes computer tracking products -- and does not support Linux. LoJack For Laptops, another computer tracing company -- which also does not support Linux -- says FBI statistics show 2 million laptop and notebook computers were stolen in the US in a re...
2010 Jan 29
0
[BioC] Suppress output from getGEO
...m on the same line, to give it a more progress bar-like look. the function putdots (src/modules/internet/internet.c:218) is responsible for printing the dots. after each 5x10 bunch of dots, it proceeds to the next line: if((i+1) % 50 == 0) REprintf("\n"); but it could instead just swipe the dots and start in the same line again: if((i+1) % 50 == 0) REprintf("\r%55s\r", ""); it's ad hoc, of course, and requires some other changes to prevent the progress bar from being rewritten too quickly, e.g., by replacing if(guess <= 0) putdots(&ndots,...
2013 Sep 23
3
Delete to Archive?
Hi, I recently switched from being a Gmail user to running Dovecot [2.1.10] on my server. Thank you for an easy to use piece of software that solves problems! I am trying (unsuccessfully) to replicate something from GMail. When I delete a message on my iPhone (or other client), I would like to have it moved to an "All Mail" or Archive folder, instead of actually deleting it. Is
2012 Jun 02
3
Regrading Biometric
Hello, Is there any chance to integrate Biometric in RoR 2.3.8. If yes can you please tell me the process. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2015 Feb 25
2
[LLVMdev] Jump Theading/GVN bug - moving discussion to llvm-dev
On 25 February 2015 at 10:58, Daniel Berlin <dberlin at dberlin.org> wrote: > > > On Wed, Feb 25, 2015 at 6:26 AM, Rafael EspĂ­ndola > <rafael.espindola at gmail.com> wrote: >> >> > Maybe. >> > My view is the ideal is either no-unreachable code, or unreachable >> > blocks >> > only contain terminators. >> >> I am