Tagged: myself

0

Total commander settings

Had to stash my totalcommander settings 😎 wincmd.ini [Layout] ButtonBar=1 ButtonBarVertical=1 DriveBar1=0 DriveBar2=0 DriveBarFlat=1 InterfaceFlat=1 DriveCombo=1 DirectoryTabs=1 XPthemeBg=0 CurDir=1 TabHeader=1 StatusBar=1 CmdLine=0 KeyButtons=0 HistoryHotlistButtons=1 BreadCrumbBar=1 [Shortcuts] A+PGDN=cm_GoToDir A+PGUP=cm_GoToParent C+PGUP=cm_OpenNewTabBg C+D=cm_DirectoryHotlist C+E=cm_SrcCustomViewMenu CS+H=cm_SwitchHidSys CS+Q=cm_SrcQuickInternalOnly CS+SPACE=cm_CountDirContent F2=cm_RenameOnly F7=cm_MkDir F9=cm_CreateShortcut F10=cm_GoToFirstFile F11=cm_GetFileSpace F12=cm_SetAttrib...

0

Keypirinha settings

Need to stash my Keypirinha settings, [app] hotkey_run = Alt+Space launch_at_startup = yes [gui] theme = MediumLayout, SolarizedDarkColors geometry = persistent always_on_top = yes escape_always_closes = yes retain_last_search = yes   No related posts.

0

python web scraping (stockfetcher.com pull)

Python code below, It fetches all contents from 5 urls, general discussion, filter exchange, public filters, stock picks and indicators. Destination dir: /tmp File type: csv   #!/usr/bin/env python from lxml import html import requests import csv import sys import...

0

python web scraping (finviz pull)

Python code below, #!/usr/bin/env python from lxml import html import requests import csv import sys import os import humanize # Helper URL # http://python-docs.readthedocs.io/en/latest/scenarios/scrape.html curr_arg = 1 for arg in sys.argv: print “Argument ” + str(curr_arg) + “: ” +...

0

gdm2mdm converter

Are you on Linux Mint and are not finding Login window themes? Now you can convert your fancy looking GDM login themes to Mint MDM format. I wrote a small app that does the conversion for you. You can as...