Search results

  1. C

    Funk Classics 70s & 80s

    youtube
  2. C

    EmbedPDF files without the pain

    https://www.embedpdf.com/ https://github.com/embedpdf/embed-pdf-viewer
  3. C

    Πνευμονογαστρικό νεύρο και πνευμονογαστρικός τόνος

    Μετά από ένα γεύμα με υδατάνθρακες ενεργοποιείται το παρασυμπαθητικό νευρικό μας σύστημα ( κατάσταση «ξεκούραση και πέψη» ). Αυτός είναι ο λόγος που νιώθουμε τόσο κουρασμένοι και λήθαργο μετά από ένα γεύμα. Το πνευμονογαστρικό νεύρο (vagus nerve) είναι το δέκατο κρανιακό νεύρο που εκτείνεται...
  4. C

    Perplexity offers to buy Google Chrome for $34,5B

    https://www.theverge.com/news/758218/perplexity-google-chrome-bid-unsolicited-offer https://en.wikipedia.org/wiki/Perplexity_AI
  5. C

    mssql - builtin function month to identify the year quarter

    CASE WHEN MONTH([date_field]) BETWEEN 1 AND 3 THEN 'Q1' WHEN MONTH([date_field]) BETWEEN 4 AND 6 THEN 'Q2' WHEN MONTH([date_field]) BETWEEN 7 AND 9 THEN 'Q3' WHEN MONTH([date_field]) BETWEEN 10 AND 12 THEN 'Q4' END AS Quarter
  6. C

    FDA approves eye drops that fix presbyopia without glasses

    https://newatlas.com/aging/age-related-near-sighted-drops-vizz/ ref - https://news.ycombinator.com/item?id=44820325
  7. C

    Scientific fraud has become an 'industry,' alarming analysis finds

    https://www.science.org/content/article/scientific-fraud-has-becom
  8. C

    Cry once a week

    https://www.cryonceaweek.com
  9. C

    Gala - Freed From Desire (1996)

    youtube live 2023
  10. C

    More honey bees dying, even as antibiotic use halves

    https://news.uoguelph.ca/2025/07/more-honey-bees-dying-even-as-antibiotic-use-halves/
  11. C

    Mermaid for .net

    How many times, you open an old big project and you have to search from scratch what is going on ? This project comes to give an end to this mess, point the assembly then you get a flowchart diagram that visualizes each method dependencies (what methods uses). Platform : C# 2012 Operating...
  12. C

    Using ShadowRoot to create light reusable JS components

    <html lang="en"> <body> <text-input> <label>Search:</label> </text-input> <script> class TextInput extends HTMLElement { constructor() { super(); const shadow = this.attachShadow({ mode: 'open' })...
  13. C

    Scientists may have found a way to eliminate chromosome linked to Down syndrome

    https://doi.org/10.1093/pnasnexus/pgaf022 ref - https://news.ycombinator.com/item?id=44676817
  14. C

    French petition against return of bee-killing pesticide passes 1m

    https://phys.org/news/2025-07-french-petition-bee-pesticide-1mn.html
  15. C

    Microsoft.ReportViewer for .NET Core

    Microsoft RDLC Report Designer https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftRdlcReportDesignerforVisualStudio-18001 Microsoft RDLC Report Designer 2022 https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftRdlcReportDesignerforVisualStudio2022...
  16. C

    BitLocker Drive Encryption cannot be used

    Even you dont use bitlocker, is possible when you Extend or Shrink a partition this error appears on win10/11... workaround : use a 3rd party hard disk tool to do your job. MiniTool Partition Wizard Offline Installer #8031004A #bitlocker
  17. C

    Outlook inline image

    File > Options > Mail and select Compose messages in format as Rich Text (RTF). This would include attachment within the body of the Message. When you writing an email go to Insert tab > Picture > From Device the image will added as inline image and not as attachment.. ref
  18. C

    Ασπίδα Ενάντια στους Ναρκισσιστές

    9 πράγματα (περισσότερα videos) Αγαπούν οι νάρκισσοι τα παιδιά τους; The real reasons narcissists get married
  19. C

    docsify - nested sidebars

    normally docsify using the _sidebar.md to render the sidebar.. what if needed when user click a sidebar node (article) to go to new sidebar content ? here comes the nested sidebars is play. Because the documentation is little it blurry.. currently lets say the content of main _sidebar.md is...
  20. C

    Meta shareholders look to haul CEO Mark Zuckerberg, Sheryl Sandberg to court

    https://nypost.com/2025/07/15/business/meta-shareholders-aim-to-haul-ceo-mark-zuckerberg-sheryl-sandberg-to-court/
Top