Medvehagymás pogácsa

Hozzávalók: 40 dkg liszt, 1 csomag szárított élesztő (friss nem volt otthon), 2 tk só, 1 dl tejföl, 20 dkg margarin, egy tojás, sajt, két kisebb vagy egy nagyobb csokor medvehagyma :)

1. A lisztet, élesztőt, margarint és tejfölt és sót összegyúrom szép gombócra. 30 percre félreteszem hogy kipihenje magát.
2. A tésztát kinyújtom, és megszórom egy maréknyi felaprított medvehagymával. Ekkor a tésztát kettéhajtom, majd újra kinyújtom, és újra megszórom. Ezt addig csinálom míg el nem fogy a hagymám.
3. Ekkor 1 cm vastagon kinyújtom, kiszaggatom, bevagdalom a tetejét, megkenem a felvert tojással, megszórom sajttal és mehet a sütőbe 200 fokra. Addig maradnak míg meg nem pirulnak. és már ehetjük is. :)

Must try.

Posted via web from Zsoltika

Via: egy vállalati szerver ;-)

Posted via email from Zsoltika

Mindkettő majdnem ugyanazt csinálja:

       awk '/ [A-Z]+$/ {print substr($0,1,12) substr($0,147,3) }'

       ruby -n -e 'puts $_[0,12]+$_[146,3] if /[A-Z]{3}$/'

Vagyis kiírja az input sor egy részét, de csak ha a sor utolsó három karaktere (az awk esetében – ezért csak majdnem - csak az utolsó space után legalább egy karakter a sor végéig) nagybetűs. És akkor melyiket szeressem?

Az awk ennyit fut:

real    0m6.671s

user    0m3.845s

sys     0m0.547s

A ruby meg ennyit:

real    0m8.000s

user    0m6.165s

sys     0m0.634s

Persze ugyanarra a szép nagy fájlra.

A válasz egyszerű. Az awk szinte mindenhol van. Ez jó. Ruby csak ott, ahová direkt telepítettem. De az awk-ban csak akkor tudom pontosan megadni azt hogy három karaktert akarok pontosan ellenőrizni, ha gawk-t használok --re-interval kapcsolóval. Vagy ha így adom meg: / [A-Z][A-Z][A-Z]$/.

Szóval a ruby nekem erre a feladatra jobban tetszett.

Amúgy meg tök mindegy, csak kész legyen.




Ez az üzenet, s bármely melléklete bizalmas információkat tartalmazhat és kizárólag a címzettnek szól.
Amennyiben nem Ön ennek az üzenetnek a címzettje, kérjük azonnal értesítse a feladót, s az üzenetet törölje a rendszeréből.

This message and any attachment may be confidential and intended exclusively for the addressee.
If you are not the intended addressee please notify the sender immediately and delete this message and any attachment from your system.

OTP Bank Nyrt.
1051 Budapest, Nádor utca 16.
Cégjegyzékszám: Cg.: 01-10-041585; Fővárosi Bíróság Cégbírósága

Posted via email from Zsoltika

De ráért :-)

Posted via web from Zsoltika

Reblog: Gábor üvölteni kezd

- A tetves cigány úristen bassza meg!!! Kibaszott román kurva életbe tényleg! Egyszer eljátszottuk már ugyanezt annál a félhülye Királynál a zsidó geci mindenit neki. Fotóztatja magát mint valami buzeráns aztán felrakja az internetre. Eszem megáll bazmeg! Aztán jó hogy a zsidó index kirakja a sok féreg meg röhög teli pofával. Hát hülyék vagytok ti teljesen? Miért nem egyből a zsinagóga elé mentek a faszotokat lóbálni fényes nappal?

Kurva életbe, hányszor mondjam el, leszarom, hogy otthon ki mit csinál. Felőlem anyátokat is megbaszhatjátok az oltáriszentség előtt, de basszátok meg, ne fotózgassátok már magatokat, vagy ha igen, ne tegyétek ki a képeket a telibebaszott internetre. Komolyan, mint valami óvoda. Azt hiszitek én nem csinálok ilyeneket? A Kriszta személyesen dugott fel a seggembe egy óriási jogart a hétvégén, de nem kezdtünk el fotózkodni mint valami fürdőskurvák, jó reggelt!

Ezért akartok helyeket bukni? A faszság miatt? Mehettek vissza a kurucinfóra publicisztikákat írni ha ennyi eszetek van basszátok meg. Mit mondok így az oroszoknak? Hogy azért nem lett meg a bizottsági hely mert valami retardált virslivel játszott faszpumpásat???

Kint ijedt arcok,  Dóra gyengéden megsimogatja a mellette álló férfi vállát.

- Nyugi Fanka, kitöröltem a múltkori képeket.

- Mindenki hívja fel az összes emberét. Most azonnal tüntessen el mindenki minden ilyen képet. Ha még egy faszos, buzulós vagy bármilyen képet meglátok bárkiről, én magam törlöm fel vele a hétesi telepet. Na gyerünk, munkára.

Innen loptuk: everywherewithhelicopter

Posted via web from Zsoltika

Bravúros webfelületek sorozatunkban: airportshuttle.hu

Reptéri minibusz, oldalt, létramenü helyén legördülős árkalkulátor:

Körzet: Budapest

Honnan: Budaörs.

Hova: legördülő menü, b+, egyelemű! mert csak a ferihegyre lehet menni, ugye. Kész.

Az oldal tetején bannerbak hirdetik: Schwechat 8500 forint/fő ártól, Nyíregyháza 7000 forint/fő ártól. Kiszámoltatom Budaörsre: 8890 forint.

