File tree Expand file tree Collapse file tree 1 file changed +48
-1
lines changed Expand file tree Collapse file tree 1 file changed +48
-1
lines changed Original file line number Diff line number Diff line change 1
- # java
1
+ <!-- Global site tag (gtag.js) - Google Analytics -->
2
+ <script async src =" https://www.googletagmanager.com/gtag/js?id=UA-146817309-1 " ></script >
3
+ <script >
4
+ window .dataLayer = window .dataLayer || [];
5
+ function gtag (){dataLayer .push (arguments );}
6
+ gtag (' js' , new Date ());
7
+
8
+ gtag (' config' , ' UA-146817309-1' );
9
+ </script >
10
+
11
+ # Java Projects
12
+
13
+ ![ picture] ( resources/picture.png )
14
+
15
+ When you are at GitHub, every subdirectory of this repo
16
+ is a separate sample project that you can use
17
+ if you have a similar project.
18
+ The good thing is that when you click download or clone,
19
+ these separate projects will be downloaded together with
20
+ the parent directory. But when you are viewing this
21
+ right now as web page in ` mongalvarez.github.io ` domain,
22
+ you need to click ` View on GitHub ` to download the
23
+ source codes.
24
+
25
+ Thanks!
26
+
27
+ ## Java Highlights
28
+ > -
29
+ >
30
+
31
+ ## Subdirectories
32
+ And if you want to read the details of each subdirectory:
33
+
34
+ [ ![ Java Web Server] ( resources/picture1.png )] ( https://github.com/xdvrx1/lightweight-web-server/ )
35
+
36
+ ***
37
+
38
+ ## Compiling
39
+ Compiling the project is so easy in the PureBasic IDE.
40
+ Just click ` Compile/Run ` or press F5.
41
+
42
+ ## Contributing
43
+ 1 . Fork the repo!
44
+ 2 . Then, made changes and create a pull request.
45
+ 3 . If not fork, just please star this. Thanks!
46
+
47
+ ## License
48
+ MIT - the permissive license
You can’t perform that action at this time.
0 commit comments