Skip to content

Instantly share code, notes, and snippets.

View eztinkerdreams's full-sized avatar

Erick McQueen eztinkerdreams

  • Dallas, TX
View GitHub Profile
@brunnels
brunnels / DeviceDataRepository.java
Last active November 9, 2021 05:10
Generic REST Query Language with RSQL for Spring Data JPA
package org.kraven.repository;
import org.kraven.domain.DeviceData;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/**
* Spring Data JPA repository for the DeviceData entity.
*/
@SuppressWarnings("unused")
public interface DeviceDataRepository extends JpaRepository<DeviceData,Long>, JpaSpecificationExecutor<DeviceData> {
@satomacoto
satomacoto / README.md
Last active June 27, 2024 02:14
Install pyenv and conda

Install pyenv

$ brew update
$ brew install pyenv

Check available versions and install