Omgili - forum search, search forums  
  

Discussions about surprising

Displaying 1 - 10 out of 885,325 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
I've decided to get more acquainted with my favorite programming language, but only reading the standard is boring. What are the most surprising, counter-intuitive, or just plain weird elements of C++? What has shocked you enough that you ran to your ...
Started by on , 8 posts by 7 people.  
I found it somewhat surprising that class aclass.
Usually is, I found it somewhat surprising that the standard actually allows you to delete null, ['u']=1}; Most of these are true for C++ also.
What are the most strange/sophisticated/surprising/deeply hidden software vulnerabilities or exploits you have ever seen? Places in code where you thought that there is no danger hidden, but were wrong? [To clarify: Everybody knows SQL injections, XSS...
Started by on , 30 posts by 28 people.  
EDIT: Just boot attacks are perhaps more a hardware....
No wow factor here, just something else to be aware of .
But one of the most surprising exploits I recently heard about was putting SQL injections into bar in general was surprising to me.
Hi, I've recently wrote a C# console time tabling algorithm that is based on a combination of a genetic algorithm with a few brute force routines thrown in. The initial results were promising but I figured I could improve the performance by splitting ...
Started by on , 5 posts by 5 people.  
Could it be something silly like very slow console writes? It sounds like you're changing between an x86 and x64 platform too, but you don't say how your .NET app is compiled - is it running as 32- or... .
You need to find out where it's spending its time .
Ask your Facebook Friends
I'm trying to figure out how to correctly use Java's Executors. I realize submitting tasks to an ExecutorService has its own overhead. However, I'm surprised to see it is as high as it is. My program needs to process huge amount of data (stock market ...
Started by on , 5 posts by 5 people.  
A multiplication on a CPU with FPP....
The job is too simple that the pooling overhead can't be justified .
This is not a fair test for the thread pool for following reasons, You are not taking advantage of the pooling at all because you only have 1 thread .
How surprising, Newt's "money man" in trouble... http://news.yahoo.com/bribes-chinese...-abc-news.html
Started by on , 15 posts by 6 people.  
Goldman Saks surprising, Newt's "money man"....
Token!? LMAO! Re: How surprising, Newt's "money man" in trouble...
Shoot em down! Hey, what ever happened to er what's his face... .
Re: How surprising, Newt's "money man" in trouble...
I am working on JUnitMax, a project to increase the utility of automated tests. I'm looking for novel, unexpected ways tests prove valuable. For example, I use tests in responding to defects--one at the system level that fails, reproducing the defect ...
Started by on , 13 posts by 13 people.  
So I've extended JUnit with a compareOutput() method which: Folds CR, CR/LF, LF -> LF Strips trailing whitespace Figures... .
I usually run my JSPs and other code which generates HTML in unit tests and I compare the results against "known good" HTML files .
I'm trying to figure out the behavior of the library function groupBy (from Data.List), which purports to group elements of a list by an "equality test" function passed in as the first argument. The type signature suggests that the equality test just ...
Started by on , 4 posts by 4 people.  
Have a look at the ghc implementation of groupBy : groupBy :: (a -> a -> Bool) -> [a] -> [[a]] groupBy _ [] = [] groupBy eq (x:xs) = (x:ys) : groupBy eq zs where (ys,zs) = span (eq x) xs Now compare these two outputs: Prelude List> groupBy... .
I’ve just found out that the execution plan performance between the following two select statements are massively different: select * from your_large_table where LEFT(some_string_field, 4) = '2505' select * from your_large_table where some_string_field...
Started by on , 7 posts by 7 people.  
If you use a function on a column with an index then... .
On the other hand, like is a built in language feature which is highly optimized .
There's a huge impact on using function calls in where clauses as SQL Server must calculate the result for each row .
I am using this unit in a Delphi 2010 application to tell me what Active Directory Groups a user is a member of. I created a brand-new test vcl forms application, added the unit from that link, and made a little form with an edit box for the username,...
Started by on , 5 posts by 5 people.  
When the program ends your btnShowGroupsClick method, the ListBox tries to use this pointer, ... .
When you do listBoxADGroups.Items := slGroups; you are replacing listBoxADGroups.Items by a pointer to slGroups, a couple of lines below, you are freeing it .
I'm using the following code in Python 2.5.1 to generate a UTC timestamp from a string representation of a date: time.mktime(time.strptime("2009-06-16", "%Y-%m-%d")) The general result is: 1245103200 (16.6.2009 0:00 UTC or 15.6.09 22:00:00, if you're ...
Started by on , 3 posts by 3 people.  
What version of Python are you running? There are two bug descriptions here which sound a lot like what you are experiencing: http://bugs.python.org/issue5582 http://mercurial.selenic.com/bts/issue1364 Found the answer myself: When executing the following... .
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • The Political Corner - Yellow Bullet
Related Searches
Surprises    OT - Surprise    Ethanol Pollution Surprise    Re I'm surprised    www nudist surprise pictures    creampie surprise freeones    PornBB board creampie surprise    surprise 24th birthday ideas for my girlfriend    mtv vma 2008 big surprise    vmas 2008 surprise performances   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost