Najmniej popularne cytaty


#7780 Dodano: 22-03-2015 22:02. Głosów: 50
What non malicious uses are there for ping's flood (-f) option?

You can watch the dots from across the room while wiggling the cables to find the faulty connection.

http://askubuntu.com/questions/592390/what-non-malicious-uses-are-there-for-pings-flood-f-option
#7855 Dodano: 01-08-2015 18:19. Głosów: 50
<Rev> Przeglądam wczoraj poprawki w STL w Visual Studio. Jedna z nich:
* rename("test.txt", "test.txt") is required to be a no-op, but we were deleting the file
#6348 Dodano: 29-10-2012 23:47. Głosów: 50
I almost always leave with the impression that the designers did the “right thing.” I suppose this is in contrast to Java, which does the pedantic thing, Perl, which does the kludgy thing, Ruby, which has two independent implementations of the wrong thing, and C, which doesn't do anything.

quote from evanmiller.org, erlang programmer's homepage
#7167 Dodano: 13-12-2013 21:52. Głosów: 50
However, when I type this code:

if(sectionID == currentSectionID)

into my editor and run static analysis, I get: "JAVA0078 Floating point values compared with =="


//indeksowanie floatem...
//http://stackoverflow.com/questions/1088216/whats-wrong-with-using-to-compare-floats-in-java
#6720 Dodano: 17-03-2013 16:10. Głosów: 51
orson@deepblue:~$ man jpnevulator
(...)
-j, --fuck-up
This is the special fuck up option. When the calculation of a
checksum is choosen (see checksum and crc* options) the checkum
will be crippled on purpose. Carefully named after the special
Jan Arie de Bruin 'fuck up crc' button.
#6923 Dodano: 02-07-2013 13:01. Głosów: 52
Meanwhile in Java...
ReevaluateProvidersAfterTaskLanguageSpecializationChangeEventConsumer

Kumpel: a mozna bylo uzyc skrotu RPATLSCEC
#4884 Dodano: 29-04-2011 22:34. Głosów: 53
ze strony jmonkeyengine.org:
"If you are a psychic Java guru with the ability to masterfully comprehend brand new APIs without any documentation what so ever, then you won’t have to read our wiki."
#6966 Dodano: 10-08-2013 14:58. Głosów: 53
And why the hell was this marked for stable even *IF* it hadn't been
complete and utter tripe? It even has a comment in the commit message
about how this probably doesn't matter. So it's doubly crap: it's
*wrong*, and it didn't actually fix anything to begin with.

There aren't enough swear-words in the English language, so now I'll
have to call you perkeleen vittupää just to express my disgust and
frustration with this crap.

Linus
#649 Dodano: 29-05-2009 06:34. Głosów: 53
man tcpdump - this option is intended to get around serious brain damage in Suns NIS server — usually it hangs forever translating non-local internet numbers
#183 Dodano: 19-05-2009 20:26. Głosów: 53
Przychodzi kąt do lekarza, a lekarz mówi: Kto pana tak skierował?
#7608 Dodano: 19-11-2014 21:49. Głosów: 53
Authorities in India are investigating how Hanuman, the monkey god, has been issued a biometric identity card. - BBC News
#5321 Dodano: 19-09-2011 14:32. Głosów: 53
Komentarz w corze Drupala

// This is a lousy test, but don't know how else to confirm it is a theme.
#5074 Dodano: 28-06-2011 03:06. Głosów: 53
"Most languages are detected by their file extension. This is the fastest and most common situation. For script files, which are usually extensionless, we do "deep content inspection"™ and check the shebang of the file."
(https://github.com/github/linguist)
#7388 Dodano: 08-04-2014 17:40. Głosów: 53
This is the simplest way to create a DACL.
Use ConvertStringSecurityDescriptorToSecurityDescriptor,
Function takes a string in a format called SDDL specifying the ACL.
Writing SCs will be achivabe by creating DACL's with SDDL.

Very simple code will illustrate this tool:

SECURITY_ATTRIBUTES security;
ZeroMemory(&security, sizeof(security));

security.nLength = sizeof(security);
ConvertStringSecurityDescriptorToSecurityDescriptor(
L"D:P(A;OICI;GA;;;SY)(A;OICI;GA;;;BA)(A;OICI;GR;;;IU)",
SDDL_REVISION_1,
&security.lpSecurityDescriptor,
NULL);

As You see, SDDL string contains human readable form of ACLs
which are rather obvious and doesn't need to explain.
Fabulous and easy form to operate on ACL...
#7942 Dodano: 16-11-2016 11:57. Głosów: 54
- I'm trying to understand the difference, and benefits of using System.out.println() vs. return blah in a method.
- You're comparing potatoes with solar beams, and you're getting purple unicorns flying around stonehenge waiting for a meteor bringing back dinosaurs.

http://stackoverflow.com/questions/25456472/differences-between-system-out-printlin-and-return-in-java