Collection of development solutions for IBM and Windows platforms using LANSA, and/or Microsoft .Net technologies provided by Surround Technologies. It allows to build Windows and Web apps within a structured framework.
Questions tagged [accelerator]
118 questions
25
votes
2 answers
Android - Acceleration down (smash)
Video explaining for those who does not understand
THIS ANSWER IS NOT CORRECTLY ANSWERED PLEASE TRY TO ANSWER IT WITH ANOTHER SOLUTION (100 Bounty is out of date)
Same question but better explained
This questions was accepted as a correct but it…

Skizo-ozᴉʞS ツ
- 19,464
- 18
- 81
- 148
22
votes
8 answers
How do download accelerators work?
We require all requests for downloads to have a valid login (non-http) and we generate transaction tickets for each download. If you were to go to one of the download links and attempt to "replay" the transaction, we use HTTP codes to forward you to…

Josef
- 7,431
- 3
- 31
- 33
18
votes
5 answers
Where can I find a list of Powershell .NET Type Accelerators?
In PowerShell you can use [xml] to mean [System.Xml.XmlDocument]. Do you know where I can find a list of these type accelerators?
Are these accelerators specific to PowerShell or .NET?

Tyson Gilberstad
- 223
- 2
- 7
11
votes
1 answer
php_apcu.dll extension for symfony2.8 recommend php accelerator on xampp
On windows 7 xampp 5.6.19 and symfony 2.8 dev environment configuration i was prompted "install and/or enable a php accelerator (highly recommended)". How to resolve this recommendation/warning?

Dung
- 19,199
- 9
- 59
- 54
9
votes
2 answers
TPU: Is there a way to use a Coral USB Accelerator in android device?
I want to use USB Coral accelerator in Android Device to use CNN in my Android applications.
Is it available to use? If you guys to know it. Please Let me know.
Thanks.

Jonghoon
- 91
- 4
8
votes
3 answers
Spring Security: requires-channel="https" behind SSL accelerator
We're using an F5 BIG-IP device to terminate SSL connections and connecting by plain HTTP to the application server with an spring enabled application. Also we configured F5 to send an X-Forwarded-Proto header with http or https as value.
Now we'd…

simcen
- 119
- 1
- 1
- 5
7
votes
1 answer
Is there a Swing element which has F6 as a default accelerator?
I have an application with a tabbed pane and different components in it. I have set a MenuItem as Action with an Accelerator:
private final Action focusDefaultCommandsAction = new AbstractAction()
{
{
putValue(NAME, "Fokusiere…

Neifen
- 2,546
- 3
- 19
- 31
7
votes
4 answers
php accelerator review
1) Can you recommend me a PHP accelerator for PHP V5.2.6?
2) Do you know about any recent test comparation/review of those modules(Alternative PHP Cache, eAccelerator, XCache, Zend Optimizer, Zend Platform, ionCube PHP Accelerator, Turck MMCache,…

dole doug
- 34,070
- 20
- 68
- 87
7
votes
2 answers
Swing: Setting a function key (F2) as an accelerator
I have a menu item, "rename", for which F2 is set as an accelerator. Indeed when the menu is displayed there a little "F2" indication next to "rename".
Sadly, this does not work. This accelerator triggers no response. When I change the accelerator…

Itay Maman
- 30,277
- 10
- 88
- 118
7
votes
1 answer
JavaFX MenuItem.setAccelerator( ) not working
I want my JavaFX program to be able to dynamically change the accelerator for menu items. However, I can't seem to get it to work in JavaFX 2.2. In the code below, the first menu item has an accelerator "Ctrl+M" and it works fine. "Ctrl+M" is…

Zoot101
- 191
- 7
7
votes
1 answer
Android : Download a single file in many parts
I developing an application like Internet Download Manager for Android.
I want to know how to download different parts of file in Android as it is done in IDM.
How can I get the metadata of file before download and how to download files in…

Rahul
- 4,699
- 5
- 26
- 38
5
votes
3 answers
What are the ranges of the accelerator on the iPhone?
I can't seem to find any documentation online about this, and what I am googling is giving me a lot of conflicting information...

Jeffrey Berthiaume
- 4,054
- 3
- 35
- 45
5
votes
1 answer
PHP accelerator vs Just in Time Compilation
from wikipedia:
Most PHP accelerators work by caching the compiled bytecode of PHP
scripts to avoid the overhead of parsing and compiling source code on
each request (some or all of which may never even be executed). To
further improve…

user734027
- 747
- 1
- 7
- 8
5
votes
2 answers
How do I get the Mac "command" symbol in a Tkinter menu
I've written a Python program for a friend's business, and am using Tkinter for the interface. Up until now, all features have been added in the main program window, but I'm now adding a print feature, have created a simple "File" menu, and want to…

Justin S Barrett
- 636
- 4
- 14
5
votes
2 answers
How to set an accelerator for a JMenu sub menu?
I have a user request to add an accelerator to a sub menu (JMenu) which would allow the user to press the short cut and have the corresponding sub menu "fold out", showing its contained menu items.
I don't recall every having seen something like…

Urs Beeli
- 746
- 1
- 13
- 30