Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -18,7 +18,7 @@
 - Components (#components)
- Community (#community)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Learn
Documentation
@@ -76,8 +76,7 @@
⟡ edge/electron-cycle-media ★27 (https://github.com/edge/electron-cycle-media) - Media player written with Cycle.js and Electron.
⟡ kibin/cycle-example-who-to-follow ★16 (https://github.com/kibin/cycle-example-who-to-follow) - Small example partly implements twitters who to follow box using github api.
⟡ SkaterDad/cycle-snabbdom-examples ★12 (https://github.com/SkaterDad/cycle-snabbdom-examples) - Examples of nested components, using snabbdom-specific animations.
⟡ bahmutov/draw-cycle ★112 (https://github.com/bahmutov/draw-cycle) - Interactive visualization of counter application showing the data flow inside a MVI component glebbahmutov.com/draw-cycle 
(https://glebbahmutov.com/draw-cycle/)
⟡ bahmutov/draw-cycle ★112 (https://github.com/bahmutov/draw-cycle) - Interactive visualization of counter application showing the data flow inside a MVI component glebbahmutov.com/draw-cycle (https://glebbahmutov.com/draw-cycle/)
⟡ andreloureiro/pomocycle ★21 (https://github.com/andreloureiro/pomocycle) - A simple Pomodoro timer.
⟡ laszlokorte/tams-tools ★24 (https://github.com/laszlokorte/tams-tools) - A set of tools for teaching and learning computer science built with cycle.js.
⟡ lucamezzalira/jsday-cycle-js ★16 (https://github.com/lucamezzalira/jsday-cycle-js) - Reactive Live London Tube trains status example built with Cycle.js.
@@ -141,12 +140,11 @@
⟡ Avalander/cycle-idb ★4 (https://github.com/Avalander/cycle-idb) - A Cycle.js driver wrapping IndexedDB
⟡ unhappychoice/cycle-pusher ★1 (https://github.com/unhappychoice/cycle-pusher) - A Cycle.js driver for Pusher (https://pusher.com/)
⟡ helmoski/cycle-selection-driver (https://github.com/helmoski/cycle-selection-driver) - A Cycle.js driver for interacting with the Selection API (https://developer.mozilla.org/en-US/docs/Web/API/Selection)
⟡ mjyc/cycle-posenet-driver ★1 (https://github.com/mjyc/cycle-robot-drivers/tree/master/3rdparty/cycle-posenet-driver) - A Cycle.js drivers for pose detection using TensorFlow.js 
(https://js.tensorflow.org/)-powered PoseNet (https://github.com/tensorflow/tfjs-models/tree/master/posenet)
⟡ mjyc/cycle-posenet-driver ★1 (https://github.com/mjyc/cycle-robot-drivers/tree/master/3rdparty/cycle-posenet-driver) - A Cycle.js drivers for pose detection using TensorFlow.js (https://js.tensorflow.org/)-powered PoseNet 
(https://github.com/tensorflow/tfjs-models/tree/master/posenet)
⟡ @cycle-robot-drivers/speech ★1 (https://github.com/mjyc/cycle-robot-drivers/tree/master/speech) - Cycle.js drivers for speech synthesis and recognition using Web Speech API 
(https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API)
⟡ @cycle-robot-drivers/sound ★1 (https://github.com/mjyc/cycle-robot-drivers/tree/master/sound) - A Cycle.js driver for playing sounds using HTMLAudioElement 
(https://developer.mozilla.org/en-US/docs/Web/API/HTMLAudioElement)
⟡ @cycle-robot-drivers/sound ★1 (https://github.com/mjyc/cycle-robot-drivers/tree/master/sound) - A Cycle.js driver for playing sounds using HTMLAudioElement (https://developer.mozilla.org/en-US/docs/Web/API/HTMLAudioElement)
Utilities
@@ -156,8 +154,8 @@
⟡ erykpiast/cyclejs-wc ★2 (https://github.com/erykpiast/cyclejs-wc) - Utility for creating Web Components based on Cycle.js
⟡ ohanhi/hyperscript-helpers ★390 (https://github.com/ohanhi/hyperscript-helpers) - elm-html inspired helpers for writing hyperscript or virtual-hyperscript.
⟡ pH200/cycle-react ★342 (https://github.com/pH200/cycle-react) - use React instead of virtual-dom with a Cycle-like API
⟡ madcapjake/earlhyperscript ★2 (https://github.com/MadcapJake/earl-hyperscript) - A helper function and macro for using Earl Grey's document-building syntax 
(https://breuleux.github.io/earl-grey/doc.html#documentbuildingsyntax) with Cycle.js.
⟡ madcapjake/earlhyperscript ★2 (https://github.com/MadcapJake/earl-hyperscript) - A helper function and macro for using Earl Grey's document-building syntax (https://breuleux.github.io/earl-grey/doc.html#documentbuildingsyntax) with 
Cycle.js.
⟡ WorldMaker/cycle-gear ★4 (https://github.com/WorldMaker/cycle-gear) - A main function factory for Cycle based upon a formalization of Cycle's MVI pattern
⟡ SuperManitu/cyclejs-sortable ★15 (https://github.com/cyclejs-community/cyclejs-sortable) - Make everything sortable via drag and drop in only one line of code!
⟡ atomrc/cyclejs-auth0 ★22 (https://github.com/atomrc/cyclejs-auth0) - Everything you need to start playing with Auth0 on your Cyclejs app (Driver + component)
@@ -183,8 +181,8 @@
Testing
⟡ erykpiast/cyclejs-mock ★22 (https://github.com/erykpiast/cyclejs-mock) - Utility for testing applications based on CycleJS framework.
⟡ jeysal/pretty-format-snabbdom ★0 (https://github.com/jeysal/pretty-format-snabbdom) - A pretty-format (https://github.com/facebook/jest/tree/master/packages/pretty-format) (Jest 
(https://facebook.github.io/jest/) snapshot) plugin for rendering snapshots of snabbdom VNodes as nicely as those of React elements
⟡ jeysal/pretty-format-snabbdom ★0 (https://github.com/jeysal/pretty-format-snabbdom) - A pretty-format (https://github.com/facebook/jest/tree/master/packages/pretty-format) (Jest (https://facebook.github.io/jest/) snapshot) plugin for 
rendering snapshots of snabbdom VNodes as nicely as those of React elements
Debugging