QScintilla, What is this? QScintilla is a port to Qt of Neil Hodgson’s Scintilla C++ editor control. So QScintilla is a scintilla based editor that uses Qt functions to implement a good number of impressive features such as syntax highlighting, error indication, folding, code completion, breakpoints etc. QScintilla is available under the GNU GPL (v2… Continue reading→
The next task in my proposal for GSOC was integrating an Editor into OpenSCAD. This integration of Editor is necessary, as it was observed that many users prefer external editors like notepad++ etc over legacy editor of OpenSCAD. These editors facilitates them with functionality like auto code completion, brace completion, syntax highlighting etc. A discussion… Continue reading→
Finally the coding period of GSOC has arrived. There is no end of excitement but also little fear. Just praying and hoping for the best. As we had our final exams during community bonding period, I wasn’t able to devote enough time to my project. But whenever I got time, I read code and worked… Continue reading→
Google Summer of Code, an opportunity to learn and work with great great developers working in real time open source projects, is really a big motivation for students to work hard towards learning programming. This time is very crucial for every student applying for this contest and I am one of them. Choosing a community… Continue reading→
Did you ever have a confusion between git and github? Like, Is git a software of a webite? Have you ever amazed at its features? If it is a website where you can upload your code so that other can view and contribute into it, then what is that, you installed before making an account… Continue reading→
If you are window’s or mac’s user till the date and new to ubuntu or any linux based operating system, then read on, this may help you. In Windows when download a software from internet or from a CD, we get executable form of the program(software) and we run the executable installer to get the… Continue reading→
Today, in the morning, I went to Inderpreet’s home, Samrala in bus. I reached at 10:30 in his home. Gurvinder also came but amitoj and raman didn’t. I started working with Inderpreet on our code and Gaurav taught AuthWidget to Gurvinder. We worked with full dedication and a lot of problems get solved 🙂 Then… Continue reading→
Today Gaurav came to deposit his fee in college and there he called me to come to TCC so that we can work further on the project. It was not planned before, I wanted to work in my room silently, but I had to go to TCC then. As TCC seminar hall was occupied by… Continue reading→
Working to learn efficiency of code is really awesome experience. The deeper you go, the interesting it is. When you get something you didn’t know about the thing you use in your code, you feel really great. Like if we get why to use const instead of macros when both are to define constants, why… Continue reading→
After a long time and a great efforts, finally today I succeeded to solve the multiple definition error. It seems not a big thing, solving a compile time error should not be a very hard thing for a C++ programmer. But it was really a long lived error that cause us to learn a lot.… Continue reading→