-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
executable file
·28 lines (18 loc) · 932 Bytes
/
README
File metadata and controls
executable file
·28 lines (18 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
c-twitter - Update your Twitter status from the command-line
This project is only designed for my use. Although, I suppose once I am done others could learn by what I have done.
testting out git
The features of this project:
- Authenticate with Twitter over OAuth
- Update your twitter status
(I may add more Twitter support)
The goals of this project:
1. be able to contribute to open source projects written in c such as nodejs
2. solve a modern & interesting problem (one that I might be asked to solve on the job)
3. gain knowledge in a harder language than ruby or javascript
4. get experience writing c applications
5. read C Programming Language (2nd Edition) aka K&R
6. gain a deeper and more historical understanding of programming
7. blog about my experience so that I may share it with others
See the TODO file for my progress on this project.
(this project is not functional yet)
(put build instructions here)