Skip to content

Instantly share code, notes, and snippets.

View anuragsatish's full-sized avatar

AnuragSatish anuragsatish

  • TARANA
  • Pune
View GitHub Profile
@anuragsatish
anuragsatish / deep_eq.py
Created July 22, 2020 16:52 — forked from samuraisam/deep_eq.py
Deep Equality Test for Nested Python Structures
#Copyright (c) 2010-2013 Samuel Sutch [samuel.sutch@gmail.com]
#
#Permission is hereby granted, free of charge, to any person obtaining a copy
#of this software and associated documentation files (the "Software"), to deal
#in the Software without restriction, including without limitation the rights
#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
#copies of the Software, and to permit persons to whom the Software is
#furnished to do so, subject to the following conditions:
#
#The above copyright notice and this permission notice shall be included in
@anuragsatish
anuragsatish / python-logging.md
Created July 13, 2018 18:38 — forked from mariocj89/python-logging.md
Understanding logging in Python

Logging trees

Introduction

When applications are running in production, they become black boxes that need to be traced and monitored. One of the simplest, yet main, ways to do so is logging. Logging allows us - at the time we develop our software - to instruct the program to emit information while the system is running that will be useful for us and our sysadmins.

@anuragsatish
anuragsatish / config data
Created August 3, 2013 14:13
config data
new config file generated data :
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 3.10.4 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"