Questions by Courtney Price
make part of div border transparent html?
Can I make part (from x1 to x2) of div border transparent? If not what approach can you advice? My idea [very b...
Omit joining lines in matplotlib plot e.g. y = tan(x)?
I have the graph y = tan(x) and I want to remove the vertical lines (see below). Here is my code: import numpy as ...
File path issues in R using Windows (“Hex digits in character string” error)?
I run R on Windows, and have a csv file on the Desktop. I load it as follows, x<-read.csv("C:\Users\surfcat\Desk...
How to calculate UILabel width based on text length??
I want to display an image next to a UILabel, however UILabel has variable text length, so I don't know where to pla...
Finding a regular expression?
I have a simple question about finding a regular expression for a given language. I am given the language L where: ...
Wrapping a block with itself?
I was tempted to write code like this one day... - (void)myMainMethod { [self doSomethingWithCompletion:^{ ...
Concatenate files using PowerShell?
I am using PowerShell 3. What is best practice for concatenating files? file1.txt + file2.txt = file3.txt Does P...