[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-edu-devel
Subject:    Re: Start contributing to KmPlot
From:       Shubham Pansari <pansarishubham2395 () gmail ! com>
Date:       2014-01-29 21:37:17
Message-ID: CAOdEGu2Ca+xf7S5QdtXioYCEn3mD+yJr9Qz=0uJWp72z6giaXw () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi Percy,
I have resolved all my problems and errors regarding the compilation and
installation of Khipu from its source code. Now I am going through its
source code and trying to get familiar with it and meanwhile I am also
learning Analitza library. Now I  want to start contributing to Khipu. What
should I do?

Sorry for the miscommunication last time. I read the links you provide me
in the last mail about preparing bug-report and crash-report. In future I
will follow the instructions.

Thanks and Regards,
Shubham


On Tue, Jan 28, 2014 at 9:58 PM, Abhijeet Nikam <connect08nikam@gmail.com>wrote:

> Hi,
>
> I am building khipu and I encountered this error. I have installed
> analitza from source.I tried clearing this problem for some time but could
> not go ahead.
>
> I am getting this following error:
>
> [ 95%] Built target khipu_automoc
> Linking CXX executable khipu
>
> ../lib/liblibkhipu.a(mainwindow.o): In function `MainWindow::saveFile(KUrl
> const&)':
> /home/nikam/khipu/src/mainwindow.cpp:828: undefined reference to
> `Analitza::FunctionGraph::hasIntervals() const'
> ../lib/liblibkhipu.a(plotseditor.o): In function
> `PlotsEditor::editPlot(QModelIndex const&)':
> /home/nikam/khipu/src/plotseditor.cpp:275: undefined reference to
> `Analitza::FunctionGraph::hasIntervals() const'
> /home/nikam/khipu/src/plotseditor.cpp:321: undefined reference to
> `Analitza::FunctionGraph::hasIntervals() const'
> /home/nikam/khipu/src/plotseditor.cpp:340: undefined reference to
> `Analitza::FunctionGraph::hasIntervals() const'
> /home/nikam/khipu/src/plotseditor.cpp:358: undefined reference to
> `Analitza::FunctionGraph::hasIntervals() const'
> ../lib/liblibkhipu.a(plotseditor.o):/home/nikam/khipu/src/plotseditor.cpp:416:
> more undefined references to `Analitza::FunctionGraph::hasIntervals()
> const' follow
> ../lib/liblibkhipu.a(plotseditor.o): In
>
> ....
>
> Please help to build it completely.
>
> Regards,
> Abhijeet
>
>
> Please help
>
>
>
> On Tue, Jan 28, 2014 at 5:55 PM, Shubham Pansari <
> pansarishubham2395@gmail.com> wrote:
>
>> Hi,
>> I have resolved all my problems corresponding to the building of Khipu
>> from source code. Now I am learning Analitza library. Other than that how
>> could I start contributing in Khipu?
>>
>> Thanks and Regards,
>> Shubham
>>
>>
>>
>> On Tue, Jan 28, 2014 at 11:42 AM, Shubham Pansari <
>> pansarishubham2395@gmail.com> wrote:
>>
>>> Hi,
>>> Thanks to Yuri, I have sort out my problem with the previous errors but
>>> now when I am trying to start Khipu, it is just giving a warning about
>>> fonts, which should not affect the launch of Khipu, but nothing is
>>> happening later.
>>>
>>>
>>>
>>> On Tue, Jan 28, 2014 at 10:47 AM, Yuri Chornoivan <yurchor@ukr.net>wrote:
>>>
>>>> написане Tue, 28 Jan 2014 07:03:54 +0200, Shubham Pansari <
>>>> pansarishubham2395@gmail.com>:
>>>>
>>>>
>>>>  Hi Punit,
>>>>> The errors I am getting are of the following type, it seems like a
>>>>> compilation error-
>>>>>
>>>>> /home/shp/khipu/src/plotseditor.cpp:413:28: error: 'class
>>>>> Analitza::PlaneCurve' has no member named 'hasIntervals'
>>>>>                                 if (curve->hasIntervals())
>>>>>
>>>>> and many more similar kind of errors.
>>>>> How could I remove those?
>>>>>
>>>>> Thanks and Regards,
>>>>> Shubham
>>>>>
>>>>>
>>>> Hi,
>>>>
>>>> Please compile and install analitza from git/master.
>>>>
>>>> https://projects.kde.org/projects/kde/kdeedu/analitza/repository
>>>>
>>>> Best regards,
>>>> Yuri
>>>>
>>>>
>>>>
>>>>>
>>>>> On Tue, Jan 28, 2014 at 6:54 AM, Percy Camilo Triveño Aucahuasi <
>>>>> percy.camilo.ta@gmail.com> wrote:
>>>>>
>>>>>  Hi Shubham,
>>>>>>
>>>>>>
>>>>>> On 27/01/14 10:13, Shubham Pansari wrote:
>>>>>>
>>>>>>  Hi Punit,
>>>>>>> I am trying to build khipu from source but it is showing errors in
>>>>>>> make
>>>>>>> stage. Errors are corresponding to a member function clearIntervals
>>>>>>> and
>>>>>>> hasIntervals.
>>>>>>>
>>>>>>> Help me out.
>>>>>>>
>>>>>>>
>>>>>>>  Sure, but we need more information, read this:
>>>>>>
>>>>>> http://techbase.kde.org/Development/Tutorials/
>>>>>> Debugging/How_to_create_
>>>>>> useful_crash_reports
>>>>>>
>>>>>> Also, give us additional feedback, e.g: branch, compiler, operative
>>>>>> system, etc; in short: you can report a bug if you want, if so, then
>>>>>> please
>>>>>> read about our policies for that:
>>>>>>
>>>>>> http://techbase.kde.org/Contribute/Bugsquad/Quick_
>>>>>> Introduction_to_Bugzilla
>>>>>>
>>>>>> and
>>>>>>
>>>>>> http://techbase.kde.org/Contribute/Bugsquad/Guide_To_
>>>>>> BugTriaging#General_
>>>>>> Considerations
>>>>>>
>>>>>> You're doing it fine, with time you will learn how to use our
>>>>>> infrastructure, trust me one is always learning ;)
>>>>>>
>>>>>>  Regards,
>>>>>>
>>>>>>> Shubham
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>  Percy
>>>>>>
>>>>>>  On Mon, Jan 27, 2014 at 4:33 PM, Punit Mehta <punit9462@gmail.com
>>>>>>
>>>>>>> <mailto:punit9462@gmail.com>> wrote:
>>>>>>>
>>>>>>>     Hi Shubham,
>>>>>>>
>>>>>>>     It is great that you know C++ and want to contribute in KDE. If
>>>>>>> you
>>>>>>>     are interested in contributing math part in KDE-Edu (Analitza,
>>>>>>>     Khipu, KAlgebra .. ) then you should try to complie and build the
>>>>>>>     applications from the source code.
>>>>>>>
>>>>>>>     As Percy pointed out, read the details regarding the project and
>>>>>>> its
>>>>>>>     scope. Incase of Khipu, I would recommend you to compile. build
>>>>>>> and
>>>>>>>     install the current version of analitza and then follow the same
>>>>>>>     procedure to install khipu. Try to play with the code, find some
>>>>>>>     bugs and solve them.
>>>>>>>
>>>>>>>     You can possibly attend conf.kde.in <http://conf.kde.in>
>>>>>>> 2014[2] if
>>>>>>>
>>>>>>>     you are interested in contbuting to KDE and want to know more
>>>>>>> about
>>>>>>>     the projects like khipu, analitza, artikulate, KStars etc..
>>>>>>>
>>>>>>>     Hope, this helps :)
>>>>>>>
>>>>>>>     Looking forward to see you in KDE :)
>>>>>>>
>>>>>>>     Regards,
>>>>>>>     Punit Mehta
>>>>>>>
>>>>>>>     [1]: http://techbase.kde.org/Getting_Started/Build/KDE_
>>>>>>> Applications
>>>>>>>     [2]: http://conf.kde.in <http://conf.kde.in/>
>>>>>>>
>>>>>>>
>>>>>>>         Message: 3
>>>>>>>         Date: Sun, 26 Jan 2014 14:53:30 +0530
>>>>>>>         From: Shubham Pansari <pansarishubham2395@gmail.com
>>>>>>>         <mailto:pansarishubham2395@gmail.com>>
>>>>>>>         To: kde-edu@kde.org <mailto:kde-edu@kde.org>
>>>>>>>
>>>>>>>         Subject: Re: Start contributing to KmPlot
>>>>>>>         Message-ID:
>>>>>>>
>>>>>>>         <CAOdEGu2R4xRC8d4pUhQZkQQWgPCtUm_4PTjDs1SX+Zwndjj5ZA@mail.
>>>>>>> gmail.com
>>>>>>>         <mailto:CAOdEGu2R4xRC8d4pUhQZkQQWgPCtUm_4PTjDs1SX%
>>>>>>> 2BZwndjj5ZA@mail.gmail.com>>
>>>>>>>
>>>>>>>         Content-Type: text/plain; charset="iso-8859-1"
>>>>>>>
>>>>>>>         Hi,
>>>>>>>         I am Shubham. Currently I know C++ and C language, before i
>>>>>>>         start working
>>>>>>>         on Khipu other than analitza library what else I have to read
>>>>>>>         and from
>>>>>>>         where I should start after studying this library.
>>>>>>>
>>>>>>>         Please guide me.
>>>>>>>
>>>>>>>         Regards,
>>>>>>>         Shubham Pansari
>>>>>>>
>>>>>>>
>>>>>>>         On Sun, Jan 26, 2014 at 1:41 PM, Percy Camilo Trive?o
>>>>>>> Aucahuasi <
>>>>>>>         percy.camilo.ta@gmail.com <mailto:percy.camilo.ta@gmail.com
>>>>>>> >>
>>>>>>> wrote:
>>>>>>>
>>>>>>>          > Hi Abhijeet,
>>>>>>>          >
>>>>>>>          >
>>>>>>>          > On 25/01/14 23:55, Abhijeet Nikam wrote:
>>>>>>>          >
>>>>>>>          >> Hi,
>>>>>>>          >> I am Abhijeet. I went through some KDE applications and I
>>>>>>>         really liked
>>>>>>>          >> KmPlot.I wish to start contributing to it. Can I proceed
>>>>>>>         with one of the
>>>>>>>          >> minor bugs in the bug list? I know C++ and baiscs of Qt
>>>>>>>         framework.
>>>>>>>          >>
>>>>>>>          >> Can somebody please guide me?
>>>>>>>          >>
>>>>>>>          >
>>>>>>>          > ;)
>>>>>>>          >
>>>>>>>          > Currently we are in the process to replace KmPlot with
>>>>>>> Khipu:
>>>>>>>          >
>>>>>>>          > https://projects.kde.org/projects/playground/edu/khipu
>>>>>>>          >
>>>>>>>          > The main idea here is to use a common infrastructure for
>>>>>>> all
>>>>>>>         kdeedu math
>>>>>>>          > applications, you see, now KAlgebra and Khipu are using
>>>>>>> this
>>>>>>>         library:
>>>>>>>          > analitza
>>>>>>>          >
>>>>>>>          > https://projects.kde.org/projects/kde/kdeedu/analitza
>>>>>>>          >
>>>>>>>          > You can read the analitza documentation here:
>>>>>>>          >
>>>>>>>          >
>>>>>>>         http://api.kde.org/4.x-api/kdeedu-apidocs/analitza/html/
>>>>>>> index.html
>>>>>>>          >
>>>>>>>          > I think it would be good if you learn analitza first and
>>>>>>> then
>>>>>>>         define what
>>>>>>>          > you want to do:
>>>>>>>          >
>>>>>>>          > numerical methods?
>>>>>>>          > symbolic algebra?
>>>>>>>          > improve the math parser?
>>>>>>>          > ...
>>>>>>>          >
>>>>>>>          > Please, note that some of the features you want to
>>>>>>> implement
>>>>>>>         can  belong
>>>>>>>          > to analitza's scope (the common infrastructure) or any
>>>>>>> math
>>>>>>>         application
>>>>>>>          > that uses analitza (Khipu or KAlgebra)
>>>>>>>          >
>>>>>>>          > Finally, you can read some history about in:
>>>>>>>          >
>>>>>>>          > https://www.google-melange.com/gsoc/proposal/review/
>>>>>>>          > google/gsoc2013/punit9462/1?ModPagespeed=noscript
>>>>>>>          >
>>>>>>>          > https://punit9462.wordpress.com/
>>>>>>>          >
>>>>>>>          > http://community.kde.org/GSoC/2012/StatusReports#Percy_
>>>>>>>          > Camilo_Trive.C3.B1o_Aucahuasi
>>>>>>>          >
>>>>>>>          >  Regards,
>>>>>>>          >> Abhijeet
>>>>>>>          >>
>>>>>>>          >
>>>>>>>          > Hope you can join us ;)
>>>>>>>          > Percy
>>>>>>>          > _______________________________________________
>>>>>>>          > kde-edu mailing list
>>>>>>>          > kde-edu@mail.kde.org <mailto:kde-edu@mail.kde.org>
>>>>>>>
>>>>>>>          > https://mail.kde.org/mailman/listinfo/kde-edu
>>>>>>>          >
>>>>>>>         -------------- next part --------------
>>>>>>>         An HTML attachment was scrubbed...
>>>>>>>         URL:
>>>>>>>         <http://mail.kde.org/pipermail/kde-edu/attachments/
>>>>>>> 20140126/e7ef0b66/attachment-0001.html>
>>>>>>>
>>>>>>>         ------------------------------
>>>>>>>
>>>>>>>         _______________________________________________
>>>>>>>         kde-edu mailing list
>>>>>>>         kde-edu@mail.kde.org <mailto:kde-edu@mail.kde.org>
>>>>>>>
>>>>>>>         https://mail.kde.org/mailman/listinfo/kde-edu
>>>>>>>
>>>>>>>
>>>>>>>         End of kde-edu Digest, Vol 130, Issue 37
>>>>>>>         ****************************************
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>     _______________________________________________
>>>>>>>     kde-edu mailing list
>>>>>>>     kde-edu@mail.kde.org <mailto:kde-edu@mail.kde.org>
>>>>>>>     https://mail.kde.org/mailman/listinfo/kde-edu
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> kde-edu mailing list
>>>>>>> kde-edu@mail.kde.org
>>>>>>> https://mail.kde.org/mailman/listinfo/kde-edu
>>>>>>>
>>>>>>>  _______________________________________________
>>>>>>>
>>>>>> kde-edu mailing list
>>>>>> kde-edu@mail.kde.org
>>>>>> https://mail.kde.org/mailman/listinfo/kde-edu
>>>>>>
>>>>> _______________________________________________
>>>> kde-edu mailing list
>>>> kde-edu@mail.kde.org
>>>> https://mail.kde.org/mailman/listinfo/kde-edu
>>>>
>>>
>>>
>>
>> _______________________________________________
>> kde-edu mailing list
>> kde-edu@mail.kde.org
>> https://mail.kde.org/mailman/listinfo/kde-edu
>>
>>
>
> _______________________________________________
> kde-edu mailing list
> kde-edu@mail.kde.org
> https://mail.kde.org/mailman/listinfo/kde-edu
>
>

