Skip to content

Instantly share code, notes, and snippets.

View Kamalabot's full-sized avatar
💭
Working on Pytorch and Python Coding

Kamalabot

💭
Working on Pytorch and Python Coding
View GitHub Profile
@Kamalabot
Kamalabot / [email protected]
Created August 10, 2022 00:08
Files for doing the Google Analytics Course File
We can't make this file beautiful and searchable because it's too large.
ride_id,rideable_type,started_at,ended_at,start_station_name,start_station_id,end_station_name,end_station_id,start_lat,start_lng,end_lat,end_lng,member_casual,tripduration
FE8815700C241AFF,classic_bike,2021-03-09T13:14:27Z,2021-03-09T13:21:32Z,Bissell St & Armitage Ave,13059,Clark St & Lincoln Ave,13179,41.91844,-87.65222,41.915689,-87.6346,member,425
990C72DC8EAF2D3A,classic_bike,2021-03-22T01:26:01Z,2021-03-22T09:11:01Z,Marine Dr & Ainslie St,KA1504000171,Clark St & Winnemac Ave,TA1309000035,41.9716,-87.650154,41.97334764047304,-87.6678554713726,casual,27900
AFD0F1009C540BEC,classic_bike,2021-03-07T17:14:05Z,2021-03-07T17:19:47Z,Broadway & Berwyn Ave,13109,Clark St & Winnemac Ave,TA1309000035,41.978353,-87.659753,41.97334764047304,-87.6678554713726,member,342
5FFD3164A72A72FE,classic_bike,2021-03-29T16:49:27Z,2021-03-29T17:29:21Z,Clinton St & 18th St,TA1307000044,Lincoln Ave & Diversey Pkwy,TA1307000064,41.85795,-87.640826,41.932225,-87.658617,member,2394
CE5BECAAF3602806,classic_bike,2021-03-21T14:01:29Z,
@Kamalabot
Kamalabot / docker-compose.override.yml
Created October 6, 2023 13:41 — forked from azigler/docker-compose.override.yml
An example configuration file for Sebastian Müller's ChatGPT/Mattermost bot
---
version: "3.7"
services:
chatbot:
container_name: chatgpt
image: yguy/chatgpt-mattermost-bot:latest
build: .
restart: unless-stopped
depends_on:
- mattermost