Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
21% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
5
Posts with Downvotes
4
Downvoting Members
3
0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for strongard63

I have a large piece of code : string num_to_text[] = { "", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen", "seventeen", "eighteen", "nineteen" }; string tens_to_text[] = { "", "", "twenty", "thirty", "forty", "fifty", "sixty", "seventy", "eighty", "ninety" }; string power_to_text[] …

Member Avatar for m.shajeeh
0
180
Member Avatar for strongard63

ok I have a question . Unfortunately , even in Google , I could not find the answer to my question. my question is : how to install a software or a program using **SETUP-X86.EXE** ???

Member Avatar for strongard63
0
72
Member Avatar for strongard63

in a site http://www.example.com/ there are files one of them is called images that contain images when I try to access http://www.example.com/images/ , although the address is 100% true , I get a white blank empty page why??? and how to get the content of http://www.example.com/images/

Member Avatar for strongard63
0
150
Member Avatar for strongard63

pritaeas wrote:""Do not ask for help to pursue any illegal activity including, but not limited to, hacking and spamming" it sucks when someone do not read very well and understand the meaning of the message strongard63 wrote :"this is only for educational purpose." who the hell told you I will …

Member Avatar for pritaeas
0
413
Member Avatar for strongard63

this is only for educational purpose. how to gain admin privilege via session cookie if these techniques are useless cookie poisoning attack cookie injection attack session fixation attack cookie hijacking attack ????

Member Avatar for EvolutionFallen
0
141
Member Avatar for strongard63

I found , in the past , a website . In this the website page there are two links link1 link2 when I click on the first link (link1) a red sentence appears , in the web page , saying that the link is desactivated . then , when I …

Member Avatar for Nutan_1
0
99
Member Avatar for strongard63

this is an url example : http://search.yahoo.com/bin/search?p=computers (it is only an example for specification and clarification) in this url , the **method** used to submit data is **get** . After the question mark , there is one parameter . In this parameter , there is a variable called "p" and …

Member Avatar for Tpojka
-1
227
Member Avatar for strongard63

here is an example of **random** binary code : 000000000110000001100000000000000000000001000000 000100000000000001110000001001000010000001101001 000100000000000000101001011001010110010000100000 000000000000000001010100000000000110001000100001 001011000110000001010000001000000010100100000010 000000000000000000001001000000100111010000100001 010000000110000101000010000101000110000101000110 001000000010000000000100000000100001011100000101 the code above is only for clarity and specification my question is : how to **decode** a **random** binary code to plain text ??????? and what are , **generally** , the methods used …

Member Avatar for ddanbe
0
201
Member Avatar for strongard63

concerning john conway life of death , a grid ,in which there alive cells, form a pattern . This pattern is in the positioning 0 which is called generation 0 . a loop begins and the status of cells , in each generation , change so that the pattern change …

Member Avatar for strongard63
0
110
Member Avatar for strongard63

we all know that Caeasar Cipher accepts only alphabets from A-Z and its key is n<=26. Caesar Cipher does not accept numbers. last night , I found an exercise which said that this code a certain code is encoded using Caesar Cipher **BUT** this code is a **composed of numbers …

Member Avatar for ddanbe
0
196
Member Avatar for strongard63

as I posted a question concerning (explanation in c++) and I did not get my last request replied , I write this new post to be answered , for I want my doubt to be gone. now that until now my request about (explanation in c++) is not answered , …

Member Avatar for strongard63
0
210
Member Avatar for strongard63

I have a question concerning "donate": **MUST** I pay to get my questions answered?????

Member Avatar for strongard63
0
100
Member Avatar for strongard63

there is something that I can not understand in the following code: int main() { int count = 0; int x=125; while(x!=0) { count++; x=x/10; } } if x is 125 so x=x/10 gives 125=12,5 which is something odd and impossible. what is the meaning of x=x/10??? what is x=x/10????? …

Member Avatar for strongard63
0
2K