Re: Extracting values from a regex match Programming Software Development by Reverend Jim Also [autoregex](https://www.autoregex.xyz/) Re: Extracting values from capturing groups in regex Programming Software Development by AndreRet Your main issue is with the way you're trying to capture the values inside the 'td' tags. Also, you should consider using non-greedy quantifiers - [Minimal or non-greedy quantifiers](Regular expressions are generally considered greedy because an expression with repetitions will attempt to match as many characters as possible. The asterisk (*), plus… Re: Extracting values from a regex match Programming Software Development by AndreRet Same question, different post - [Extracting values from capturing groups in rege](https://www.daniweb.com/programming/software-development/threads/541420/extracting-values-from-capturing-groups-in-regex) Re: Extracting values from capturing groups in regex Programming Software Development by Tom_45 Issue resolved Re: Extracting values from a regex match Programming Software Development by Tom_45 Question has been answered. The correct pattern is: matches = re.findall(r'<td>(\d+)+<\/td><td>(\w+)<\/td><td>(\w+)', file) Re: What Would You Like To See In A SearchEngine ? Community Center Geeks' Lounge by Dani Why would I, as the website publisher, fill out a form on your search engine's website anytime I update a page? Re: What Would You Like To See In A SearchEngine ? Community Center Geeks' Lounge by Dani Just genuinely curious what ever became of this project? PS/2 to USB Question Hardware and Software Hardware by Klaital I use a laptop and it doesn't have any PS/2 ports only USB. My wife just bought a keyboard for her computer and it came with a PS/2 to USB adapter. Well my USB keyboard is crappin out so I tryed hooking a older PS/2 keyboard up with the adapter but it just says device not reconized. I searched google but all I can find is adapters for sale and no … Re: PS/2 to USB Question Hardware and Software Hardware by SidTheKid [QUOTE=Klaital;316855]My wife just bought a keyboard for her computer and it came with a PS/2 to USB adapter.[/QUOTE] Hi Cheesy The USB/PS2 adapters that come with a keyboard don't generally work well in my experience. What I had to do when I got my laptop hooked up to a KVM switch was get a little gadget that has a single USB connector on … Re: ps command Hardware and Software Linux and Unix by TheOgre Read the: manpage for ps ("man ps") info page for ps ("info ps") ps command Hardware and Software Linux and Unix by walker use of ps command in Linux rad hat without any options (-ef, -aux or a), what is the result will be list (PID TTY TIME CMD only)? Can I use ps alone for investigate the executed machine on which the command was entered with maintenance program that been run at the current machine? What is the define level for a rogue processes in a system? By using… Re: ps command Hardware and Software Linux and Unix by TheOgre You need to start a new thread for your questions, as they have nothing to do with the ps command, as originally asked by walker. Drive repartitioning and file permissions have nothing to do with ps... ps file Programming Software Development by NewVBguy Hi there, How can I extract a ps file (eg. sample.ps) and put it into recordset. Thanks. Newvbguy PS/2 Mouse Hardware and Software Hardware by Booski I tried to use my PS/2 mouse, but after pluggin it in and booting up it wouldn't work. I went to control panel>mouse>hardware>Microsoft PS/2 Mouse, and when I clicked on that, at the bottom it said "Device Status: This device cannot start. (Code 10)" Here is a screenshot. [IMG]http://i154.photobucket.com/albums/s274/… Re: ps command Hardware and Software Linux and Unix by knute [font=Arial Narrow]Just tried it. The output shows the command, tty pid and the time for the current terminal only. I did it in term 1 on my desktop and it only listed the shell that I was using and the ps command itself. Hope that answers your question. Oh yeah, and top is mentioned in the man page as well. :) [/font] Re: ps file Programming Software Development by Comatose Extract a PS file from a record set? Ps/2 (possible) port problem Hardware and Software Hardware by JANINE I am currently working on a PC belonging to a friend and am experiencing the following problem. The PC will start up ok but as it is going through the Post process it comes up with KEYBOARD ERROR - KEYBOARD MISSING OR NOT FOUND. I have tried two brand new keyboards that i know work on other machines (have tested them) and both keyboards lights … PS/2 connector fried? Hardware and Software Hardware by Nanino Hey, Nanino here. Recently, after a power outage, my computer's keyboard stopped responding to anything. I've tried multiple keyboards, but none of them work now. Though when I connect them the num lock/caps lock/scroll lock lights all blink then turn off, which makes me think the keyboards are still recieving power. Originally, on start up … Re: PS/2 connector fried? Hardware and Software Hardware by sittas87 ohk dont worry about the cmos checksum error,as long as your cmos is properly seated all is fine.what you can do now in your BIOS set all to defaults. As for the keyboard still being in its current morbid state,try a USB keyboard if its easy for you to obtain one just for testing. Im thing PS\2 for mouse controller thats corrupted. but try a usb … PS/2 and USB Mice Hardware and Software Microsoft Windows by cyclone3211 Currently have 2 mice installed and working at the same time. It appears that they are using the same driver. Some times after re-boot, the PS/2 mouse does not work until the next re-boot. Does this setup of having 2 mice operating at the same time create any computer operating issues? OS WinXP Media SP2 Re: PS/2 and USB Mice Hardware and Software Microsoft Windows by hotmatrixx [QUOTE=cyclone3211;749474]Currently have 2 mice installed and working at the same time. It appears that they are using the same driver. Some times after re-boot, the PS/2 mouse does not work until the next re-boot. Does this setup of having 2 mice operating at the same time create any computer operating issues? OS WinXP Media SP2[/… My Computer won't sart, new ps, new MB & cpu Hardware and Software Hardware by Gimp [COLOR=black]Hi everyone I'm a newbe to this site and they call me Gimp because I have a gimp leg.[/COLOR] [COLOR=black]I really need some help before I toss this machine in the trash. Here is the situation. My son fried his computer that I built him last year by hooking up a monitor with a bad cord to a new video card he installed.[/COLOR] [COLOR=… Re: PIC based PS/2 Mouse Programming Software Development by mathematician [quote=BombAppetit;296596]Anyone here has experience making a PIC based pointing device that can interface with the PC using PS/2 mouse port? Can I have a look at an example of the codes and circuitry? I'm working on creating a prototype of a new pointing device, just as a uni project, and hoping to make it easily usable through PS/2. If not I … trouble uninstalling PS Elements 2.0 Hardware and Software Microsoft Windows by luckydude I have been trying to uninstall Adobe PhotoShop Elements 2.0 for last three days, but get an error that reads [b]"The Log file 'C:\Program Files\Adobe\Photoshop Elements2\Uninst.isu' is not valid or the data has been corrupted. Uninstallation will not continue."[/b] [font=verdana][size=2][color=#000000]Can anyone tell me what went wrong… Mouse PS/2 port no longer working Hardware and Software Microsoft Windows by attigabi Hello all. A new poster here. Seems like quite the community you all have here. Congrats! I have a tech question I need help with. I recently flashed/updated my Bios. Everything went smoothly with the exception of my mouse not working through the PS/2 port. It is a Logitech MX1000 mouse with a USB plug. I am using a PS/2 port with this … PIC based PS/2 Mouse Programming Software Development by BombAppetit Anyone here has experience making a PIC based pointing device that can interface with the PC using PS/2 mouse port? Can I have a look at an example of the codes and circuitry? I'm working on creating a prototype of a new pointing device, just as a uni project, and hoping to make it easily usable through PS/2. If not I have to resort to either … Printing from linux to virtual PS printer on Windows XP Hardware and Software Microsoft Windows by pbwf Hi I hope this is the right forum to post this in, it seemed the best fit for the question. Ok, we have an IBM Thinkpad running specialist auto diagnostic software built on a custom build of SCO linux - I say custom as I don't seem to be able to alter any of the configuration. We really need to be able to print from it, but it only prints … Help! extract picture from a multi-page pdf/ps file Programming Software Development by ahha0ahha My system: fedora 7 I have many pictures in multi-page pdf/ps files. I need to use some of them into my slide. I know transfer file between pdf and ps by using pdf2ps,ps2pdf, and I can transfer a single page picture by using ps2eps. My problem: How to transfer a multi-page pdf/ps file which is unknown page into many one page pdf/ps file… Re: PIC based PS/2 Mouse Programming Software Development by murthysharma Am also doing the same program, means i wanna interface my project(pointing device) to PS/2, its something like USART synchronous communication. See MikroB compiler from [removed link] website. In that u can read data from ps/2 keyboard. some alteration in that can write to pc ps/2 interface. Or if u want VB program that workwith pointing device is… high powered PS ? Hardware and Software Hardware by chuteboxe39 Hi was thinking of getting a new case, and i came across one that i really like - [url]http://www.newegg.com/product/product.asp?item=N82E16811119136[/url]. it comes with a 1000W power supply. it got me thinking, how important is a PS that powerful ? Im interested in high-end gaming, and i was wondering if its really necessary to get a PS like that…