Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #4K
~84.8K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

41 Posted Topics

Member Avatar for vegaseat
Member Avatar for ~s.o.s~

[B]Text Books[/B] 1. [URL="http://www.soe.ucsc.edu/~pohl/cbd4.html"]C by Dissection[/URL], AI Kelley, Ira Pohl, 4th Edition, Pearson Education, 2001, ISBN:0-201-71374-8 2. [URL="http://people.cs.vt.edu/~shaffer/Book/"]A Practical Introduction to Data Structures and Algorithm Analysis[/URL], Clifford A. Shaffer, 2nd Edition, Pearson Education, 2001, ISBN: 0-13-028446-7 3. [URL="http://www.cc2e.com/Default.aspx"]Code Complete[/URL], Second Edition, [URL="http://www.amazon.com/exec/obidos/search-handle-url/002-4865552-2908819?%5Fencoding=UTF8&search-type=ss&index=books&field-author=Steve%20McConnell"]Steve McConnell[/URL] , 2004, Microsoft Press, ISBN: 0735619670

Member Avatar for mack1
29
5K
Member Avatar for emil_ham
Member Avatar for luckydude

Thanks from your sharings here. I am also new in C# and i use all your informations. Thanks all

Member Avatar for geric823
0
945
Member Avatar for revathis

I offer Xampp. [url]http://www.apachefriends.org/en/xampp.html[/url] I am using. No need to configure anything. Just install the program.

Member Avatar for riya...
0
205
Member Avatar for snetts
Member Avatar for daabomb2002

I am not sure but i think there are some Code encrypting programs. If you can find one, i am sure you will do what you want.

Member Avatar for Arkinder
1
415
Member Avatar for jamshid

Hi dear friends: I am going to post some nice Pascal examples here , i hope it will be useful to you all. I hope you will also post here your good programes : lets start : 1) [code] program operators; uses crt; begin clrscr; writeln(17 div 3); readln; writeln(7 …

Member Avatar for csharpisatechno
0
25K
Member Avatar for Member #46692
Member Avatar for hema_1
0
303
Member Avatar for jamshid

Hi All Do you know what is this algorithm is? Can i find some code examples written in this algorithm? Thanks

Member Avatar for Rashakil Fol
0
112
Member Avatar for jamshid

Hi Everyone; I have a Statistic project. There i must calculate random samples, samples mean values, Construct Histograms, Construct confidence intervals for each sample mean etc.. I want to ask you that which programming language is suitable for this project to be coded. C, C#, C++ or any else programming …

Member Avatar for jamshid
0
130
Member Avatar for theoabhishek
Re: MCSE

let me ask here. How to prepare for CCNA. Could you give informations about the exams and Certificates?

Member Avatar for coolraj003
0
156
Member Avatar for DarknessX
Member Avatar for naiad08

You can just google them and you can find really nice results. So try ..

Member Avatar for jamshid
0
168
Member Avatar for Jicky
Member Avatar for ryu12341

Visit This Thread : [url]http://www.daniweb.com/forums/thread10652.html[/url]

Member Avatar for Duoas
0
254
Member Avatar for Dabdob

You can use smf : [url]www.simplemachines.org[/url] Free to use :)

Member Avatar for Dabdob
0
135
Member Avatar for AlPhA

Could anyone give me some sources about ASP and PHP?? E-Books, Code Archives, Examples ( No amazon Books)..

Member Avatar for schizoman
0
519
Member Avatar for woocha

Have a Book and try to understand the examples, then work for a project in PHP, for example a website etc..

Member Avatar for martin5211
0
291
Member Avatar for cargdrac

You can see here for Help : [url]http://httpd.apache.org/docs/1.3/install.html[/url] [url]http://www.webmasterstop.com/48.html[/url] Be sure that you do all these steps and controls currectly.

Member Avatar for Berhe
0
132
Member Avatar for engrr.faruk

[QUOTE=iamthwee;412843]What is hijri format?[/QUOTE] About Hijri Format : [url]http://www.rabiah.com/convert/[/url] and this : [url]http://en.wikipedia.org/wiki/Islamic_calendar[/url]

