jerseyhoya wrote:My hatred of quote boxes in signatures has reached a new high
td11 wrote:i probably delete 3 to 4 times the number of posts i actually make
td11 wrote:i probably delete 3 to 4 times the number of posts i actually make
jerseyhoya wrote:My hatred of quote boxes in signatures has reached a new high
Grotewold wrote:td11 wrote:i probably delete 3 to 4 times the number of posts i actually make
Like hearin troegs dumps out most of their beer
Soren wrote:Grotewold wrote:td11 wrote:i probably delete 3 to 4 times the number of posts i actually make
Like hearin troegs dumps out most of their beer
related news: The Susquehanna smells delicious lately.
Grotewold wrote:Soren wrote:Grotewold wrote:td11 wrote:i probably delete 3 to 4 times the number of posts i actually make
Like hearin troegs dumps out most of their beer
related news: The Susquehanna smells delicious lately.
Could you imagine
Java and Javascript are similar like Car and Carpet are similar.
... and ...
One is essentially a toy, designed for writing small pieces of code, and traditionally used and abused by inexperienced programmers.
The other is a scripting language for web browsers.
Bucky wrote:so is mint still the way to go with online finance stuff? Can't get quicken to re-install on my new machine so it's time to take the plunge....
def listAppend(seperator=True):
'''
This reads a file locally and turns a list of values into a list usable in a SQL select statement.
'''
value_list = []
import pyperclip
foo = open('C:/Users/jmclaughlin/Desktop/list_append.txt','r+')
for line in foo:
value_list.append(line.strip())
if not seperator:
pyperclip.copy('('+re.sub("'","",str(value_list))[1:-1]+')')
spam = pyperclip.paste()
else:
pyperclip.copy('('+str(value_list)[1:-1]+')')
spam = pyperclip.paste()
Soren wrote:found this pretty baller python module that copies a string to your clipboard.
702 wrote:I was expecting more out of you Az.
Also, have you been to Nogales Hot Dogs? Holy #$!&@ that "place" is amazing.