I just finished composing my song the day before yesterday... if you want a piece of example of the piano score, here it is:
And I also finished coding new version of Hopper (it will be released one day or two after Plus! 3). This is the part of code related to /xhopondl.
code:
//Delayed hop on
void CALLBACK TimerProc_HopOnDl(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime){
IDispatch *pDispatch=NULL;
IMessengerContact *Ct=NULL;
long CtCount=0;
ToUnblockContacts[idEvent%TE_SIZE].Contacts->get_Count(&CtCount); //get count
long Times;
KillTimer(0,idEvent);
//unblock every contact
for(Times=0;Times<CtCount;Times++){
ToUnblockContacts[idEvent%TE_SIZE].Contacts->Item(Times,&pDispatch);
pDispatch->QueryInterface(IID_IMessengerContact,(void**)&Ct);
pDispatch->Release();
Ct->put_Blocked(VARIANT_FALSE);
Ct->Release();
}
ToUnblockContacts[idEvent%TE_SIZE].Contacts->Release();
}
I'm also currently renovating my website too. It looks like the image below, and some part of the php codes are:
code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--Mnjul's Intimate Home VS 1110 Version 2-->
<html>
<head>
<title>
Mnjul's Intimate Home
</title>
<?php echohead(); ?>
<?php echoframeenforce(); ?>
<?php echomenuhead(); ?>
</head>
<body>
<?php echomenu(); ?>
<?php echocontent(); ?>
(blah blah etc, and close tags)
(I don't think this is helpful at all...they are all sub functions
)
School affairs...
1. To film a 40-second commercial
2. Final term exam in late June