Skip to content
#

burst

Here are 93 public repositories matching this topic...

canvas-confetti
catdad
catdad commented Feb 22, 2019
function setupCanvas(canvas) {
  // Get the device pixel ratio, falling back to 1.
  var dpr = window.devicePixelRatio || 1;
  // Get the size of the canvas in CSS pixels.
  var rect = canvas.getBoundingClientRect();
  // Give the canvas pixel dimensions of their CSS
  // size * the device pixel ratio.
  canvas.width = rect.width * dpr;
  canvas.height = rect.height * dpr;
feature request good first issue

gr-eventstream is a set of GNU Radio blocks for creating precisely timed events and either inserting them into, or extracting them from normal data-streams precisely. It allows for the definition of high speed time-synchronous c++ burst event handlers, as well as bridging to standard GNU Radio Async PDU messages with precise timing easily.

  • Updated Sep 20, 2017
  • C++

Improve this page

Add a description, image, and links to the burst topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the burst topic, visit your repo's landing page and select "manage topics."

Learn more