Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ver2 #4

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
7dde625
change in file
onkardevops7m Jul 13, 2019
e0e53d0
Update 062-define.sh
onkardevops7m Jul 13, 2019
e6a6cbe
ver1
onkardevops7m Jul 13, 2019
b0cfb6e
ver2
onkardevops7m Jul 13, 2019
168fedf
Merge pull request #1 from onkardevops7m/ver1
onkardevops7m Jul 13, 2019
52745cc
Merge branch 'master' into ver2
onkardevops7m Jul 13, 2019
8f674db
Merge pull request #2 from onkardevops7m/ver2
onkardevops7m Jul 13, 2019
d3f4655
Revert "ver2"
onkardevops7m Jul 13, 2019
d458306
Merge pull request #3 from onkardevops7m/revert-2-ver2
onkardevops7m Jul 13, 2019
54e5962
Revert "ver1"
onkardevops7m Jul 13, 2019
d467f69
Merge pull request #4 from onkardevops7m/revert-1-ver1
onkardevops7m Jul 13, 2019
3c7068e
delete
onkardevops7m Jul 13, 2019
81ad66f
delete
onkardevops7m Jul 13, 2019
9c242c5
ver2
onkardevops7m Jul 13, 2019
e43d44d
stash
onkardevops7m Jul 13, 2019
b7eb2ca
Commit using eclips
onkardevops7m Jul 13, 2019
5d3f2e5
commit for push
onkardevops7m Jul 13, 2019
405c766
Update test1.java
onkardevops7m Jul 13, 2019
907e0db
changed by developer
onkardevops7m Jul 13, 2019
9ca460b
changed by devloper
onkardevops7m Jul 13, 2019
ba5fce5
firt commit for eclips
onkardevops7m Jul 13, 2019
c87f5ee
dfg
onkardevops7m Jul 13, 2019
f293466
new update
onkardevops7m Jul 13, 2019
81a63e2
Update module-info.java
onkardevops7m Jul 13, 2019
38ee56f
dfgsf
onkardevops7m Jul 13, 2019
a2dfbcd
asdfaf
onkardevops7m Jul 13, 2019
35d2053
ver2
onkardevops7m Jul 13, 2019
327924e
Merge branch 'ver2' of
onkardevops7m Jul 13, 2019
539e757
asdfasf
onkardevops7m Jul 13, 2019
32b29b6
dfgsdfg
onkardevops7m Jul 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 002-validalnum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ else
fi

exit 0
ver2
ver2.0
2 changes: 2 additions & 0 deletions 062-define.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ lynx -source "$url$1" | \
)

exit 0

updated code...
1 change: 1 addition & 0 deletions 063-weather.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ lynx -source "${wxurl}$1" | \
head -$size

exit 0
updated
38 changes: 19 additions & 19 deletions palindrome.sh
Original file line number Diff line number Diff line change
@@ -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
20 changes: 10 additions & 10 deletions ragged.txt
Original file line number Diff line number Diff line change
@@ -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.
68 changes: 34 additions & 34 deletions sample.crontab
Original file line number Diff line number Diff line change
@@ -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
[email protected]

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
[email protected]
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
100 changes: 50 additions & 50 deletions state.capitals.txt
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions testproject/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-12">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions testproject/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin/
17 changes: 17 additions & 0 deletions testproject/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>testproject</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
14 changes: 14 additions & 0 deletions testproject/.settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions testproject/src/module-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module testproject {

}
6 changes: 6 additions & 0 deletions testproject/src/test1.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

public class test1 {

# this is modified by developer
# this changes is made by locally...
}
4 changes: 4 additions & 0 deletions testproject/src/test2.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

public class test2 {

}
10 changes: 10 additions & 0 deletions testproject1/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-12">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions testproject1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin/
17 changes: 17 additions & 0 deletions testproject1/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>testproject1</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
14 changes: 14 additions & 0 deletions testproject1/.settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions testproject1/src/module-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module testproject1 {

# Java project for git practices.....

# new update....]]

# update from remote host...
xvfvxb
}

asfadsfdsafdf

only for ver2sfadfdfggggggggggggggggggg
16 changes: 8 additions & 8 deletions text.snippet.txt
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion tinyscript.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test=2
test=2