Search results

  1. 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...
  2. C

    Tutorial CRUD ASP Classic ala Bootstrap

    https://github.com/rodineiti/crud-asp-classic
  3. 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...
  4. 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
  5. 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
  6. C

    SQL pipe syntax available in public preview in BigQuery

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

    KokoroSharp - local TTS inference engine with ONNX runtime

    https://github.com/Lyrcaxis/KokoroSharp
  9. 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/
  10. 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...
  11. 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
  12. C

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

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

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

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

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

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

    A phishing attack involving g.co, Google URL shortener

    https://gist.github.com/zachlatta/f86317493654b550c689dc6509973aa4
  17. C

    Netcompany (Intrasoft) - Το SOLON Tax στηρίζει το ελληνικό φορολογικό σύστημα

    https://www.businessnews.gr/epixeiriseis/item/303954-netcompany-to-solon-tax-stirizei-to-elliniko-forologiko-systima
  18. C

    Lead and cadmium found in muscle-building protein powders

    https://www.dropbox.com/scl/fi/pmj8ripwp7suhbeh63dpk/Lead-and-cadmium-found-in-muscle-building-protein-powders.zip?rlkey=ikkxnhwx085pksu95bie53kql&st=el90hc7k&dl=1
  19. C

    Study links sugar-filled drinks to millions of heart disease and diabetes cases

    https://bgr.com/science/study-links-sugar-filled-drinks-to-millions-of-heart-disease-and-diabetes-cases-each-year/
  20. C

    net core and netstandard

    .NET 8 (aka .NET Core 8) it can't use .NET framework assemblies. The solution is you create a class library project that targets .NET Standard 2.0. This library can then be referenced by both .NET Core and .NET Framework projects. .NET Standard is not deprecated, but it has been largely...
Top