Skip to content

Instantly share code, notes, and snippets.

View franTarkenton's full-sized avatar
🌵

Guy Lafleur franTarkenton

🌵
View GitHub Profile
@franTarkenton
franTarkenton / js_is_silly.md
Last active August 30, 2024 23:27
Stoopid Javascript

Demo what I would expect

class Demo:
    var = 10

    def add(self, addNum):
        print(f'adding {addNum} and {self.var} ')
@franTarkenton
franTarkenton / micromamba.md
Last active May 29, 2024 18:43
Install arcgis module with micromamba

Overview

Micromamba is orders of magnitute faster than other conda envs, combined with a small simple installation

Install - Linux / WSL

"${SHELL}" <(curl -L micro.mamba.pm/install.sh)

@franTarkenton
franTarkenton / vscode_python.md
Last active May 29, 2024 18:43
VSCode / Python Setup
@franTarkenton
franTarkenton / smk_starting.md
Last active September 14, 2023 15:00
Overview of getting started with SMK, as well as how to deploy.

Overview

This is mostly notes to help me with remember what I have to do if I'm creating an SMK app.

  • creating an smk project
  • configuring API Gateway for vanity url
  • deployment using smk deployment

Getting Started

Node

@franTarkenton
franTarkenton / R_versioning.md
Created June 30, 2023 20:53
R environment and version management

Overview

These are some notes on how to manage R versions and then specific project dependencies

R Versions

Found this tool rig to help with managing multiple versions of R on WSL/Ubuntu

Install new version

@franTarkenton
franTarkenton / GTS_CrapPRO_venv.md
Created May 17, 2023 21:27
How to get virtualenv working based on an arcpro conda env

Creating a virtualenv based on a terrible conda env (ARCPRO)

@franTarkenton
franTarkenton / Node.md
Created March 22, 2023 16:53
Notes on getting started with Node

Initiate the rebase

git fetch origin main
git pull origin main --rebase

Resolve conflicts

@franTarkenton
franTarkenton / multiple_python.md
Last active February 14, 2024 17:56
Quick guide to managing multiple versions of python in WSL / ubuntu