Skip to content

Instantly share code, notes, and snippets.

View DK013's full-sized avatar
💭
Eat Lightning and Poop Thunder !

Deep Chakraborty DK013

💭
Eat Lightning and Poop Thunder !
View GitHub Profile
@fs-eire
fs-eire / how-to-build-onnxruntime-web-webgpu.md
Last active October 11, 2023 15:26
How to build and consume WebGPU ( 2023-08-19 )

How to build

Prerequisites

Build using the build_jsep.bat

Use the file js\build_jsep.bat. see its content for usage instruction

C:\code\onnxruntime>js\build_jsep d st

If it's the first time to build, perform a clean build

@EvanBacon
EvanBacon / apple-touch-startup-image.html
Created April 17, 2019 07:10
An example of full iOS PWA startup image (splash screen) support.
<html>
<head>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="apple-mobile-web-app-title" content="Expo" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link
rel="apple-touch-icon"
sizes="180x180"
@efranford
efranford / ObjectDictionary.cs
Created December 9, 2012 15:21
Unity3D: Class that behaves like a Dictionary<K, V>, but can still be serialized and edited by the Unity Editor.
// Copyright (c) 2012 Calvin Rien
// http://the.darktable.com
//
// This software is provided 'as-is', without any express or implied warranty. In
// no event will the authors be held liable for any damages arising from the use
// of this software.
//
// Permission is granted to anyone to use this software for any purpose,
// including commercial applications, and to alter it and redistribute it freely,
// subject to the following restrictions: