Search:
RESOURCES
Home
Basic Info
Blog
Newsgroup
Meetings
Homeworks
Lecture Notes
Syllabus
Resources
HW1 grading material:
New buftest.c file created for grading.
buftest.c
NOTE: format has change, but for the better.
Binary compiled with CLOCK solution!! [
buftest
]
Sample input file. [
mypattern.txt
]
NOTE: This is just a sample. The version used for grading will be much more thorough, and will not be made public (sorry).
Help session material:
C vs Java [
pdf
]
Debugging slides [
pdf
]
Debugging setup [
mov
] [
mov.gz
]
Debugging basics [
mov
] [
mov.gz
]
Using watchpoints [
mov
] [
mov.gz
]
Using conditions [
mov
] [
mov.gz
]
Using DDD [
pdf
]
Cscope
[
vim plugin
][
emacs plugin
]
You might also be interesting in the following links:
PostgreSQL documentation
Books on PostgreSQL
Documents on the
Home Page of Bruce Momjian
An
on-line book
about using PostgreSQL
Postgres developer website
JDBC documentation
"C for Java Programmers" is
here
.
Debugging tools
DDD: Data Display Debugger
Using ddd with postgres
: a short document that explains the use of ddd with postgres on the EECS instructional computing machines.
Electric Fence:
A memory allocation debugger
EECS Instructional Computing
page
on Electric Fence
Valgrind:
An open-source memory debugger for x86-Linux
(Not useful on EECS Instructional systems as they are Solaris-powered)
Pgaccess documentation
Mimer SQL documentation
and an online
Mimer SQL validator
to check that your SQL conforms to the standard.
Software on EECS Instructional Computing Systems