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

9 Posted Topics

Member Avatar for scrappy57

Hello there, Can any one please help me in obtaining html erro codes like 401, 505 etc Thanks

Member Avatar for JorgeM
0
134
Member Avatar for jennyb

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 …

Member Avatar for stultuske
0
120
Member Avatar for kylelendo

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 …

Member Avatar for D.M.
0
108
Member Avatar for kylelendo

[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

Member Avatar for scrappy57
0
163
Member Avatar for scrappy57

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', …

Member Avatar for Narue
0
74
Member Avatar for musturd

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

Member Avatar for musturd
0
1K
Member Avatar for scrappy57

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

Member Avatar for Adak
0
91
Member Avatar for scrappy57

hai friends can anyone give me an example of a program to hash using crypt(3) thanks linux learner.

Member Avatar for jephthah
0
404
Member Avatar for scrappy57

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

Member Avatar for jephthah
0
81

The End.