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.

0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for noktasizvirgul

I initialize the selenium like [CODE]public void setUp() throws Exception { setUp("http://localhost/", "*firefox"); } [/CODE] and I write my test in the method like [CODE]public void testUntitled() throws Exception { boo(); foo(); }[/CODE] But it gives error like [CODE]java.lang.RuntimeException: Could not start Selenium session: Failed to start new browser session: …

Member Avatar for Grace Gao
0
865
Member Avatar for noktasizvirgul

Today I found 2 distinct program which can takes .exe's and gives sorce code exactly, same method names, same class names, same variables also. I am trying to find a solution which can stop this decompilers. I found solutions but they just make the decompiling job harder. I need to …

Member Avatar for ghimangi
0
134
Member Avatar for noktasizvirgul

Hello all, I start working with Selenium Web Testing 5 day ago, and I cannot figure out how to test Javascripts and AJAX-driven menus. I read almost every sentence in documentation, it explains well but I cannot understan without an example. For example I tried to find an example testing …

Member Avatar for vesnushka
0
92
Member Avatar for noktasizvirgul

Hello All, I need to make parallel processing with Java. I know there are threads but i need to examine a distributed-like system. I will implement the MST algorithim and with a distributed syncronizer I will merge those sepereted nodes with rounds to find best and minimum spanning tree. This …

Member Avatar for noktasizvirgul
0
573
Member Avatar for noktasizvirgul

Hi everyone, In my internship, I need to prepare a telephone directory with LDAP and a simple program which uses that with C language. I am using Ubuntu machine and I guess I manage to install LDAP without any configuration. 3 days past and I have nothing done. Is there …

0
93
Member Avatar for noktasizvirgul

As my homework I need to discuss contemporary issues in the design of programming languages, but I do not know what are these contemporary issues really. I neeed help to find these contemporary issues. Can anybody help me?

Member Avatar for Salem
0
171
Member Avatar for noktasizvirgul

Hi All, I need to convert a Assembly Code to high level languages such as C/C++, C#, .Net vs vs. I found a [URL="http://www.microapl.co.uk/asm2c/index.html"]website [/URL]that converts it but with very very high price. I am looking for a simple program which tries to convert assembly to high level language. I …

Member Avatar for Olof Forshell
0
1K
Member Avatar for noktasizvirgul

I heard something which firstly .NET converts all codes to MSIL language and then create .exe. If that is true, I wonder that does .NET convert C++ codes to MSIL language. Also can anybody explain me the differance between Visual C++ and Visual C++.NET? Thanks

Member Avatar for Ancient Dragon
0
137
Member Avatar for noktasizvirgul

Dear all, I need to find the max width of Binary Search Tree. It means the biggest number of nodes in a level among all levels. [URL=http://www.imgloadtr.com/#aca41035095c6695489f975721df328a.jpg][IMG]http://www.imgloadtr.com/pics/aca41035095c6695489f975721df328a.jpg[/IMG][/URL] In the figure the maximum width is 4, since level 3 has the biggest number of nodes, which is 4. I will be …

Member Avatar for Narue
0
178