Najnowsze cytaty


#7536 Dodano: 01-08-2014 11:51. Głosów: 55
Log level definitions:
Debug: Shows everything and is likely not suitable for normal production operation due to the sheer size of logs generated
Info: Usually indicates successful service start/stop, versions and such non-error related data
Audit: (An OpenStack invented, level, still not sure what we should be doing with it)
Warning: Indicates that there might be a systemic issue; potential predictive failure notice
(...)

Source: https://wiki.openstack.org/wiki/LoggingStandards
#7528 Dodano: 01-08-2014 11:50. Głosów: 74
<anon> PHP supports one error control operator: the at sign (@).
<anon> This operator is affectionately known by veteran phpers as the "stfu operator".
#7527 Dodano: 29-07-2014 11:38. Głosów: 108



My favorite command is "ls -thor"

It summons the power of the gods (http://en.wikipedia.org/wiki/Thor) to list the most recently modified files in a conveniently readable format.
#7525 Dodano: 29-07-2014 11:38. Głosów: 93
$ man asctime
(...)
The members of the tm structure are:
(...)
tm_mday The day of the month, in the range 1 to 31.
tm_mon The number of months since January, in the range 0 to 11.
(...)
#7516 Dodano: 19-07-2014 10:46. Głosów: 131
ze strony "Register as Facebook Developer":
We need to verify your account to complete your rejestracja. Your Numer telefonu will be dodano do osi czasu, but won't be visible to your friends

i formularz również dwujęzykowy
#7515 Dodano: 15-07-2014 11:14. Głosów: 68
A Windows 7 deployment image was _accidently_ sent to all Windows machines, including laptops, desktops, and even servers. This image started with a repartition / reformat set of tasks. As soon as the accident was discovered, the SCCM server was powered off – however, by that time, the SCCM server itself had been repartitioned and reformatted.

Źródło: http://niebezpiecznik.pl/post/wpadka-uniwersytetu-lostfound/
#7512 Dodano: 15-07-2014 11:14. Głosów: 129
Normal people believe that if it ain't broke, don't fix it.
Engineers believe that if it ain't broke, it doesn't have enough features yet.

~ Scott Adams
#7501 Dodano: 12-07-2014 15:27. Głosów: 84
Podstawy programowania w języku Java:
2.2 Struktury dynamiczne
2.2.1 Stos
Często fachowo pieszczotliwie nazywany LIFO (Last In - First Out). Informa-
tycy żartują, że ta struktura danych została stworzona przez Jezusa (”Pierwsi
będą ostatnimi, a ostatni pierwszymi”).
#7500 Dodano: 09-07-2014 23:09. Głosów: 66
What does reload do?
Good question. Reload does everything, and probably no one exactly knows how much that is.

(https://gcc.gnu.org/wiki/reload)
#7495 Dodano: 02-07-2014 14:07. Głosów: 193
<Jussi> Właśnie usłyszałem najlepszy opis pisania aplikacji mobilnych w PhoneGapie
<Jussi> Wyobraź sobie, że ktoś każe ci wykopać rów
<Jussi> I do tego celu wręcza ci najbardziej wypasioną, najładniejszą
<Jussi> I najbardziej zaawansowaną funkcjonalnie na rynku parasolkę
#7484 Dodano: 01-07-2014 19:21. Głosów: 152
Javascript reserved keywords poem:

Let this long package float,
Goto private class if short.
While protected with debugger case,
Continue volatile interface.
Instanceof super synchronized throw,
Extends final export throws.

Try import double enum?
- False, boolean, abstract function,
Implements typeof transient break!
Void static, default do,
Switch int native new.
Else, delete null public var
In return for const, true, char
…Finally catch byte.

via http://stackoverflow.com/a/12114140
#7481 Dodano: 27-06-2014 21:11. Głosów: 205
Jake Weary
From Wikipedia, the free encyclopedia

Not to be confused with jQuery.
#7480 Dodano: 19-06-2014 14:53. Głosów: 154
<boxidea> Just the other day I was realizing how much Google knows about us. I can search for "broken pipe" and none of the results are about plumbing.
#7477 Dodano: 19-06-2014 14:53. Głosów: 28
You know a server sucks when it's estimated downtime has downtime
#7476 Dodano: 16-06-2014 21:13. Głosów: 127
Fix 260 character file name length limitation
3,002 votes; Steve Leigh; August 15, 2011

The 260 character limit on file paths really gets in the way of having a deeply-nested project hierarchy. It's only there as backwards compatibility with the old school APIs, and has no place in any sort of modern development environment.

We should be able to work with file paths of whatever size we want.

########################################

DECLINED; Visual Studio UV Site Admin
Visual Studio UV Site Admin (Admin, Microsoft) responded · October 03, 2013
Hello everyone and thank you for the feedback and for voting on this issue. We understand that this can be a frustrating issue, however, fixing it requires a large and complicated architectural change across different products and features including Visual Studio, TFS, MSBuild and the .NET Framework. Dedicating resources to this work item would come at the expense of many other features and innovation. Additionally, if we removed this limitation from our first party tools it will still likely exist elsewhere in Visual Studio’s ecosystem of extensions and tools. For these reasons, we are declining this suggestion and returning return everyone’s votes so they can be applied to other items. In the interest of delivering the most value to our customers we sometimes have to make very difficult cuts, and this is one of them.

Thank you,

Will Buik,
Visual Studio – Project and Build Team