Skip to content

Instantly share code, notes, and snippets.

@shashi
Created February 26, 2009 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shashi/70763 to your computer and use it in GitHub Desktop.
Save shashi/70763 to your computer and use it in GitHub Desktop.
socnet {
user users[x],
group groups[y],
}
user {
string name,
string profile,
string username,
string password,
group groups[i],
wirepost wireposts[z]
}
group {
string name,
thread threads[l],
poll polls[m],
user users[j]
}
poll {
string name,
user creator,
etc...
}
etc...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment