FinalBurner is a cost-free alternative to expensive CD and DVD burners. Its users will benefit from the opportunity to create data, audio, and video disks and burn them onto any type of media, such as CD R/RW, DVD+R/RW, DVD-R/RW, DVD DL. No tedious or confusing configuration needed. You just select a few main settings and start burning. FinalBurners artificial intelligence will find the perfect recording balance. Note:For more features, buy the Pro Edtion of FinalBurnerA cost-free alternative to expensive CD and DVD burners
StarReminder reminds you about you important events and tasks. You can place reminders/alarms for a specific date and time or schedule them for regular repeats.You can use it to keep birthdays, anniversaries, meetings and appointments or other important occasions and events that you want someone to remind you about.Alarms can execute one or more actions, like playing a sound, displaying a note, sending an e-mail, running a program, logging off, shutting down, or restarting the computer.Adding and editing tasks and alarms is very easy. You can easily keep track of your scheduled tasks in a Task List window. View them by schedule (completed tasks, tasks scheduled for today, for tomorrow, for the next seven days, all tasks, etc).Reminds you about your tasks and important events
StarReminder reminds you about you important events and tasks. You can place reminders/alarms for a specific date and time or schedule them for regular repeats.You can use it to keep birthdays, anniversaries, meetings and appointments or other important occasions and events that you want someone to remind you about.Alarms can execute one or more actions, like playing a sound, displaying a note, sending an e-mail, running a program, logging off, shutting down, or restarting the computer.Adding and editing tasks and alarms is very easy. You can easily keep track of your scheduled tasks in a Task List window. View them by schedule (completed tasks, tasks scheduled for today, for tomorrow, for the next seven days, all tasks, etc).Reminds you about your tasks and important events
BuildSphere is a small Matlab plugin that returns the triangulated model of a sphere using the icosaedron subdivision method.INPUT:n (integer number) indicates the number of subdivisions, it can assumes values between 0-inf. The greater n the better will look the surface but the more time will be spent in surface costruction and more triangles will be put in the output model. OUTPUT:In p (n x 3) and t(m x 3) we can find points and triangles indexes of the model. The sphere is supposed to be of unit radius and centered in (0,0,0). To obtain spheres centered in different location, or with different radius, is just necessary a translation and a scaling transformation. These operation are not performed by this code because it is extremely convenient, in order of time performances, to do them out of the function avoiding to call the costruction step each time.A handy Matlab plugin that returns the triangulated model of a sphere
BuildSphere is a small Matlab plugin that returns the triangulated model of a sphere using the icosaedron subdivision method.INPUT:n (integer number) indicates the number of subdivisions, it can assumes values between 0-inf. The greater n the better will look the surface but the more time will be spent in surface costruction and more triangles will be put in the output model. OUTPUT:In p (n x 3) and t(m x 3) we can find points and triangles indexes of the model. The sphere is supposed to be of unit radius and centered in (0,0,0). To obtain spheres centered in different location, or with different radius, is just necessary a translation and a scaling transformation. These operation are not performed by this code because it is extremely convenient, in order of time performances, to do them out of the function avoiding to call the costruction step each time.A handy Matlab plugin that returns the triangulated model of a sphere