[Attachment #5 (text/html)]

<div dir="ltr"><div><div><div>Hi Percy,<br></div>I have resolved all my problems and \
errors regarding the compilation and installation of Khipu from its source code. Now \
I am going through its source code and trying to get familiar with it and meanwhile I \
am also learning Analitza library. Now I   want to start contributing to Khipu. What \
should I do?<br> <br></div>Sorry for the miscommunication last time. I read the links \
you provide me in the last mail about preparing bug-report and crash-report. In \
future I will follow the instructions.<br><br></div><div>Thanks and Regards,<br> \
</div><div>Shubham<br></div></div><div class="gmail_extra"><br><br><div \
class="gmail_quote">On Tue, Jan 28, 2014 at 9:58 PM, Abhijeet Nikam <span \
dir="ltr">&lt;<a href="mailto:connect08nikam@gmail.com" \
target="_blank">connect08nikam@gmail.com</a>&gt;</span> wrote:<br> <blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi,<br><br></div>I am building \
khipu and I encountered this error. I have installed analitza from source.I tried \
clearing this problem for some time but could not go ahead.<br> <br></div>I am \
getting this following error:<br> <br>[ 95%] Built target khipu_automoc<br>Linking \
CXX executable khipu<br><br>../lib/liblibkhipu.a(mainwindow.o): In function \
`MainWindow::saveFile(KUrl \
const&amp;)&#39;:<br>/home/nikam/khipu/src/mainwindow.cpp:828: undefined reference to \
`Analitza::FunctionGraph::hasIntervals() const&#39;<br>

../lib/liblibkhipu.a(plotseditor.o): In function `PlotsEditor::editPlot(QModelIndex \
const&amp;)&#39;:<br>/home/nikam/khipu/src/plotseditor.cpp:275: undefined reference \
to `Analitza::FunctionGraph::hasIntervals() const&#39;<br>

/home/nikam/khipu/src/plotseditor.cpp:321: undefined reference to \
`Analitza::FunctionGraph::hasIntervals() \
const&#39;<br>/home/nikam/khipu/src/plotseditor.cpp:340: undefined reference to \
`Analitza::FunctionGraph::hasIntervals() const&#39;<br>

/home/nikam/khipu/src/plotseditor.cpp:358: undefined reference to \
`Analitza::FunctionGraph::hasIntervals() \
const&#39;<br>../lib/liblibkhipu.a(plotseditor.o):/home/nikam/khipu/src/plotseditor.cpp:416: \
more undefined references to `Analitza::FunctionGraph::hasIntervals() const&#39; \
follow<br>

../lib/liblibkhipu.a(plotseditor.o): In <br><br>....<br><br></div><div>Please help to \
build it completely.<br><br></div><div>Regards, \
<br>Abhijeet<br></div><div><br><br></div>Please help<br><div><br></div></div><div \
class="HOEnZb"> <div class="h5"><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Jan 28, 2014 at 5:55 PM, Shubham Pansari \
<span dir="ltr">&lt;<a href="mailto:pansarishubham2395@gmail.com" \
target="_blank">pansarishubham2395@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">

<div dir="ltr"><div><div><div>Hi,<br></div>I have resolved all my problems \
corresponding to the building of Khipu from source code. Now I am learning Analitza \
library. Other than that how could I start contributing in Khipu?<br>


<br></div>Thanks and Regards,<br></div>Shubham<br><br></div><div><div><div \
class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jan 28, 2014 at 11:42 \
AM, Shubham Pansari <span dir="ltr">&lt;<a href="mailto:pansarishubham2395@gmail.com" \
target="_blank">pansarishubham2395@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div>Hi,<br></div>Thanks to Yuri, I have sort \
out my problem with the previous errors but now when I am trying to start Khipu, it \
is just giving a warning about fonts, which should not affect the launch of Khipu, \
but nothing is happening later.<br>



  </div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, \
Jan 28, 2014 at 10:47 AM, Yuri Chornoivan <span dir="ltr">&lt;<a \
href="mailto:yurchor@ukr.net" target="_blank">yurchor@ukr.net</a>&gt;</span> \
wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">написане Tue, 28 Jan 2014 07:03:54 +0200, Shubham \
Pansari &lt;<a href="mailto:pansarishubham2395@gmail.com" \
target="_blank">pansarishubham2395@gmail.com</a>&gt;<u></u>:<div>



<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> Hi Punit,<br>
The errors I am getting are of the following type, it seems like a<br>
compilation error-<br>
<br>
/home/shp/khipu/src/<u></u>plotseditor.cpp:413:28: error: &#39;class<br>
Analitza::PlaneCurve&#39; has no member named &#39;hasIntervals&#39;<br>
                                                if (curve-&gt;hasIntervals())<br>
<br>
and many more similar kind of errors.<br>
How could I remove those?<br>
<br>
Thanks and Regards,<br>
Shubham<br>
<br>
</blockquote>
<br></div>
Hi,<br>
<br>
Please compile and install analitza from git/master.<br>
<br>
<a href="https://projects.kde.org/projects/kde/kdeedu/analitza/repository" \
target="_blank">https://projects.kde.org/<u></u>projects/kde/kdeedu/analitza/<u></u>repository</a><br>
 <br>
Best regards,<br>
Yuri<div><div><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> <br>
<br>
On Tue, Jan 28, 2014 at 6:54 AM, Percy Camilo Triveño Aucahuasi &lt;<br>
<a href="mailto:percy.camilo.ta@gmail.com" \
target="_blank">percy.camilo.ta@gmail.com</a>&gt; wrote:<br> <br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> Hi Shubham,<br>
<br>
<br>
On 27/01/14 10:13, Shubham Pansari wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> Hi Punit,<br>
I am trying to build khipu from source but it is showing errors in make<br>
stage. Errors are corresponding to a member function clearIntervals and<br>
hasIntervals.<br>
<br>
Help me out.<br>
<br>
<br>
</blockquote>
Sure, but we need more information, read this:<br>
<br>
<a href="http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_" \
target="_blank">http://techbase.kde.org/<u></u>Development/Tutorials/<u></u>Debugging/How_to_create_</a><br>
 useful_crash_reports<br>
<br>
Also, give us additional feedback, e.g: branch, compiler, operative<br>
system, etc; in short: you can report a bug if you want, if so, then please<br>
read about our policies for that:<br>
<br>
<a href="http://techbase.kde.org/Contribute/Bugsquad/Quick_Introduction_to_Bugzilla" \
target="_blank">http://techbase.kde.org/<u></u>Contribute/Bugsquad/Quick_<u></u>Introduction_to_Bugzilla</a><br>
 <br>
and<br>
<br>
<a href="http://techbase.kde.org/Contribute/Bugsquad/Guide_To_BugTriaging#General_" \
target="_blank">http://techbase.kde.org/<u></u>Contribute/Bugsquad/Guide_To_<u></u>BugTriaging#General_</a><br>
 Considerations<br>
<br>
You&#39;re doing it fine, with time you will learn how to use our<br>
infrastructure, trust me one is always learning ;)<br>
<br>
  Regards,<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> Shubham<br>
