All Projects → Deek → CoCoC

Deek / CoCoC

Licence: other
C development system for (Nitr)OS9/6x09, with source

Programming Languages

c
50402 projects - #5 most used programming language
Yacc
648 projects
Roff
2310 projects
Makefile
30231 projects

Projects that are alternatives of or similar to CoCoC

osnine-java
6809 and OS-9 emulator in Java
Stars: ✭ 17 (-22.73%)
Mutual labels:  os9, nitros9, 6809
SegCaps
A Clone version from Original SegCaps source code with enhancements on MS COCO dataset.
Stars: ✭ 62 (+181.82%)
Mutual labels:  coco
pylabel
Python library for computer vision labeling tasks. The core functionality is to translate bounding box annotations between different formats-for example, from coco to yolo.
Stars: ✭ 171 (+677.27%)
Mutual labels:  coco
webgrep
Grep Web pages with extra features like JS deobfuscation and OCR
Stars: ✭ 86 (+290.91%)
Mutual labels:  grep
type index
Runtime/Compile time copyable type info.
Stars: ✭ 20 (-9.09%)
Mutual labels:  libraries
PyTorch-Spiking-YOLOv3
A PyTorch implementation of Spiking-YOLOv3. Two branches are provided, based on two common PyTorch implementation of YOLOv3(ultralytics/yolov3 & eriklindernoren/PyTorch-YOLOv3), with support for Spiking-YOLOv3-Tiny at present.
Stars: ✭ 144 (+554.55%)
Mutual labels:  coco
jdemetra-core
JDemetra+ core libraries
Stars: ✭ 28 (+27.27%)
Mutual labels:  libraries
Awesome-CSS-Frameworks-and-UI-Libraries
Extensive List of CSS Frameworks and UI Libraries.
Stars: ✭ 110 (+400%)
Mutual labels:  libraries
DM Tools
An open-source Dungeons and Dragons DM helper desktop app built with React.js, Redux, SCSS
Stars: ✭ 41 (+86.36%)
Mutual labels:  dragon
lispkit
FUNCTIONAL PROGRAMMING: Application and Implementation, Peter Henderson, ISBN 0-13-331579-7
Stars: ✭ 33 (+50%)
Mutual labels:  lisp-interpreter
pjs
An awk-like command-line tool for processing text, CSV, JSON, HTML, and XML.
Stars: ✭ 21 (-4.55%)
Mutual labels:  grep
ASPinboard
A modern, fast, and flexible Objective-C library for Pinboard.in.
Stars: ✭ 80 (+263.64%)
Mutual labels:  libraries
datasetsome
一些数据集处理相关的 API
Stars: ✭ 37 (+68.18%)
Mutual labels:  coco
writable search.vim
Grep for something, then write the original files directly through the search results.
Stars: ✭ 47 (+113.64%)
Mutual labels:  grep
OneTwoStep
CC游戏案例之 激流竞速
Stars: ✭ 17 (-22.73%)
Mutual labels:  coco
lexical cast
General literal text conversions, such as an int represented as a string, or vice versa
Stars: ✭ 23 (+4.55%)
Mutual labels:  libraries
opam-cross-ios
An OCaml cross-toolchain for iOS and several useful libraries
Stars: ✭ 58 (+163.64%)
Mutual labels:  cross-compiler
cloud-sql-python-connector
Cloud SQL Connector for Python
Stars: ✭ 126 (+472.73%)
Mutual labels:  libraries
DragonEggDrop
Spigot plugin. Overhaul the dragons summoned in The End. Configurable templates, loot and particles. (Modern fork of PixelStix's DragonEggDrop)
Stars: ✭ 14 (-36.36%)
Mutual labels:  dragon
ogrep-rs
Outline grep — search in indentation-structured texts (Rust version)
Stars: ✭ 32 (+45.45%)
Mutual labels:  grep

CoCo C

This is a repository of buildable OS9/NitrOS9 C source code and the tools needed to build it.

Commands Included (not a complete list)

Program Description
c.pass1/c.pass2 Microware (MW) two-pass (Level I) C compiler, Edition #5
c.comp MW one-pass (Level II) C compiler Ed. #5
c.opt MW assembly source optimizer Ed. #5
c.asm MW RMA assembler, Ed. #4
cc1 MW two-pass compiler executive, Ed. #4
cpp Advanced preprocessor for the MW C compiler
dcc Advanced, repaired replacement C compiler
grep/egrep/fgrep Unix file/text search tools
help Tim Kientzle's public domain structured help facility
make Tim Kientzle's update of Neil Russell's public domain Make
rdump Classic rdump updated to work with ROF version 1
rlink MW ROF linker from the Development System, Ed. #10
rma MW RMA assembler, Ed. #11
sed Unix stream editor

Source packages included:

Source/Archiver/

Dir Description
AR Carl Kreider's OS-9 Ar archiver
CUTS The CoCo Usenet Transfer System (like uuencode)

Source/Compiler/

Dir Description
CC Carl Kreider's cc compiler executive
CC2 Rick Adams's cc2 compiler executive
CC09 The DCC compiler
COpt The DCC assembly optimizer
CPP The DCC preprocessor
DCC DCC compiler executive
Lex Lexical analyzer generator
Yacc Yet Another Compiler Compiler, a program for generating syntax parsers

Source/Libs/

Dir Description
CGfx Mike Sweet's C graphics library, V7 with fixes and enhancements
KLibc Carl Kreider's standard C library, with fixes and enhancements

Source/

Dir Description
Forth09 Dennis Weldy's Forth interpreter for OS-9
Help Tim Kientzle's more advanced structured Help system
Make Tim Kientzle's updated Russell Make build tool
XLisp David Betz's OO Lisp interpreter for OS-9

Using OS9-type line endings:

This repository is intended to be useful when overlaid right on top of an OS9-type filesystem. If you are using it on a Unix-style system (or a Windows system with the tr utility), you can add the contents of the file gitsetup in the root of this repository to your checkout's .git/config file. If you delete all files in the checkout (that is, all the files not in the .git/ directory) and call git checkout again to get them all back, then all of the text files (mostly source code) will be checked out with CR-only line endings instead of LF for Unix-type systems or CRLF for DOS/Windows-type systems. At this point, you should be able to copy the files over to an OS-9 filesystem without causing trouble for it.

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