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

6 Posted Topics

Member Avatar for threat

i have a .php webpage with the following basic structure [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>index</title> <style type="text/css"> .style1 { background-color: #4BACC6; } .style2 { background-color: #005AE7; } .style3 { text-align: center; color: #FFFFFF; font-family: Arial; } .style5 { …

Member Avatar for threat
0
200
Member Avatar for threat

first of all i'm a newbie to databases and particularly mysql. i downloaded and installled mysql community server and mysql gui tools. now i want to create a local database and access it through mysql gui tools. please, give me detailed guide for it.

Member Avatar for threat
0
120
Member Avatar for threat

i know that a website can be accessed through its name/url and also its unique ip/dns address. especially in a scenario of keyword blocking, a blocked website can be accessed through its ip address. is there such a way to represent a whole web link of, for example a file, …

Member Avatar for sknake
0
94
Member Avatar for threat

now i'm on a network where the administrator uses squid server to block by keyword, so a whole lot of websites and file extensions are blocked, now using a proxy is a simple solution, but it is a sacrifice on speed. i remember that i read somewhere about creating your …

0
89
Member Avatar for SallyJ

i have quickly read it and i think this is what you want [code=C++]#include <conio> #inlcude <iostream> void main() { char a[50]; int b,c,r,s,t,i=0,h,z; ///////////////////////////////////// a part cout<<"enter a name"; cin>>a; b=int(a[0]); cout<<"the ascii value of first letter of first name is" <<b; //////////////////////////////////// b part while(a[i]!=' ') //assuming that …

Member Avatar for threat
0
173
Member Avatar for threat

i'm trying to make this program which simulates a printing queue, a very basic level program that implements priority queues. i'm stuck in the last function, i.e. the simulate function, there's that while(temp!=NULL){...} loop in simulate function which works perfect the first time but turns into an infinite loop the …

Member Avatar for nexocentric
0
167

The End.