MinifB
A C implementation of the Facebook social network using Graphs
Install / Use
/learn @kaushal-py/MinifBREADME
minifB
Overview
minifB is an implementation of the facebook friends graph data structure in C. The following mini project successfully demonstrates the implementation of graph data structure using struct and pointers in C. It also applications of graphs in a real life scenario such as facebook.
Install and Run
Clone repository and run main.exe
Documentation
PART I : Initial Boot Commands
-
SIGN UP
- Create a new user account. No parameters taken.
>>> SIGN UP
- Create a new user account. No parameters taken.
-
LOGIN AS [username]
- Log In into an already existing account.
- Parameter [username]
>>> LOGIN AS kbStudios
-
LOGOUT
- Log out from an existing account.
>>> LOGOUT
- Log out from an existing account.
PART II : Add Commands
-
ADD POST|FRIEND
-
POST - Add a new status to the timeline.
>>> ADD STATUS -
FRIEND [username] - Add a Friend to your list. Accepts username of the friend as a parameter.
>>> ADD FRIEND kbStudios
-
PART III : Display Commands
-
VIEW FRIENDLIST|TIMELINE|USERS
-
FRIENDLIST [Username] - View the list of all friends of a person given by the username
>>> VIEW FRIENDLIST kbStudios -
TIMELINE - View the timeline of status posted by users.
>>> VIEW TIMELINE -
USERS - View all the users signed up for miniFb
>>> VIEW USERS
-
PART IV : Additional Commands
-
CLS
- clears the screen
>>> CLS
- clears the screen
-
QUIT
- Exit the program
>>> QUIT
- Exit the program
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
