Displaying 20 results from an estimated 38 matches for "swiped".
Did you mean:
wiped
2004 Sep 29
7
Credit Card machines / interop
...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 I will just have to
connect them to a FXS port on the * and that should let the device break
out onto the ISDN...
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
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 classes Bitmap and Frame.
Once I can get it so all things get documented
2009 Jan 19
0
[LLVMdev] llvm-gfortran test results
On Mon, Jan 19, 2009 at 2:05 PM, Jack Howarth <howarth at bromo.med.uc.edu> wrote:
> The current llvm/llvm-gcc4.2 svn is now fixed with
> respect to the extra warnings that were being emitted
> by the gfortran compiler. The gfortran testsuite results
> under Intel Darwin9 are appended below.
Yay! Thanks for testing this out.
> Native configuration is i686-apple-darwin9
>
2009 Jan 19
2
[LLVMdev] llvm-gfortran test results
On Jan 19, 2009, at 2:40 PM, Bill Wendling wrote:
>> === 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.
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?
I can't resist. Read the thread that was pointed to on lkml. ROTFLMAO.
*Real* UNIX addressed these problems long ago. I guess the "Gurus"
suffer from NIH (Not Invented Here) syndrome.
Given a "general purpose" system, tunability is a must. UNIX, as
delivered by USL in such examples as Sys V, had tunables that let admins
tune to their needs. A single "swappiness"
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"), I...
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
>> all the zero paths from entry to %a pass by %b.
>
>
> That is a graph-wise definition, sure.
> So, this is an interesting definition, and maybe this is part of the source
> of the problem.
>
> For SSA, at least GCC requires that both "definition block dominates use
> block" (which would be true here), *and*
> that "definition appears before use in
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)
Tobias Grosser wrote:
> You create a map from the old_loop to a symbolic expression. What type would
> this symbolic expression have? Would it be a SCEVExpr?
evaluateAtIteration takes a scev, so apply will take a scev, or a map
(loop->scev). You can always build a ScevUnknown from an SSA name and use that
in the apply.
> At the moment, we calculate at the beginning of each
>
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 rec...
2010 Jan 29
0
[BioC] Suppress output from getGEO
some time ago i communicated the same issue to sean, and i'm very glad he
has improved the package -- thanks!
i'm purposefully posting to r-devel rather than to bioconductor. i think
that download.file could be improved to avoid this sort of spamming output
seen previously with getGEO. currently, it prints dots (when it does) in
5 10-packs per line, line after line. instead, it could
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