Directory

Showing results 1 - 3 of 3
1 

Codificacion

 

Sent by Cheat Sheets and classified under Computer science and Others at 12, December, 2007.

Written in English and has a size of 2378 bytes

This document belongs to the group Cheat Sheets

namspac windowsapplication1
{
publicpartialclassform1 : form
{
public form1()
{
initializcomp1nt();
}
privatvoid labl1_click(objct sndr, evntargs e)
{

}
privatvoid form1_load(objct sndr, evntargs e)
{

}
privatvoid cmdcorrr_click( ... (Continuous)

PoisonIvy

 

Sent by pruebas and classified under Computer science and Others at 24, November, 2007.

Written in English and has a size of 11740 bytes

As you can see the site went through some changes, hopefully for the better. Special thanks to Codius for the design.

It also features a customers area, featuring real-time, unique servers generation, accesible from anywhere, at any time for download, as well as a private support forum for customers.

I apologize for the delay in answering emails, this was partially due to work on the new site and customer area, and the huge amount of emails that piled up.

Efforts are now aimed towards development. As always, the next version will include a couple of new and interesting features, as well as bugfixes and code optimizations.

New Web Design

2007-07-17
I've replaced the iframes with some php-code and made the colors slightly brighter. Hope you like it!
(Continuous)

Computer test

 

Sent by Cheat Sheets and classified under Computer science and Secondary at 28, June, 2007.

Written in English and has a size of 1623 bytes

This document belongs to the group Cheat Sheets

1
Which output does the df command produce when executed from the Linux CLI?
**detailed information about the file system
detailed information about the top-level directory
detailed information about CPU and RAM usage
detailed information about the data stored on the disk
2
Which of the following can be used to monitor system resources in Windows XP and Windows 2000?
Event Viewer
Scandisk
**Performance Tool
Task Scheduler
Checkdisk
3
Which file can be studied by programmers to determine the potential cause of a program crash?
**Core Dump
Script Debugger
Process Tracker
Trace File
Error Pack
4
What are three key concepts when analyzing and optimizing network performance?
**bottlenecks, baselines, and best practices
baselines, base logs, and best practices
best practices, base logs, and bottlenecks
... (Continuous)