activities that happens or occur dynamically on the program runtime.
Questions tagged [on-the-fly]
186 questions
-1
votes
1 answer
How to alias or rename a file on the fly in Linux?
I have the following challenge under Linux:
An application is writing a config-file "samename.cfg" into certain directories
I want to have the config-file named different for each directory
I do not want any file called "samename.cfg" written to…

Axel Booltink
- 73
- 5
-1
votes
2 answers
JavaScript Adding to requestAnimationFrame function
The question could be referred to Three.JS framework, but I think it's a general JS problem.
animate();
function animate() {
{doSomething}
requestAnimationFrame( animate );
}
So the function animate() runs every frame and does…

VVK
- 435
- 2
- 27
-1
votes
1 answer
MySql Pages on the Fly
Problem solved
The answer was
$query = "SELECT manager FROM tablename WHERE manager='$manager'";
Subtle difference, but removing the dots before and after $manager was the answer.
Credit to PHPFreaks.com
I had this;

Safcblogger
- 13
- 5
-1
votes
2 answers
Create a Zip file on the fly and make it available for download in ASP.NET
I have an ASP.NET Web Forms application. Once the user clicks on a download link, I need to create several XMLs file on the fly, zip them and prompt the user with a download dialog.
I already made the function to download a single XML file and it…

CiccioMiami
- 8,028
- 32
- 90
- 151
-3
votes
1 answer
How can I crop Image on-the-fly using FREE API (or a single line of code)?
I am figuring out a way to crop the images in the database on-the-fly for using it at various solts, positions & different pages on my website. Is there a solution to do it seamlessly?
I tried using various online editors but couldn't arrive to a…

Pulkit A
- 1
-3
votes
1 answer
How installing Java Agent?
I would like to know how to use java agent and how to install java agent.
I handle for the first time java agent.
So they are not familiar.
So please explain in detail.

유제이
- 13
- 4