Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Tags
Member Avatar for gidireich

I'm learning http, and trying to use telnet to send my own http requests. In the command prompt, I entered: telnet google.com 80 Result: The screen is cleared and I see a blinking cursor. 1. Why don't I see any indication that I'm connected? Now, trying to type an http …

Member Avatar for JorgeM
0
107
Member Avatar for gidireich

We have a product which is being slightly customized for each client. The exact customization is unpredictable - we assume that any point in the code can become needing change. However, we want to keep one code base, as 90+% of the code will be identical, so we don't have …

Member Avatar for gidireich
0
149
Member Avatar for gidireich

Many times I encounter a site, and would like to know - how did they do this? Moreover, I'm looking at a the work of someone else in my project, and want to understand what exactly did he do? What are the parts of the page? Which scripting manipulations are …

Member Avatar for pritaeas
0
57
Member Avatar for gidireich

Hi, I work on PHP code with NetBeans and Xdebug. I use Xdebug for step-by-step debugging and the like. I'm able to debug the flow of the default request, but not the flows generated by specific _get/_post or Ajax requests. Anybody has an idea how can this be done? When …

Member Avatar for gidireich
0
198
Member Avatar for gidireich

Hi all, I'm a C developer, familiar Java, C++, C# . I'm into PHP now. Trying to find a good material, I read several which served PHP in do-this-do-that manner. I'm looking for a good book about PHP as a programming language. I mean, for example, really explaining the typing …

Member Avatar for Ezzaral
0
53
Member Avatar for gidireich

Any ideas about a serious advantage of a heap over a balanced BST? I see that heap can be implemented in an array, and the code is simpler. Fine, that's something. Does anybody see any big advantage of heaps over balanced BSTs? (If we cache the maximum in a BST …

Member Avatar for griswolf
0
84
Member Avatar for gidireich

Hi all, I'm going to look for an IT job in Los Angeles. I'll need the employer to sponsor an H1B visa for me, as I live in Israel now. What will be the best way to do this? Employment agencies? General web? Other ways? Shortly, my profile - 1.5 …

Member Avatar for MindSter
0
172
Member Avatar for gidireich

Hi All, I have experience with c, and familiarity with c++ & java (took courses on them, never really used) I want to learn c# now. I know c# is similar to Java. Time passed since my Java studies, so I guess I'll get the concepts fairly quickly, but I …

Member Avatar for Zinderin
0
157
Member Avatar for gidireich

A very basic question: In the standard c++ structure, every .cpp file looks like this: MyClass::MyClass() ... MyClass::~MyClass() ... MyClass::function1(... MyClass::function2(... MyClass::function3(... It looks redundant to reiterate the "MyClass::" every time. I tried different ways to use namespaces for this, without success. It there any way to telll the compiler …

Member Avatar for Radical Edward
0
145
Member Avatar for gidireich

Hi all, Here [url]http://www.blackwasp.co.uk/VSRenameIdentifiers.aspx[/url] I read about a possibility to change identifiers automatically and consistently in VS. In my VS2008, I don't see the "refactor" menu item in any of the mentioned menus. Any ideas for what could be wrong? Any other ideas, how can I rename a class automatically …

Member Avatar for gidireich
0
203