Member Avatar for MitkOK
0
178
Member Avatar for Firestone

Also[URL="http://w3schools.com/php/php_looping.asp"] this [/URL] More Simple.

Member Avatar for jamshid
0
86
Member Avatar for marjan_m

You can see for a list here : [url]http://www.hotscripts.com/PHP/Scripts_and_Programs/Image_Galleries/[/url]

Member Avatar for jamshid
0
104
Member Avatar for jamshid

hi DW Shell Script Kings :) i have some problem in a step of my assignment. thats i can read the file with this : [CODE] #Read all text from file echo -n "Enter file name: " read fileName while read inputline do echo $inputline done < $fileName [/CODE] how …

Member Avatar for jamshid
0
95
Member Avatar for jamshid

I have a problem ; that i can't compile and Run my C files in Ubuntu , so how can i do this??

Member Avatar for jamshid
0
236
Member Avatar for lasher511
Member Avatar for TheNNS
0
197
Member Avatar for jamshid

Hi; I need a free 3.6.x vBulletin style,, dark styles are preferred.. THanks for helping..

Member Avatar for hi-hacker
0
72
Member Avatar for Yuki H.

[QUOTE=Yuki H.;179559]I was wondering- is xml sort of considered like a stylesheet? (example: css) or is it more considered something like html? where you make tables and such.[/QUOTE] XML is not a replacement for HTML. XML and HTML were designed with different goals: XML was designed to describe data and …

Member Avatar for meaculpa
0
366
Member Avatar for mercury049
Member Avatar for 'Stein
1
382
Member Avatar for DukeNukem

I suggest you Dreamweaver. its so nice for all but if you anyone is starting to HTML for the first time so Please Use NotePad or any other softwares like that because in Dreamweaver you will so Lazy :D

Member Avatar for roryt
0
178
Member Avatar for crestaldin

Actually i dont recommend everyone to have book,,, the best source for learning xml is this (i am using myself) : [url]http://www.w3schools.com/xml/xml_whatis.asp[/url]

Member Avatar for Member #114696
0
206
Member Avatar for ayk-retail
Member Avatar for Lord Soth
0
276
Member Avatar for jamshid

We have Homework , so i need your help , so please help me: Write a program which calculates course(lessons) grades of students according to given midterm and final exam. There are 4 different courses: 1 D1 (3 Credits) 2 D2 (4 Credits) 3 D3 (3 Credits) 4 D4 (5 …

0
92
Member Avatar for jamshid

I start Python Programming Language in these days, when i was trying to understand them i come across to these problems so i will be so happy if you help me in : 1) [code] >>> # Integer division returns the floor: ... 7/3 2 >>> 7/-3 -3 [/code] I …

Member Avatar for jamshid
0
166
Member Avatar for jamshid

Hi Everyone here ; I am starting C and wanna you start C lessons here , so we (we new starters) can learn good and can discuss about some important points here.. It will so Nice and i hope our friends whom they know better this language start lessons here.

Member Avatar for ~s.o.s~
0
258
Member Avatar for jamshid

I know PASCAL programming language; Know i can't decide to learn which programming language.... I don't know if i start C or C++ or C#... or others.. [B]I hope you will guide me in this way[/B], so thanks for replying and guiding me.

Member Avatar for jamshid
0
181
Member Avatar for jamshid

Hi friends, i am really happy for being here. I am from far away, i hope you will not forget that country with all these disasters.. I am from Afghanistan. Thanks all for sharing so valuable things , i hope i can use all these. THanks Daniweb! lolzz

Member Avatar for jamshid
0
58
Member Avatar for saman
Member Avatar for alc6379
0
140
Member Avatar for ndw2004

[B]All good information thanks alot , i want also give a site for friends: [url]www.hotscripts.com[/url] , super!!![/B]

Member Avatar for jamshid
0
215
Member Avatar for jamshid
Member Avatar for jamshid
0
174
Member Avatar for jamshid

Friends i am a new member in this page i hope that we can have a good conversation in here

Member Avatar for mastermind_SEO
0
58

The End.