try {} except

Bookmarks, php, php supervisor, supervisord
  • View original article

    Read more

    January 11, 2023
  • Create stunning videos from text in minutes

    Synthesia is an AI video generation platform. Thousands of companies use it to turn boring docs, PowerPoints or PDFs into engaging training, marketing or how-to videos. Trusted by 8,000+ companies of all sizes See how it works With Synthesia, anyone on your team can create professional videos. View original article

    Read more

    January 5, 2023
  • MySQL per database size with a simple query

    Not 100% accurate (as it uses data and index length from information_schema.TABLES), but still useful: SELECT table_schema AS “Database”, ROUND(SUM(data_length + index_length) / 1024 / 1024, 2) AS “Size (MB)” FROM information_schema.TABLES GROUP BY table_schema;

    Read more

    December 22, 2022
  • Microsoft Windows 3.10

    Home of the original IBM PC emulator for browsers. View original article

    Read more

    November 28, 2022
  • The Best Free Backup for EVERY Operating System

    Want a Universal Backup that works on EVERY operating system and is free + open source? Urbackup is the software you are looking for! Website Guide: https://ift.tt/mz8PTuq Support My Work ———————————————————————————– ►► Get Updat View original article

    Read more

    November 7, 2022
  • Apache Guacamole™

    Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH. We call it clientless because no plugins or client software are required.

    Read more

    October 28, 2022
  • Rustdesk – an Open Source, Self Hosted alternative to TeamViewer, AnyDesk, GoToAssist, and the like.

    ======== LINKS ======== Show NOtes https://ift.tt/gGprn3v RustDesk Main Site https://rustdesk.com RustDesk GitHub https://ift.tt/FPdywAu Donate to RustDesk https://ift.tt/qPh13kH Support my Channel and ongoing efforts View original article

    Read more

    October 21, 2022
  • Google annunced KataOS, an open source operating system for machine learning

    To begin collaborating with others, we’ve open sourced several components for our secure operating system, called KataOS, on GitHub, as well as partnered with Antmicro on their Renode simulator and related frameworks.

    Read more

    October 19, 2022
  • What’s new in Flutter 3.3

    Exciting updates for text handling, performance improvements, and more! Welcome to Flutter 3.3! Only three months ago we announced Flutter 3, a massive milestone that included stable support for all platforms! The good news is that the momentum since this major release has not slowed down.

    Read more

    October 17, 2022
  • Wonderous (+ Flutter 3.3)

    Along with Flutter 3.3, we worked with our friends at GSkinner to launch ‘Wonderous’, a new mobile app that allows users to navigate the intersection of history, art and culture by exploring the wonders of the world.

    Read more

    October 17, 2022
  • Flutter State Management with Riverpod: The Essential Guide

    Riverpod is a popular Flutter state management library that shares many of the advantages of Provider and brings many additional benefits. Riverpod is a complete rewrite of the Provider package to make improvements that would be otherwise impossible.

    Read more

    October 7, 2022
  • Flutter Android TV Apps checklist. Part 1 — basic requirements.

    Flutter 3 as of year 2022 supports six platforms: Android, iOS, Linux, MacOS, Windows and Web. None of them is related to any kind of TV device. Nonetheless, the majority of smart TVs are powered by AndroidTV system, which is just a slightly modified version of a regular Android system.

    Read more

    October 6, 2022
  • Download

    ESF Database Migration Toolkit is the most popular toolkit to help people migrate data across various database formats, supporting Oracle, MySQL, MariaDB, SQL Server, PostgreSQL, IBM DB2, IBM Informix, InterSystems Caché, Teradata, Visual Foxpro, SQLite, FireBird, InterBase, Microsoft Access, Micro

    Read more

    September 28, 2022
  • Depicter | Amazing FREE WordPress Plugin | MUST SEE

    Every once in a while, there’s a free WordPress plugin that makes you wonder how they can give so much good stuff away. This time, it’s Depicter – A Free WordPress slider plugin that packs an awful lot of features into it. From fully responsive options, dynamic WordPress data, easy optimisation, a

    Read more

    September 27, 2022
  • Announcing the Flutter Casual Games Toolkit

    For most developers, Flutter is an app framework. But there’s also a growing community around casual game development, taking advantage of the hardware-accelerated graphics support provided by Flutter. Over the past year, thousands of Flutter games have been published.

    Read more

    August 22, 2022
  • Machine Learning Crash Course With ML.NET

    We will go over what machine learning is, what it can be used for and we will create a model using C# & ML.NET Jon Wood YouTube Channel: http://youtube.com/c/JonWood Code: https://github.com/jwood803/MLNet_CrashCourse/blob/master/MLNetCrashCourse/Program.cs Data: https://www.kaggle.com/camnugent/

    Read more

    August 8, 2022
  • New 35 Flutter Tips and Tricks

    This is 35 Flutter tips and tricks that you must know. This list of tips is great for flutter beginners, advanced and pro developers. This is the new tips and tricks series from Flutter Mapp, in this on we show you 35 flutter ticks and tips that you can start to implement today. You will…

    Read more

    April 4, 2022
  • ScaffoldMessenger (Widget of the Week)

    Learn more about ScaffoldMessenger → https://goo.gle/3HYoySY Ever have difficulties showing SnackBars to users while they navigate? If so, have no fear, ScaffoldMessenger is here! This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese, Spanish, Hindi, Ar

    Read more

    March 21, 2022
←Newer Posts Older Posts→

try {} except

Proudly powered by WordPress