Deepa Soman (deepasoman93)

deepasoman93

Geek Repo

Company:Working from Home

Location:Bangalore

Github PK Tool:Github PK Tool

Deepa Soman's repositories

Language:Jupyter NotebookLicense:MITStargazers:1Issues:0Issues:0

Wavelet-transform-MATLAB

First level wavelet transform of image in MATLAB

Language:MATLABStargazers:1Issues:0Issues:0

Arithmetric-operations-on-MATLAB

Arithematric operations on MATLAB

Language:MATLABStargazers:0Issues:0Issues:0

Car_

A flask app for predicting the price of the car

Stargazers:0Issues:0Issues:0

Dis_bw_two-pixels

calculate the distance between two pixels

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Dumpbell-topology

Dumpbell-topology in NS3

Language:C++Stargazers:0Issues:0Issues:0
Language:MATLABStargazers:0Issues:0Issues:0

Evaluate_expression_js

Create a webpage with a textbox and a button. Enter any mathematical expression on the textbox and click the button, the result of the expression will be shown in an alert window. For example, enter 2+3-1 and click the button. It should show 4 in the alert window. You have to use ReactJS to create the webpage, and to do that you will have to learn Javascript. This question is to evaluate your ability to learn an unfamiliar framework with an unknown language.

Stargazers:0Issues:0Issues:0

Even_row_python

Select even rows only from a csv file using python

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Evenrow_only_cpp

Select even rows only from a csv file using cpp

Language:C++Stargazers:0Issues:1Issues:0

Expression_string_int

For example, MyInteger m1=5; This statement looks like defining a variable, and that is exactly what the program has to do. Read the text statements from user one at a time and do what the user has instructed. For instance, user types in the following. First line : MyInteger m1=5;MyInteger m2=7; Second line: m1+m2 Here the first line contains two statements separated by a semicolon. If there is a semicolon, treat it as a statement and create the variable. So here are two statements and you have to create two class objects after reading this. In the second line, there is no semicolon, that means its an expression. You have to evaluate the expression using the data user has provided in the previous statements and print the result. Some examples of input and output. Input: Line 1: MyString str1 = "rahul"; Line 2: MyString str2 = "tr"; Line 3: str1 + str2 Output : rahultr Line 4: str1 Output : rahul Line 5: MyInteger int1 = 5 Line 6: str1+int1 Output: Error. Datatype mismatch. Line 6: MyInteger m1=5;MyInteger m2=10;MyInteger m3=5;MyInteger m4=3; Line 7: m1+(m2-m4)*m2 Output: 15

Stargazers:0Issues:0Issues:0

FizzBuzz

Write a Python program which iterates the integers from 1 to 50(included). For multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of both three and five print "FizzBuzz".

Language:PythonStargazers:0Issues:0Issues:0
Language:MATLABStargazers:0Issues:0Issues:0

github-slideshow

A robot powered training repository :robot:

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:1Issues:0
Language:MATLABStargazers:0Issues:0Issues:0

HTML_Canvas

Observe the following image. The red rectangle indicates the screen and it contains three rectangles. Suppose user clicks inside the screen, which is somewhere between the co-ordinates 0,0 and 500,500 and you need to find out if the user clicked inside a small rectangle and if they did which rectangle the user clicked. For example, if the user clicked 220,110 the answer is the green rectangle because the coordinate is inside the green rectangle, indicated by the blue lines. The input is x and y The output is "Clicked inside Red/Green/Brown/Blue rectangle."

Language:HTMLStargazers:0Issues:0Issues:0

Image-processing-using-MATLAB

Image processing using MATLAB

Language:MATLABStargazers:0Issues:0Issues:0

Imagedownloader_java

Download an image from web and find its all size on java

Language:JavaStargazers:0Issues:1Issues:0

intro-html

A robot powered training repository :robot:

Language:CSSLicense:MITStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:1Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:MATLABStargazers:0Issues:0Issues:0
License:MITStargazers:0Issues:0Issues:0
Language:MATLABStargazers:0Issues:0Issues:0

NS3-Example

Just run the examples in NS3

Stargazers:0Issues:0Issues:0

Oddrow_only_cpp

Create a c++ program that reads a CSV file and prints the rows at even positions. For example, if the CSV file has 10 rows, print rows 2, 4,6, 8 and 10.)Disassemble it, edit the assembly to change the executable to print rows at odd positions.

Language:C++Stargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:1Issues:0

Restart-

change the second 'r' in RESTART to $

Language:PythonStargazers:0Issues:0Issues:0
Language:HTMLLicense:MITStargazers:0Issues:0Issues:0