<br>
<br>
<br>
</blockquote>
Percy<br>
<br>
  On Mon, Jan 27, 2014 at 4:33 PM, Punit Mehta &lt;<a \
href="mailto:punit9462@gmail.com" target="_blank">punit9462@gmail.com</a><br> \
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> &lt;mailto:<a href="mailto:punit9462@gmail.com" \
target="_blank">punit9462@gmail.com</a>&gt;&gt; wrote:<br> <br>
      Hi Shubham,<br>
<br>
      It is great that you know C++ and want to contribute in KDE. If you<br>
      are interested in contributing math part in KDE-Edu (Analitza,<br>
      Khipu, KAlgebra .. ) then you should try to complie and build the<br>
      applications from the source code.<br>
<br>
      As Percy pointed out, read the details regarding the project and its<br>
      scope. Incase of Khipu, I would recommend you to compile. build and<br>
      install the current version of analitza and then follow the same<br>
      procedure to install khipu. Try to play with the code, find some<br>
      bugs and solve them.<br>
<br>
      You can possibly attend <a href="http://conf.kde.in" \
target="_blank">conf.kde.in</a> &lt;<a href="http://conf.kde.in" \
target="_blank">http://conf.kde.in</a>&gt; 2014[2] if<br> <br>
      you are interested in contbuting to KDE and want to know more about<br>
      the projects like khipu, analitza, artikulate, KStars etc..<br>
