User:Avbm: Difference between revisions

Jump to navigation Jump to search
1,033 bytes removed ,  13 April 2013
no edit summary
(Created page with "=Amod Mulay's Application= == A: An introduction == I am a graduate student at Stony Brook University. I have a master's in Mechanical Engineering and am pursuing a second one...")
 
No edit summary
Line 10: Line 10:
C/C++ was the first programming language I learnt. Have been using it on and off for various projects for a little more than 6 years. I am fairly comfortable with C/C++ code and am familiar(not an expert/advanced user) with the GNU build system however I don't have any experience working with a large code base.  
C/C++ was the first programming language I learnt. Have been using it on and off for various projects for a little more than 6 years. I am fairly comfortable with C/C++ code and am familiar(not an expert/advanced user) with the GNU build system however I don't have any experience working with a large code base.  


===Matlab/Octave===
I have used Matlab for various college projects for the last 5 years. I began using Octave as a Matlab replacement about 2 years ago. The main uses have been for simulation and image processing. I am know most of the similarities and differences between Matlab and Octave.


This part is one of the more important ones in your application. You are allowed to be as verbose as you want, as long as you stay on topic ;-)
===Python===
* Please describe your experience with C++, Octave or Matlab m-scripts, OpenGL and Qt.
I learnt python just for fun a few years ago. The only project that I have done using python is for my Computer Networks class. Other than that, I ported a few of my old college projects to python for practice but that's about it. I do like the language and would classify myself as an average user.
** ''C++ -- strong. Maybe I don't know some really dark sides of C++, but I think I know C++ language and some best practices. I use it for 5 years, 1.5 of which is usage on real projects.''
** ''m-scripting -- basic. Some learning tasks and tutorials.''
** ''OpenGL -- basic.''
** ''Qt -- medium.''
* Please describe your experience with other programming languages. ''Mathematica, Java - basic.''
* Please describe your experience with being in a development team.
* 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.
''As for my experience with real projects:''
# ''CAD Software - software developer, tasks - mostly refactoring and bugfixing. I've worked remotely.''
# ''Currently I'm working on medical image processing program. My work is to integrate algorithms, to fix bugs and write new features.''
''Both of these projects are quite large - more than 10 years old, with several 100k lines of code.''
''The main lesson I've learned -- even if you have no idea at first sight, it's possible to understand your task, the way to do it and complete it.''
* Please state the commits and patches you already contributed to Octave. ''No one so far.''


===Other===
Other than the above three  I have used somebasic javascript & HTML. I am quite familiar with the Mediawiki framework am one of the site maintainers for the [[wiki.cyanogenmod.org | Cyanogenmod wiki]]. I have used the CGal library for a graphics project. I have breifly dabbled with QT when we were experimenting with various frontend/interface for an embedded project which transmitted data on the serial port. I primarily used Labview for my master's Thesis.
I am a bit familiar with mercurial(thanks to Jordi) and have submitted a couple of minor patches which fix Texinfo5 compatibility issues.
== F: Feeling fine ==
== F: Feeling fine ==
* Please describe (in short) your experience with the following tools:
* 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 ''basic - Just reading. I've never participated in discussion.''
** IRC and mailing lists
** Mercurial or other source code management systems ''SVN, TFS. I've never worked with Mercurial, but it seems to be quite easy.''
** Mercurial or other source code management systems
** Mediawiki or other wiki software ''Well, there is project wiki on my current project.''
** Mediawiki or other wiki software
** make, gcc, gdb or other development tools ''Only some experience with gcc. I've used similar Microsoft tools.''
** make, gcc, gdb or other development tools
* What will make you actively stay in our community after this GSoC is over? ''If I'll be (more) familiar with Octave source code in general and my particular task, it will be good not to leave work halfway. There are (always) also a lot of bugs to be fixed. So if (when) I have enough time, I want to continue contributing.''
* 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 :-)''


== O: Only out of interest ==
== O: Only out of interest ==
* Did you ever hear about Octave before?  
* Did you ever hear about Octave before?  
** If so, when and where? How far have you been involved already? ''I've heard about Octave first time on [https://www.coursera.org/course/ml Machine Learning class on Coursera].''
** If so, when and where? How far have you been involved already?
** If not, where would you expect or advise us to do advertising?
** If not, where would you expect or advise us to do advertising?
* What was the first question concerning Octave you could not find an answer to rather quickly? ''No one so far.''
* What was the first question concerning Octave you could not find an answer to rather quickly? ''Of course more than one question can be stated. We try to improve based on this each year! Includes learning how to use it, code, website, GSoC application, …''


== P: Prerequisites ==
== P: Prerequisites ==
* Please state the operating system you work with.
* Please state the operating system you work with.
** If you have access to more than one, please state them and the conditions under which you are granted this access. ''There are 2 OSs installed on my laptop: Windows 7 x64, Kubuntu 12.10 x64. I'll try to use both of them in process of development.''
** If you have access to more than one, please state them and the conditions under which you are granted this access.
* Please estimate an average time per day you will be able to ''(if separated)'' access
* Please estimate an average time per day you will be able to ''(if separated)'' access
** an internet connection
** an internet connection
** a computer
** a computer
** a computer with your progressing work on
** a computer with your progressing work on
''All the time. If I have any problems, I'll try to alert in advance.''
* Please describe the degree up to which you can install new software on computers you have access to.
* Please describe the degree up to which you can install new software on computers you have access to. ''I have personal laptop, so I can install any software on it.''


== S: Self-assessment ==
== S: Self-assessment ==
* Please describe how useful criticism looks from your point of view as committing student. ''It is. It can be a lot of mistakes at the beginning, so I need feedback to avoid them.''
* Please describe how useful criticism looks from your point of view as committing student.
* How autonomous are you when developing?
* How autonomous are you when developing? ''If you answer both subquestions with "Yes, definitely", we are a tad confused. ;-)''
** 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?
** 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?
''Rather first, than second. I'd like to know what I should do, and only then code. If there are some difficulties, I usually try to think over them myself for some time, and then ask. Usually I can distinguish what I am able to handle myself, and when it's better to ask. Sometimes, if there are some problems, I can provide quick and ugly solution (not to be distracted from main task) and then remove it ASAP.''


== 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?
** 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. ''QtHandles.''
** 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 you apply for a task you have added yourself instead, please describe this task, its scope and people you already talked to concerning it. What field of tasks did you miss on the list?
** If you apply for a task you have added yourself instead, please describe this task, its scope and people you already talked to concerning it. What field of tasks did you miss on the list?
* Please provide a rough estimated timeline for your work on the task. ''It is (currently) hard for me to make estimations for several months ahead. Could you help me with this?''
* 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"). Optionally include two or three milestones you expect.''




<!--[[Category:Summer of Code 2013]]-->
<!--[[Category:Summer of Code 2012]]-->
16

edits

Navigation menu