df['colX_count']= df.colX.map(df.colX.value_counts())
source https://stackoverflow.com/a/55576813/1330381 great for pairing log records that appear in groups of a known size you wish to filter on by the group size
df['colX_count']= df.colX.map(df.colX.value_counts())
source https://stackoverflow.com/a/55576813/1330381 great for pairing log records that appear in groups of a known size you wish to filter on by the group size
import wave | |
import numpy as np | |
sample_rate = 44100 | |
def create_audio(freq): | |
""" | |
Create audio sample | |
""" | |
n_seconds = 2 |
https://humbleblogger.blogspot.com/2009/04/after-17-years-is-it-too-late-to-fix-c.html interesting historical piece on the subject. Touts the rich Java world in embracing plugins as well as some ObjectiveC industry hits.
Style
option configure Fixed Aspect Ratio
from the pulldown menu: set both width and height to 1.
this will constrain the selection tool to produce a perfect square however you drag out your selection to whatever sizeCenter the square markee selection over your portrait image following the US Passport guidelines for producing the necessary margins from your head and shoulders. Once the the selection is centered and with desirable
A personal cataloguing of the moments where shortcomings are encountered in the ecosystem.
Poor autocorrect experience chock full of typos. Pretty much can't trust a message I type, I need to edit messages constantly especially text that does not fit in a single screen. https://www.reddit.com/r/apple/comments/9mj1si/why_is_autocorrect_so_terrible_are_there_any_ways
#!/bin/bash | |
N_RUNS=30 | |
function drive_test { | |
test_meta=$1 | |
test_target=$2 | |
n_failures=0 | |
echo "********************************************************************************************************************************************" | |
echo "$test_meta EXECUTION" |
They used to sell an all in one scanner product, looks like they focus more on software and cloud processing solutions: https://www.neat.com/track-receipts/
Software is able to drive certain scanners that support this API https://en.wikipedia.org/wiki/TWAIN
The shifted their focus from the individual to small business as the market was likely larger in that segment.
""" | |
Script to automate the tagging of the File Details from Windows Explorer given a folder path, | |
the tags to enter into the images, and the number of images to add the tags to. | |
""" | |
# BASE PYTHON | |
import argparse | |
import os | |
import sys |