Posted via web from Zsoltika

Fix Printer Paper Jam With A Simple Batch File

There are two big annoyances with Printers, one is when Windows cannot kill the print job and second is when the paper is stuck. In both situations hitting the Cancel button is useless, since Windows can in fact never kill the print job while the temp file is created and the job is still in use.

To fix this issue, you need to first open the task manager, stop spoolsv.exe service, and then delete everything inside the following directory,

C:\windows\system32\spool\printers\

Now open Run dialog box, enter spoolsv.exe and hit Enter. Doing this will run the spoolsv.exe service again.

If you face this problem frequently, why not create a simple batch file which can perform all these actions for you? To do so, copy the following text in the notepad and save it as “AddictiveTipsFixPrinter.bat”:

@echo off
echo Stopping print spooler.
echo.
net stop spooler
echo Erasing Temporary Junk Printer Documents
echo.
del /Q /F /S “%systemroot%\System32\Spool\Printers\*.*
echo Starting print spooler.
echo.
net start spooler

To make it easier, we have provided the batch file below. All you need to do is to double-click it and try printing again.

If you have Lexmark printer, you need to add the following code after the “net stop spooler” command:

sc config spooler depend= RPCSS

This is important because Lemark printer can seriously mess up the services and makes it impossible to start the print spooler. Thanks goes to Print Flush for the code.

Download AddictiveTipsFixPrinter

[via Reddit]

Posted via web from Zsoltika

Szinte überelhetetlen. Piros ulti.

Posted via web from Zsoltika

Az öregnek mennyivel csodásabb hangja van?!

Posted via web from Zsoltika

Egyszerűen nem lehet elégszer.

Posted via web from Zsoltika

Yes, that is a bacon bra.

Yes, that is a bacon bra.

A strandon be szép lenne....

Posted via web from Zsoltika


Via Évi. 

 


Posted via email from Zsoltika

Microsoft: Don't press F1 key in Windows XP

Ignore sites that nag to press the Help key, says zero-day bug advisory

March 1, 2010 08:59 PM ET


Computerworld - Microsoft told Windows XP users today not to press the F1 key when prompted by a Web site, as part of its reaction to an unpatched vulnerability that hackers could exploit to hijack PCs running Internet Explorer (IE).

In a security advisory issued late Monday, Microsoft confirmed the unpatched bug in VBScript that Polish researcher Maurycy Prodeus had revealed Friday, offered more information on the flaw and provided some advice on how to protect PCs until a patch shipped.

"The vulnerability exists in the way that VBScript interacts with Windows Help files when using Internet Explorer," read the advisory. "If a malicious Web site displayed a specially crafted dialog box and a user pressed the F1 key, arbitrary code could be executed in the security context of the currently logged-on user."

Last week, Prodeus called the bug a "logic flaw," and said attackers could exploit it by feeding users malicious code disguised as a Windows help file -- such files have a ".hlp" extension -- then convincing them to press the F1 key when a pop-up appeared. He rated the vulnerability as "medium" because of the required user interaction.

Windows 2000, Windows XP and Windows Server 2003 are impacted by the bug, said Microsoft, and any supported versions of Internet Explorer (IE) on those operating systems -- including IE6 on Windows XP -- could be leveraged by attackers. Previously, Prodeus had said that users running IE7 and IE8 were at risk, but had not called out IE6.

Until a patch is ready, users can protect themselves by not pressing the F1 key if a Web site tells them to, said Microsoft.

"As an interim workaround, users are advised to avoid pressing F1 on dialogs presented from Web pages or other Internet content," said David Ross with the Microsoft Security Response Center (MSRC) engineering staff in a blog entry on Monday.

"The prompt can appear repeatedly when dismissed, nagging the user to press the F1 key," Ross added.

The security advisory made the same recommendation: "Our analysis shows that if users do not press the F1 key on their keyboard, the vulnerability cannot be exploited."

Users can also stymie attacks by disabling Windows Help. The advisory explained how to entering a one-line command at a Windows command-line prompt to lock down the Help system.

The company took Prodeus to task for taking the bug public, something it regularly does when researchers disclose a vulnerability or post sample attack code before a patch is available.

"Microsoft is concerned that this vulnerability was not responsibly disclosed, potentially putting customers at risk," said Jerry Bryant, a senior manager with the MSRC, in an e-mail. By Prodeus' account, he notified Microsoft of the flaw Feb. 1, about four weeks before publishing his findings.

Microsoft has not set a timeline for a fix, saying only that, "Microsoft will take the appropriate action to help protect our customers." The next scheduled security patch date for the company is March 9.

Although it does not rate the severity of vulnerabilities in its advisories, Microsoft noted that hackers exploiting the VBScript flaw using Windows Help and Internet Explorer could grab complete control of a Windows system.

Customers running Windows Vista, Windows Server 2008, Windows 7 or Windows Server 2008 R2 are safe from such attacks, Microsoft said.

Posted via web from Zsoltika

Using only Perl keywords (no literals or punctuation):[3]

not exp log srand xor s qq qx xor  s x x length uc ord and print chr  ord for qw q join use sub tied qx  xor eval xor print qq q q xor int  eval lc q m cos and print chr ord  for qw y abs ne open tied hex exp  ref y m xor scalar srand print qq  q q xor int eval lc qq y sqrt cos  and print chr ord for qw x printf  each return local x y or print qq  s s and eval q s undef or oct xor  time xor ref print chr int ord lc  foreach qw y hex alarm chdir kill  exec return y s gt sin sort split  

Posted via web from Zsoltika

Főoldal