Top "On-the-fly" questions

activities that happens or occur dynamically on the program runtime.

Operator as and generic classes

I'm writing .NET On-the-Fly compiler for CLR scripting and want execution method make generic acceptable: object Execute() { return type.InvokeMember(..); } …

c# .net generics operators on-the-fly
JQuery live or something similar with .change()?

I want to do this: http://docs.jquery.com/Events/live#typefn Only .live() doesn't support the change event- any …

jquery events dom on-the-fly
Separating vuex stores for dynamically created components

This was the question got me stuck for a little bit. Unfortunately, I coudn't find answer here (asking also didn't …

javascript module store vuex on-the-fly
Grails create downloadable file on the fly

Briefly: I can make a file, save it in the file system and then make a page with a link …

file grails download on-the-fly
php create file and send as attachment without actually creating the file

I know how to read a file on the server and attach it to an email in PHP, but I …

php on-the-fly email-attachments file-generation