Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: commands.conf-script for stock-prices



Robert Rafael Simons wrote:
> P.S.: I hope the attachments will come through in a good way.
Didn't :-(


bash-script:
---------------
#!/bin/bash

wget 
http://tagesschau.ttweb2.net/search/searchResultsSecurities.asp?searchText=$1 
-O - 2> /dev/null |
java treat
---------------
Java file:
---------------
import java.io.*;

class treat {
   public static void main(String args[]) {
      try {
	   BufferedReader in=new BufferedReader(new InputStreamReader(System.in));
	   char ch=0;
	   int ret=1;
	   int state=0;
	   int td=0;
	   String blabla=new String("");
	   boolean ok=true;
	   while(ok&& ret>0) {
	     try{
	       char chars[];
	       chars=new char[30];
	
---------------



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index