Skip to content

Instantly share code, notes, and snippets.

View avspeed's full-sized avatar
🎯
Focusing

Team@AVSPEED avspeed

🎯
Focusing
  • AVSPEED
  • CARY, NC
View GitHub Profile
@avspeed
avspeed / ControlSnapshot.cs
Created February 22, 2019 10:22 — forked from jankurianski/ControlSnapshot.cs
Takes a screenshot of a Windows Forms control using BitBlt, making it work with CefSharp's WinForms.ChromiumWebBrowser
using System;
using System.Drawing;
using System.Drawing.Imaging;
using System.Runtime.InteropServices;
using System.Windows.Forms;
public class ControlSnapshot
{
public static Bitmap Snapshot(Control c)
{
@avspeed
avspeed / fill.html
Last active December 5, 2019 00:43
video fill container
<div id="test-container" style="
width: 100vw;
height: 100vh;
">
<video autoplay="" id="test-video" style="
width: 100vw;
height: 100vh;
object-fit: fill;
">
</video>
@avspeed
avspeed / test.json
Created January 4, 2023 20:10
test gist transalator
[
{
"translations":[
{
"text":"Halo, rafiki! Ulifanya nini leo?",