Skip to content

Commit e472150

Browse files
committed
first commit
0 parents  commit e472150

File tree

139 files changed

+16366
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+16366
-0
lines changed

.classpath

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk-16">
5+
<attributes>
6+
<attribute name="module" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="lib" path="C:/Users/HP/Downloads/aspose-cells-21.3.jar"/>
10+
<classpathentry kind="lib" path="C:/Users/HP/Downloads/bcprov-jdk15on-160.jar"/>
11+
<classpathentry kind="lib" path="C:/Users/HP/Downloads/poi-ooxml-schemas-3.17.jar"/>
12+
<classpathentry kind="lib" path="C:/Users/HP/Downloads/xmlbeans-2.6.0.jar"/>
13+
<classpathentry kind="lib" path="C:/Users/HP/Downloads/poi-3.17.jar"/>
14+
<classpathentry kind="lib" path="C:/Users/HP/Downloads/poi-ooxml-3.17.jar"/>
15+
<classpathentry kind="lib" path="C:/Users/HP/Downloads/commons-collections4-4.1.jar"/>
16+
<classpathentry kind="lib" path="C:/Users/HP/Downloads/jsoup-1.13.1.jar"/>
17+
<classpathentry kind="lib" path="C:/app/HP/product/18.0.0/dbhomeXE/jdbc/lib/ojdbc8.jar"/>
18+
<classpathentry kind="output" path="bin"/>
19+
</classpath>

.project

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>PCBuild</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
<filteredResources>
18+
<filter>
19+
<id>1621330504571</id>
20+
<name></name>
21+
<type>30</type>
22+
<matcher>
23+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
24+
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
25+
</matcher>
26+
</filter>
27+
</filteredResources>
28+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding//src/pcBuild/ScrapeAndInsert.java=UTF-8

.settings/org.eclipse.jdt.core.prefs

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=15
4+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5+
org.eclipse.jdt.core.compiler.compliance=15
6+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
8+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10+
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
11+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
12+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
13+
org.eclipse.jdt.core.compiler.release=enabled
14+
org.eclipse.jdt.core.compiler.source=15

bin/pcBuild/NewPCBuild$1.class

813 Bytes
Binary file not shown.

bin/pcBuild/NewPCBuild$10.class

1.99 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$11.class

1.78 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$12.class

2.07 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$13.class

1.25 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$14.class

1.24 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$15.class

1.34 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$16.class

1.25 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$17.class

1.25 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$18.class

1.2 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$19.class

2.07 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$2.class

899 Bytes
Binary file not shown.

bin/pcBuild/NewPCBuild$20.class

1.83 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$21.class

1.88 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$22.class

1.25 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$23.class

1.24 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$24.class

1.34 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$25.class

1.25 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$26.class

1.25 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$27.class

1.2 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$28.class

1.91 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$29.class

2.06 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$3.class

838 Bytes
Binary file not shown.

bin/pcBuild/NewPCBuild$30.class

1.89 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$31.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$32.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$33.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$34.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$35.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$36.class

1.36 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$37.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$38.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$39.class

1.2 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$4.class

896 Bytes
Binary file not shown.

bin/pcBuild/NewPCBuild$40.class

1.91 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$41.class

1.2 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$42.class

2.71 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$43.class

2.07 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$44.class

1.89 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$45.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$46.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$47.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$48.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$49.class

1.36 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$5.class

1.86 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$50.class

1.23 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$51.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$52.class

1.2 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$53.class

2.72 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$54.class

2.07 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$55.class

1.2 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$56.class

1.89 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$57.class

2.07 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$58.class

1.2 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$59.class

1.89 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$6.class

1.51 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$60.class

2.07 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$61.class

1.36 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$62.class

1.92 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$63.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$64.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$65.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$66.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$67.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$68.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$69.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$7.class

896 Bytes
Binary file not shown.

bin/pcBuild/NewPCBuild$70.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$71.class

1.2 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$72.class

2.75 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$73.class

2.72 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$74.class

2.07 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$75.class

1.28 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$76.class

1.28 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$77.class

1.28 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$78.class

1.28 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$79.class

1.37 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$8.class

1.21 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$80.class

1.92 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$81.class

1.28 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$82.class

1.28 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$83.class

1.49 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$84.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$85.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$86.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$87.class

1.36 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$88.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$89.class

1.27 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$9.class

1.19 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$90.class

3.83 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$91.class

902 Bytes
Binary file not shown.

bin/pcBuild/NewPCBuild$92.class

2.97 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$93.class

7.24 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$94.class

890 Bytes
Binary file not shown.

bin/pcBuild/NewPCBuild$95.class

5.24 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$96.class

1.02 KB
Binary file not shown.

bin/pcBuild/NewPCBuild$97.class

4.33 KB
Binary file not shown.

bin/pcBuild/NewPCBuild.class

48.4 KB
Binary file not shown.

bin/pcBuild/Product.class

4.35 KB
Binary file not shown.

bin/pcBuild/ScrapeAndInsert.class

3.48 KB
Binary file not shown.

jars/aspose-cells-21.3.jar

7.53 MB
Binary file not shown.

jars/bcprov-jdk15on-160.jar

4 MB
Binary file not shown.

jars/commons-collections4-4.1.jar

734 KB
Binary file not shown.

jars/jsoup-1.13.1.jar

385 KB
Binary file not shown.

jars/ojdbc8.jar

3.97 MB
Binary file not shown.

jars/poi-3.17.jar

2.58 MB
Binary file not shown.

jars/poi-ooxml-3.17.jar

1.41 MB
Binary file not shown.

jars/poi-ooxml-schemas-3.17.jar

5.65 MB
Binary file not shown.

jars/xmlbeans-2.6.0.jar

2.6 MB
Binary file not shown.

lib/images/cabinet.jpg

832 KB

lib/images/gpu.jpg

311 KB

lib/images/pcbg1.jpg

457 KB

lib/images/pcbicon.jpg

36.5 KB

lib/images/processor.jpg

134 KB

lib/images/pws.jpg

449 KB

lib/images/ram.jpg

133 KB

lib/images/storage.jpg

577 KB

lib/images/view.jpg

597 KB
Binary file not shown.

0 commit comments

Comments
 (0)