<br>
      Hope, this helps :)<br>
<br>
      Looking forward to see you in KDE :)<br>
<br>
      Regards,<br>
      Punit Mehta<br>
<br>
      [1]: <a href="http://techbase.kde.org/Getting_Started/Build/KDE_Applications" \
target="_blank">http://techbase.kde.org/<u></u>Getting_Started/Build/KDE_<u></u>Applications</a><br>
                
      [2]: <a href="http://conf.kde.in" target="_blank">http://conf.kde.in</a> &lt;<a \
href="http://conf.kde.in/" target="_blank">http://conf.kde.in/</a>&gt;<br> <br>
<br>
            Message: 3<br>
            Date: Sun, 26 Jan 2014 14:53:30 +0530<br>
            From: Shubham Pansari &lt;<a href="mailto:pansarishubham2395@gmail.com" \
                target="_blank">pansarishubham2395@gmail.com</a><br>
            &lt;mailto:<a href="mailto:pansarishubham2395@gmail.com" \
target="_blank">pansarishubham2395@<u></u>gmail.com</a>&gt;&gt;<br>  To: <a \
href="mailto:kde-edu@kde.org" target="_blank">kde-edu@kde.org</a> &lt;mailto:<a \
href="mailto:kde-edu@kde.org" target="_blank">kde-edu@kde.org</a>&gt;<br> <br>
            Subject: Re: Start contributing to KmPlot<br>
            Message-ID:<br>
