Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - bam

Pages: 1 [2] 3 4 ... 14
16
Qt/Qtopia / Zeditor 3.5.4
« on: August 20, 2006, 08:13:04 pm »
Well I translated most of it, tried to compile via 'tmake -o Makefile *.po' and was a major no-go, anyone have any ideas, it complains of alot of syntax errors.

17
Python / Loops And Such
« on: August 19, 2006, 04:13:40 am »
I have this so far:
Code: [Select]
for item in dupes[]:
   mydupeitem=item
   for item in filter[]:
      if mydupeitem[2:] = item:
         pass
      else
         write......etc.


now is there anything wrong with this? it wipes out my entire bash history, so it never gets to the write statement. filter[] is just a list of filters(strings) and dupes[] is just a list of strings as well, basically i an 'cleaning' my bash history at logoff, I have a remove duplicates script running and it sorts but I would like to remove any "cd blahblah" and rm's mv's etc. any ideas, I am new to python, so any help would be great.

18
Python / Delete
« on: August 19, 2006, 04:12:38 am »
delete dupe

19
Python / Delete
« on: August 19, 2006, 04:12:18 am »
delete

20
Python / Delete
« on: August 19, 2006, 04:12:01 am »
delete

21
General Discussion / Sdio Sl-c3100
« on: August 15, 2006, 03:11:36 am »
found this in the sd.conf file
{
   name: "SD-PHS SDIO" device: "ttyS101S0"
   mid: "0x0000C01E" class: "serial"
   major: "211" minor: "0"
   pass: "/lib/modules/2.4.20/kernel/drivers/block/aloha"
   module: "aloha_serial", "aloha"
   start_script: "/sbin/sdctrl suspend 0"
}


does this mean what I think it means? or was it going to be a possibility then dropped?

22
User Request for Applications / Tcl (latest Version)
« on: August 11, 2006, 09:22:35 pm »
anyone get this to compile? Keeps error'ing out on me.

23
Software / Dev Stuff
« on: August 09, 2006, 04:00:07 am »
whats the difference between dev image 1.6(maslovsky) and Meanies 2.95-2 image? trying to compile sliderulez with some slight editing and it complians on the compile.
any ideas? Which is a "better" suited for qtopia only, and commandline stuff?

24
Software / Abookreader 0.9.0a English Settings File
« on: August 02, 2006, 01:14:50 am »
converted to english, this is a great image viewer!

25
Software / Man 1.6d, Less 3.82 & Groff 1.19.2 Package
« on: July 30, 2006, 06:51:42 pm »
now this installs on my zaurus running stock rom (3100) I suspect it will install on a 3000/1000/3200 series without issue(file structure is similiar). Install size is like 8Mb so be sure to have plenty of room, you can reduce it by removing some of the man pages, I didnt include any extra. But I will have a man(pages) package for to zaurus in the future, I will have to list it all out first when I get some time. Now all 3 packages gave some attitude on installing via 'make DESTDIR="/path/to/install" install, so I just read the Makefile files to determine install bin's and paths.

edit:
can anyone tell me exactly whats needed from groff for man to work properly, groff is like huge! where as man and less is pretty small.


edit2: add -manpage after nroff -c in the ~/Settings/man.conf file so that the manpage formats correctly, personally I put all my manpages in /hdd2/man-pages than added to the search path in man.conf, works perfectly


***missed a few on hand making the install, will update in the next hour..oops, sorry(fixed)
go get it http://www.thegrinder.ws/main/node/347

26
Software / Hcid
« on: July 29, 2006, 09:21:30 pm »
Is there a reason that 2 daemons are running?

27
Off Topic forum / Happy Birthday Hrw
« on: July 26, 2006, 04:23:16 pm »
Happy Birthday you old fart.....actually I cant remember 30....ewww. If I was where you are at I'd buy ya a beer or 2.

28
General Discussion / Initrd.bin File
« on: July 26, 2006, 03:51:51 am »
How can one extract the files from this? Tried mounting it as a cramfs or sqaushfs, no-joy. Any other ideas?

29
Software / Altboot For Stock Rom
« on: July 22, 2006, 03:26:55 am »
Jus like the post says is it possible to compile and configure an altboot for stock rom, something to choose which runlevel, like goto emergency linux boot mode etc... qt/noqt, and perhaps point it at say a pdaxrom install? or even a debian "pws" install?

30
Qt/Qtopia / Man 1.6d
« on: July 20, 2006, 03:52:53 am »
anyone able to compile this? Stock rom & Meanies zGCC image.

Pages: 1 [2] 3 4 ... 14