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/
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 code apps f
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
What’s New in Flutter 2.10
I can’t believe it’s time again for a Flutter stable release! Hello and welcome to Flutter 2.10. It has been less than two months since our last release, but even in that short time we’ve had 1,843 issues closed and 1,525 PRs merged from 155 contributors worldwide.
What’s New in Flutter 2.8
It’s that time of year in the northern hemisphere: the leaves are turning, the temperature is cooling and the final stable release of the year is here. Hello and welcome to Flutter 2.
responsive_scaffold : Flutter Package
View the online demo here! On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item.
Microsoft shares Windows 11 TPM check bypass for unsupported PCs
Microsoft has published a new support webpage where they provide an official method to bypass the TPM 2.0 check and have Windows 11 installed on unsupported systems.
Linux losetup command
It is possible to specify transfer functions (for encryption/decryption or other purposes) using one of the -E and -e options. There are two mechanisms to specify the desired encryption: by number and by name.
What’s new in Flutter 2.5
Hello and welcome to Flutter 2.5! This is a big release, with the 2nd highest stats in the history of Flutter releases: 4600 issues closed and 3932 PRs merged from 252 contributors with 216 reviewers.
Restarting USB subsystem in CentOS
After a long uptime specific (cheap) devices or components connected to the USB ports lock up or malfunction. Unplugging and plugging them usually fixes issues, but physical access to the system (especially a remote server) is neither always possible or desirable.
.NET 5 REST API Tutorial – Build From Scratch With C#
Learn how to create a REST API end-to-end from scratch using the latest .NET 5 innovations and Visual Studio Code. The API will be written in C#.
💻 Get the code: https://youtube.dotnetmicroservices.com/net5restapi-10
✏️ Course developed by Julio Casal. Check out his channel: https://www.you
WJS
View original aricle @
Steps to configure port forwarding on windows using netsh
Webmasters can easily configure network port forwarding on Windows using netsh, without using any third-party tools. As a part of our Server Management Services, we help our Customers with Windows related requests regularly.
On Font Weight
On Font Weight 1. Example: Lucida Basic font weights. Lucida Basic font weight names combine traditional weight names with CSS font-weight numbers.
Migrate from ASP.NET Core 3.1 to 5.0
This article explains how to update an existing ASP.NET Core 3.1 project to ASP.NET Core 5.0. ASP.NET Core 5.0 is currently in preview.
Material Design for Pre-Lollipop Devices
The Android 5.0 SDK was released last Friday, featuring new UI widgets and material design, our visual language focused on good design. To enable you to bring your latest designs to older Android platforms we have expanded our support libraries, including a major...
Make your Android App Lollipop compatible
by Antonio Leiva: http://antonioleiva.com/material-design-everywhere/
Android debugging: adb via tcp
Very simple instructions here on how to debug android apps via tcp.
Quicky check if Data connection is available (Android SDK)
Just use the following method: public boolean isOnline() { boolean status=false; try{ ConnectivityManager cm = (ConnectivityManager) getActivity() .getSystemService(Context.CONNECTIVITY_SERVICE); NetworkInfo netInfo = cm.getActiveNetworkInfo();...
Android Toasts (e.g. small notifications), how to use in Fragments
The syntax is very simple. The example below is invoked from inside a Fragment, so the first parameter (Context) is the activity that holds the fragment: Toast.makeText(getActivity(),R.string.asset_added_fav,Toast.LENGTH_SHORT).show(); The second parameter is the...
FTP file upload using CURL
The command is very very simple: just type curl -T localfile.ext ftp://username:[email protected]/remotedir/ If you want to use a different destination filename just add it at the end: curl -T localfile.ext...
Create Chrome Desktop Apps with Sencha ExtJS
Here: http://developer.chrome.com/apps/sencha_framework.html
Mobile Browser Detection: many samples, including Apache modRewrite(!)
Check it out at http://detectmobilebrowsers.com/
Running Windows 8 inside VirtualBox
Small step-by-step guide on how to install and run Windows 8 Developer Preview under VirtualBox. First of all, download the 32bit edition of Windows 8 developer preview, available at Windows DevCenter, (the direct short link is http://goo.gl/Vvs1H - 2.8GB ISO image)....
Wunderlist for Android is going native, drops Appcelerator Titanium Mobile
Appcelerator's approach to the Android platform has made another victim, a significant one: 6Wunderkinder's popular Wunderlist ditched Titanium Mobile (TM) for Android, and is now a native app. "(...) Wunderlist is now native – smaller, faster and more stable."...
Now that WebOS died, which is the best development crossplatform for iOS, Android, RIM and WP7?
Yes, the excellent WebOS is defunct, and it will never be the mainstream player as, at least technically, it deserved. For all of us developing for the mobile world that don't have the time or budget to develop natively in all the mainstream platforms, its one less...
WebOS Emulator error E_ACCESSDENIED (0x80070005), The solution
I am currently evaluating development frameworks and mobile platforms for my company, so we can choose our path in our next multi-platform mobile applications (to develop specific apps for each platform is just too expensive). This took me to WebOS, clearly a small...
Titanium Mobile’s Android development now less painful than Prostate Exam – Mobile SDK 1.8 (!) + Fastdev
A few days ago, Appcelerator announced a really cool new feature: Fastdev for Titanium Mobile. This thing cuts dramatically development times for Android apps as all the wait time spent recompiling and re-publishing the app to the emulator simply disappears! The...
Titanium Mobile SDK 1.8 available
Titanium Mobile SDK 1.8.0 is already available in the Appcelerator's continuous integration (CI) area: Just choose the "master" branch and download the latest SDK files for your O.S.!...