All Projects → sstorie → Experiments

sstorie / Experiments

A repository to capture simple code experiments

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Experiments

Rxjavafx
RxJava bindings for JavaFX
Stars: ✭ 489 (+249.29%)
Mutual labels:  reactivex
Rxkotlinfx Tornadofx Demo
A demo application demonstrating TornadoFX and Rx usage
Stars: ✭ 75 (-46.43%)
Mutual labels:  reactivex
Rxjs In Action
Code sample repository
Stars: ✭ 117 (-16.43%)
Mutual labels:  reactivex
Vsphere Connect
A modern vSphere Client
Stars: ✭ 14 (-90%)
Mutual labels:  reactivex
Rxswift Chinese Documentation
RxSwift 中文文档
Stars: ✭ 1,107 (+690.71%)
Mutual labels:  reactivex
Rxcommon
Multiplatform implementation of ReactiveX providing a common way to build one set of business logic for native, iOS, Javascript, Android, JVM, and other platforms.
Stars: ✭ 83 (-40.71%)
Mutual labels:  reactivex
Rxswift
Reactive Programming in Swift
Stars: ✭ 21,163 (+15016.43%)
Mutual labels:  reactivex
Reactiveui.samples
This repository contains ReactiveUI samples.
Stars: ✭ 127 (-9.29%)
Mutual labels:  reactivex
Angular Starter
📐 A boilerplate for HTML5, Angular, Material, TypeScript, and ReactiveX. Angular 11 | Webpack 4 | Firebase | Hosting | Functions | Workbox | PostCSS | TSLint | Jest | Puppeteer | Headless Chrome | Testing | Unit | E2E | REST | GraphQL | Apollo | Lazy Loading | AoT Compilation | Modular
Stars: ✭ 66 (-52.86%)
Mutual labels:  reactivex
Rxphp
Reactive extensions for PHP
Stars: ✭ 1,580 (+1028.57%)
Mutual labels:  reactivex
Rxdownloader
- Reactive Extension Library for Android to download files
Stars: ✭ 40 (-71.43%)
Mutual labels:  reactivex
Dynamicdata
Reactive collections based on Rx.Net
Stars: ✭ 1,083 (+673.57%)
Mutual labels:  reactivex
Rxstorekit
StoreKit library for RxSwift
Stars: ✭ 96 (-31.43%)
Mutual labels:  reactivex
Reactiveui
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
Stars: ✭ 6,709 (+4692.14%)
Mutual labels:  reactivex
Vue Starter
🐩 A boilerplate for HTML5, Vue, Vue Router, i18n, Tailwind, Windi, Netlify, and Vite.
Stars: ✭ 120 (-14.29%)
Mutual labels:  reactivex
Reprint
A unified fingerprint library for android.
Stars: ✭ 467 (+233.57%)
Mutual labels:  reactivex
Rxanimationbinding
RxJava binding APIs for Android's animations
Stars: ✭ 82 (-41.43%)
Mutual labels:  reactivex
Ayanami
🍭 A better way to react with state
Stars: ✭ 129 (-7.86%)
Mutual labels:  reactivex
Fable.reaction
Fable Reaction - Reactive (AsyncRx) for F# Elmish and Fable
Stars: ✭ 122 (-12.86%)
Mutual labels:  reactivex
Oreilly reactive python for data
Resources for the O'Reilly online video "Reactive Python for Data"
Stars: ✭ 98 (-30%)
Mutual labels:  reactivex

Experiments

This repository contains a bunch of stand alone experiments I'm using to evaluate different technologies.

Quick note about security vulnerabilities

The code in this repository uses versions of Angular from a few years ago, and I am not actively updating them to reflect the latest versions of things. As a result there are identified security vulnerabilities in this repository, so be aware should you choose to use this code.

Running these experiments

Most of these experiments require just a simple http server. I use the standard http-server available via npm:

npm install -g http-server

Then when inside one of the folders just run to start the server and disable all caching

> http-server -c-1

Starting up http-server, serving ./
Available on:
  http://10.210.116.141:8080
  http://192.168.56.1:8080
  http://127.0.0.1:8080
Hit CTRL-C to stop the server

You can also use live-server to get similar functionality but with automatic reloading when any of your served pages changes.

The list

Here's an overall list of what's in here:

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