Saturday, 14 June 2025

Friday, 13 June 2025

white hair reason

 

1. Correct vitamin or mineral deficiencies

Sharing the causes, she said, “First things first: You may want to get your blood drawn. Low iron, copper, vitamin B12 and thyroid levels have been linked to premature hair greying. Correcting those deficiencies may help to bring back colour to your hair.”

Thursday, 12 June 2025

AI projects IMP

 
https://github.com/alumnium-hq/alumnium/tree/main/alumnium


https://alumnium.ai/docs/getting-started/writing-first-test/

https://www.reddit.com/r/learnmachinelearning/comments/1iu5ezc/is_it_a_must_to_learn_web_development_to_become/


https://www.kadoa.com/add

scopped

 https://www.reddit.com/r/csharp/comments/1acwtar/can_someone_explain_when_to_use_singleton_scoped/

alternate for medium

 https://freedium.cfd/

use this extention also 
https://chromewebstore.google.com/detail/medium-unlock/babnnfmbjokkeieobamoifmeapbbfhje

Wednesday, 11 June 2025

while generating to pdf getting error font not valid then used this script

 <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/pdfmake.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/vfs_fonts.js"></script>

Monday, 9 June 2025

User 1 has not site compare to user 2

 SELECT Site_Location 

FROM tbl_Users 

WHERE User_ID = 'sboissinot' 

AND Site_Location NOT IN (

    SELECT Site_Location 

    FROM tbl_Users 

    WHERE User_ID = 'swoodhouse'

)


c#

 https://github.com/dcyuksel/Result