Skip to content

Instantly share code, notes, and snippets.

View dferens's full-sized avatar

Dmytro Ferens dferens

View GitHub Profile
@auberginehill
auberginehill / Disable-Defrag.ps1
Last active November 4, 2023 13:39
A Windows PowerShell script for disabling the automatic disk defragmentation.
<#
Disable-Defrag.ps1
#>
# Requires administrator rights
# Note: This script is mainly intended to use with systems with SSD drives, and is not particularly well suitable for systems with "traditional" HDD drives (with rotating disks).
# Note: The computer will be automatically rebooted at the end of this script (the first Step 5)
$path = $env:temp
$empty_line = ""
@jfpuget
jfpuget / Mandelbrot Speed.ipynb
Created January 31, 2016 10:16
How To Quickly Compute The Mandelbrot Set In Python: an experiment with parallelism and gpu computing using Numpy, Numexpr, Numba, Cython, PyOpenGL, and PyCUDA.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.