diff --git a/ApacheBeamPipelines/README.md b/ApacheBeamPipelines/README.md new file mode 100644 index 0000000..58c96bf --- /dev/null +++ b/ApacheBeamPipelines/README.md @@ -0,0 +1,2 @@ +This directory is going to have Apache Beam pipeline examples mostly in Python language. + diff --git a/README b/README deleted file mode 100644 index 67c547a..0000000 --- a/README +++ /dev/null @@ -1,18 +0,0 @@ -This repo has miscellaneous reference codes. The code is from various tutorial and post at www.code4reference.com. -The latest code is maintained here. Any one can use these example source code. If you want to contribute to this -git repo you are most welcome. Even you can write article blog and share with www.code4reference.com. If you like -any post then please do share them. - -Repo details -------------------------------------------------------------------- -This project contains 10 Folders -1. Algorithm : contains algorithm related solution. -2. AndroidProjects : contains Android projects -3. CaliperProjects: Contains the microbenchmarking project using google caliper. -4. GradleExample : Contains the gradle script. -5. JMeter : Contains JMeter related source code/plugin/patch. This folder can help you to add new features to existing JMeter. -6. JavaPrograms : Contains java programs, some mini projects, and javadesign related project. -7. ShellScripts : Contains shell script files, mostly utility related which help you to improve your productive. -8. Miscellaneous : Contains some miscellaneous source code. -9. PythonPrograsm : Contains Python script. I write these script when I fiddle with python modules/packages. -10. webApplication : Contains some webapplication example code. diff --git a/README.md b/README.md new file mode 100644 index 0000000..b3805b7 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +This repo has miscellaneous reference codes. The code is from various tutorial and post that I had created in past. +The latest code is maintained here. Any one can use these example source code. If you want to contribute to this +git repo you are most welcome. Feel free to open a PR and send me for the review. I would be more than happy to include it as part of this repo. + +Repo details +------------------------------------------------------------------- +This project contains 10 Folders +1. Algorithm : Contains algorithm related solution. +2. AndroidProjects : contains Android projects +3. Apache Beam: Contains some pipeline example for Apache Beam. +4. CaliperProjects: Contains the microbenchmarking project using google caliper. +5. GradleExample : Contains the gradle script. +6. JMeter : Contains JMeter related source code/plugin/patch. This folder can help you to add new features to existing JMeter. +7. JavaPrograms : Contains java programs, some mini projects, and javadesign related project. +8. ShellScripts : Contains shell script files, mostly utility related which help you to improve your productive. +9. Miscellaneous : Contains some miscellaneous source code. +10. PythonPrograsm : Contains Python script. I write these script when I fiddle with python modules/packages. +11. webApplication : Contains some webapplication example code. diff --git a/mytest.java b/mytest.java new file mode 100644 index 0000000..35808b9 --- /dev/null +++ b/mytest.java @@ -0,0 +1,6 @@ +class myTest { + + System.out.println("Hello sweta"); + System.out.println("Hello from Rakesh"); + int i = 10 +}