Skip to content

Instantly share code, notes, and snippets.

View kvedala's full-sized avatar

Krishna Vedala kvedala

View GitHub Profile
@kvedala
kvedala / Wiki plots in simple SVG.ipynb
Last active July 29, 2023 12:38
Generate SVG graphs using linear, quadratic and cubic Bezier curve interpolation.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kvedala
kvedala / main.go
Created May 27, 2022 21:03
Generating JWT Tokens with random secret key in golang
package main
import (
"crypto/hmac"
"crypto/sha512"
"fmt"
"log"
"math/rand"
"time"
@kvedala
kvedala / c-algorithms.ipynb
Last active July 21, 2020 22:54
Compile and run C Algorithms
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kvedala
kvedala / spirograph.ipynb
Last active July 2, 2020 15:20
Spirograph
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kvedala
kvedala / Jacobian to solve linear system.ipynb
Last active June 25, 2020 19:28
Jacobian to solve linear system.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kvedala
kvedala / LU Decomposition.ipynb
Last active June 8, 2020 18:19
LU Decomposition
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kvedala
kvedala / notebook.ipynb
Last active May 15, 2020 00:51
Hill Cypher - Python and Cython
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kvedala
kvedala / Madelbrot optimization.ipynb
Last active April 29, 2020 03:13
Mandelbrot optimization
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kvedala
kvedala / fast polynomial roots.ipynb
Last active April 29, 2020 03:02
Durand-Kerner Roots - Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kvedala
kvedala / -sorting-algorithms-quick-sort-and-shell-sort.ipynb
Created April 29, 2020 02:42
Sorting algorithms - Quick sort and Shell sort
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.