Created
February 26, 2009 09:44
-
-
Save shashi/70763 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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