Najpopularniejsze cytaty


#3569 Dodano: 02-06-2010 22:41. Głosów: 8
Prawdziwy programista nie sprząta pokoju, on go refaktoryzuje.
#587 Dodano: 26-05-2009 09:39. Głosów: 7
# <magic type="voodoo">

...

# </magic>
#6375 Dodano: 10-11-2012 13:36. Głosów: 7
<piotrek> Cegła waży dwa kilo i pół cegły. Ile waży cegła?
<lucyna> znam to
<piotrek> x = 2 + 0,5x
<piotrek> x=4
<piotrek> albo jest inny sposób rozwiązania tego równania
<lucyna> ?
<piotrek> x^2/2 = 2x + 1/2 * x^2/2
<piotrek> jak zcałkujesz obustronnie
<piotrek> i wtedy można normalnie z delty policzyć
<piotrek> jak człowiek

http://bash.org.pl/4844365/
#4342 Dodano: 25-12-2010 22:36. Głosów: 7
Printing. Ugh. Every programmer I know hates writing code to do printing. Stuff never seems to appear quite how it should - the transition from the screen to the page can often be a very messy one. Printing with the Win32 API is ugly - something more akin to black magic and dark incantations than actual computer code. The .NET framework made it a little bit better in WinForms, but it was still just a very thin wrapper around the Win32 api - and it was still in the world of GDI. But now we are in the land of WPF! The land of lollipops and hope and magical wonders! So everything should be awesome, right?

http://www.switchonthecode.com/tutorials/printing-in-wpf
#1148 Dodano: 10-07-2009 21:49. Głosów: 6
parafrazując Ivyiego Lee - jeśli prawda o naszym kodzie może nam zaszkodzić, to najwyższy czas zrobić refaktoring.
#975 Dodano: 17-06-2009 21:05. Głosów: 6
Profesor M.: W moim internecie nie ma informacji na temat tego egzaminu.
Studentka L. : To dziwne... W moim była.
Student S. : Pewnie masz zainstalowaną nowszą wersję.
#5939 Dodano: 17-04-2012 21:20. Głosów: 5
// Sleep for 0ms to allow the OS to process events etc.
s3eDeviceYield(0);

-----
http://www.madewithmarmalade.com/devnet/docs#/main/native/creatinganapplication/thehelloworldsourcefile.html
#4991 Dodano: 07-06-2011 21:09. Głosów: 5
Sprawa jest dość prosta: duża część exploitów umożliwiających local privilege escalation umieszcza shellcode w pamięci user-mode (tak zazwyczaj jest najwygodniej), a następnie exploitując daną podatność w kernelu/driverach wykonuje skok do owego shellcode’u.

Źródło: http://niebezpiecznik.pl/post/nowe-zabezpieczenie-supervisor-mode-execution-protection/
#4750 Dodano: 22-03-2011 23:53. Głosów: 5
http://download.oracle.com/javase/1.5.0/docs/api/overview-summary.html :
> org.omg.CORBA
> Provides the mapping of the OMG CORBA APIs to the JavaTM
> programming language, (...)
OMG COBRA!
#7072 Dodano: 26-10-2013 23:46. Głosów: 5
That mathematics is thought to be consistent justifies the use of Proof by Contradiction.

In addition, Proof by Contradiction can be used to infer the consistency of mathematics by the following simple proof:

The self-proof is a proof by contradiction.
Suppose to obtain a contradiction, that mathematics is inconsistent.
Then there is some proposition Φ such that ⊢ Φ and ⊢ ¬Φ.
Consequently, both Φ and ¬Φ are theorems that can be used in the proof to produce an immediate contradiction.
Therefore mathematics is consistent.

https://docs.google.com/file/d/0B79uetkQ_hCKbkFpbFJQVFhvdU0/edit?usp=sharing
#4881 Dodano: 29-04-2011 17:18. Głosów: 4
3 linia wsparcia: poprosimy o log o nazwie app_29042011.log znajdujacy się w katalogu: <tu ścieżka>

User: przeslanie nie jest mozliwe poniewaz calosc zajmuje ponad 100MB zostal zalaczony plik ktory mial podobna nazwe
UIStyles.dll

dll a log? podobną nazwę ?

#812 Dodano: 08-06-2009 17:38. Głosów: 4
gobject.GObject.chain
def chain(...)
... : additional parameters
Returns : a Python object

The chain() method does something.

(Z dokumentacji pygtk: <http://www.pygtk.org/docs/pygobject/class-gobject.html#method-gobject--chain>.)
#595 Dodano: 26-05-2009 11:55. Głosów: 4
rescue
# silently, we fail
# many validations fade
# like tear drops in rain
end
#5908 Dodano: 03-04-2012 14:27. Głosów: 3
// FIXME We return this initial value if // there's a problem (this is bad).
#791 Dodano: 07-06-2009 20:46. Głosów: 3
- GUI? what's that?
- grandmother user interface