Search results

  1. C

    Υγεία

    Holland & Barrett (UK) - στη χώρα μας - καταστήματα προϊόντων υγείας και ευεξίας source
  2. C

    Zorin OS 15 Lite Linux Distro Can Rejuvenate Your Aging Windows PC++

    Wine CodeWeavers CodeWeavers.Crossover front end Set Windows application to use a different locale than the OS default On the bottle folder (aka wineprefix) there is a filename cxbottle.conf You have to add at the tag [EnvironmentVariables] the property "LC_ALL" = "el_GR.UTF-8" source...
  3. C

    Cholesterol meter

    :ninja: International glycemic index database from the University of Sydney Glycemic Load Calculator [2] [3] Glycaemic index & Glycaemic load explained Cholesterol drug zentiva.Torvacard Neo [2] (Czech manufacturer) is essentially similar to viatris.Lipitor viatris GR has PDF galinos pfizer...
  4. C

    Kubernetes Explained in 6 Minutes | k8s Architecture

    Originally owned by Google, Kubernetes was donated to the Cloud Native Computing Foundation (CNCF) in 2014 as a seed technology. The CNCF became a sub-foundation of the Linux Foundation. Initially at 2003 by Google with name Borg. Kubernetes source code is in Go language. YAGNI - You aren't...
  5. C

    Just Get More Fiber!

    Chicory root contains inulin prebiotic (crap) Ρίζα κιχωρίου: Το τρόφιμο του μέλλοντος Beneo (with HQ Germany) Sodium butyrate ( sodium conjugate base of butyric acid ) Butyrate, is produced when good bacteria in your gut help your body break down dietary fiber in your large intestine...
  6. C

    bookmarklet constructor

    ShadowRoot The ShadowRoot interface of the Shadow DOM API is the root node of a DOM subtree that is rendered separately from a document's main DOM tree. reference src - https://stackoverflow.com/a/74226587...
  7. C

    To cut in front of this lady

    a shared to a friend and replied :
  8. C

    Mail merge with Aspose

    Primarily needed something extra from what WORD offers. Add a complete datatable to a document, among with simple fields. 1) Create a new document 2) No need to connect any datasource. Add a simple field by going to Insert > Quick Parts > Field (fieldname is case insensitive) choose...
  9. C

    android - setup an OS v6.0 device from scratch

    After factory data reset when you are on stock ROM at androidOS v6.0, do not tie any google account, first install the NetGuard by F-Droid using the mobile built-in browser (not the Chrome). On NetGuard options set to Block all. at advanced options enable to manage system apps and nothing...
  10. C

    ffmpeg

    add hardcode subtitles apparently this will reencode the video... source I think the best alternative is to convert the subtitles to images (vobsub), see here... add soft subtitles to container -c copy specifies that the video is not to be re-encoded. -c:s mov_text sets the SRT file to...
  11. C

    The Biggest Threat to the Pharmaceutical Cartel - Hydrogen Peroxide

    There is too much information about this, better to get the books and read it alone.. . In the meanwhile I would like just to pin what I'm aware of : Buy ready 3% Hydrogen Peroxide (if possible Food Grade) For mouthwash / gargles use 1:1 (aka 10ml 3% Hydrogen Peroxide + 10ml water) (sensitive...
  12. C

    Endocannabinoid System explained

    Benefits (proven by studies) Promotes Neurogenesis May Help with Alzheimer's Disease Protects the Brain Helps with Anxiety Helps with Stress May Help with Depression Has Anti-Inflammatory Properties Helps the Liver Helps Glaucoma Promotes a Healthy Skeletal System Alleviates Sleep Problems Has...
  13. C

    Endocannabinoid System explained

    CBD does not directly bind to CB1 or CB2 receptors in the same way that THC does. Instead, CBD has been shown to modulate the activity of these receptors indirectly by interacting with other receptors and neurotransmitters in the body. For example, CBD has been found to inhibit the breakdown of...
  14. C

    Πρωτοσέλιδα Εφημερίδων

    https://www.protoselidaefimeridon.gr/ (function(d) { [].forEach.call(d.querySelectorAll('#protosel_tab_politikes > div > div > a > img'), function(e) { console.log(e.src); }); }(document)); //all (function(d) {...
  15. C

    Greek Links and eShops

    Wikifarmer Ο γεωπόνος Πέτρος Σάγκος και ο πρώην επικεφαλής του YouTube στην Ελλάδα Ηλίας Σούσης, ιδρυτές της Wikifarmer. Στην πλατφόρμα είναι εγγεγραμμένοι πάνω από 10.000 παραγωγοί από Ελλάδα, Ιταλία και Ισπανία και έχουν προμηθευτεί προϊόντα περισσότεροι από 6.000 αγοραστές...
  16. C

    ChatGPT

    Stable Diffusion 2.0 :ninja: https://huggingface.co/spaces/stabilityai/stable-diffusion https://github.com/Stability-AI/stablediffusion https://github.com/qunash/stable-diffusion-2-gui youtube by CompVis group LMU (German) wiki Stable Diffusion was made by researchers at Stability AI, a...
  17. C

    ChatGPT

    ChatGPT (is a GPT-3 chatbot) https://cln.sh/X4p01n https://news.ycombinator.com/item?id=33820744 https://news.ycombinator.com/item?id=33818987 https://github.com/golergka/advent-of-code-2022-with-chat-gpt youtube homepage : https://openai.com/blog/chatgpt/ ChatGPT & GPT-3 owned by OpenAI (US)...
  18. C

    Multiple CSV Viewer

    Lately I see many people using EXCEL files to search for values according to a default value (ex. search for COL1 and need to know the COL2 for the same row). The purpose of this application is to make easier this procedure. On startup the application scans if any CSV file is near the...
  19. C

    Calendar

    An application inspired by Outlook / Thunderbird / EssentialPIM calendar... This most wanted operation, which allows you to track everything happens to your life. Without tracking things, are getting forgotten... A single file application uses a json file as database and provides : keyword...
  20. C

    git do it right + SSH to linux server

    using PuTTY to generate key pair and use it on server When user clicks Generate [1] a public key appear to textbox [2], user has to save the [4] private key (aka id_rsa for putty id_rsa.ppk) [3] public key (aka id_rsa.pub for putty id_rsa_pub.ppk) [6] always use >= 2048 The private get...
Top