So, stupid question, all I have is internet TV, no cable carriers, how do I pull that off with no internet access to the TV? It’s late and I’m tired, I could be really dumb right now.
So, stupid question, all I have is internet TV, no cable carriers, how do I pull that off with no internet access to the TV? It’s late and I’m tired, I could be really dumb right now.
How do you find a recruiter though? The one time I had one reach out on LinkedIn, it was a scam.
I get every week or so, but every day is just way too much. I’m a big kid, that’s what you hired me for, let me work.
Wait, I’m confused. How are Mozilla and Firefox different? I thought what ever Mozilla decides goes…granted, I’m out of the loop.
Did you get tenure?
I got Linux wrong for a while
Absolutely no capitalization? That always makes me back away. You can’t even be bothered to make a proper sentence?
It’s the US, I recognize the city, so midwest, I’m not too far away from there and we’ve had about the same temp and rain all day long.
Partay?
Honestly, when I got my first Ubuntu install disk and got everything up and running, it was the default browser. I just never looked back.
Wow, that’s…unsettling
Pirates of the Caribbean…I think
I didn’t know which post to reply to, so here goes: with one as (select top 1 field1, replace(field2_html,‘’‘"]|([‘’"]).?\1)*>’, ‘’) as comments_html, field3, field4, field5, field6, field7, field8 from tablea where comments_html !=’ '),
two as
(select field1, field2 as html_clean, charindex(‘<’,field2_html) as a, charindex(‘>’,field2_html) as b, field3, field4, field5, fied6, field7, field8
from one)
select * into #temp8 from two
create table #RUdestinationtable (field1 int, comments_2 varchar(max), field3 varchar(300), field4 varchar(50), field5 varchar(300), field6 varchar(300), field7 varchar(300), field8 varchar(150))
while (select count(1) from #temp8 where substring(html_clean,a,b) is not null)>0 begin insert into #RUdestinationtable select distinct field1,replace(html_clean, substring(html_clean,a,b),‘’) as comments_2,field3, field4, field5, field6, field7, field8 from #temp8 end
select * fromRUdestinationtable
deleted by creator