If Shakespeare wrote in JavaScript…

From If Hemingway 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] }

Intel Software Network: Superscalar Sequences and Task Graphs

Interesting blog series on parallel programming. The first post is on Superscalar Sequences and Task Graphs.

The “superscalar sequence” pattern is related to the idea of “futures”. Futures are objects that explicitly represent in-progress asynchronous computations and typically provide the ability to check for completion with or without blocking. Futures may also provide operations to check completion percentages of computations and to cancel operations in progress. Futures are also occasionally useful for fine-grained control of asynchronous operations, but in general future-like controls can also be built into the data objects of the sequence pattern and only invoked when necessary.

Software Ventures International is recruiting!

Software Ventures International is conducting an intense recruitment campaign for qualified IT professionals.

Here is a link to their letter.

SVI Technologies

July 23, 2012

Fr. Daniel McNamara S.J. Ph.D.
Dean, School of Arts and Sciences
Ateneo de Davao University
Roxas Avenue, 8016 Davao City

Dear Dean McNamara,

Software Ventures Intemational is one of the IT service provider catering to both local and foreign clients. We are a pioneer and a recognized leader in providing software and non-voice BPO services in the Philippines for the past twenty-five (25) years.

We are currently conducting an intense recruitment campaign for qualified IT professionals in the field of software development and maintenance, system and network design, and business process outsourcing.

SVI strongly believes in the value of hiring new graduates because they bring a fresh perspective and a high level of enthusiasm to their work. In return, SVI provides an excellent atmosphere for learning, exploring, growing and building careers.

As part of our recruitment campaign, we are tapping only the best schools and colleges in the land. In this regard, would like to work with your office to be able to conduct recruitment activities in-campus or set job postings at your placement offrce bulletins, and coordinate with school officials to gain access to your graduate and/or graduating
students.

For any queries, please call our Human Resource Department at telephone numbers 633-87-88 loc 1637 or email us at hrd-at-svi.com.ph and mtan-at-svi.com.ph. We look forward to building a strong relationship with your institution by providing employment opportunities that will help your graduates pursue a career in the IT industry.

Thank you very much for your support.

Very truly yours,

Ma. Dina E. Tan, MBA
Head
Human Resource Department