Skip to content
Tuesday, September 22, 2026

Developer.ps

Developer notes

Category: Python

  • Home
  • Python
  • Python

Python – Get files modification date within a period of time

  • Dirar Abu Kteish
  • July 18, 2017
  • 0
  • Python

Python Script to set file dates

  • Dirar Abu Kteish
  • July 8, 2017
  • 0

#!/usr/bin/python # -*- coding: utf-8 -*- import sqlite3 as lite import os, csv, sys, subprocess, hashlib, time from datetime import timedelta, datetime, tzinfo import platform […]

  • Python

Python script to extract file Creation dates

  • Dirar Abu Kteish
  • July 8, 2017
  • 0

#!/usr/bin/env python import os, csv, sys, subprocess, hashlib, time, pytz from datetime import timedelta, datetime, tzinfo import pytz import tzlocal writer = csv.writer(sys.stdout, quoting=csv.QUOTE_ALL) il […]

  • Cisco
  • Networking
  • Python

A Python Script to Backup Cisco Routers and Switches

  • Firas Shamasneh
  • March 20, 2017
  • 0

#!/usr/bin/python import pexpect,sys,string,os,time,subprocess,getpass if len(sys.argv) !=2: print (“usage: backup [user@]hostname”) else: input_data = sys.argv[1] data=input_data.split(“@”) switch_un = data[0] switch_ip = data[1] switch_pw1 = getpass.getpass(“Enable Password:”) […]

Github

Recent Posts

  • SMS Password Reset for Moodle: A Simple Plugin Approach
  • Arcade 02 – Arcade machine with Coin Acceptor
  • Full Arcade Cabinet
  • Atari 2600 Static Sound Problem
  • Arduino, LCD & buttons

Archives

  • May 2026
  • December 2024
  • December 2022
  • March 2020
  • December 2019
  • October 2018
  • April 2018
  • November 2017
  • August 2017
  • July 2017
  • March 2017
  • November 2016
  • October 2016
  • August 2016
  • May 2016
  • February 2016

Categories

  • Amazon EC2
  • ASA
  • Centos
  • Cisco
  • Freenas
  • Hardware
  • Linux
  • Moodle
  • Networking
  • PHP
  • Powershell
  • Python
  • Security
  • SUPERMICRO
  • Toyota Corolla
  • Uncategorized
  • Video Game Console
Copyright © 2026 Developer.ps Theme: Terminal News By Adore Themes.