<br>
            &lt;<u></u>CAOdEGu2R4xRC8d4pUhQZkQQWgPCtU<u></u>m_4PTjDs1SX+Zwndjj5ZA@mail.<br>
 <a href="http://gmail.com" target="_blank">gmail.com</a><br>
            &lt;mailto:<a href="mailto:CAOdEGu2R4xRC8d4pUhQZkQQWgPCtUm_4PTjDs1SX%25" \
target="_blank">CAOdEGu2R4xRC8d4pUhQZk<u></u>QQWgPCtUm_4PTjDs1SX%</a><br> <a \
href="mailto:2BZwndjj5ZA@mail.gmail.com" \
target="_blank">2BZwndjj5ZA@mail.gmail.com</a>&gt;&gt;<br> <br>
            Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
            Hi,<br>
            I am Shubham. Currently I know C++ and C language, before i<br>
            start working<br>
            on Khipu other than analitza library what else I have to read<br>
            and from<br>
            where I should start after studying this library.<br>
<br>
            Please guide me.<br>
<br>
            Regards,<br>
            Shubham Pansari<br>
<br>
<br>
            On Sun, Jan 26, 2014 at 1:41 PM, Percy Camilo Trive?o Aucahuasi &lt;<br>
            <a href="mailto:percy.camilo.ta@gmail.com" \
