Najmniej popularne cytaty


#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
#665 Dodano: 30-05-2009 11:31. Głosów: 8
Założenie: Jeżeli to, co robię, ma sens...
#684 Dodano: 31-05-2009 18:15. Głosów: 8
foreach (int vert in vertices[vertex])
{
//celowo nie sprawdzam czy vertices[vert] != null
//jesli jest, to niech sie rozwali, zeby wszyscy widzieli!
vertices[vert].Remove(vertex);
}
#7395 Dodano: 18-04-2014 11:36. Głosów: 8
Sigmunt Freud walks into the bar. Bartender asks what he'd like to drink: Ich trinke nicht, Ich suche fur die alkoholische Traumen. Jung walks next into the bar, the bartender asks what he wants to drink, but Jung answers: I'm not drinking, I'm looking here for drinkers collective unconsciousness. Few minutes later Lacan enters the bar, looks down on Freud and Jung and asks: boys, are you still looking for your padrè?
#3569 Dodano: 02-06-2010 22:41. Głosów: 8
Prawdziwy programista nie sprząta pokoju, on go refaktoryzuje.
#2577 Dodano: 04-12-2009 19:11. Głosów: 9
Sometimes, BIOSes come with very conservative settings. For example, avoiding showing a yellow bang symbol in the hardware manager of certain operating systems.
lesswatts.org, Intel tips.
#7242 Dodano: 12-01-2014 17:59. Głosów: 9
# Session object must exist for security
use Session;
$$params{'Session'} = Session->GetAnonSession();
#7812 Dodano: 09-05-2015 07:22. Głosów: 10
public abstract String defaultValue
The default value to use as a fallback when the request parameter value is not provided or empty. Supplying a default value implicitly sets required() to false.
Default:
"\n\t\t\n\t\t\n\ue000\ue001\ue002\n\t\t\t\t\n"

http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/bind/annotation/RequestParam.html
#7053 Dodano: 15-10-2013 09:19. Głosów: 10
72c78e8 2012-01-05 Michel Ludwig Make it compile without viewer interface again
82ab009 2012-01-06 Michel Ludwig Now really make it compile without viewer interface
#3865 Dodano: 10-09-2010 16:23. Głosów: 11
shark> Nie przeszkadzaj, won do sandboxa!
#326 Dodano: 20-05-2009 18:54. Głosów: 11
Baza wirusów została zaatakowana!!!
#2566 Dodano: 03-12-2009 12:41. Głosów: 12
Lecą dwa wektory.
- Stary, gdzie my właściwie mamy bazę?
#207 Dodano: 20-05-2009 06:42. Głosów: 12
<Mienso> o kurwa
<Mienso> myslalem ze juz mi internet wylaczyli
<Mienso> bo linuksa sciagalem
<Mienso> kradlem*
<Fenek> zlodziej!
<Fenek> na stos
<fl__> stos.push(Mienso)
#6979 Dodano: 15-08-2013 12:45. Głosów: 13
I don't like the term significant other. It always makes me want to say, "I have no SO, my girl and I are statically linked".