Strika
Zen and the Art of Technology
Menu Close
  • Home
  • Portfolio
  • Articles
  • Github
  • Wiki

Scripting

0

Python – Alternate standard-library implementation of NLTK concordance() that allows saving output

Posted on January 21, 2017
Python

I need the functionality of NLTK’s concordance() for something I’m working on, but rather than struggle with not being able to download its components through corporate proxies, adding NLTK as a dependency to my project and still not being able to… Continue Reading →

Portfolio, Programming, Python, Scripting nltk, Python
0

Microsoft VBA – Breakpoint won’t clear

Posted on September 25, 2014
Microsoft

Just fixed a weird issue where I had set a breakpoint, done some coding, cleared it, yet every time I executed the script it would stop at the ghost breakpoint all over again. In this case, clicking on Debug >… Continue Reading →

MS Office, Scripting
0

Python File Sorter

Posted on August 14, 2014

# sys required to access arguments import sys; from os import listdir, makedirs; # listdir required to access OS-related stuff from os.path import isfile, isdir, join; # required to determine whether something is a file from shutil import move; #lets… Continue Reading →

Portfolio, Python, Scripting Python
0

Windows – Ping/NSLookup Tool

Posted on May 15, 2009
Windows Classic

:begin cls @echo off echo Swiss Army Chainsaw echo ******************* echo. echo (1) Ping x10 to TXT echo (2) NSLookup to TXT echo (3) Continuous Ping Onscreen echo (4) Ping Router/Server to TXT echo. echo (0) Exit echo ___________________ echo.… Continue Reading →

Portfolio, Projects, Scripting, Windows
0

Bash File Sorter

Posted on May 1, 2009
Linux

#!/bin/bash # This script only works specifically on files that follow a specific naming system. # It parses the first three letters after the first position and creates directories # using those three letters.  It should then move the files… Continue Reading →

Linux, Portfolio, Projects, Scripting Bash
0

C++ (pseudo)random number generation

Posted on February 18, 2009

The following code will generate a (pseudo)random number. srand(time(0)); cout << rand() << endl; The first line seeds the random number generator based on the current time. This only needs to be called once. The second line outputs a random… Continue Reading →

Articles, Scripting
0

C++ Increment and Decrement Operators

Posted on February 13, 2009

++variable will add 1 to a variable. variable++ will also add 1 to a variable. Assuming variable = 3; Where the format matters is when doing complex operations. ++variable * 10 will be equivalent to 4 * 10, whereas variable++… Continue Reading →

Articles, Scripting

About

In a past life, I was a data entry clerk who quickly got tired of lost productivity due to cumbersome user interfaces and set out to do something about it.

I have a passion for increasing business efficiency at both the user and systems levels, while also being mindful of the need for information security.

Having a B.S. in Information Security and Assurance, I've found my niche in web/relational database development, which I have been doing for several years now.

  • Popular
  • Latest
  • Tags
  • Ubuntu

    Ubuntu 9.04, NVIDIA – Failed to parse xorg.conf

    69 Comments
  • Nissan

    2003 Nissan Sentra – How to replace the brake light switch

    10 Comments
  • Ubuntu

    Ubuntu 9.04 – Installing the BCM4309 using NDISwrapper

    8 Comments
  • Ubuntu

    Ubuntu 9.04, Dell Vostro 1520

    6 Comments
  • XBox

    XBOX Softmod – Can’t copy the installer to the hard drive

    4 Comments
  • Ubuntu

    Ubuntu 14.04 – How to properly mount a CIFS share as a normal user

    4 Comments
  • Ubuntu

    mount.cifs: permission denied: no match for /media/cifs found in /etc/fstab

    4 Comments
  • XenServer Logo

    How to export a FreeNAS NFS share as a XenServer NFS VHD SR

    4 Comments
  • Scion

    2008 Scion xD – How to find and clear a clog in the evaporator drain hose

    3 Comments
  • Asus RT-N12 Repeater Mode

    3 Comments
  • Microsoft Modern Logo

    Windows Server 2012 – DHCP error 20079: The specified servers are already present in the Directory Service

    3 Comments
  • Success

    Deploying a Django app (to Dreamhost)

    3 Comments
  • Python

    Django: ‘WSGIRequest’ object has no attribute ‘user’

    April 21, 2017
  • Python

    Python – Alternate standard-library implementation of NLTK concordance() that allows saving output

    January 21, 2017
  • Python

    Python – Are Threads or Processes more appropriate for disk I/O-bound operations?

    January 16, 2017
  • Django pretty JSON

    Django – Format JSON strings to be human-readable in Admin pages

    December 22, 2016
  • Android

    Android – Google Hangouts messages received late, no notification, long delay

    October 03, 2016
  • Success

    Deploying a Django app (to Dreamhost)

    October 01, 2016
  • Black Hat SEO

    How to find and remove malware on a hacked WordPress site

    August 03, 2016
  • Linux

    CentOS 7 Deployment Notes

    May 21, 2016
  • Python/Twisted – Various import errors

    November 29, 2015
  • Ubuntu 15.04 MaaS – iscsistart connection refused

    July 02, 2015
  • XenServer Logo

    How to export a FreeNAS NFS share as a XenServer NFS VHD SR

    June 15, 2015
  • Ubuntu

    mount.cifs: permission denied: no match for /media/cifs found in /etc/fstab

    June 15, 2015
Ubuntu Python Linux Magento Django Android Windows Server 2012 CakePHP CIFS Samba NAS XenServer Ubuntu MaaS MaaS CentOS SSH NFS Malware Twisted nltk Hashing Laptops Drivers Dreamhost Cryptography Windows SHA1 FreeNAS Migration Unix Samsung Encryption Deployment threading Wordpress Tkinter OpenPhoto Trovebox Nikon D5100 Nikon Broadcom NetBalancer Resource Monitor Windows Server 2008 Windows 8 Hotspots DHCP Tunneling JSON Firewall Apache Windows 7 Aptana EC2 Ultimo Bash Outlook T-Mobile Nexus Family Mobile SOCKS io multiprocessing Google Analytics Active Directory

Categories

  • Articles
  • Automotive
  • Cloud
  • Ecommerce
  • Hardware
  • HTML/CSS
  • Language
  • Linux
  • MS Office
  • Networking
  • Photography
  • PHP
  • Portfolio
  • Programming
  • Projects
  • Python
  • Scripting
  • Security
  • SQL
  • Storage
  • Uncategorized
  • Virtualization
  • Windows
© 2022 Strika. All rights reserved.
Hiero by aThemes