Skip to content

Instantly share code, notes, and snippets.

View knightsamar's full-sized avatar
💭
I might not respond unless you email me.

Samarendra M Hedaoo knightsamar

💭
I might not respond unless you email me.
View GitHub Profile
@knightsamar
knightsamar / hello_world.js
Created October 7, 2022 20:13
Hello World Examples
conosle.log('Hello World');
@knightsamar
knightsamar / hello_world.js
Created October 7, 2022 20:12
Hello World Examples
conosle.log('Hello World');
@knightsamar
knightsamar / hello_world.js
Created October 7, 2022 20:12
Hello World Examples
conosle.log('Hello World');
@knightsamar
knightsamar / hello_world.js
Created April 30, 2022 00:40
Hello World Examples
conosle.log('Hello World');
@knightsamar
knightsamar / test_file.txt
Created April 19, 2022 06:41
Just a file
This is a test file.
@knightsamar
knightsamar / test_file.txt
Created April 19, 2022 06:36
Just a file
This is a test file.
@knightsamar
knightsamar / hello_world.txt
Created April 19, 2022 02:43
Hello World Examples
Hello World
@knightsamar
knightsamar / hello_world.txt
Created April 19, 2022 02:40
Hello World Examples
Hello World
@knightsamar
knightsamar / hello_world.txt
Created April 19, 2022 02:18
Hello World Examples
Hello World
@knightsamar
knightsamar / sample_data_q4.txt
Created August 7, 2019 05:43
Sample data for the the Q4 of Relational Algebra Assignment for CS340
-- this is for the Q4 of Relational Algebra Assignment for CS340
group: PlayerTeamCities
Player = {
id:number, score:number, team_id:number
1, 100, 1
2, 200, 2
3, 99, 1
4, 100, 2