target="_blank">percy.camilo.ta@gmail.com</a> &lt;mailto:<a \
href="mailto:percy.camilo.ta@gmail.com" \
target="_blank">percy.camilo.ta@gmail.<u></u>com</a>&gt;&gt;<br> wrote:<br>
<br>
              &gt; Hi Abhijeet,<br>
              &gt;<br>
              &gt;<br>
              &gt; On 25/01/14 23:55, Abhijeet Nikam wrote:<br>
              &gt;<br>
              &gt;&gt; Hi,<br>
              &gt;&gt; I am Abhijeet. I went through some KDE applications and I<br>
            really liked<br>
              &gt;&gt; KmPlot.I wish to start contributing to it. Can I proceed<br>
            with one of the<br>
              &gt;&gt; minor bugs in the bug list? I know C++ and baiscs of Qt<br>
            framework.<br>
              &gt;&gt;<br>
              &gt;&gt; Can somebody please guide me?<br>
              &gt;&gt;<br>
              &gt;<br>
              &gt; ;)<br>
              &gt;<br>
              &gt; Currently we are in the process to replace KmPlot with Khipu:<br>
              &gt;<br>
              &gt; <a href="https://projects.kde.org/projects/playground/edu/khipu" \
target="_blank">https://projects.kde.org/<u></u>projects/playground/edu/khipu</a><br> \
                &gt;<br>
              &gt; The main idea here is to use a common infrastructure for all<br>
            kdeedu math<br>
              &gt; applications, you see, now KAlgebra and Khipu are using this<br>
            library:<br>
              &gt; analitza<br>
              &gt;<br>
              &gt; <a href="https://projects.kde.org/projects/kde/kdeedu/analitza" \
