Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
Member Avatar for Q8iEnG

Hi guys :) Is there a chance to disable these two things from my site? (View Source) and (Ctrl + C ) please, give me few minutes from your time and help, i'll be much more appreciated :) thanks in advance :)

Member Avatar for π™ΉπšŠπšœπš–πš’πš—πšŽοΌˆγƒ€γƒΌγƒͺン)
1
14K
Member Avatar for Q8iEnG

Hi guys.. I'm still going through C++, learning new stuffs. It is true that I have finished my C++ course two years ago. But, you all know C++ have too much things to learn! Anyway, I need help guys "kindly" how can I open a program/or any file using C++? …

Member Avatar for shayan_doust
0
734
Member Avatar for harshchandra

This program just demonstrate how a node can be added,deleted,searched,counted,and printed using Singly Linked List. An easy code to understand :)[code]////////////////////////////////////////////////////////////// ////////// -: Singly Link list :- ///////// //////////////////////////////////////////////////////////// /* reference : Understandng pointer though c - Y karnetkar. */ ////////////////////////////////////////////////////////// ////////// Programmer : Harsh chandra /////////// //////////////////////////////////////////////////////// # include<stdio.h> …

Member Avatar for hanumant113
1
800
Member Avatar for Q8iEnG

Dear fellas, I've been reading and trying to change to the new Twitter API for like three weeks now.. I gotta tell you, it is really confusing on how to use it.. I was running a website (search tweets using GeoLocation, Longitude and Latitude); I've been trying to fix it …

Member Avatar for cereal
0
192
Member Avatar for Q8iEnG

How can I get rid of this? I've been told it is a virus! When I enter Yahoo.com it redirects me to icslleida.cat; note that this only happens on Google Chrome, when I use Internet Explorer it works just fine. Any ideas?

Member Avatar for Q8iEnG
0
441
Member Avatar for canniemar

Hi can someone tell me how to create an sql statement in which I can include multiple conditions? e.g. I want to select all from a particular table in which I can enter different keywords that would produce different results such as all items by a particular brand e.g. microsoft …

Member Avatar for Q8iEnG
0
92
Member Avatar for el fahem

i'm at the begining of using vb6 , so i ask if some one send me a nice web site that contain training video vb6 and i want also a nice web site that teach vb code

Member Avatar for frnds2vivek
0
94
Member Avatar for Q8iEnG

Dear friends, I'm trying to "Write" Chrome-OS.img to a USB flash which is of size 4GB, Booting Chrome OS from a USB flash. I'm using "win32diskimager-binary" to do that. The problem is when I try to "Write" the image, this error message appears: (Writing to a physical device can corrupt …

Member Avatar for Q8iEnG
0
764
Member Avatar for Q8iEnG

Dear all :) Kindly, check this link on google chrome: [url]http://www.q8ieng.com[/url] See the pagination it is after the images! How can I fix it? If you open the website in IE 9 it will show you the correct pagination place! I wonder.. how to solve that! Thanks :)

Member Avatar for Q8iEnG
0
203
Member Avatar for Q8iEnG

Dear all, I'm learning now about Android app development. I feel really good at it, thanks to thenewboston tutorials over youtube. I got a question, How do I change a pdf file to an app? I looked all over the internet and all what I got is several websites with …

Member Avatar for Q8iEnG
0
134
Member Avatar for Q8iEnG

Dear all, I got a problem with the header in a website that I was working on, now it is nearly published but after I had tested it over several browsers I got a problem with firefox. Check out the header how does it look like: [url]http://www.birthkuwait.com[/url] I'm using Blogger. …

Member Avatar for Q8iEnG
0
238
Member Avatar for Q8iEnG

Dear all, I've been working on this template for a an non-profit society. Everything seems fine with me I edited like tons of the code, sadly, one thing annoyed me a lot and couldn't be able to solve it yet. The problem is in the top menu, when you hover …

Member Avatar for Q8iEnG
0
237
Member Avatar for Q8iEnG

Dear all, I'm looking for solutions. I'm using Dreamweaver, I made a website HTML + CSS. As an Example if I want to put Yahoo: [URL=http://img684.imageshack.us/i/onejf.jpg/][IMG]http://img684.imageshack.us/img684/4954/onejf.jpg[/IMG][/URL] Inside this Area the Black box: [URL=http://img805.imageshack.us/i/twow.jpg/][IMG]http://img805.imageshack.us/img805/8284/twow.jpg[/IMG][/URL] Without using iFrames. What do you recommend? Thanks.

Member Avatar for Q8iEnG
0
108
Member Avatar for Q8iEnG

Dear friends.. I'm working on a project, which is simplified in making a program in Java for mobile phones that sends GPS coordinates as SMS.. Is there any open API for that? I'm using "Pulsar from Eclipse" with "Nokia SDK". It doesn't matter what kind of phone it'll work on, …

Member Avatar for peter_budo
0
167
Member Avatar for Q8iEnG

Hi mates :) recently I did this code: [CODE]#include <iostream> #include <windows.h> #include <string> using namespace std; int main() { int check = 1; string dir; string dir2; string name; cout << "Which directory is the file located?\n"; getline(cin, dir); cout << "\nWhere you wanna move it to which directory?\n"; …

