Talk:Script examples

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 07:24, 12 July 2007 (edit)
Devu6ka2 (Talk | contribs)
(medecine)
← Previous diff
Current revision (16:53, 11 May 2010) (edit) (undo)
Glenn (Talk | contribs)
m (Talk:Script Examples moved to Talk:Script examples: small start letters)
 
(5 intermediate revisions not shown.)
Line 3: Line 3:
With the freedns.afraid.org, can't that be done using [[DDNS_-_How_to_setup_Custom_DDNS_settings_using_embedded_inadyn_-_HOWTO|Inadyn]]? [[User:AlReece45|Alex]] 15:42, 3 Sep 2006 (CEST) With the freedns.afraid.org, can't that be done using [[DDNS_-_How_to_setup_Custom_DDNS_settings_using_embedded_inadyn_-_HOWTO|Inadyn]]? [[User:AlReece45|Alex]] 15:42, 3 Sep 2006 (CEST)
-== medecine ==+== Small change to wireless scanner script for v24 ==
-<a href=http://celebrex.awardspace.us/ > celebrex </a>+I was getting bleed onto the second line using the provided (and very functional) script. I modified the code to shorten the length of the signal strength meter to fit nicely on one line
-<a href=http://celebrex.awardspace.us/celebrex-200-mg.html > celebrex 200 mg </a>+Change this:
-<a href=http://celebrex.awardspace.us/effects-medication-side-celebrex.html > effects medication side celebrex </a>+ fmt = "%s%-15s %s%0"sigstrength"d "reset erase2end "\n %s %s%-4d %s%-4d %s%-4d %s%2s " reset erase2end "\n" erase2end "\n";
-<a href=http://celebrex.awardspace.us/celebrex-information.html > celebrex information </a>+To This:
-<a href=http://celebrex.awardspace.us/celebrex-recall-risk.html > celebrex recall risk </a>+ fmt = "%s%-15s %s%0"sigstrength/3"d "reset erase2end "\n %s %s%-4d %s%-4d %s%-4d %s%2s " reset erase2end "\n" erase2end "\n";
- +
- +
-<a href=http://celebrex.awardspace.us/celebrex-risk-and-side-effects.html > celebrex risk and side effects </a>+
- +
-<a href=http://celebrex.awardspace.us/pfizer-celebrex.html > pfizer celebrex </a>+
- +
-<a href=http://celebrex.awardspace.us/celebrex-dose-drug.html > celebrex dose drug </a>+
- +
-<a href=http://celebrex.awardspace.us/celebrex-celebrex-link-mmx.info-mmx.info-site.html > celebrex celebrex link mmx.info mmx.info site </a>+
- +
-<a href=http://celebrex.awardspace.us/celebrex-doctor-medication.html > celebrex doctor medication </a>+
- +
- +
-<a href= " http://celebrex.awardspace.us/celebrex-drug-interaction.html " > celebrex drug interaction </a>+
- +
-<a href= " http://celebrex.awardspace.us/celebrex-pharmacokinetics.html " > celebrex pharmacokinetics </a>+
- +
-<a href= " http://celebrex.awardspace.us/celebrex-attorney-tx.html " > celebrex attorney tx </a>+
- +
-<a href= " http://celebrex.awardspace.us/celebrex-use.html " > celebrex use </a>+
- +
-<a href= " http://celebrex.awardspace.us/celebrex-vs-vioxx.html " > celebrex vs vioxx </a>+
- +
-<a href= " http://celebrex.awardspace.us/celebrex-capsule.html " > celebrex capsule </a>+
- +
-<a href= " http://celebrex.awardspace.us/celebrex-ingredient.html " > celebrex ingredient </a>+
-<a href= " http://celebrex.awardspace.us/celebrex-manufacturer.html " > celebrex manufacturer </a>+
- +
-<a href= " http://celebrex.awardspace.us/celebrex-litigation.html " > celebrex litigation </a>+
- +
-<a href= " http://celebrex.awardspace.us/dog-celebrex.html " > dog celebrex </a>+

Current revision

[edit] DNS Setup

With the freedns.afraid.org, can't that be done using Inadyn? Alex 15:42, 3 Sep 2006 (CEST)

[edit] Small change to wireless scanner script for v24

I was getting bleed onto the second line using the provided (and very functional) script. I modified the code to shorten the length of the signal strength meter to fit nicely on one line

Change this:

       fmt = "%s%-15s %s%0"sigstrength"d "reset erase2end "\n    %s  %s%-4d %s%-4d %s%-4d %s%2s "  reset erase2end "\n" erase2end "\n";

To This:

       fmt = "%s%-15s %s%0"sigstrength/3"d "reset erase2end "\n    %s  %s%-4d %s%-4d %s%-4d %s%2s "  reset erase2end "\n" erase2end "\n";