Skip to main content

Posts

Showing posts from March, 2020

Excel Macro code for Converting Indian Currency Digit In Words Without Paise Remarks

Microsoft Excel macro code for converting digit into words in Indian currency format without paise remarks: For using the code enable macro in Excel sheet copy past below codes: Option Explicit 'Main Function  Function SpellNumber_Indian(ByVal MyNumber)     Dim Dollars, Cents, Temp     Dim DecimalPlace, Count, x     ReDim Place(9) As String     Place(2) = " Thousand "     Place(3) = " Lacs "     Place(4) = " Crores "     Place(5) = " Hundred Crores " ' String representation of amount.     MyNumber = Trim(Str(MyNumber)) ' Position of decimal place 0 if none.     DecimalPlace = InStr(MyNumber, ".") ' Convert cents and set MyNumber to dollar amount.     If DecimalPlace > 0 Then         Cents = GetTens(Left(Mid(MyNumber, DecimalPlace + 1) & _         "00", 2))         MyNumber = Trim(Left(MyNumber, DecimalPlace - 1))     End If     Count = 1     Do While MyN

3D Transformation Matrix for Projection and Rotation in C++

3D transformations are the most basic building blocks of modern games and physics simulations. Here we look at how to project and the 3D Matrix of a Cuboid and and rotate it about the 3 planes i.e XY, YZ, ZX using linear transformations. Projection of a 3D object is necessary as the calculations are done for a 3D object and the final scene is displayed on a 2D screen. The 3D transformations are the most basic functions performed by the GPU for rendering a 3D scene. The entire 3D object is divided into multiple polygons, mostly triangles as they are the most basic polygon but in this example we will we using rectangles. The code is written in C++ using the graphics.h header file. The code transforms each vertex individually and then draws the edges. The code can also be used for understanding the working of a simple 3D GPU and can be further implemented in an FPGA using suitable HDL code. The code runs in Console Graphics Mode. All the header files must be properly installed for t

How to Create Demate Account Free?

Hope you all did research for trading and requirement of Demate account for holding your stocks, so I am going to offer you free Motilal Oswal account which is a premium service broker house in India below is the explanation, how to be part with one of the oldest broker house in India by associating a demate and trading account. Why Motilal Oswal? For Opening Trading  and Demate account with Motilal Oswal for free share below documents via WhatsApp @ 9954745416 or email @ das.d.man.4u@gmail.com.  Documents List: Latest photo. Pan Card. Aadhar card front & Back. Passport or Bank passbook copy front & latest transaction page. Bank cheque cancelled & signed. Latest ITR SARAL Copy. (Optional) Client Mother's name. Client contact Number & Email Id. Bank A/C number with IFSC Code. Documents For Nominee:  Pan Card.