Search results

  1. C

    Tikka masala στην χύτρα

    Φτιάξτε Garam Masala μόνοι σας Σπόροι κόλιανδρου 100gr (αυτή είναι η βάση) Κανέλα Κεϋλάνης 5 τεμάχια Δάφνη 8 τεμάχια Σπόροι μαύρου πιπεριού 40gr Γαρύφαλλο 20gr Κάρδαμο μαύρο 4 τεμάχια [2] Κύμινο 80gr Αστεροειδής γλυκάνισος 4 τεμάχια [2] θα χρειαστούμε coffee grinder δείτε όλο το image...
  2. C

    Tikka masala στην χύτρα

    Μαρινάδα: 1 κιλό μοσχάρι ή κοτόπουλο ( μοσχάρι = σπαλονουά | κοτόπουλο = μπούτια φιλέτο ) 2 φλυτζάνια γιαούρτι (400 - 490gr) 1 κουταλάκι του γλυκού κουρκουμά (να μην το αντικαταστήσεις με ginger) 1 κουταλιά της σούπας garam masala Κόλιανδρο, κύμινο, κανέλα, τζίντζερ, μαύρο πιπέρι...
  3. C

    QRCoder

    Enables you to create QR codes. It hasn't any dependencies to external libraries. https://www.nuget.org/packages/QRCoder
  4. C

    Κατάργηση 8.000 θέσεων σχεδιάζει η Deutsche Post (DHL department)

    Την κατάργηση περίπου 8.000 θέσεων εργασίας έως το τέλος του έτους ανακοίνωσαν τα Γερμανικά Ταχυδρομεία (Deutsche Post), στο πλαίσιο προγράμματος εξυγίανσης. Σύμφωνα με την σχετική ανακοίνωση, οι περικοπές αφορούν το τμήμα παράδοσης επιστολών και δεμάτων της εταιρίας μεταφορών DHL εντός...
  5. C

    Beets Have More Nitrates Than Salami. So Why Is Deli Meat Unhealthy?

    https://medium.com/a-microbiome-scientist-at-large/beets-have-more-nitrates-than-salami-so-why-is-deli-meat-unhealthy-5fb350f089b9 mirror - https://freedium.cfd/5fb350f089b9
  6. C

    light weight context menu with plain javascript

    whole body <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Custom Context Menu</title> <style> #contextMenu { position: absolute; background-color: white...
  7. C

    Alzheimer biomarkers now visible up to a decade ahead of symptoms

    https://www.medschool.pitt.edu/news/biomarker-test-can-detect-alzheimers-pathology-earlier-pitt-study-shows
  8. C

    [bootstrap-table] transform PHP recordset to magic!

    Datables v1.11.5 (compatible with IE11) on 2025 at ASPClassic project tried jquery datatables (2021) using only those files (100kb) : jquery.dataTables.min.js jquery.dataTables.min.css images/sort*.png example of multiselection grid <table id="grid1" class="display compact nowrap">...
  9. C

    RobinPerris.DarkUI

    https://github.com/yhuse/SunnyUI - Not only Dark theme but other colorful themes. https://github.com/Taiizor/ReaLTaiizor - Free controls, dark and other themes included. Some are like Metro controls https://github.com/ComponentFactory/Krypton - The old Krypton suite. Being developed by others...
  10. C

    Ace of Base - All That She Wants

  11. C

    His Windows + Raspberry Setup

    Raspberry Pi: CasaOS - Easy cloud app installation Homepage - customisable application dashboard MySpeed - helps you keeping track of your network speed Uptime Kuma - easy-to-use self-hosted monitoring tool ntfy.sh - push notification service for use with Uptime Kuma MiniPC: RustDesk Server -...
  12. C

    Internet Explorer 11 vs EDGE

    Had in our domain policy, to show intranet sites in compatibility mode. In compatibility mode IE 11 just can’t deal with HTML 5, so we have disabled in our domain policy to view intranet sites in compatibility mode and now it works like a charm. source Internet Explorer 11 (IE11) primarily...
  13. C

    Just Get More Fiber!

    Διαπίστωσαν ότι ένα στέλεχος βακτηρίων, που ονομάζεται Lawsonibacter asaccharolyticus (L. asaccharolyticus), συνδέθηκε έντονα με την κατανάλωση καφέ. https://www.oloygeia.gr/diatrofi/poso-kafe-gia-kala-vaktiria-entero/ Coffee consumption is associated with intestinal Lawsonibacter...
  14. C

    Tutorial CRUD ASP Classic ala Bootstrap

    https://github.com/rodineiti/crud-asp-classic
  15. C

    server client XML API

    Server Side : Dim conn Set conn = CreateObject("ADODB.Connection") Dim connString connString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=data.mdb;" conn.Open connString Dim rs Set rs = CreateObject("ADODB.Recordset") Dim sql sql = "select top 3000 * from Test" rs.open sql,conn, 3...
  16. C

    how to debug a vbs (visual basic script)

    when you have installed the visual studio and you are on the command line execute source
  17. C

    serialize / deserialize json

    ASPJSON - Generating and reading JSON data into a classic ASP object https://www.aspjson.com/ https://github.com/gerritvankuipers/aspjson/blob/master/aspJSON1.19.asp JSON object class v3.8.1 https://github.com/rcdmk/aspJSON JSON Encoder for VBScript https://gist.github.com/atifaziz/5465514
  18. C

    SQL pipe syntax available in public preview in BigQuery

    https://cloud.google.com/bigquery/docs/pipe-syntax-guide
  19. C

    CAPTCHAs - 'a tracking cookie farm for profit masquerading as a security service'

    https://www.pcgamer.com/gaming-industry/a-2023-study-concluded-captchas-are-a-tracking-cookie-farm-for-profit-masquerading-as-a-security-service-that-made-us-spend-819-billion-hours-clicking-on-traffic-lights-to-generate-nearly-usd1-trillion-for-google/
  20. C

    KokoroSharp - local TTS inference engine with ONNX runtime

    https://github.com/Lyrcaxis/KokoroSharp
Top