Editing User:Sudhir27

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 17: Line 17:
== C: Contact ==
== C: Contact ==
* Please state the (unique and identical where possible) nick you use on IRC and any other communication channel related to Octave. ''We really want unique nicks. You might want to bold it.''
* Please state the (unique and identical where possible) nick you use on IRC and any other communication channel related to Octave. ''We really want unique nicks. You might want to bold it.''
*: The nick I will be using is '''sudhir27/Alok009''' and you can find me on other channels with that as well, for example Hackerrank [https://www.hackerrank.com/sudhiriitb],GitHub[https://github.com/Alok009]
*: The nick I will be using is '''Sudhir/Alok''' and you can find me on other channels with that as well, for example Hackerrank [https://www.hackerrank.com/sudhiriitb],GitHub[https://github.com/Alok009]


* Which time zone do you live in? Will that change over GSoC duration?
* Which time zone do you live in? Will that change over GSoC duration?
Line 39: Line 39:


* Please describe the biggest project you have written code for and what you learned by doing so. Also, describe your role in that project over time.
* Please describe the biggest project you have written code for and what you learned by doing so. Also, describe your role in that project over time.
*:It was not a big project I only have done small small project till now.The project was something related to newtonian physics.There was n balls of unit mass and radius positioned on a straight line at specified positions.They were free to move along the line and their initial velocities were also given. Assuming that there were no friction and that every collisions are elastic, i.e. when balls collide their velocities just get exchanged. As one can see that there will be some number of collisions after which the balls will simply escape to infinity on either side of the line.We just need to find out the position and velocities of the balls at the time just after last collision taking the initial positions and velocities of every solids as input.The project was not in group This was my own project so I did everything from beginning to end.Only to use something new I took help from my seniors.I learnt a lot from it.The most important things was the debugging parts and to think of different different possible cases where my code will not give the desired output.The use of multiple function in same code and how to use one function in creating other function all were really challenging part of that project.I have done many small project but this one was really challenging.
 


* Please state the commits and patches you already contributed to Octave. ''This question (one of the most important parts by the way) is the only part of your application our wiki admins will edit for you even after the application deadline. Code sometimes speaks louder than many words do.''
* Please state the commits and patches you already contributed to Octave. ''This question (one of the most important parts by the way) is the only part of your application our wiki admins will edit for you even after the application deadline. Code sometimes speaks louder than many words do.''
*:Fixed some part of the bug #51333 [https://github.com/Alok009/Octave/blob/master/dot.m] and currently working on it to implement all those matrices functions
*:Provided the code for the missing function 'rms' from signal package [https://github.com/Alok009/Octave/blob/master/rms.m].
*:Suggested the logic behind the inaccuracy of sinc function #bug48307[https://savannah.gnu.org/bugs/?func=detailitem&item_id=48307] provided code for implementing sine in tailor series and currently re-writting the sinc function without using the inbuit sine function to improve its accuracy


== F: Feeling fine ==
== F: Feeling fine ==
* Please describe (in short) your experience with the following tools: ''We only use this question to determine where you need guidance, not for rating! We by no means expect you to be familiar with all of these and you'll won't necessarily need them while working with us.''
* Please describe (in short) your experience with the following tools: ''We only use this question to determine where you need guidance, not for rating! We by no means expect you to be familiar with all of these and you'll won't necessarily need them while working with us.''
** IRC and mailing lists  
** IRC and mailing lists  
**:I haven't used IRC so I don't know about it but I am using mailing list and is comfortable with it.
** Mercurial or other source code management systems
** Mercurial or other source code management systems
**:I use to program in codeblocks and upload that code in my google drive.Now I am using github for code management and I don't have idea about Mercurial.
** Mediawiki or other wiki software
** Mediawiki or other wiki software
**: I have no experience with Mediawiki.
** make, gcc, gdb or other development tools
** make, gcc, gdb or other development tools
**: Gcc I have used several times in different projects and I know little bit about it how it work.


* What will make you actively stay in our community after this GSoC is over? ''You can also tell us after applications close and we'll happily try to fulfill :-)''
* What will make you actively stay in our community after this GSoC is over? ''You can also tell us after applications close and we'll happily try to fulfill :-)''
*:The code which I will write will be used by the numbers of people they will ask questions and do bug reports I think I will have no problem finding motivation to continue.So obviously I will actively stay in Octave community.


== O: Only out of interest ==
== O: Only out of interest ==
* Did you ever hear about Octave before?  
* Did you ever hear about Octave before?  
*:Yes ,I use it for doing my Machine Learning assignment.
*:Yes ,I use to do my assignment in octave.
** If so, when and where? How far have you been involved already?
** If so, when and where? How far have you been involved already?
**:I heared about octave on Coursera about 6 month ago.
**:I hear about octave on Coursera about 6 month ago.
** If not, where would you expect or advise us to do advertising?
** If not, where would you expect or advise us to do advertising?
**:I think octave need little bit of advertisement as very less people know about octave although it is freely availabe.
**:I think octave need little bit of advertisement as very less people know about octave although it is freely availabe.
Line 86: Line 77:
== S: Self-assessment ==
== S: Self-assessment ==
* Please describe how useful criticism looks from your point of view as committing student.
* Please describe how useful criticism looks from your point of view as committing student.
*:I am open to all criticism.As I am student I provide me an opportunity to improve myself and I always take criticism positively to improve myself.
* How autonomous are you when developing:
* How autonomous are you when developing:
*:I used to divide to divide any problem in parts and write than write code for each part and test it that I am getting desired result from each part and not.After that I use to merge all the parts and this is working very fine with me.It allows me to code faster and helps me a lot in debugging.
** Do you like to discuss changes intensively and not start coding until you know what you want to do?
** Do you like to discuss changes intensively and not start coding until you know what you want to do?
**:Yes,it is really very important for any one what he have to do.So first I like to understand it very carefully and than start coding.My principle is to first understand the problem statement and than strat coding.
** Do you like to code a proof of concept to 'see how it turns out', modifying that and taking the risk of having work thrown away if it doesn't match what the project or original proponent had in mind?
** Do you like to code a proof of concept to 'see how it turns out', modifying that and taking the risk of having work thrown away if it doesn't match what the project or original proponent had in mind?
**:For my own benefit,that my code is working well or not I use to write correctness of the code.Use to think every possible cases and than checking the code is working fine or not.


== Y: Your task ==
== Y: Your task ==
* Did you select a task from our list of proposals and ideas?
* Did you select a task from our list of proposals and ideas?
*:Yes,I have selected a task from the given list of proposal.
** If yes, what task did you choose? Please describe what part of it you especially want to focus on if you can already provide this information. ''Please also wiki-link the page for your elaborated proposal here.''
** If yes, what task did you choose? Please describe what part of it you especially want to focus on if you can already provide this information. ''Please also wiki-link the page for your elaborated proposal here.''
**:I want to work on "MAKE SPECFUNS SPECIAL AGAIN".I have gone through the bugs on savannah and started working on it.At first I am trying to implement the code for the "sinc" function and trying to improve its accuracy.I am pretty sure that I  will surely make all the special function special again.
* Please provide a rough estimated timeline for your work on the task. ''This should include the GSoC midterms and personal commitments like exams or vacation ("non-coding time"). If possible, include two or three milestones you expect.''
* Please provide a rough estimated timeline for your work on the task. ''This should include the GSoC midterms and personal commitments like exams or vacation ("non-coding time"). If possible, include two or three milestones you expect.''
[[Category: Summer of Code]]


*:You can see my project proposal here [https://docs.google.com/document/d/1ZBXBfFu2tr5qRUUhjuWJUHiwx13Ip1Dd1YHhAqjSgWM/edit#]


[[Category: Summer of Code]]
 
------------------------------------------------------------------------------------
PolarAxes and Plotting Improvements[edit]
Octave currently provides supports for polar axes by using a Cartesian 2-D axes and adding a significant number of properties and callback listerners to get things to work. What is needed is a first class implementation of a "polaraxes" object in C++. This will require creating a new fundamental graphics object type, and programming in C++/OpenGL to render the object. When "polaraxes" exist as an object type then m-files will be written to access them including polaraxes.m, polarplot.m, rticks.m, rticklabels.m, thetaticks, thetaticklabels.m, rlim.m, thetalim.m
Minimum requirements
Ability to read and write C++ code. Ability to read and write Octave code. Experience with OpenGL programming is optional.
Difficulty
Medium.
Mentor
Rik
Please note that all contributions to Octave may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Octave:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)