10 Year Question Papers
Submitted by ssvirdi on Sun, 13/12/2009 - 05:50.To download question papers click here
Enjoy
New URL for RCC Design book
Submitted by hsrai on Thu, 10/09/2009 - 15:04.A new short URL (web address) has been created to access book entitled "Design of Reinforced Cement Concrete Elements". This short URL is;
http://tinyurl.com/gnedcs
IT working for you!
Presentation in OpenOffice
Submitted by hsrai on Sat, 22/08/2009 - 18:11.Instructions for preparing presentation:
Concrete Mix Design - M 20 Grade Of Concrete
Submitted by Harinder on Sun, 09/08/2009 - 17:55.1. REQUIREMENTS
a) Specified minimum strength = 20 N/Sq mm
b) Durability requirements
i) Exposure Moderate
ii) Minimum Cement Content = 300 Kgs/cum
c) Cement
(Refer Table No. 5 of IS:456-2000)
i) Make Chetak (Birla)
ii) Type OPC
iii) Grade 43
d) Workability
i) compacting factor = 0.7
e) Degree of quality control Good
2. TEST DATA FOR MATERIALS SUPPLIED
a) CEMENT
i) Specific gravity = 3.05
ii) Avg. comp. strength 7 days = 46.5 more than 33.0 OK
28 days = 55.0 more than 43.0 OK
b) COARSE AGGREGATE
i) 20mm Graded
Type Crushed stone aggregate
DOS Commands
Submitted by ssvirdi on Mon, 23/03/2009 - 04:14.Windows XP DOS Commandline
- ssvirdi's blog
- Login or register to post comments
Question Databank
Submitted by hsrai on Sun, 22/03/2009 - 13:44.Read post http://gndec.ac.in/~hsrai/outReach/?q=node/64.
latex
Submitted by ssvirdi on Wed, 11/03/2009 - 01:51.(1).Save latex file with ".tex"
like test.tex
(2).Compile the file with following command
$ pdflatex test.tex
(3).pdf file is jenerated
************* Structure of Latex Document *************
\documentclass[10pt]{report}
\author{ssvirdi}
\date{10/03/09}
\begin{document}
Body
\end{document}
(1) At the very beginning
\documentclass[10pt]{report}
(a) Type of document class
{report, book, article}
Font Size
[10pt, 12pt, etc]
(b) Name of author
(c) Date
(2) Type body of document within
\begin{document}
\section{}
