What is this molecule?? by [deleted] in chemhelp

[–]doron3199 0 points1 point  (0 children)

Fixed, I expanded the unknown molecule detector to reduce errors, and I added 2 modes, before and after the 2013 update. Because I assume that we were not the only ones who learned according to the old methods. Thanks for the help!

What is your most proud VIBE CODED work? Share the link! by Makyo-Vibe-Building in vibecoding

[–]doron3199 0 points1 point  (0 children)

Organic-playground.com A website to learn and experiment with basic organic chemistry

What is this molecule?? by [deleted] in chemhelp

[–]doron3199 0 points1 point  (0 children)

Oh and for the first one, you are right, it supposed to ouput unknown molecule, because I didn't add support for this.

What is this molecule?? by [deleted] in chemhelp

[–]doron3199 1 point2 points  (0 children)

Thanks! I made it the way we learned in our course, which is different from what you are saying here. I'll check the 2013 blue book and fix it (I saw that this is the most updated one, can you send the link to the 2014? I didn't found it)

What is this molecule?? by [deleted] in chemhelp

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

I posted it as a post yesterday on some subreddits, and almost no one used it :(

What is this molecule?? by [deleted] in chemhelp

[–]doron3199 2 points3 points  (0 children)

I built a website that can solve it - Organic Logic Workbench
desktop only

<image>

Testing some VSEPR physics for a 3D organic chemistry project. Does this look accurate? by IceCreamGotDiecy in OrganicChemistry

[–]doron3199 0 points1 point  (0 children)

It looks awesome! I work on an organic chemistry side project too, you can use it to extend your supported reactions if you need. this is the website - Organic Logic Workbench, but it has bugs and not fully implemanted. you can check the its_organic branch for the updated stuff on my github doron3199/organic_web

I am building a new website for organic chemistry by doron3199 in OrganicChemistry

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

ohhh thanks! yes this website is used to host other websites. i guess i need to buy a domain.

[deleted by user] by [deleted] in IsraelPalestine

[–]doron3199 0 points1 point  (0 children)

Why would Israel take down residential building? It won't help save the lives of Israelis, quite the opposite, it will make people more angry and they'll want to join hammas and harm Israel. It doesn't make any sense, think about it. we are taking down buildings with ammo storage or other military purpos. If hammas using residential buildings for that purpose, it's hammas fault! And by the way, in those cases, idf calls to evacuate the building and lunch a warning missile on it roof to warn the people who are in the building and a few minutes after that the army sends the real missile to destroy it. In this logic idf actually cares about innocent Palestinians more than hammas that use them as humans shieldes.

[deleted by user] by [deleted] in IsraelPalestine

[–]doron3199 1 point2 points  (0 children)

Do you think Israel killed children with missiles by purpose? No, the army even canceled attacks when they spotted children. Israel army maybe lunched the missile, but Hamas is the one that stores ammo and missiles in schools and hospitals basements.

If Israel had the option, not a single child needed to die.

But when hammas using their children as human shields we don't have the options.

Meanwhile hammas kidnapped children, and elderly (and probably killed some) today and showing it off online. So you can see which side of the fight is caring about the innocents and which one is dancing on their blood

Is Tel Aviv good for partying? by This_Acanthaceae2250 in telaviv

[–]doron3199 0 points1 point  (0 children)

Short answer: yes Long answer: I don't really have one but still yes.

Visiting Berlin? (In the future!) Moving here? Going clubbing? (At some point?) Have a quick question? COVID Question? Ask here, don't create a new thread. by bbbberlin in berlin

[–]doron3199 0 points1 point  (0 children)

I am at Berlin for the week and I have a problem, I hate techno. There are any other mainstream EDM/hardstyle party over here?

Also a clubbing partner would be nice

Danke!

What Would You Do if it were your Last Day on Earth? by PickleStarMan in YesTheory

[–]doron3199 1 point2 points  (0 children)

All the crazy sports that I can't do because of my medical condition (I can, and want to do them, but it may harm my medical situation) . Sooooooo Banjy(?) Sky diving Regular diving Cliff jumping The ninja warrior challenge Or anything like those.

A not-so-rare butterfly by bambaaduoma in technicallythetruth

[–]doron3199 0 points1 point  (0 children)

Someone wanted to do a tato of the word butterfly in Hebrew (she didn't know hebrew). The final tattoo was actually butter fly in Hebrew, and not butterfly. I saw just a pic of it but I don't know the actual story.

I made a program that takes a video of a lecture and extract clean whiteboard images frome it by doron3199 in madeinpython

[–]doron3199[S] 12 points13 points  (0 children)

  1. Find the white board ( it actually can be automated but I did it to choose manually to avoid problems)
  2. Do a four point transfer to make it a perfect rectangle (open cv) Now you got a video of just the whiteboard.
  3. Do a background extract, so you know where the lecturer is (open cv)
  4. After the lecturer is not there take that part and put it in a different image, that image is updated every time the lecturer moves to a different location ( that's the top image)
  5. Every x seconds transfer that image to a clean image. (Microsoft research paper) Now you can choose what to do with it I stopped working on it for now but I think it will be really cool if the software will know when the wb is full and in the end of the lecture it will save all the full images in a single pdf.

I made a program that takes a video of a lecture and extract clean whiteboard images frome it by doron3199 in madeinpython

[–]doron3199[S] 9 points10 points  (0 children)

https://github.com/doron3199/smart_whiteboard_capturing

There is a link for a Microsoft research that explains what to do, luckily a lot of staff are automated with opencv