Member Avatar for WaltP
0
147
Member Avatar for react05
Member Avatar for vegaseat

Convert a decimal (denary) integer to a binary string. An exercise in do ... while and while loops.

Member Avatar for arun26
2
2K
Member Avatar for CassieJ

I'm hoping someone can point me in the right direction, I'm looking for games that I can add to my website - free games. I just want kids games, as this is for a Kidz Zone on a site. I'm just not sure where to attain games and so forth. …

Member Avatar for mudassirjaved
0
79
Member Avatar for Q8iEnG

Hi.. Is there any ready-made code for "Binary Search Tree" for Strings? if not, how to use Binary Search Tree with Strings? Thanks.

Member Avatar for Q8iEnG
0
116
Member Avatar for Q8iEnG

Hi mates.. I'm trying to find a way in how to inputing or outputting from a file in Java. For my bad luck when I finished my Java course, our professor didn't talked about this thing. I searched in the internet, and found a way in inputing from a file …

Member Avatar for Q8iEnG
0
191
Member Avatar for Q8iEnG

Hi mates.. My professor asked to do research on the internet for this "ARM, Advanced RISC Machine" writing about its Addressing modes, Class type, instruction set, operands size...etc. Can anyone help me please to get the right site that will provide me with all information needed? Thanks

Member Avatar for hawash
0
175
Member Avatar for Q8iEnG

Hi mates.. I would like to ask you small question and I do really appreciate if you helped me out. I want to make a VERY SIMPLE "Poll" using Javascript here's my code, below it I'll tell you what I'm stuck at: [CODE]<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> …

Member Avatar for Airshow
0
331
Member Avatar for GooeyG

I'm just having a hard time understanding the syntax of C++. The book(How to program C++ (fifth edition), by Deitel & Deitel) that my school recommended is impossible for me to understand of what is going on. Can anyone offer any advice or suggestion in making the learning curve of …

Member Avatar for Q8iEnG
0
133
Member Avatar for Q8iEnG

Hi mates.. I have a small question.. I have now 3 different classes, sounds ok? this is the 1st class, called "Wire" [CODE]public class Wire { private boolean Value; public boolean isValue() { return Value; } public void setValue(boolean value) { Value = value; } }[/CODE] This is the 2nd …

Member Avatar for BestJewSinceJC
0
148
Member Avatar for Q8iEnG

I did this video today, showing how to add "Re-generating Image Captcha" To your Scripts to avoid SPAMS! :) Metacafe Link.. [url]http://www.metacafe.com/watch/2723025/how_to_add_captcha_to_your_scripts/[/url] Youtube Link.. [url]http://www.youtube.com/watch?v=WLbxx64FbX0[/url] Enjoy.. ;) Rights to.. [url snipped]

0
74
Member Avatar for Q8iEnG

Hi mates :) how are you? I hope everything is all-right.. ;) I have a small question, it is my HW to be honest here is the question: "Write a method that calculates the following equation: f(x) = 1 if x = 0,1 √ f(x-1) + √ f(x-2) if x …

Member Avatar for Q8iEnG
0
106
Member Avatar for Q8iEnG

Hi guys.. I don't know if this is the right forum for my question, but.. I have a question from 13 questions I solved them all, and I just got stuck on this one "4. Consider the following advances. Decide whether each of them attack the essence or the accidental …

Member Avatar for Q8iEnG
0
168
Member Avatar for Q8iEnG

Hi guys :) I have small question of course I don't want to ask for solving my homework, no i'll work on it on my own. I just need some tips :) please. I want to make a program that calculate these function: F1 = 1; F2 = 2*lgn + …

Member Avatar for Q8iEnG
0
140
Member Avatar for Q8iEnG

Hi guys :), long time ^^ I have a question, I hope to get the answer :) "what is the name of all c++ exception handlers?" thanks in advance :)

Member Avatar for Q8iEnG
0
94
Member Avatar for Q8iEnG

Hi guys.. :) I'm still on my way on learning and seeing examples of JavaScript Codes Today I saw this code (which depends on external file called *banner.js*) [CODE] <!-- Paste this code into an external JavaScript file named: banner.js.js --> /* This script and many more are available free …

Member Avatar for Q8iEnG
0
178