target="_blank">https://projects.kde.org/<u></u>projects/kde/kdeedu/analitza</a><br>  \
&gt;<br>  &gt; You can read the analitza documentation here:<br>
              &gt;<br>
              &gt;<br>
            <a href="http://api.kde.org/4.x-api/kdeedu-apidocs/analitza/html/" \
target="_blank">http://api.kde.org/4.x-api/<u></u>kdeedu-apidocs/analitza/html/</a><br>
 index.html<br>
              &gt;<br>
              &gt; I think it would be good if you learn analitza first and then<br>
            define what<br>
              &gt; you want to do:<br>
              &gt;<br>
              &gt; numerical methods?<br>
              &gt; symbolic algebra?<br>
              &gt; improve the math parser?<br>
              &gt; ...<br>
              &gt;<br>
              &gt; Please, note that some of the features you want to implement<br>
            can   belong<br>
              &gt; to analitza&#39;s scope (the common infrastructure) or any \
math<br>  application<br>
              &gt; that uses analitza (Khipu or KAlgebra)<br>
              &gt;<br>
              &gt; Finally, you can read some history about in:<br>
              &gt;<br>
              &gt; <a href="https://www.google-melange.com/gsoc/proposal/review/" \
                target="_blank">https://www.google-melange.<u></u>com/gsoc/proposal/review/</a><br>
                
              &gt; google/gsoc2013/punit9462/1?<u></u>ModPagespeed=noscript<br>
              &gt;<br>
              &gt; <a href="https://punit9462.wordpress.com/" \
