Skip to content

Instantly share code, notes, and snippets.

View LNshuti's full-sized avatar

Leonce Nshuti LNshuti

View GitHub Profile
@LNshuti
LNshuti / deploy_dolly_v2.ipynb
Created April 30, 2023 13:40 — forked from timesler/deploy_dolly_v2.ipynb
Deploy Dolly v2.0 to SageMaker
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@LNshuti
LNshuti / countries_codes_and_coordinates.csv
Created April 23, 2022 20:11 — forked from tadast/countries_codes_and_coordinates.csv
Countries with their (ISO 3166-1) Alpha-2 code, Alpha-3 code, UN M49, average latitude and longitude coordinates
Country Alpha-2 code Alpha-3 code Numeric code Latitude (average) Longitude (average)
Afghanistan AF AFG 4 33 65
Albania AL ALB 8 41 20
Algeria DZ DZA 12 28 3
American Samoa AS ASM 16 -14.3333 -170
Andorra AD AND 20 42.5 1.6
Angola AO AGO 24 -12.5 18.5
Anguilla AI AIA 660 18.25 -63.1667
Antarctica AQ ATA 10 -90 0
Antigua and Barbuda AG ATG 28 17.05 -61.8
@LNshuti
LNshuti / rstudio_sparkr_emr4-proc.sh
Created November 11, 2018 13:46 — forked from tomz/rstudio_sparkr_emr4-proc.sh
rstudio_sparkr_emr4-proc.sh
#!/bin/bash
set -x -e
# AWS EMR bootstrap script
# for installing open-source R (www.r-project.org) with RHadoop packages and RStudio on AWS EMR
#
# tested with AMI 4.0.0 (hadoop 2.6.0)
#
# [email protected]
# 24. September 2014