A way ....#!/usr/bin/perluse strict;use warnings;my $string = 'a/b/c/d/e/f/god';my @array = split /\//, $string;pop @array; # get rid of the last array element on right$string = join('/', @array);print "$string\n";
A way ….
#!/usr/bin/perl
use strict; use warnings;
my $string = ‘a/b/c/d/e/f/god’;
my @array = split /\//, $string;
pop @array; # get rid of the last array element on right
Long shots...Update Adobe to latest version with whichVista is OK and see if it helps. Similarly uninstall Adobe, reboot, re-install latest etc. Adobe and see if any help?Also one or two of the other pdf reader utils (freebies) out there as possibly one of those may also be happy with fdf format...?Read more
Long shots…
Update Adobe to latest version with whichVista is OK and see if it helps. Similarly uninstall Adobe, reboot, re-install latest etc. Adobe and see if any help?
Also one or two of the other pdf reader utils (freebies) out there as possibly one of those may also be happy with fdf format…?
If your 4 lines to replace are in rows 5 - 8 and the 7 newlines are in newseven.txt:==============================================@echo off > newfile & setLocal enableDELAYedeXpansionfor /f "tokens=1* delims=[]" %%a in ('find /n /v "" ^< myfile') do (if %%a leq 4 >> newfile echo.%%biRead more
If your 4 lines to replace are in rows 5 – 8 and the 7 newlines are in newseven.txt: ============================================== @echo off > newfile & setLocal enableDELAYedeXpansion
for /f “tokens=1* delims=[]” %%a in (‘find /n /v “” ^< myfile’) do ( if %%a leq 4 >> newfile echo.%%b if %%a equ 4 >> newfile type newseven.txt if %%a geq 9 >> newfile echo.%%b )
Question has been asked and answered several times, here are a couple:https://computing.net/answers/o...https://computing.net/answers/o...As you can see, some of it will depend on what your sheet looks like.Also, for future reference, Excel questions are best asked in the Office Software forum.MIKEhRead more
Question has been asked and answered several times, here are a couple:
As you can see, some of it will depend on what your sheet looks like. Also, for future reference, Excel questions are best asked in the Office Software forum.
It doesn't matter what type of device is used to extend a wireless signal's range, the plain fact is that the more people that connect to that network, the slower it will become for everyone.So it's got nothing to do with the type or number of booster devices that are used, it's the number of peopleRead more
It doesn’t matter what type of device is used to extend a wireless signal’s range, the plain fact is that the more people that connect to that network, the slower it will become for everyone.
So it’s got nothing to do with the type or number of booster devices that are used, it’s the number of people using the network that will slow down the internet.
Bearing that in mind, there would be no point in “blocking” a plug-in HomePlug device even if it was possible, because it would make no difference to the internet speed.
You need to close some of apartments so fewer people are using the net at the same time.
Linux limitations are similar depending on the disk formatting:http://en.wikipedia.org/wiki/Compar...http://en.wikipedia.org/wiki/Filena...Anyhow, installing Linux is relatively easy. 1st you'll need to decide on a distro that will work with your hardware. Being that you only have 1GB RAM, you shoulRead more
Linux limitations are similar depending on the disk formatting:
Anyhow, installing Linux is relatively easy. 1st you’ll need to decide on a distro that will work with your hardware. Being that you only have 1GB RAM, you should stick with distros with a lightweight desktop environment such as LXDE or Xfce. Once you’ve decided, download the ISO, burn it to a CD or DVD using the appropriate software (e.g. ImgBurn), then boot off the disk. You can either start the installation immediately, or boot into Linux & start the install from within live session. There’s usually a shortcut on the desktop or somewhere in the start menu.
I’m currently running Zorin OS 9 Lite on 10+ yr old HP laptop with an AMD A64 3200+ & 1.25GB RAM.
To connect your iPod to the internet via a router or modem, same as you do with a PC via ethernet cable.And you should have posted that question here: http://www.computing.net/forum/ipho...
To connect your iPod to the internet via a router or modem, same as you do with a PC via ethernet cable.
Forget capacitors changing if power is removed. Your computer has something called a power controller. Most do not even know it exists. One safety feature is a lockout. To reset the lockout in a controller, disconnect a power cord for a few seconds. Never disconnect anything before making a measuresRead more
Forget capacitors changing if power is removed. Your computer has something called a power controller. Most do not even know it exists. One safety feature is a lockout. To reset the lockout in a controller, disconnect a power cord for a few seconds.
Never disconnect anything before making a measures (as another has noted). One minute with the meter could have answers a long list of unknowns. Start by measuring the purple wire (from power supply to motherboard) before powering the machine. It should measure about 5 VDC. But post the three digit number hear. Every digit contains useful information.
Do same with the green and gray wires both before and as the power switch is pressed. Those numbers will also result in facts that contain no speculation.
And finally measure any one red, orange, and yellow wire both before and as the power switch is pressed. Also report that behavior – in numbers.
What follows is a list of parts that are no longer only suspected good or bad. Listed will be ‘definitive’ answers – no more ‘it could be …’. How a computer really works (and it is simple) will also be learned.
Never disconnect or remove anything until hard facts (especially those above numbers) are first learned.
From the manual:ERROR LED on (not flashing) with no printing.Check if the roll paper is correctly set, and the printer cover is closed properly.Source: http://www.4pos.ch/4pos/userfiles/f...
From the manual:
ERROR LED on (not flashing) with no printing. Check if the roll paper is correctly set, and the printer cover is closed properly.
Many thanks. I have changed the settings in the bios to the defaults. I think that I am going to use arctic silver paste on the cpu. It may not be necesary though as I replaced the thermal pad with some new paste 4 days ago and the pc is still running hot but has stopped freezing and crashing. I wilRead more
Many thanks. I have changed the settings in the bios to the defaults. I think that I am going to use arctic silver paste on the cpu. It may not be necesary though as I replaced the thermal pad with some new paste 4 days ago and the pc is still running hot but has stopped freezing and crashing. I will continue to use it every day to test it and it seems to be working normally now. I will wait and see though and I am still not happy about the cpu temperature which is about 53c idle. it is more with the power charger connected.
Solved How To Strip Last Word From a String In Perl
A way ....#!/usr/bin/perluse strict;use warnings;my $string = 'a/b/c/d/e/f/god';my @array = split /\//, $string;pop @array; # get rid of the last array element on right$string = join('/', @array);print "$string\n";
#!/usr/bin/perl
use strict;
use warnings;
my $string = ‘a/b/c/d/e/f/god’;
my @array = split /\//, $string;
pop @array; # get rid of the last array element on right
$string = join(‘/’, @array);
print “$string\n”;
Network Error: Printing Was Interrupted.
Long shots...Update Adobe to latest version with whichVista is OK and see if it helps. Similarly uninstall Adobe, reboot, re-install latest etc. Adobe and see if any help?Also one or two of the other pdf reader utils (freebies) out there as possibly one of those may also be happy with fdf format...?Read more
Update Adobe to latest version with whichVista is OK and see if it helps. Similarly uninstall Adobe, reboot, re-install latest etc. Adobe and see if any help?
Also one or two of the other pdf reader utils (freebies) out there as possibly one of those may also be happy with fdf format…?
These may also be of interest:
https://answers.acrobatusers.com/fd…
https://forums.adobe.com/thread/638542
http://download.cnet.com/fdf-Conver…
http://fdf-converter.software.infor…
http://www.solvusoft.com/en/file-ex…
http://tinyurl.com/zceosul
http://www.adobe.com/devnet/acrobat… – (note the conditions required for this option)
Batch: Replace Specific Lines In a Txt File
If your 4 lines to replace are in rows 5 - 8 and the 7 newlines are in newseven.txt:==============================================@echo off > newfile & setLocal enableDELAYedeXpansionfor /f "tokens=1* delims=[]" %%a in ('find /n /v "" ^< myfile') do (if %%a leq 4 >> newfile echo.%%biRead more
==============================================
@echo off > newfile & setLocal enableDELAYedeXpansion
for /f “tokens=1* delims=[]” %%a in (‘find /n /v “” ^< myfile’) do (
if %%a leq 4 >> newfile echo.%%b
if %%a equ 4 >> newfile type newseven.txt
if %%a geq 9 >> newfile echo.%%b
)
=====================================
Helping others achieve escape felicity
M2
How To Send An Email From Excel When a Condition Is Met
Question has been asked and answered several times, here are a couple:https://computing.net/answers/o...https://computing.net/answers/o...As you can see, some of it will depend on what your sheet looks like.Also, for future reference, Excel questions are best asked in the Office Software forum.MIKEhRead more
https://computing.net/answers/o…
https://computing.net/answers/o…
As you can see, some of it will depend on what your sheet looks like.
Also, for future reference, Excel questions are best asked in the Office Software forum.
MIKE
http://www.skeptic.com/
message edited by mmcconaghy
Solved Block Tenants From Using Wall Plug Wifi Range Extenders
It doesn't matter what type of device is used to extend a wireless signal's range, the plain fact is that the more people that connect to that network, the slower it will become for everyone.So it's got nothing to do with the type or number of booster devices that are used, it's the number of peopleRead more
So it’s got nothing to do with the type or number of booster devices that are used, it’s the number of people using the network that will slow down the internet.
Bearing that in mind, there would be no point in “blocking” a plug-in HomePlug device even if it was possible, because it would make no difference to the internet speed.
You need to close some of apartments so fewer people are using the net at the same time.
Solved Linux To Use For Toshiba Satellite A100
Linux limitations are similar depending on the disk formatting:http://en.wikipedia.org/wiki/Compar...http://en.wikipedia.org/wiki/Filena...Anyhow, installing Linux is relatively easy. 1st you'll need to decide on a distro that will work with your hardware. Being that you only have 1GB RAM, you shoulRead more
http://en.wikipedia.org/wiki/Compar…
http://en.wikipedia.org/wiki/Filena…
Anyhow, installing Linux is relatively easy. 1st you’ll need to decide on a distro that will work with your hardware. Being that you only have 1GB RAM, you should stick with distros with a lightweight desktop environment such as LXDE or Xfce. Once you’ve decided, download the ISO, burn it to a CD or DVD using the appropriate software (e.g. ImgBurn), then boot off the disk. You can either start the installation immediately, or boot into Linux & start the install from within live session. There’s usually a shortcut on the desktop or somewhere in the start menu.
I’m currently running Zorin OS 9 Lite on 10+ yr old HP laptop with an AMD A64 3200+ & 1.25GB RAM.
http://zorin-os.com/tour.html
message edited by riider
What Do You Use a E257448 Cable For?
To connect your iPod to the internet via a router or modem, same as you do with a PC via ethernet cable.And you should have posted that question here: http://www.computing.net/forum/ipho...
And you should have posted that question here:
http://www.computing.net/forum/ipho…
HP Desktop Won’t Turn On After Power Failure
Forget capacitors changing if power is removed. Your computer has something called a power controller. Most do not even know it exists. One safety feature is a lockout. To reset the lockout in a controller, disconnect a power cord for a few seconds. Never disconnect anything before making a measuresRead more
Forget capacitors changing if power is removed. Your computer has something called a power controller. Most do not even know it exists. One safety feature is a lockout. To reset the lockout in a controller, disconnect a power cord for a few seconds.
Never disconnect anything before making a measures (as another has noted). One minute with the meter could have answers a long list of unknowns. Start by measuring the purple wire (from power supply to motherboard) before powering the machine. It should measure about 5 VDC. But post the three digit number hear. Every digit contains useful information.
Do same with the green and gray wires both before and as the power switch is pressed. Those numbers will also result in facts that contain no speculation.
And finally measure any one red, orange, and yellow wire both before and as the power switch is pressed. Also report that behavior – in numbers.
What follows is a list of parts that are no longer only suspected good or bad. Listed will be ‘definitive’ answers – no more ‘it could be …’. How a computer really works (and it is simple) will also be learned.
Never disconnect or remove anything until hard facts (especially those above numbers) are first learned.
Epson Tm-T81 Suddenly Not Printing
From the manual:ERROR LED on (not flashing) with no printing.Check if the roll paper is correctly set, and the printer cover is closed properly.Source: http://www.4pos.ch/4pos/userfiles/f...
ERROR LED on (not flashing) with no printing.
Check if the roll paper is correctly set, and the printer cover is closed properly.
Source: http://www.4pos.ch/4pos/userfiles/f…
Solved Acer Aspire One 722 Has a High Temperature Reading For Cpu
Many thanks. I have changed the settings in the bios to the defaults. I think that I am going to use arctic silver paste on the cpu. It may not be necesary though as I replaced the thermal pad with some new paste 4 days ago and the pc is still running hot but has stopped freezing and crashing. I wilRead more