Skip to content
View deshikreddyp's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report deshikreddyp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
deshikreddyp/README.md

deshikreddyp.github.io

Personal academic website for Deshik Reddy Putluru, built as a static multi-page site.

Pages

  • index.html — home page and overview
  • projects.html — research and project highlights
  • coursework.html — graduate and undergraduate coursework
  • notes.html — curated notes overview
  • cv.html — CV page with instructions to add resume PDF

Local preview

Open index.html directly in a browser, or run a local static server:

python -m http.server 8000

Then visit http://localhost:8000.

Pinned Loading

  1. segment-surfaces segment-surfaces Public

    A set of tools for processing geometry meshes, converting STL to BREP, and marking boundaries with physical groups.

    Python 1

  2. myutils myutils Public

  3. Structural-FEM Structural-FEM Public

    My own code for solving complex structural problems in 1D and 2D

    MATLAB