Skedudle. A simple event scheduling website written in C.

github.com/tsoding/skedudle

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2020
  • Merge pull request #76 from zhiayang/bsd-sendfile
  • Merge pull request #74 from zhiayang/ub-fix
  • Merge pull request #77 from zhiayang/mmap-fix
  • Fix assertion for mmap
  • Fix the alignment math. thanks destroycomputers :D
  • Add a platform specific wrapper for sendfile
  • Revert change in main.c
  • Add memory_alloc_aligned that supports memory alignment.
  • Merge pull request #71 from tsoding/70
  • Add TODO(#72)
  • (#70) Introduce Day off cell for days when there are no streams
  • Merge pull request #69 from tsoding/63
  • (#63) Render a couple of past events
  • (#63) Make frontend support negative time diffs
  • Merge pull request #68 from tsoding/66
  • (#66) support negative time diffs
  • (#66) Compute human readable time diff on the frontend
March 2020
  • Merge pull request #67 from tsoding/62
  • (#62) Remove fontawesome
  • Merge pull request #61 from tsoding/55