sgithens


Joined 2 years ago
Homeworks submitted:
Homework comments:
5
0

About Me

No description provided.

Classes

Learning Vim from the inside

Class status: Established
Role: Student
. 29% complete

Submitted Assignments

Learning Vim from the inside: Lesson 2, HW 1

No problem making these, and trying a few quick queries. It's interesting using something like this after usually just using cross referenced API docs and stuff for programming.

I can see this being useful for things javascript, which there still aren't grade javadoc type things for (especially if you're using newer sort of closure based idioms to create reusable objects rather than prototype functions)


sgithens 2 years ago
Learning Vim from the inside: Lesson 1, HW 3

No issues fetching the code.


sgithens 2 years ago
Learning Vim from the inside: Lesson 1, HW 2

00:26:06 ~: cd /home/sgithens/code/ 00:26:11 code: hg clone https://vim.googlecode.com/hg/ vim requesting all changes adding changesets adding manifests adding file changes added 2043 changesets with 16838 changes to 2421 files (+1 heads) updating working directory 2257 files updated, 0 files merged, 0 files removed, 0 files unresolved 00:27:43 code: ls


sgithens 2 years ago
Learning Vim from the inside: Lesson 1, HW 1

I've used mercurial for some other stuff so it was installed. I did need to sudo apt-get id-utils though.


sgithens 2 years ago