Search results

  1. C

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

    Την κατάργηση περίπου 8.000 θέσεων εργασίας έως το τέλος του έτους ανακοίνωσαν τα Γερμανικά Ταχυδρομεία (Deutsche Post), στο πλαίσιο προγράμματος εξυγίανσης. Σύμφωνα με την σχετική ανακοίνωση, οι περικοπές αφορούν το τμήμα παράδοσης επιστολών και δεμάτων της εταιρίας μεταφορών DHL εντός...
  2. 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
  3. 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...
  4. 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
  5. 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">...
  6. 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...
  7. C

    Ace of Base - All That She Wants

  8. 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 -...
  9. 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...
  10. 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...
  11. C

    Tutorial CRUD ASP Classic ala Bootstrap

    https://github.com/rodineiti/crud-asp-classic
  12. 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...
  13. 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
  14. 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
  15. C

    SQL pipe syntax available in public preview in BigQuery

    https://cloud.google.com/bigquery/docs/pipe-syntax-guide
  16. 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/
  17. C

    KokoroSharp - local TTS inference engine with ONNX runtime

    https://github.com/Lyrcaxis/KokoroSharp
  18. C

    Meta torrented & seeded 81,7 TB dataset containing copyrighted data

    https://arstechnica.com/tech-policy/2025/02/meta-torrented-over-81-7tb-of-pirated-books-to-train-ai-authors-say/
  19. C

    Kepler S25 smartwatch

    The device is function without the need for mobile connection, but what if you need to change the time because by default is not correct ? ( on this product there is no built in option to set the time ) haaaaa, yes at least for one time you have to connect it..,, so, the QRCode in the manual...
  20. C

    Google removed 2,36M apps from Google Play using AI threat detection

    https://security.googleblog.com/2025/01/how-we-kept-google-play-android-app-ecosystem-safe-2024.html
Top