All Projects → red → Code

red / Code

This repository contains curated code written in Red and its dialects.

Projects that are alternatives of or similar to Code

Maixpy scripts
micropython scripts for MaixPy
Stars: ✭ 326 (+115.89%)
Mutual labels:  scripts, demo
Doc Scripts
React Document Build Tool Scripts , Like react-scripts of create react app
Stars: ✭ 149 (-1.32%)
Mutual labels:  demo
Laravel Scaffold
The base for developing awesome projects
Stars: ✭ 142 (-5.96%)
Mutual labels:  demo
Demo Reactive Spring
Demo code for "Servlet and Reactive Stacks" talk
Stars: ✭ 147 (-2.65%)
Mutual labels:  demo
Platypus
Create native Mac applications from command line scripts.
Stars: ✭ 1,893 (+1153.64%)
Mutual labels:  scripts
Pushvendor
Ruby on Rails POS (Point of Sale)
Stars: ✭ 147 (-2.65%)
Mutual labels:  demo
Aspnetcore Angular Ngrx
🚀 An ASP.NET Core WebAPI Demo with an Angular Client using Ngrx store and effects and Signalr
Stars: ✭ 141 (-6.62%)
Mutual labels:  demo
Interactivelandscape
An exploration of an animated interactive landscape built with three.js.
Stars: ✭ 150 (-0.66%)
Mutual labels:  demo
Cocos Creator Joystick
🕹 Cocos Creator Joystick Demo 虚拟摇杆
Stars: ✭ 148 (-1.99%)
Mutual labels:  demo
Iconfontsimagelist
Components to simplify use of "Icon fonts": resize, color, opacity and more... with full support for High-DPI apps. Rendering optimized with GDI+
Stars: ✭ 147 (-2.65%)
Mutual labels:  demo
Low Rank Bilinear Pooling
Fine-grained classification via second order statistics in a compact end-to-end trainable model
Stars: ✭ 145 (-3.97%)
Mutual labels:  demo
Segmentedcontrol
Android SegmentedControl + multi row support
Stars: ✭ 143 (-5.3%)
Mutual labels:  demo
React Native Demo
React Native Voximplant Demo
Stars: ✭ 148 (-1.99%)
Mutual labels:  demo
Lockdemo
指纹识别、图形识别、aliOCR识别
Stars: ✭ 142 (-5.96%)
Mutual labels:  demo
Mmtexturechat
AsyncDisplayKit(Texture) Smooth Scroll Chat Simulation for Whatsapp and iMessage
Stars: ✭ 149 (-1.32%)
Mutual labels:  demo
Frontend Download Sample
🎄 自己整理的一些项目中遇到过的关于上传和下载的一些Demo,仅供给位看官参考,避免踩坑,即插即用,欢迎fork和star🌟,为这个仓库添砖加瓦~(P.S. 个人认为如果没写过上传下载其实还是挺麻烦的~)
Stars: ✭ 142 (-5.96%)
Mutual labels:  demo
Write Music
visualise sentence length
Stars: ✭ 144 (-4.64%)
Mutual labels:  demo
Nim pc demo
云信Windows(PC) C/C++ Demo源码仓库
Stars: ✭ 147 (-2.65%)
Mutual labels:  demo
React Express Blog Demo
🔥 React full stack+Express+Mongo implementation blog website tutorial 🌚
Stars: ✭ 1,857 (+1129.8%)
Mutual labels:  demo
Vscode Powertools
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
Stars: ✭ 150 (-0.66%)
Mutual labels:  scripts

Red/Code

This repository contains code written in Red and its dialects by the Red team and community. There are four sections in the repository, Apps, Scripts, ShowCase and Library. This repository is curated in the sense that contributions are included when they meet the applicable criteria of higher code quality, completeness and relevancy. For a place where to find general user scripts, see the red/community repository.

Apps

Complete applications, any domain accepted (tools, games, demos,...).

Scripts

This section of the repository contains short scripts which demonstrate both features of Red and its expressiveness. These scripts can be run from the Red console or require compilation in case of scripts including Red/System parts.

Scripts

Showcase

This is a collection of scripts or apps which show both the breadth and depth of Red and its wide applicability. Every one is complete with no external dependencies.

Scripts

Library

This is a collection of useful Library functions and modules that can be included in Red programs. Its two sub-sections are Red and Red/System. All library functions and modules have API documentation. Bear in mind that modules support in Red is not yet there, so libraries are currently just simple scripts.

Contributing

Quality contributions are always most welcome. If you would like to have an entry included in Red/Code, please read The (Red/Code Contributors' Guideline). Please provide also a proper Red header with at least the following fields: Title, Author, Date, Purpose, Rights (license name/URL for your code, by default it will be public domain). If applicable, also provide a short explanation of how to use your app/code in the header.

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].