User profile: dannytimpone

User info
User name:dannytimpone
Email:djt10d@my.fsu.edu
Name:Daniel Timpone
Location:Tallahassee, FL
Statistical data
Birthdate:Oct 27, 1991
Gender:Male
Occupation:Student
Skills:C
C++
Java
Javascript
History
Joined:
Number of posts:11
Latest posts:

parsing string of numbers to int array from file
Alright, so I'm given a file with the format, "NOT 10000111" the commands and numbers change fro...

Basic unix script to count files of various permissions
I have a project due in a few hours to count how many files and subdirectories are in a directory an...

recursive blob counter
I've been working on this program that is supposed to count the number of blobs in a text file using...

pointer average program
Gotcha, thank you for clearing that up for me. I appreciate it.

pointer average program
It turns out I just needed to surround the i pointer being incremented in parentheses. Thank you for...