12 Posted Topics
Oke, What I mean with median + 1 and median -1 is the value before the median and the value after the median. So in this number sequence : 1,1,1,5,5,5,8,8,8 all of them are 5. Roelof
Hello, I use now Symphony cms for my site (http://www.tamarawobben.nl) But im not complety satisfied with it. So I wonder if there is a better cms for it and the second question is if someone knows then a good conversion way so I don't have to enter all entries again. …
Hello, I have a sort of blog about the live of my daugther. Im now trying to make it in Symphony cms but it won't work. What I need it a flexible cms where I can decide how many articles are on a page. So as example februari 2005 page …
Hello, I try to make a website with xml and xslt 1.0. Now I wonder if and how this can be done. One page looks like this : [URL="http://www.tamarawobben.nl"]http://www.tamarawobben.nl[/URL] But on another page the image is on a whole other place. A example can be seen here : [url]http://www.tamarawobben.nl/?month=2005-12&pg=1[/url] Is …
Hello, I found this script ([URL="http://www.bobulous.org.uk/coding/paging-xslt.html"]http://www.bobulous.org.uk/coding/paging-xslt.html[/URL] for makimg next/previous links. Now I wonder if I could make this work with a sort of offset because I like to have different number of articles on a page. Can anyone give me some tips. Roelof
HEllo, I try to follow this tutorial : [url]http://edutechwiki.unige.ch/en/XSLT_Tutorial_-_Basics[/url] Im using xmlcopyeditor as IDE. So I typed the first example. Do a xml transform and I see these message : Cannot transform: Error at line 7, column 12: Failed to parse QName 'xsl:' Anyone a idea how to solve this …
Hello Im trying to learn C rfrom the C book. Now I have this exercise : [code] Write a function that returns an integer: the decimal value of a string of digits that it reads using getchar. For example, if it reads 1 followed by 4 followed by 6, it …
Hello, I have this problem. [code] Use the function that you just wrote to read a sequence of numbers. Put them into an array declared in main, by repeatedly calling the function. Sort them into ascending numerical order, then print the sorted list. [/code] So I thought this can work …
Hello, I have this code : import urllib import zipfile import re totaal = 0 commentaar = [] lus = True image = urllib.URLopener() image.retrieve("http://www.pythonchallenge.com/pc/def/channel.zip","channel.zip" ) bestand = "readme.txt" zf = zipfile.ZipFile('channel.zip') while lus == True : for filename in [ bestand ]: try: data = zf.read(filename) except KeyError: print …
Hello, I have a image with a grey band in it. How can I know the values of only the grey band of the image ? Roelof
hello I have this programm [code] class zoeken() : pass def __len__(self): return 0 def __str__(self): return test2 def find(self, strng="", ch="", start=0, stop=0): index = start while index < len(strng) and index < stop: if strng[index] == ch: return index index += 1 return -1 test = zoeken() test.woord …
Hello, For a exercise I have to make a programm where several student puts thier home-grades in and thier names. here's the code [code] #include <string> #include <vector> #include <iostream> using namespace std ; int main() { vector<string> names ; typedef vector<double>::size_type siz_tp ; siz_tp aantal ; vector<double> numbers; typedef …
The End.
Roelof Wobben