search for: foreknowledg

Displaying 9 results from an estimated 9 matches for "foreknowledg".

Did you mean: foreknowledge
2003 Nov 23
0
[LLVMdev] Linkage Types again!
...pending on the number of compilation > units that are linked together. The idea was that a given compilation > unit would know its stack requirements but not that of other compilation > units. Using appending linkage allows the sum total of the stack > requirements to be handled without foreknowledge of the total size > needed. > > This actually doesn't work because you can't (yet) specify the stack > size to the compiler! I'm debating the pros and cons of doing this. This sounds like something you could do much more cleanly with some sort of interprocedural analysi...
2012 Dec 02
2
Change case of factor in data frame
I am trying to write a function to change the case of all of the text in a data frame to lower case. I do not have foreknowledge of the data frame names or the data types of each column. It seems that if one references the data frame by index, then it returns class "data.frame" but if it is referenced by name, it returns class "factor" or whatever the column actually is: dat[1] returns class "data...
2012 Jun 07
4
Dealing with multiple gid changes
...r the change, so I had to put it in a new stage that runs after main. After that everything was all good. I have some issues with this solution. First the find takes forever to run. I''m not sure there''s any way around this. Second, it required some manual intervention and foreknowledge of the problem. What if I don''t know someone had manually created a group with the wrong gid? I was thinking maybe creating a custom function that could be called whenever there''s a refresh on a group and use the old and new gids to run the command. Hopefully someone can...
2003 Nov 23
3
[LLVMdev] Linkage Types again!
The problem I'm experiencing with Stacker has to do with linkage types (again!). What I'm trying to do is create a "global appending" array. In compilation units that don't include "main", I generate it with: TheStack = new GlobalVariable( /*type=*/ stack_type, /*isConstant=*/ false, /*Linkage=*/
2004 Dec 14
0
Bug 3020 needs supporters :-)
...ontext to appear multiple times, in multiple files, and have them "add together". This allows you to have a master context defined in extensions.conf, that is then filled in by the included files found by wildcard expansion; what this means is that you don't have to have any "foreknowledge" of what files are going to get included and whether they may want to add to that context or not. Anyway, if you are interested, and are using text-file based configuration with many included files, check it out. If we get this one in, the next one I've got pending will allow you to...
2004 Sep 21
4
Voicemail forward to a remote server?
Anybody ever managed to implement a solution where one could forward a voicemail from one * server to another? Dominique
2002 Oct 11
2
Digital Radio Monial www.drm.org
Salve, Imagine ogg vorbis is used to produce radio with free software. A journalist would produce a report end send it with 24kBit/s out from a cricis place somewhere in the world. DRM is going to use MP4 - so his report has to be reconverted with loosing quality :-( Can you imagine to have an free codec someday that would work in embedded radio-reciver like MP4? If yes, should DRM not be open
2018 Jul 27
0
Fads, the Lad of the Lake... Hashemesh is still Hemera... and "Greetings Turmeric"
...I owned) being left in a bag on the street in Los Angeles ... because ... seemed like a good idea at the time. One of the shirts is depicted above, and you might see.a link to 9/11 <http://hoyo.cf/lists/lt.php?id=YUgMAg9TGAFQVR1QWlQKVF0F> and more on the idea of what we should do about future foreknowledge (as in, keep all the good promises and reverse everything bad?) in a place we'd call the "light of day" if it weren't the light of "Hemera is Hashemesh." Buil*ding* for a cure, in hindsight I can't agree more--we really do deserve that cure <http://hoyo.cf/lists/...
2019 Jun 11
3
[R] Open a file which name contains a tilde
Hi Frank, I'm hesitant to be "that guy", but in case no one else has brought this up to you, having files with a tilde in their names (generally but especially on a linux system, where ~ in file names has a very important special meaning in some cases, as we know) strikes me as an exceptionally bad practice anyway. In light of that, the solution with the smallest amount of pain for