Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
View mdmitry1's full-sized avatar
:atom:
🦁
:atom:
🦁

Block or report mdmitry1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mdmitry1/README.md

Pinned Loading

  1. glitch glitch Public template

    A simple Node app built on Express, instantly up and running.

    HTML

  2. Reporting workweek number for curre... Reporting workweek number for current date or input date
    1
    Usage: ww.py [date]
  3. Firebase Hosting Fetch All Files Firebase Hosting Fetch All Files
    1
    # Fetch All Files from Firebase Hosting
    2
    
                  
    3
    This script fetches all of the files from the currently deployed version of a Firebase Hosting site.
    4
    You must be signed in via the Firebase CLI and have "Site Viewer" permission on the site in question
    5
    to be able to properly run the script.
  4. Decimal, hexadecimal and binary bidi... Decimal, hexadecimal and binary bidirectional convertors
    1
    MODULES=bin2dec dec2bin bin2hex hex2bin dec2hex hex2dec 
    2
    %: %.cpp
    3
    	g++ -O2 -o $@ $<
    4
    	strip $@
    5
    all: $(MODULES)
  5. Pytest: Calling a program with comma... Pytest: Calling a program with command line parameters
    1
    https://opensource.org/licenses/MIT
    2
    
                  
    3
    Copyright 2021 Dmitry Messerman
    4
    
                  
    5
    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files 
  6. Python Tkinter window running Tcl sc... Python Tkinter window running Tcl script
    1
    #!/usr/bin/tcsh -f
    2
    set w=`xdotool getwindowfocus`
    3
    set g=`xdotool getwindowgeometry $w | grep : \
    4
          | sort | awk '{print $2}' | tr '\012' ' ' | sed -e 's/ /+/' -e 's/,/+/' -e 's/$//'`
    5
    echo $g