# spikes **Repository Path**: stlstl/spikes ## Basic Information - **Project Name**: spikes - **Description**: Where ideas & concepts are born & incubated - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-17 - **Last Updated**: 2024-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spikes ![Novoda](https://blog.novoda.com/content/images/2016/11/novoda-logo-transparent-1.png) This is where we explore new ideas, hack around bug fixes and spark new code babies. Each top-level folder in this repository represents a spike that the Novoda team has worked on at some point in time. Explore the folder contents to find out more about these spikes. ## Graduating out of spikes When something matures and becomes big enough to deserve its own repository, Novodians can [split out](https://help.github.com/articles/splitting-a-subpath-out-into-a-new-repository/) the history of that project's folder into a new repository. If something isn't big enough to deserve its own repo it should be moved to [`android-demos`](https://github.com/novoda/android-demos) or [`ios-demos`](https://github.com/novoda/ios-demos). ## License All the contents of this repository are (c) Copyright Novoda. Sub-folders that don't specify a license explicitly are implied to offer their contents under the [Apache 2.0](https://apache.org/licenses/LICENSE-2.0) licence: ``` (c) Copyright Novoda Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```