Skip to content
View LuddeOnGit's full-sized avatar
  • Norway

Block or report LuddeOnGit

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. PhysicsCalc PhysicsCalc Public

    A python program that makes calculations in physics easier

    Python 3

  2. These are snippets for the headers u... These are snippets for the headers used in the CS159 course at Purdue University. Add them to your user snippets in vscode to use as normal
    1
    "Homework Header":{
    2
    		"prefix": ":hhw",
    3
    		"body": ["/*****+**-*-***------**-***-**-**----*******--******************************","*","*  Homework #: ${1:homework number}","*","*  Academic Integrity Statement:","*","*  I have not used source code obtained from any other unauthorized source, ","*  either modified or unmodified.  Neither have I provided access to my code","*  to another. The effort I am submitting is my own original work.","*","*  Program Description: ${2:description}","*","*","******+**-*-***------**-***-**-**----*******--*****************************/","$0"],
    4
    		"description": "Homework header for CS 159 at Purdue University"
    5
    	},