Skip to content

Instantly share code, notes, and snippets.

@Nzen
Nzen / np 181012 resize_image.py
Last active October 13, 2018 02:19
resize centered
'''
cli args- src_hi src_wid targ_hi targ_wid
prints the steps to take to resize
'''
from sys import argv
def resize_instructions( src_hi, src_wid, targ_hi, targ_wid ) :

Keybase proof

I hereby claim:

  • I am Nzen on github.
  • I am nzen (https://keybase.io/nzen) on keybase.
  • I have a public key whose fingerprint is BBB8 8C10 8301 38C5 BD88 986B E0E0 7587 32D3 D2A5

To claim this, I am signing this object:

@Nzen
Nzen / readme.md
Last active December 7, 2022 22:10
JavaDoc dark theme

What is this?

A css to replace the light version that Oracle serves. I like dark themes for the webpages that I read. All that must be done is change the stylesheet link in the pages you use or to nest the pages at the appropriate level.

@Nzen
Nzen / color.css
Last active August 29, 2015 14:04
Wikipedia <head> minified
body
{ background-color:Black;
color:Silver; }
h1
{ text-align:center; }
tr
{ background-color:Black;
color:Silver; }
a:link
{ color:Crimson; }
@Nzen
Nzen / run_sd.py
Last active August 29, 2015 14:04
CLI script prints the absolute path folder hierarchy and alternates with /* to catch the files.
import os
def main() :
command = "sdelete.exe "# or "echo " for testing
folder_flag = "-r "
here = os.getcwd()
the_files = "\\*"
current = ""
for_bash = ""
for directory_tuple in os.walk( here, False ) : # top dir, start from top?
@Nzen
Nzen / Projects.md
Last active December 5, 2022 23:15 — forked from nivertech/about.md
Programming Achievements: How to Level Up as a Developer

Top Plate

  • Vacation scheduler (printable date constraint calendar)
  • (BR) Model class generator (finish the data type analysis)
  • java certification
  • Website compiler from gradle or cocoon

Projects

  • Vacation scheduler (printable date constraint calendar)