Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 6 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2426,4 +2426,9 @@ Noida
#### Name: [Ítalo Epifânio](https://github.com/itepifanio)
- Place: Natal, Brazil
- Bio: Web developer PHP and Python
- Github: [Ítalo Epifânio](https://github.com/itepifanio)
- Github: [Ítalo Epifânio](https://github.com/itepifanio)

#### Name: [Anshu](https://github.com/codingNightmare22)
- Place: Pune, India
- Bio: Fullstack Web developer Java and Javascript
- Github: [Anshu](https://github.com/codingNightmare22)
26 changes: 26 additions & 0 deletions profiles/Anshu_Sharma
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Anshu Sharma

### Location

Pune, Maharastra, India

### Academics

Indian Institute of Technology, Mandi

### Interests

- Mathematics.

### Development

- Restricted Boltzman Machine.
- Support Vector Machine.

### Projects

- Agentic AI - A clone of chatgpt

### Profile Link

[Anshu Sharma](https://github.com/codingNightmare22)
13 changes: 13 additions & 0 deletions scripts/AnshuHelloWorld.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
LANGUAGE: JAVA
AUTHOR: Anshu Sharma
GITHUB: https://github.com/codingNightmare22
*/

public class AnshuHelloWorld {

public static void main(String[] args) {
System.out.println("Hello, world!");
}

}