Skip to content

Instantly share code, notes, and snippets.

View harryi3t's full-sized avatar
👻
Just do it

Harendra Singh harryi3t

👻
Just do it
  • Rippling
  • Bangalore
View GitHub Profile
&    separates commands on a line.

&&    executes this command only if previous command's errorlevel is 0.

||    (not used above) executes this command only if previous command's errorlevel is NOT 0

>    output to a file

>>    append output to a file
@harryi3t
harryi3t / index.html
Created October 30, 2019 14:19
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>7.0.0</title>
<style>
.color {
color: orange
}
</style>
@harryi3t
harryi3t / index.html
Created October 10, 2019 20:48
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<h3>Take a Screenshot</h3>
<i>Supports: Win, macOS, Linux <span>|</span> Process: Renderer</i>
<div>
@harryi3t
harryi3t / index.html
Created October 10, 2019 20:33
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<h3>Take a Screenshot</h3>
<i>Supports: Win, macOS, Linux <span>|</span> Process: Renderer</i>
<div>
@harryi3t
harryi3t / index.html
Created October 10, 2019 20:03
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<h3>Notification with image</h3>
<i>Supports: Win 7+, macOS, Linux (that supports libnotify)<span>|</span> Process: Renderer</i>
<div>
@harryi3t
harryi3t / index.html
Created October 10, 2019 20:02
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<h3>Basic notification</h3>
<i>Supports: Win 7+, macOS, Linux (that supports libnotify)<span>|</span> Process: Renderer</i>
<div>
@harryi3t
harryi3t / index.html
Created October 9, 2019 20:29
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<div>
<h1>Context Menu</h1>
<i>Supports: Win, macOS, Linux <span>|</span> Process: Main</i>
@harryi3t
harryi3t / index.html
Created October 9, 2019 18:43
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<div>
<h1>Supports: Win, macOS, Linux <span>|</span> Process: Main</h1>
<div>
@harryi3t
harryi3t / index.html
Created August 5, 2019 10:30
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Triaging GitHub 17933!</title>
</head>
<body>
<h1>Triaging Electron Issue GitHub #17933!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
We are using Node.js <script>document.write(process.versions.node)</script>,
@harryi3t
harryi3t / gpuinfo.txt
Created May 30, 2019 06:02
GPU information
From Chrome Browser
Graphics Feature Status
Canvas: Hardware accelerated
Flash: Hardware accelerated
Flash Stage3D: Hardware accelerated
Flash Stage3D Baseline profile: Hardware accelerated
Compositing: Hardware accelerated
Multiple Raster Threads: Enabled
Native GpuMemoryBuffers: Software only. Hardware acceleration disabled