All Projects → kisvegabor → misc

kisvegabor / misc

Licence: MIT license
Embedded software modules: dynamic memory with defrag, Linked list, RAMFS, GFX, Primitive scheduler, FIFO etc.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to misc

react-gantt-schedule-timeline-calendar
React Gantt Schedule Timeline Calendar component wrapper for gantt-schedule-timeline-calendar [ react gantt, gantt, react gantt chart, react schedule, react timeline, react calendar, gantt, schedule, scheduler, timeline, calendar, react gantt chart ]
Stars: ✭ 47 (+113.64%)
Mutual labels:  schedule
smalloc
SMalloc -- a *static* memory allocator.
Stars: ✭ 22 (+0%)
Mutual labels:  malloc-free
tweet-delete-bot
A bot that deletes and un-favourites tweets that are more than 10 days old. Schedule this to run once a day to become an ephemeral tweep, just like http://twitter.com/JacksonBates
Stars: ✭ 39 (+77.27%)
Mutual labels:  schedule
kube-install
一鍵安裝部署高可用的多kubernetes集羣(二進位離線方式),支持定時安裝、添加與銷毀node、銷毀與修復master、一鍵卸載集羣等。One click offline installation of highly available multiple kubernetes cluster, supports schedule installation, addition of nodes, rebuild of kubernetes master, and uninstallation of clusters.
Stars: ✭ 336 (+1427.27%)
Mutual labels:  schedule
async cron
crontab for python,with asyncio
Stars: ✭ 23 (+4.55%)
Mutual labels:  schedule
Scheduler
PHP Simple Scheduler - set occurrence expressions and get next x execution dates [Cron, Crontab, Task Scheduler]
Stars: ✭ 25 (+13.64%)
Mutual labels:  schedule
triggerable
Trigger/automation engine for ActiveRecord models
Stars: ✭ 18 (-18.18%)
Mutual labels:  schedule
gymbox-bot
Simplify the booking of a gymbox class.
Stars: ✭ 21 (-4.55%)
Mutual labels:  schedule
watchman
📆 更夫(watchman)是一款可视化的定时任务配置 Web 工具,麻麻不用担心我漏掉任何更新啦!
Stars: ✭ 40 (+81.82%)
Mutual labels:  schedule
aircal
Visualize Airflow's schedule by exporting future DAG runs as events to Google Calendar.
Stars: ✭ 66 (+200%)
Mutual labels:  schedule
OPoster
Scheduling Platform for Social Media Networks. Powered by Orienteer
Stars: ✭ 31 (+40.91%)
Mutual labels:  schedule
angular-gantt-schedule-timeline-calendar-example
Angular gantt-schedule-timeline-calendar usage example
Stars: ✭ 15 (-31.82%)
Mutual labels:  schedule
TSNsched
Automated Schedule Generation for Time-Sensitive Networks (TSN).
Stars: ✭ 46 (+109.09%)
Mutual labels:  schedule
RustyTaintChain
The simplest of implementations for FIFO (Clayton's case from 1816) money tracking algorithm.
Stars: ✭ 16 (-27.27%)
Mutual labels:  fifo
ecamp3
eCamp3
Stars: ✭ 70 (+218.18%)
Mutual labels:  schedule
async fifo
A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
Stars: ✭ 117 (+431.82%)
Mutual labels:  fifo
Queue
Queue handling library (designed on Arduino)
Stars: ✭ 73 (+231.82%)
Mutual labels:  fifo
DuckOS
Such OS; Very Duck!
Stars: ✭ 16 (-27.27%)
Mutual labels:  malloc-free
neoadzan
NeoAdzan! Islamic PrayerTime Schedule on PHP language. demo link https://neoadzan.cahyadsn.com
Stars: ✭ 17 (-22.73%)
Mutual labels:  schedule
thread-priority
A simple thread schedule and priority library for rust
Stars: ✭ 48 (+118.18%)
Mutual labels:  schedule

Miscellaneous Library

Some of the most important components:

  • Dynamic memory manager with defrag. and memory monitoring
  • Simple task scheduler with priority and idle measurement
  • File system interface to access different mediums easily
  • RAM FS
  • FIFO
  • Linked list
  • Fonts
  • etc

Usage

  1. Clone the repository into the root folder of your project: git clone https://github.com/littlevgl/misc.git
  2. In your IDE add the project root folder as include path
  3. Copy misc/misc_conf_templ.h as misc_conf.h to the project root folder
  4. Delete the first #if 0 and the last #endif to enable the file
  5. Enable/disable or configure the components
  6. To initialize the library #include misc/misc.h and call misc_init()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].