Skip to content

Instantly share code, notes, and snippets.

View nitya's full-sized avatar
🎯
Adventuring in AI Land

Nitya Narasimhan nitya

🎯
Adventuring in AI Land
View GitHub Profile
@nitya
nitya / wwg-go-tutorial.md
Last active October 27, 2015 09:00
WomenWhoGo-GoTutorials: Troubleshooting
@nitya
nitya / Anaconda Review
Created February 3, 2017 16:08
Quick Anaconda Review (for Udacity Deep Learning ND Foundations Program)
# Anaconda
* Distribution of libraries and software specifically built for data science.
* Conda = package and environment manager
* Best practices = create a new enviornment for each chapter
* Then use "conda install" to install dependencies (modules)
* Use "conda list" to view all installed package in the environment
* You can also export the environment (package listing) to a file. Share that with others to enable them to replicate your environment when running code.
### Installing Anaconda
@nitya
nitya / index.html
Last active April 29, 2018 20:12
DartLang 101-1
<script type="text/javascript" src="https://www.google.com/jsapi">
</script>
<h2>Hello Dart World!</h2>
<section>
<p>
This program simply prints out "hello" the specified number of times, on the default Javascript console.
Run it via the DartPad browser app using
<a href="https://dartpad.dartlang.org/a1b9a622f83209ecd5c5fed95c2a04fd>"> this link </a>
@nitya
nitya / FlutterDoctor-Feedback
Last active May 10, 2020 17:11
Flutter Doctor output
$ flutter doctor
[✓] Flutter (Channel stable, v1.17.0, on Mac OS X 10.14.6 18G3020, locale en-US)
[✗] Android toolchain - develop for Android devices
✗ Unable to locate Android SDK.
Install Android Studio from: https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK components.
(or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).
If the Android SDK has been installed to a custom location, set ANDROID_SDK_ROOT to that location.
You may also want to add it to your PATH environment variable.
@nitya
nitya / markmap.md
Last active August 4, 2021 18:26
AI Edge Engineer: Learning Path

AI Edge Engineer: 17 Modules


INTRO to Azure IOT | 31 min

What is Azure IOT?

How does Azure IOT Work?

When should you use Azure IOT?


INTRO to Azure IOT Hub | 28 min

What is Azure IOT Hub?

How does Azure IOT Hub Work?

@nitya
nitya / markmap.md
Last active January 29, 2022 20:01
Data Ethics Markmap

Data Science and Ethics

1. Fundamentals

1.1 What is Ethics?

1.2 Why is it needed?

1.3 History of Ethics

1.4 Ethics Concepts

1.5 Ethics Principles

PWA For Beginners

1. Core Concepts

1.1 Introduction

1.1.1 What is a PWA?

1.1.2 Why learn PWA development?

1.1.4 Relevant Reading

@nitya
nitya / markmap.md
Last active January 30, 2022 16:58
Playwright.FYI
@nitya
nitya / sw.js
Created February 17, 2022 03:45
DevTools Tips | sw.js
self.importScripts('/assets/localforage-1.10.0.min.js');
// UPDATED: 2/2/22
const CACHE_NAME = 'devtools-tips-v3';
const INITIAL_CACHED_RESOURCES = [
'/',
'/offline/',
'/all/',
'/browser/edge/',