Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Shrila Prabhupada Sanskrit Slovary
Re: Shrila Prabhupada Sanskrit Slovary [message #52939 is a reply to message #52893] Wed, 15 January 2020 16:00 Go to previous messageGo to previous message
Navadvipa Chandra das is currently offline  Navadvipa Chandra das
Messages: 34
Registered: January 2016
Location: DPR, Donetsk region, Chay...
Member

Hare Krishna, All!

Mirek said that there are many people here who can force him to make changes. But he's busy right now. Therefore, I ask You to listen to my questions and then advise Mirek something.
In order. I wrote the program Srila Prabhupada's Sanskrit dictionary - https://github.com/Navadvipa-Chandra-das/PrabhupadaSlovary . His Divine Grace Abhay Charanaravinda Bhaktivedanta Swami Prabhupada - the Founder-Acharya of the International Society for Krishna consiousness!

1. To compile it, you need to change the ArrayCtrl files.h and ArrayCtrl.cpp . I can't make these changes in my program, because the ArrayCtrl component doesn't provide editing capabilities for virtual columns.
Added a setter functor for columns and an Inserter for ArrayCtrl.

2. To the Algo file.h added an algorithm for removing duplicates from a sorted container that supports the indexing operation-V[ i ];

template < class SortRange >
void RemoveDuplicates( SortRange& V )

template < class SortRange, class OnRemove >
void RemoveDuplicates( SortRange& V, const OnRemove& On_Remove )

two options - simple and with a special trigger for deleting an item, as in databases.

3. Added a conditional delete algorithm for the Vektor and Array classes with a delete trigger, as in databases
template <class Condition, class OnRemove>
void RemoveIf(Condition c, OnRemove On_Remove);

These are the main changes.

4. Put the program in the Bazaar and get access to the Bazaar for modification.

Thank You very much!
Hare Krishna!

With best regards, Navadvipa Chandra das.
  • Attachment: MyFix.diff
    (Size: 8.16KB, Downloaded 173 times)
 
Read Message
Read Message
Read Message
Previous Topic: C++ templated class referencing each other
Next Topic: upload / download
Goto Forum:
  


Current Time: Tue May 07 04:09:34 CEST 2024

Total time taken to generate the page: 0.02126 seconds