- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
9 Posted Topics
Hello there, Can any one please help me in obtaining html erro codes like 401, 505 etc Thanks
if (question posted == assignment) { if( effort == 0 ) { S.O.P("U r not in the rite place"); } else { S.o.p("Explain your effort and which part in your code your are struggling with "); } } else { S.o.p("Explain your effort and which part in your code your …
Hi mate choosing ur data type is mostly depends on the value or data that the variable holds. every data type got certain range for it if the value of the variable exceeds the range it returns some garbage. [QUOTE=kylelendo;1647163]Hii my question is how do we decide when to use …
[CODE]#include<stdio.h> void main(){ int num, sum, temp1, temp2, i; for(num=10;num<100;num++) { temp1 = num/10; temp2 = num%10; if( num == 3 * (temp1 + temp2)) { printf("hurry !!! found it %d \n", num); } } return 0; }[/CODE] try this mate :P
hi With the help of below program i try to print out different combinations of characters but when i compiled it i got some problem with it can anyone please help me with the errors in logic with the program [CODE]#include <stdio.h> #include <stdlib.h> char CharList[] = { 'a', 'b', …
hi mate, I don't relay have any idea about python i,m trying to implement same process using c language so can you please help me with the explanation of this code and logic of it so that i can workout in c. cheers
hello friends can anyone please help me with a C version of a brute force cracker in which i can compare with a selected string and identify for a match.. the c version is in the link bellow [url]http://www.daniweb.com/forums/thread121991.html[/url] cheers
hai friends can anyone give me an example of a program to hash using crypt(3) thanks linux learner.
Hi friends, can any one let me know what hash algorithm is used by linux system for its shadow passwords. I'm totally confused some say MD5 and some SHA-512 which one is true and can give the source for answer if got them. Thanks linux learner
The End.
scrappy57