Виртуальная песочница (тм)

Wednesday, October 24, 2012

Thursday, October 11, 2012

RFP vs. RFB vs. RFQ vs. RFI

RFB: (Request for Bid) Commonly used when deliverables are commodities for which there are clear specifications and when price will be the primary determining factor.
Read more...

Wednesday, October 10, 2012

Wednesday, September 26, 2012

Как скачать с ЮТуба

Раньше YouTube закачивал весь FLV-файл в кэш броузера. Можно было открыть, поставить на паузу и подождать пока все скачается. Не самый удобный, но простой вариант. Поверх этого была написана кучка плагинов для броузеров и stand-alone программулек. В целях оптимизации YouTube, теперь не закачивает сразу весь ролик на компьютер пользователя, а также не сохраняет его в кэше броузера. В такой ситуации может помочь IXConverter.net:
Read more...

If William Shakespeare wrote JavaScript

function theSeriesOfFIBONACCI(theSize) {

  //a CALCKULATION in two acts.
  //employ'ng the humourous logick of JAVA-SCRIPTE

  //Dramatis Personae
  var theResult; //an ARRAY to contain THE NUMBERS
  var theCounter; //a NUMBER, serv'nt to the FOR LOOP

  //ACT I: in which a ZERO is added for INITIATION

  //[ENTER: theResult]

  //Upon the noble list bestow a zero
  var theResult = [0];

  //ACT II: a LOOP in which the final TWO NUMBERS are QUEREED and SUMM'D

  //[ENTER: theCounter]

  //Commence at one and venture o'er the numbers
  for (theCounter = 1; theCounter < theSize; theCounter++) {
    //By divination set adjoining members
    theResult[theCounter] = (theResult[theCounter-1]||1) + theResult[Math.max(0, theCounter-2)];
  }

  //'Tis done, and here's the answer.
  return theResult;

  //[Exuent]
}

Read more...

Wednesday, September 12, 2012

[#]
М: :-*
Ж: :-*
Ж: На работе?
Ж: Мясо взял?
Ж: Серегу встретил?
М: 100
Ж: да нет нет?
М: 1
Ж: программист...

[#]
X: Давай заведем новую переменную?
Y: Сам за ней ухаживать будешь!
Read more...