Skip to content

Instantly share code, notes, and snippets.

View sushantlp's full-sized avatar
:electron:
Focusing

sushant sushantlp

:electron:
Focusing
  • Bangloare India
View GitHub Profile
@gkhays
gkhays / DrawSineWave.html
Last active March 4, 2025 13:49
Oscillating sine wave, including the steps to figuring out how to plot a sine wave
<!DOCTYPE html>
<html>
<head>
<title>Sine Wave</title>
<script type="text/javascript">
function showAxes(ctx,axes) {
var width = ctx.canvas.width;
var height = ctx.canvas.height;
var xMin = 0;
@technmsg
technmsg / cyber-books.md
Last active February 11, 2025 10:47
Textbooks, free to good home

A selection of computer textbooks, ranging the gamut from system administration to low-level hardware to cyber security management. All in excellent condition, some never opened.

Free to a good home if you'll cover shipping, although some of them are old enough that they'd be cheaper to order from Amazon directly.

Unclaimed books will be donated to The Book Thing of Baltimore.

Computer Hardware

@dcneiner
dcneiner / gist:1137601
Created August 10, 2011 17:48
List of Inherited CSS
Consolidated lists of CSS properties that are inherited by default.
Taken from http://www.w3.org/TR/CSS21/propidx.html
--------------------------------------------------------------------
One item not in the list was "text-decoration" which affects child elements. A few new properties (text-shadow) also affect child elements
List
azimuth
border-collapse