diff --git a/002-validalnum.sh b/002-validalnum.sh index e2b1658..c7857a1 100755 --- a/002-validalnum.sh +++ b/002-validalnum.sh @@ -29,3 +29,5 @@ else fi exit 0 +ver2 +ver2.0 diff --git a/062-define.sh b/062-define.sh index ae1f80f..b6488c3 100755 --- a/062-define.sh +++ b/062-define.sh @@ -25,3 +25,5 @@ lynx -source "$url$1" | \ ) exit 0 + +updated code... diff --git a/063-weather.sh b/063-weather.sh index 073a1dd..e23f5db 100755 --- a/063-weather.sh +++ b/063-weather.sh @@ -36,3 +36,4 @@ lynx -source "${wxurl}$1" | \ head -$size exit 0 +updated diff --git a/palindrome.sh b/palindrome.sh index 04336ab..cf269bc 100644 --- a/palindrome.sh +++ b/palindrome.sh @@ -1,19 +1,19 @@ -#!/bin/sh - -# specify palindrome possibility as args - -if [ $# -eq 0 ] ; then - echo Usage: $0 possible palindrome >&2 - exit 1 -fi - -testit="$(echo $@ | sed 's/[^[:alpha:]]//g' | tr '[:upper:]' '[:lower:]')" -backwards="$(echo $testit | rev)" - -if [ "$testit" = "$backwards" ] ; then - echo "$@ is a palindrome" -else - echo "$@ is not a palindrome" -fi - -exit 0 +#!/bin/sh + +# specify palindrome possibility as args + +if [ $# -eq 0 ] ; then + echo Usage: $0 possible palindrome >&2 + exit 1 +fi + +testit="$(echo $@ | sed 's/[^[:alpha:]]//g' | tr '[:upper:]' '[:lower:]')" +backwards="$(echo $testit | rev)" + +if [ "$testit" = "$backwards" ] ; then + echo "$@ is a palindrome" +else + echo "$@ is not a palindrome" +fi + +exit 0 diff --git a/ragged.txt b/ragged.txt index 9aba255..d48f8e7 100644 --- a/ragged.txt +++ b/ragged.txt @@ -1,10 +1,10 @@ -So she sat on, with closed eyes, and half believed herself in -Wonderland, though she knew she had but to open them again, and -all would change to dull reality--the grass would be only rustling -in the wind, and the pool rippling to the waving of the reeds--the -rattling teacups would change to tinkling sheep-bells, and the -Queen's shrill cries to the voice of the shepherd boy--and the -sneeze of the baby, the shriek of the Gryphon, and all the other -queer noises, would change (she knew) to the confused clamour of -the busy farm-yard--while the lowing of the cattle in the distance -would take the place of the Mock Turtle's heavy sobs. +So she sat on, with closed eyes, and half believed herself in +Wonderland, though she knew she had but to open them again, and +all would change to dull reality--the grass would be only rustling +in the wind, and the pool rippling to the waving of the reeds--the +rattling teacups would change to tinkling sheep-bells, and the +Queen's shrill cries to the voice of the shepherd boy--and the +sneeze of the baby, the shriek of the Gryphon, and all the other +queer noises, would change (she knew) to the confused clamour of +the busy farm-yard--while the lowing of the cattle in the distance +would take the place of the Mock Turtle's heavy sobs. diff --git a/sample.crontab b/sample.crontab index 493638a..18ad729 100644 --- a/sample.crontab +++ b/sample.crontab @@ -1,34 +1,34 @@ -# DO NOT EDIT THIS FILE - edit the master and reinstall. -# (/tmp/crontab.4646 installed on Mon Dec 2 01:36:36 2002) -# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) -SHELL=/bin/bash -PATH=/sbin:/bin:/usr/sbin:/usr/bin -MAILTO=klauser@klauser.ch - -1 * * * 5 /home/ACeSystem/sbin/inquiries_quality.pl -03,25 20 3-16 * * /home/ACeSystem/sbin/clean_news.pl -06 22 * * Mou /home/ACeSystem/bin/del_old_ACinventories.pl -08 22 * * 1-3,6 /home/ACeSystem/bin/dumpACinventories.pl -99 22 * * 1-3,6 /home/ACeSystem/bin/dump_cust_part_no.pl -25 22 * * 0-4 /home/ACeSystem/bin/files2ACinventories.pl 2>/dev/null -### 05 23 * * 0-4 /home/ACeSystem/bin/getACinventory.sh -05 23 * * 0-4 /home/ACeSystem/bin/getLaser.sh -50 23 * Oct * /home/ACeSystem/bin/examine_ACinventories.pl - - - -# DO NOT EDIT THIS FILE - edit the master and reinstall. -# (/tmp/crontab.kmSWI17568 installed on Thu Jun 27 12:38:53 2002) -# (Cron version -- $FreeBSD: src/usr.sbin/cron/crontab/crontab.c,v 1.11.2.1 1999/08/29 15:40:42 peter Exp $) -#0 8,10,13 * * 1-5 /usr/home/rich/bldg400/check1e -#10 8,10,13 * * 1-5 /usr/home/rich/bldg400/check1w -#20 8,10,13 * * 1-5 /usr/home/rich/bldg400/check2e -#30 8,10,13 * * 1-5 /usr/home/rich/bldg400/check2w -#40 8,10,13 * * 1-5 /usr/home/rich/bldg400/check3e -#50 8,10,13 * * 1-5 /usr/home/rich/bldg400/check3w -#0 6-17 * * 1-5 /usr/home/rich/switch/checkit -0 6-17 * * 1-5 /usr/home/rich/switch/check/checkM -30 5 * * 1-5 /usr/home/rich/switch/check/checkB -30 11 * * 1-5 /usr/home/rich/switch/check/checkR -0,5,10,15,20,25,30,35,40,45,50,55 5-18 * * 1-5 /usr/home/rich/cisco/utils -55 4 * * 1-5 /usr/home/rich/cisco/mailit +# DO NOT EDIT THIS FILE - edit the master and reinstall. +# (/tmp/crontab.4646 installed on Mon Dec 2 01:36:36 2002) +# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) +SHELL=/bin/bash +PATH=/sbin:/bin:/usr/sbin:/usr/bin +MAILTO=klauser@klauser.ch + +1 * * * 5 /home/ACeSystem/sbin/inquiries_quality.pl +03,25 20 3-16 * * /home/ACeSystem/sbin/clean_news.pl +06 22 * * Mou /home/ACeSystem/bin/del_old_ACinventories.pl +08 22 * * 1-3,6 /home/ACeSystem/bin/dumpACinventories.pl +99 22 * * 1-3,6 /home/ACeSystem/bin/dump_cust_part_no.pl +25 22 * * 0-4 /home/ACeSystem/bin/files2ACinventories.pl 2>/dev/null +### 05 23 * * 0-4 /home/ACeSystem/bin/getACinventory.sh +05 23 * * 0-4 /home/ACeSystem/bin/getLaser.sh +50 23 * Oct * /home/ACeSystem/bin/examine_ACinventories.pl + + + +# DO NOT EDIT THIS FILE - edit the master and reinstall. +# (/tmp/crontab.kmSWI17568 installed on Thu Jun 27 12:38:53 2002) +# (Cron version -- $FreeBSD: src/usr.sbin/cron/crontab/crontab.c,v 1.11.2.1 1999/08/29 15:40:42 peter Exp $) +#0 8,10,13 * * 1-5 /usr/home/rich/bldg400/check1e +#10 8,10,13 * * 1-5 /usr/home/rich/bldg400/check1w +#20 8,10,13 * * 1-5 /usr/home/rich/bldg400/check2e +#30 8,10,13 * * 1-5 /usr/home/rich/bldg400/check2w +#40 8,10,13 * * 1-5 /usr/home/rich/bldg400/check3e +#50 8,10,13 * * 1-5 /usr/home/rich/bldg400/check3w +#0 6-17 * * 1-5 /usr/home/rich/switch/checkit +0 6-17 * * 1-5 /usr/home/rich/switch/check/checkM +30 5 * * 1-5 /usr/home/rich/switch/check/checkB +30 11 * * 1-5 /usr/home/rich/switch/check/checkR +0,5,10,15,20,25,30,35,40,45,50,55 5-18 * * 1-5 /usr/home/rich/cisco/utils +55 4 * * 1-5 /usr/home/rich/cisco/mailit diff --git a/state.capitals.txt b/state.capitals.txt index 1a92e01..7314f47 100644 --- a/state.capitals.txt +++ b/state.capitals.txt @@ -1,50 +1,50 @@ -Alabama Montgomery -Alaska Juneau -Arizona Phoenix -Arkansas Little-Rock -California Sacramento -Colorado Denver -Connecticut Hartford -Delaware Dover -Florida Tallahassee -Georgia Atlanta -Hawaii Honolulu -Idaho Boise -Illinois Springfield -Indiana Indianapolis -Iowa Des-Moines -Kansas Topeka -Kentucky Frankfort -Louisiana Baton-Rouge -Maine Augusta -Maryland Annapolis -Massachusetts Boston -Michigan Lansing -Minnesota St.-Paul -Mississippi Jackson -Missouri Jefferson-City -Montana Helena -Nebraska Lincoln -Nevada Carson-City -New-Hampshire Concord -New-Jersey Trenton -New-Mexico Santa-Fe -New-York Albany -North-Carolina Raleigh -North-Dakota Bismarck -Ohio Columbus -Oklahoma Oklahoma-City -Oregon Salem Portland -Pennsylvania Harrisburg -Rhode-Island Providence -South-Carolina Columbia -South-Dakota Pierre -Tennessee Nashville -Texas Austin -Utah Salt-Lake-City -Vermont Montpelier -Virginia Richmond -Washington Olympia -West-Virginia Charleston -Wisconsin Madison -Wyoming Cheyenne +Alabama Montgomery +Alaska Juneau +Arizona Phoenix +Arkansas Little-Rock +California Sacramento +Colorado Denver +Connecticut Hartford +Delaware Dover +Florida Tallahassee +Georgia Atlanta +Hawaii Honolulu +Idaho Boise +Illinois Springfield +Indiana Indianapolis +Iowa Des-Moines +Kansas Topeka +Kentucky Frankfort +Louisiana Baton-Rouge +Maine Augusta +Maryland Annapolis +Massachusetts Boston +Michigan Lansing +Minnesota St.-Paul +Mississippi Jackson +Missouri Jefferson-City +Montana Helena +Nebraska Lincoln +Nevada Carson-City +New-Hampshire Concord +New-Jersey Trenton +New-Mexico Santa-Fe +New-York Albany +North-Carolina Raleigh +North-Dakota Bismarck +Ohio Columbus +Oklahoma Oklahoma-City +Oregon Salem Portland +Pennsylvania Harrisburg +Rhode-Island Providence +South-Carolina Columbia +South-Dakota Pierre +Tennessee Nashville +Texas Austin +Utah Salt-Lake-City +Vermont Montpelier +Virginia Richmond +Washington Olympia +West-Virginia Charleston +Wisconsin Madison +Wyoming Cheyenne diff --git a/testproject/.classpath b/testproject/.classpath new file mode 100644 index 0000000..dd8173b --- /dev/null +++ b/testproject/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/testproject/.gitignore b/testproject/.gitignore new file mode 100644 index 0000000..ae3c172 --- /dev/null +++ b/testproject/.gitignore @@ -0,0 +1 @@ +/bin/ diff --git a/testproject/.project b/testproject/.project new file mode 100644 index 0000000..a767fbc --- /dev/null +++ b/testproject/.project @@ -0,0 +1,17 @@ + + + testproject + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/testproject/.settings/org.eclipse.jdt.core.prefs b/testproject/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..2b084d8 --- /dev/null +++ b/testproject/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,14 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=12 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=12 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=12 diff --git a/testproject/src/module-info.java b/testproject/src/module-info.java new file mode 100644 index 0000000..6209a1d --- /dev/null +++ b/testproject/src/module-info.java @@ -0,0 +1,3 @@ +module testproject { + +} \ No newline at end of file diff --git a/testproject/src/test1.java b/testproject/src/test1.java new file mode 100644 index 0000000..7cc526a --- /dev/null +++ b/testproject/src/test1.java @@ -0,0 +1,6 @@ + +public class test1 { + + # this is modified by developer + # this changes is made by locally... +} diff --git a/testproject/src/test2.java b/testproject/src/test2.java new file mode 100644 index 0000000..48fe137 --- /dev/null +++ b/testproject/src/test2.java @@ -0,0 +1,4 @@ + +public class test2 { + +} diff --git a/testproject1/.classpath b/testproject1/.classpath new file mode 100644 index 0000000..dd8173b --- /dev/null +++ b/testproject1/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/testproject1/.gitignore b/testproject1/.gitignore new file mode 100644 index 0000000..ae3c172 --- /dev/null +++ b/testproject1/.gitignore @@ -0,0 +1 @@ +/bin/ diff --git a/testproject1/.project b/testproject1/.project new file mode 100644 index 0000000..f2d3fae --- /dev/null +++ b/testproject1/.project @@ -0,0 +1,17 @@ + + + testproject1 + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/testproject1/.settings/org.eclipse.jdt.core.prefs b/testproject1/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..2b084d8 --- /dev/null +++ b/testproject1/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,14 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=12 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=12 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=12 diff --git a/testproject1/src/module-info.java b/testproject1/src/module-info.java new file mode 100644 index 0000000..612bc70 --- /dev/null +++ b/testproject1/src/module-info.java @@ -0,0 +1,13 @@ +module testproject1 { + + # Java project for git practices..... + + # new update....]] + + # update from remote host... +xvfvxb +} + +asfadsfdsafdf + +only for ver2sfadfdfggggggggggggggggggg \ No newline at end of file diff --git a/text.snippet.txt b/text.snippet.txt index cd2bd95..cfd7a9c 100644 --- a/text.snippet.txt +++ b/text.snippet.txt @@ -1,8 +1,8 @@ -Perhaps one of the most valuable uses of shell scripts is to fix -your particular flavor of Unix and make it more like other flavors, -to bring your commands into conformance or to increase consistency -across different systems. The outsider view of Unix suggests a -nice, uniform command-line experience, helped along by the existence -and compliance with the POSIX standards for Unix, but anyone who's -ever touched more than one computer knows how much they can vary -within these broad parameters. +Perhaps one of the most valuable uses of shell scripts is to fix +your particular flavor of Unix and make it more like other flavors, +to bring your commands into conformance or to increase consistency +across different systems. The outsider view of Unix suggests a +nice, uniform command-line experience, helped along by the existence +and compliance with the POSIX standards for Unix, but anyone who's +ever touched more than one computer knows how much they can vary +within these broad parameters. diff --git a/tinyscript.sh b/tinyscript.sh index 91ef2a7..fd51fc9 100755 --- a/tinyscript.sh +++ b/tinyscript.sh @@ -1 +1 @@ -test=2 +test=2