Skip to content

Commit

Permalink
serial looks awesome, network code is coming along
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Conley committed Apr 28, 2012
1 parent d8fa21c commit 70b59bd
Show file tree
Hide file tree
Showing 14 changed files with 395 additions and 42 deletions.
Binary file modified icon/picture_portal.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions image_manipulation/.gitignore
@@ -0,0 +1 @@
imagetest
2 changes: 1 addition & 1 deletion image_manipulation/Makefile
@@ -1,5 +1,5 @@
all: imagetest.cpp
g++ -g -O2 -o imagetest imagetest.cpp `Magick++-config --cppflags --cxxflags --ldflags --libs`
g++ -g -O2 -o imagetest imagetest.cpp linkedlist.c `Magick++-config --cppflags --cxxflags --ldflags --libs`

clean:
rm imagetest
Binary file removed image_manipulation/cyan.jpg
Binary file not shown.
Binary file removed image_manipulation/cyan.xcf
Binary file not shown.
Binary file added image_manipulation/images/bill.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added image_manipulation/images/paul.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed image_manipulation/imagetest
Binary file not shown.

0 comments on commit 70b59bd

Please sign in to comment.