#
codebase
Here are 77 public repositories matching this topic...
JavaScript architecture diagrams and dependency graphs
javascript
cli
flow
typescript
component
js
diagram
architecture
generate
uml
visualisation
ts
plantuml
codebase
-
Updated
Jul 6, 2020 - JavaScript
Advanced Java library for integration testing, mocking, faking, and code coverage
-
Updated
Apr 13, 2020 - Java
RAD: Reinforcement Learning with Augmented Data
deep-neural-networks
reinforcement-learning
deep-learning
deep-reinforcement-learning
rad
deep-learning-algorithms
rl
codebase
deep-q-network
sac
deep-q-learning
ppo
deeplearning-ai
model-free
off-policy
dm-control
data-
soft-actor-critic
data-augmentations
mujoc
-
Updated
May 11, 2020 - Jupyter Notebook
Research platform for 3D object detection in PyTorch.
real-time
detection
voxel
point-cloud
pytorch
perception
lidar
codebase
object-detection
autonomous-vehicles
3d-deep-learning
-
Updated
Mar 10, 2020 - Python
betterer makes it easier to make incremental improvements to your codebase
-
Updated
Jul 11, 2020 - TypeScript
Motion Fused Frames implementation in PyTorch, codes and pretrained models.
-
Updated
Jun 30, 2020 - Python
Rukofamicom
commented
Apr 15, 2020
Join this discord server if you're interested in helping with this bounty: http://discord.gg/Q32uPCS
This exists as an extension of issue #1290 to apply a bounty to a specific family
There is a **[$20 open bounty](https://www.bountysource.com/issues/91011635-finish-xenobiology-slime-crossbreeds-bluespace-dominant-crossbreeds?utm_campaign=plugin&utm_content=trac
A set of tools for convenient technical analysis of web applications built with Ruby and Ruby on Rails. Now you don't need to set up and configure every single gem. Use Inquisition gem instead.
lint
open-source
ruby-gem
opensource
code-analysis
codebase
technical-analysis
ruby-gems
open-source-project
ruby-gems-api
-
Updated
Apr 15, 2020 - Ruby
A New, Interactive Approach to Learning HTML and CSS
api
npm
website
bundler
html5
webpage
webcomponents
accessibility
bem
css3
html-tags
codebase
code-optimization
reusability
bem-css
css-preprocessors
-
Updated
May 27, 2020 - HTML
elm-lint lints Elm source code, to add additional guarantees to your project.
-
Updated
Sep 30, 2019 - Elm
The evolution of JMockit APIs: smaller, simpler, safer, and still powerful
-
Updated
Oct 22, 2017 - Java
MUE (X11) - DISCONTINUED
-
Updated
Oct 8, 2018 - C++
SUNRISE: A Simple Unified Framework for Ensemble Learning in Deep Reinforcement Learning
deep-neural-networks
reinforcement-learning
deep-learning
deep-reinforcement-learning
rainbow
rl
codebase
deep-q-network
sac
deep-q-learning
mujoco
model-free
off-policy
dm-control
soft-actor-critic
-
Updated
Jul 10, 2020 - Python
CodeBase is a C-based library to read, write and manage DBF type tables and indexes.
-
Updated
Mar 22, 2020 - C
CaDM: Context-aware Dynamics Model for Generalization in Model-based Reinforcement Learning
reinforcement-learning
deep-learning
deep-reinforcement-learning
deep-learning-algorithms
rl
codebase
mujoco
model-based
ppo
-
Updated
May 20, 2020 - Python
codebase / boilerplate with design pattern DDD + CQRS based on nodejs
-
Updated
Mar 31, 2019 - JavaScript
A basic android starterkit based on MVVM using clean architecture, LiveData, Kotlin Coroutines, Retrofit, Room, Koin, etc.
android
kotlin
slack
room
movies
coroutines
starter-template
starter-kit
facebook-login
retrofit2
codebase
modularization
googlelogin
livedata
fastlane-android
koin
-
Updated
May 9, 2020 - Kotlin
Python binding for the CodeBase-for-DBF data table engine, plus tools for spreadsheet access and other functions
xbase
codebase
database-access
dbf
python27
python36
no-sql
vfp
python37
vfp-tables
dbf-to-excel
excel-to-dbf
codebase-dbf
vfp-table-access
python-codebase
dbf-tables
dbf-data
data-persistance
-
Updated
Oct 6, 2019 - Python
Android代码库-各种控件-框架-动画效果,Android,codeLibrary,codebase
-
Updated
Mar 12, 2020 - Java
Improve this page
Add a description, image, and links to the codebase topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codebase topic, visit your repo's landing page and select "manage topics."
If I look in
config\cors.phpit has a line:'allowedOrigins' => env('CORS_ALLOWED_ORIGINS') ? explode(',', env('CORS_ALLOWED_ORIGINS')) : ['*'],I was unable to get anything working until I had set an environment variable
CORS_ALLOWED_ORIGINSto match the domain name where the frontend is. When I set that env var to be a string that matched the ORIGIN domain name then things worke