Skip to content

Instantly share code, notes, and snippets.

View gdelfino's full-sized avatar

Gustavo Delfino gdelfino

  • ZF Group
  • Michigan, USA
View GitHub Profile
@PSGM
PSGM / NTFS_File_System_limitation.md
Last active July 30, 2023 13:20
NTFS File System limitation

NTFS file system limitation

Problem description:

Under certain circumstances applications and utilities may fail with one (or more) of the following symptoms

  • Error 0x80070299
  • The requested operation could not be completed due to a file system limitation
  • Insufficient system resources exist to complete the requested service
@brucemcpherson
brucemcpherson / cRest.cls
Last active July 29, 2021 21:59
Excel rest library
'gistThat@mcpher.com :do not modify this line - see ramblings.mcpher.com for details: updated on 15/10/2013 10:52:06 : from manifest:5055578 gist https://gist.github.com/brucemcpherson/3423885/raw/cRest.cls
' This is a generalized class for dealing with rest queries
Option Explicit
' v2.13
'for more about this
' http://ramblings.mcpher.com/Home/excelquirks/classeslink/data-manipulation-classes
'to contact me
' http://groups.google.com/group/excel-ramblings
'reuse of code
' http://ramblings.mcpher.com/Home/excelquirks/codeuse
@g3d
g3d / gist:2709563
Last active February 7, 2024 15:21 — forked from saetia/gist:1623487
Clean Install – OS X 10.11 El Capitan
# Write for and in Ruby 1.9 with 1.8 support in mind.
if RUBY_VERSION < '1.9' # or unless RUBY_VERSION >= '1.9'
# compatibility backports, monkey patches get required here.
end