NEW: For a prettier blog interface, see the Wordpress version!
Tasks
| A1 | X | Check {{Tasks:501}} (E-Mail from Gerald Abrencillo) |
| A2 | X | Come up with pre-final grades {{Tasks:487}} (CS161.Teaching) |
| A3 | X | Check OS project 2 {{Tasks:486}} (CS161.Teaching) |
| A4 | X | Check {{Tasks:508}} (E-Mail from Cha Gascon) |
| A5 | X | Check {{Tasks:510}} (E-Mail from Romelo Santos) |
| A6 | X | Check {{Tasks:509}} (E-Mail from ben ting) |
| A7 | X | Check {{Tasks:511}} (E-Mail from just i.) |
| A8 | X | Check {{Tasks:512}} (E-Mail from James Ching) |
| A9 | X | Check {{Tasks:516}} (E-Mail from Mike Gonzalez) |
| A10 | X | Check {{Tasks:515}} (E-Mail from m. i. m. i.) |
| A11 | X | Check {{Tasks:514}} (E-Mail from C. Alvarez) |
| A12 | X | Check {{Tasks:513}} (E-Mail from Miguel Arguelles) |
| A13 | X | Check {{Tasks:519}} (E-Mail from Cliff) |
| A14 | X | Check {{Tasks:518}} (E-Mail from Gerald Abrencillo) |
| A15 | X | Check {{Tasks:517}} (E-Mail from Jacky Chan) |
| A16 | X | Make modified true-or-false questions for OS finals {{Tasks:479}} (E-Mail from Ariel Maguyon) |
| A17 | X | Check {{Tasks:493}} (E-Mail from Cha Gascon) |
| A18 | X | Check OS project 1 {{Tasks:485}} (CS161.Teaching) |
| A19 | X | Check {{Tasks:494}} (E-Mail from r.) |
| A20 | X | Check {{Tasks:495}} (E-Mail from ben ting) |
| A21 | X | Check {{Tasks:500}} (E-Mail from Paolo Vanni M. Veñegas) |
| A22 | X | Check {{Tasks:499}} (E-Mail from Paolo Vanni M. Veñegas) |
| A23 | X | Check {{Tasks:498}} (E-Mail from myron de guzman) |
| A24 | X | Check {{Tasks:496}} (E-Mail from Jacky Chan) |
| A25 | X | Check {{Tasks:502}} (E-Mail from Miggylicious!) |
| A26 | X | Check {{Tasks:503}} (E-Mail from Miguel Arguelles) |
| A27 | X | Check {{Tasks:504}} (E-Mail from martin cruz) |
| A28 | X | Check {{Tasks:505}} (E-Mail from Bit Santos) |
| A29 | X | Check {{Tasks:506}} (E-Mail from James Ching) |
| C1 | X | Check out htmlize.el {{Tasks:397}} (E-Mail from Bastien) |
| C2 | X | Check out htmlfontify {{Tasks:404}} (E-Mail from bastien guerry) |
Schedule
Notes
7. Sample array code
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
/**
* Demo class for arrays
* @author Sacha Chua (sacha@sachachua.com)
* @date 22-Feb-2004
*/
public class ReallySimpleAddressBook extends Applet implements ActionListener
{
private Button set;
private Button show;
private TextField index;
private TextField name;
private String names[];
public void init()
{
names = new String[10];
set = new Button("Set");
show = new Button("Show");
set.addActionListener(this);
show.addActionListener(this);
index = new TextField();
name = new TextField();
Label label1 = new Label("Index:");
Label label2 = new Label("Name:");
setLayout(new GridLayout(3, 2));
add(label1);
add(index);
add(label2);
add(name);
add(set);
add(show);
}
public void actionPerformed(ActionEvent e)
{
if (e.getSource() == set)
{
int i = Integer.parseInt(index.getText());
names[i] = name.getText();
}
if (e.getSource() == show)
{
int i = Integer.parseInt(index.getText());
name.setText(names[i]);
}
}
}
6. YASD: Don't cast sleep on the priest!
5. CS161 Finals
| 000100 | Alindogan, John Marlon J. | 4 | BS MIS |
| 000146 | Ang, Lindsay Ritz T. | 4 | BS MIS |
| 000257 | Balagot, Julyett D. | 4 | BS MIS |
| 000322 | Bautista, Jose Miguel O. | 4 | BS MIS |
| 000336 | Baybay, Maria Margarita F. | 4 | BS MIS |
| 000459 | Cadelinia, Dwight Jr. M. | 4 | BS MIS |
| 005011 | Chan, Jacky T. | 4 | BS MIS |
| 000612 | Ching, James Henry Y. | 4 | BS MIS |
| 000628 | Chua, Aimee Lou T. | 4 | BS MIS |
| 000822 | De Claro, Ada Mae I. | 4 | BS MIS |
| 000834 | De Guzman, Myron Patrick S. | 4 | BS MIS |
| 990791 | Delfino, John Tristan S. | 4 | BS MIS |
| 001191 | Garcia, Miguel Jose A. | 4 | BS MIS |
| 991211 | Irigo, Justin A. | 4 | BS CS |
| 001469 | Kho, Krystle Ann G. | 4 | BS MIS |
| 991571 | Marchan, Allison Lilac S. | 4 | BS MIS |
| 002032 | Ong, Emmanuel I. | 4 | BS MIS |
| 002050 | Ong, Wendilyn Lou O. | 4 | BS MIS |
| 992113 | Sabilano, Jose Leonardo A. | 4 | BS MIS |
| 981077 | Sanchez, Patrick Philip R. | 4 | BS CS |
| 002477 | Santiago, Victor Roberto Manuel O. | 4 | BS MIS |
| 002478 | Santillan, Arthur A. | 4 | BS MIS |
| 002536 | Sembrano, Cyrus V. | 4 | BS MIS |
| 002601 | Songco, Marvin L. | 4 | BS MIS |
4. Exemptions for CS161
3. Fantastic news! Wonderful news! Excellent news!
Of course, this gives us time to make really nasty tests... <evil grin> CS students can expect lots of problem-solving, as we're _supposed_ to know this.
2. "View From the Alpha Geek"
Programmer Rael Dornfest keeps track of IT innovation and innovators as part of his job putting together O'Reilly & Associates' Emerging Technology Conferences. He says the key to understanding technology trends is to find the trend-setters, or alpha geeks, that are widely recognized by their ... http://www.acm.org/technews/articles/2004-6/0220f.html#item10
E-Mail from technews@hq.acm.org
1. "Inventors Strut Stuff at Demo Show"
Dozens of high-tech innovations, ranging from small PCs to blogging tools to "augmented reality" software, were spotlighted at the Demo conference in Scottsdale, Ariz. Perhaps the most incredible product on display was Total Immersion's D'Fusion software, which uses Windows XP hardware to render ... http://www.acm.org/technews/articles/2004-6/0220f.html#item4
E-Mail from technews@hq.acm.org
I'd love to hear about any questions, comments, suggestions or links that you might have. Your comments will not be posted on this website immediately, but will be e-mailed to me first. You can use this form to get in touch with me, or e-mail me at sacha@sachachua.com .