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 / web_scraping.ipynb
Created February 9, 2022 10:52 — forked from nikhilkumarsingh/web_scraping.ipynb
Web Scraping using XPath and Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Kamalabot
Kamalabot / codeswing.json
Last active June 23, 2022 16:53
FCC: D3 Tree Map
{
"scripts": [],
"styles": [],
"layout": "splitBottom"
}
@Kamalabot
Kamalabot / fcc-d3-choropleth-map.markdown
Created June 20, 2022 15:45
FCC: D3 Choropleth Map
@Kamalabot
Kamalabot / codeswing.json
Last active June 23, 2022 09:02
FCC: D3 Bar Chart
{
"scripts": [
"react",
"react-dom"
],
"styles": [],
"layout": "splitBottom"
}
@Kamalabot
Kamalabot / index.html
Last active June 22, 2022 16:09 — forked from biovisualize/index.html
Simple D3 tooltip
<!DOCTYPE html>
<html >
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.8/d3.min.js" type="text/JavaScript"></script>
</head>
<body>
<div class="example_div"></div>
<script type="text/javascript">
var tooltip = d3.select("body")
.append("div")
@Kamalabot
Kamalabot / codeswing.json
Last active June 23, 2022 11:50
FCC: D3 Scatter Plot
{
"scripts": [],
"styles": [],
"layout": "splitBottom"
}
@Kamalabot
Kamalabot / QuoraAnswers.csv
Last active January 22, 2024 17:58
The gist will be the source for multiple data sets
We can't make this file beautiful and searchable because it's too large.
slNo,Questions,Answers,Questions_formed,Answers_formed
0,Im-a-high-school-student-and-Im-interested-in-AI-Where-do-I-start-looking-into-it,"Start by learning to program and problem solving using computer languages.
AI is, what you call a self programming program. You give the AI program the data, it will comes out with its own model program to solve the problem.
If that is correct then, you as a human first need to know how to program, and check whether AI has programmed itself correctly. If you find an error in AI behaviour, then you jump in and correct the relevant code.
Learn problem solving by posting your code to online judges. I have written about it in another question. Search for it, you will get some good idea.
Language easiest to pickup currently are, Python, R and recently Julia is becoming popular. Once you master one language then think about C++
have good time learnin.",Im a high school student and Im interested in AI Where do I start looking into it?,Start by learning to program and problem sol
@Kamalabot
Kamalabot / WebGL-WebGPU-frameworks-libraries.md
Created July 30, 2022 06:25 — forked from dmnsgn/WebGL-WebGPU-frameworks-libraries.md
A collection of WebGL and WebGPU frameworks and libraries

A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.

Engines and libraries

  • three.js: JavaScript 3D library
  • stack.gl: an open software ecosystem for WebGL, built on top of browserify and npm.
  • PixiJS: Super fast HTML 5 2D rendering engine that uses webGL with canvas fallback
  • Pex: Pex is a javascript 3d library / engine allowing for seamless development between Plask and WebGL in the browser.
  • Babylon.js: a complete JavaScript framework for building 3D games with HTML 5 and WebGL
  • Filament: Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS and WASM/WebGL
  • ClayGL: A WebGL graphic library