target="_blank">https://punit9462.wordpress.<u></u>com/</a><br>  &gt;<br>
              &gt; <a href="http://community.kde.org/GSoC/2012/StatusReports#Percy_" \
target="_blank">http://community.kde.org/GSoC/<u></u>2012/StatusReports#Percy_</a><br>
  &gt; Camilo_Trive.C3.B1o_Aucahuasi<br>
              &gt;<br>
              &gt;   Regards,<br>
              &gt;&gt; Abhijeet<br>
              &gt;&gt;<br>
              &gt;<br>
              &gt; Hope you can join us ;)<br>
              &gt; Percy<br>
              &gt; ______________________________<u></u>_________________<br>
              &gt; kde-edu mailing list<br>
              &gt; <a href="mailto:kde-edu@mail.kde.org" \
target="_blank">kde-edu@mail.kde.org</a> &lt;mailto:<a \
href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a>&gt;<br> \
                <br>
              &gt; <a href="https://mail.kde.org/mailman/listinfo/kde-edu" \
target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kde-edu</a><br>  \
                &gt;<br>
            -------------- next part --------------<br>
            An HTML attachment was scrubbed...<br>
            URL:<br>
            &lt;<a href="http://mail.kde.org/pipermail/kde-edu/attachments/" \
target="_blank">http://mail.kde.org/<u></u>pipermail/kde-edu/attachments/</a><br> \
20140126/e7ef0b66/attachment-<u></u>0001.html&gt;<br> <br>
            ------------------------------<br>
<br>
            ______________________________<u></u>_________________<br>
            kde-edu mailing list<br>
            <a href="mailto:kde-edu@mail.kde.org" \
target="_blank">kde-edu@mail.kde.org</a> &lt;mailto:<a \
href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a>&gt;<br> \
                <br>
            <a href="https://mail.kde.org/mailman/listinfo/kde-edu" \
target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kde-edu</a><br> <br>
<br>
            End of kde-edu Digest, Vol 130, Issue 37<br>
            ******************************<u></u>**********<br>
<br>
<br>
<br>
      ______________________________<u></u>_________________<br>
      kde-edu mailing list<br>
      <a href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a> \
&lt;mailto:<a href="mailto:kde-edu@mail.kde.org" \
                target="_blank">kde-edu@mail.kde.org</a>&gt;<br>
      <a href="https://mail.kde.org/mailman/listinfo/kde-edu" \
target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kde-edu</a><br> <br>
<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" \
target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kde-edu</a><br> <br>
  ______________________________<u></u>_________________<br>
</blockquote>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" \
target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kde-edu</a><br> \
</blockquote></blockquote> ______________________________<u></u>_________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" \
target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kde-edu</a><br> \
</div></div></blockquote></div><br></div> </div></div></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" \
target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br> \
<br></blockquote></div><br></div> \
</div></div><br>_______________________________________________<br> kde-edu mailing \
list<br> <a href="mailto:kde-edu@mail.kde.org">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" \
target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br> \
<br></blockquote></div><br></div>



_______________________________________________
kde-edu mailing list
kde-edu@mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-edu


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic