Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
29% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
6
Posts with Downvotes
6
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for JoBe

Hello ladies and gents, Chapter 3 exercise 3-1: [quote]Suppose we wish to find the median of a collection of values. Assume that the we have read some values so far, and that we have no idea how many values remain to be read. Prove that we cannot afford to discard …

Member Avatar for Alfonso_4
0
845
Member Avatar for Roelof Wobben

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. …

Member Avatar for Roelof Wobben
0
80
Member Avatar for Roelof Wobben

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 …

Member Avatar for smith warnes
1
90
Member Avatar for Roelof Wobben

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 …

0
55
Member Avatar for Roelof Wobben

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

0
44
Member Avatar for Roelof Wobben

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 …

Member Avatar for mmmathur06
0
54
Member Avatar for Roelof Wobben

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 …

Member Avatar for jl.lakhnai
0
208
Member Avatar for Roelof Wobben

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 …

Member Avatar for WaltP
0
120
Member Avatar for Roelof Wobben

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 …

Member Avatar for Reverend Jim
0
118
Member Avatar for Roelof Wobben

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

0
64
Member Avatar for Roelof Wobben

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 …

Member Avatar for snippsat
0
114
Member Avatar for Roelof Wobben

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 …

Member Avatar for Roelof Wobben
0
93