Displaying 3 results from an estimated 3 matches for "tempel".
Did you mean:
temper
2024 Feb 29
2
Samba 4.20rc3 does not build on macOS
...omplete log in /Volumes/Data/Downloads/samba-4.20.0rc3/bin/config.log)
I suspect that's a known issue (I guess "macOS is unsupported").
Does anyone on the list have a solution for making it build on macOS, though? I only need the wspsearch tool, maybe just for that?
Regards,
Thomas Tempelmann
http://apps.tempel.org
2005 Nov 24
1
Extended $ function called $$
...ot;type.class" find any type of element of a given tag and class
}else{
var tagName = part.substring(0,dotPos);
var className = part.substring(dotPos+1,part.length);
var taggedElements = element.getElementsByTagName(tagName);
for(var i=0; i<taggedElements.length; i++){
var tempElement = taggedElements[i];
if(Element.Class.has_any(tempElement,className)){
elements.push(tempElement);
}
}
}
// if the selector only has one part, then return the elements now
if (partArray.length <= 1) {
return elements;
}
// if the selector has more than one par...
2003 Jun 12
9
Programcode and data in the same textfile
I have the following problem. It is not of earthshaking importance,
but still I have spent a considerable amount of time thinking about
it.
PROBLEM: Is there any way I can have a single textfile that contains
both
a) data
b) programcode
The program should act on the data, if the textfile is source()'ed
into R.
BOUNDARY CONDITION: I want the data written in the textfile in exactly