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

    Ace of Base - All That She Wants

  6. 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...
  7. C

    Tutorial CRUD ASP Classic ala Bootstrap

    https://github.com/rodineiti/crud-asp-classic
  8. 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...
  9. 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
  10. 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
  11. C

    SQL pipe syntax available in public preview in BigQuery

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

    KokoroSharp - local TTS inference engine with ONNX runtime

    https://github.com/Lyrcaxis/KokoroSharp
  14. 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/
  15. 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...
  16. 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
  17. C

    Κύμα μποϊκοτάζ από βαλκανικές χώρες σε σούπερ μάρκετ για τις αυξημένες τιμές

    Συμπεριλαμβανομένης της Κροατίας, της Βοσνίας και Ερζεγοβίνης, του Μαυροβουνίου και της Σερβίας, έχουν ξεκινήσει εκστρατεία για να μποϊκοτάρουν τα σούπερ μάρκετ https://www.businessnews.gr/kosmos/item/304754-kyma-boikotaz-apo-valkanikes-xores-se-soyper-market-gia-tis-afksimenes-times -- Το...
  18. C

    SwitchFolder

    Application exists to tray, using user-predefined-locations and the opened windows-explorer-locations, to allow user navigate easily to folder plethora when is on a common dialog asking where to open/save. Inspired by Filebox, Listary, QuickJump, Direct Folders, FastFolders. use of hotkey...
  19. C

    1994 - Φερεντίνος - Άκου να δεις

    Ο Κύριος Αυγολέμονος το 2017 (23 χρόνια μετά)
  20. C

    Sony ends production of Blu-ray Disc, recordable MiniDisc, and MiniDV media

    https://www.sony.jp/rec-media/info2/20250123.html
Top