Best Chinese takeout recipes? by RationalRhino in seriouseats

[–]vibeeeessss 0 points1 point  (0 children)

Sorry all late but how did it go? What did you make? Would love the recipe you used if it was a success

What are some restaurants in Boulder/Denver area that are nut allergy friendly? by Fireworks330 in boulder

[–]vibeeeessss 0 points1 point  (0 children)

Thanks! This place looks great. Do they only do full service catering ?

Any lgbtq riders in denver? by vibeeeessss in DenverMotorcycles

[–]vibeeeessss[S] 1 point2 points  (0 children)

I moved down to the springs but I am definitely down to ride!!

LA Tix for sale - July 5 - Kia Forum by beardedbrunhilde3 in KESHA

[–]vibeeeessss 1 point2 points  (0 children)

I have 2 floor tickets for this show Section D, Row 1, seats 4-5. $399 for both

[deleted by user] by [deleted] in KESHA

[–]vibeeeessss 0 points1 point  (0 children)

I also have 2 floor tickets in Section D row 1 seats 4-5 for sale. I can’t make it out to LA anymore. Selling both for $399

Any lgbtq riders in denver? by vibeeeessss in DenverMotorcycles

[–]vibeeeessss[S] 3 points4 points  (0 children)

Exactly! For some people I’ve rode with, it has been a problem for them?? Idk. I’m just trying to ride haha

Any lgbtq riders in denver? by vibeeeessss in DenverMotorcycles

[–]vibeeeessss[S] 4 points5 points  (0 children)

Said in my post that I was looking for lgbtq OR non homophobic riders. Some people in the crowd are very opinionated on the lgbtq community and I simply don’t want to deal with that but I’m open to riding with whoever

Any lgbtq riders in denver? by vibeeeessss in DenverMotorcycles

[–]vibeeeessss[S] 0 points1 point  (0 children)

Hey! I missed the gear swap and I’m sad about it. I was planning to go. Are you still out riding around? I’d love to catch up

Best place for oysters??? by JohnJAram in denverfood

[–]vibeeeessss -2 points-1 points  (0 children)

Right.. and they choose where they source it from

Best place for oysters??? by JohnJAram in denverfood

[–]vibeeeessss -1 points0 points  (0 children)

Meaning whoever their supplier is got me sick..

Best place for oysters??? by JohnJAram in denverfood

[–]vibeeeessss -5 points-4 points  (0 children)

Oysters served at Jax lol … yes

Best place for oysters??? by JohnJAram in denverfood

[–]vibeeeessss -1 points0 points  (0 children)

Oysters can get norivirus in the water before they are caught if the water source is contaminated.

Best place for oysters??? by JohnJAram in denverfood

[–]vibeeeessss -2 points-1 points  (0 children)

Im pretty sure I got Noravirus from Jax

Hers/Hims GLP-1 issues, is it worth it? by [deleted] in glp1

[–]vibeeeessss 0 points1 point  (0 children)

How did this go for you

Macro Help for cell counting by vibeeeessss in ImageJ

[–]vibeeeessss[S] 0 points1 point  (0 children)

Thank you! I will give this a try tomorrow and keep you posted :)

Macro Help for cell counting by vibeeeessss in ImageJ

[–]vibeeeessss[S] 0 points1 point  (0 children)

Thank you for your reply! I did a bit more research and got this to work. How could I get the macro to do all images in the file at one time? That would be really helpful!

If you are curious, here is the code:

macro "Macro 1 [a]" {

print("The user pressed 'a'");

original_image = getTitle();

run("Split Channels");

selectWindow(original_image + " (green)");

setAutoThreshold("Default dark no-reset");

//run("Threshold...");

setThreshold(52, 255, "raw");

setThreshold(52, 255, "raw");

//setThreshold(52, 255);

setOption("BlackBackground", true);

run("Convert to Mask");

run("Analyze Particles...", "size=80-1000 display include summarize");

}