Circular Column Reinforcement in FreeCAD

Today, I created function to create circular column reinforcement in FreeCAD. This function create helical and straight rebars inside structural circular column object. User can specify count of straight rebars either by number or angle interval.

Publish Project proposal to FreeCAD and BRL-CAD Wiki

Hello everyone, Today I created wiki page of my project on FreeCAD and BRL-CAD wiki pages. These wiki pages are powered by MediaWiki tool. Wiki pages on BRL-CAD wiki: User Page: https://brlcad.org/wiki/User:Suraj Project Page: https://brlcad.org/wiki/User:Suraj/gsoc_proposal Wiki pages on FreeCAD wiki: User Page: https://www.freecadweb.org/wiki/User:Suraj_Dadral Project Page: https://www.freecadweb.org/wiki/User:Suraj_Dadral/gsoc_proposal Development Logs: https://www.freecadweb.org/wiki/User:Suraj_Dadral/GSoC19/logs users/developers wish list: https://www.freecadweb.org/wiki/User_talk:Suraj_Dadral/GSoC19/logs Thanks

Automate Reinforcement Process in FreeCAD – GSoC 2019 Project

Hello Everyone, I got selected by FreeCAD for Google Summer of Code 2019 for the project Automate Reinforcement Process. Brief Project Description: This project is to automate Reinforcement process by using Rebar Addon in FreeCAD. The idea is to create UI on top of the current implementation to combine different types of Rebars in a […]

Installing LibreHatti without importing sample database

Python – 3.5.2 Django – 2.0 mysql Ver 14.14 Distrib 5.7.24 Source – https://github.com/GreatDevelopers/LibreHatti/tree/d2.0p3.6 Today, I am trying to install LibreHatti, upgraded to Django2.0, without importing sample database as we did in previous blog post. After cloning and seeting up LibreHatti, I executed command python manage.py makemigrations and got following error:File “/home/suraj/AutoLib/LibreHatti/src/librehatti/urls.py”, line 7, in from .reports import views as […]

Installing and using Java in Termux

Hey Guys Today, I am trying to execute java program in Termux.  To run java program, you needs to install two packages – Eclipse – Compiler for Java dx – Command which takes in class files and reformulates them for usage on Android To install these packages, run following command in Termux : $ apt […]