Skip to content

Instantly share code, notes, and snippets.

@fasteddys
fasteddys / 0-startup-overview.md
Created April 6, 2024 16:43 — forked from dideler/0-startup-overview.md
Startup Engineering notes
git clone https://github.com/stitionai/devika.git
conda create -n devika python=3.10
conda activate devika
which python
/usr/local/anaconda3/envs/devika/bin/python -m pip install -r requirements.txt
playwright install --with-deps
npm install
bun run dev
open new terminal
conda activate devika
@fasteddys
fasteddys / CCSQL
Created August 13, 2022 17:43 — forked from iamric/CCSQL
Call Center SQL
SELECT usercode, count(CAST(usercode AS int)) AS Total
FROM disposition with (nolock)
where disposition in ('SF', 'SR', 'SC')
GROUP BY usercode
SELECT enterpriseagentid as Agent, CONVERT(varchar, callstart, 101) AS Date, count(*) AS Minutes
FROM dbo.disposition with (nolock)
WHERE (usercode IN (20, 30, 31, 32, 33, 38, 50)) AND (callstart > '11/30/08')
@fasteddys
fasteddys / spotify-album.html
Created March 21, 2022 22:36 — forked from hubgit/spotify-album.html
HTML from an open.spotify.com album page
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="ie ie9" lang="en"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<script type="text/javascript">var NREUMQ=NREUMQ||[];NREUMQ.push(["mark","firstbyte",new Date().getTime()]);</script>
<title>Random Access Memories by Daft Punk on Spotify</title>