Fsharp смотреть последние обновления за сегодня на .
Subscribe and 🔔 to the BBC 👉 🤍 Watch the BBC first on iPlayer 👉 🤍 BBC PROMS 2011 from the Royal Albert Hall, London. Maverick Australian comedian Tim Minchin brings his own inimitable style of musical fun to the Royal Albert Hall as he hosts the first ever Comedy Prom. He'll be joined by pianist Danny Driver, who takes on both Reizenstein's Concerto popolare and conductor Andrew Litton. Soprano Susan Bullock, cabaret duo Kit and the Widow, and conducting sensation Sue Perkins all make an appearance alongside the ever versatile BBC Concert Orchestra and MD Jules Buckley. For more information please visit: 🤍bbc.co.uk/proms/whats-on/2011/august-13/46 Watch the full Prom on BBC Two, Saturday 27th August at 9.00pm. #bbc All our TV channels and S4C are available to watch live through BBC iPlayer, although some programmes may not be available to stream online due to rights. If you would like to read more on what types of programmes are available to watch live, check the 'Are all programmes that are broadcast available on BBC iPlayer?' FAQ 👉 🤍
In 2021, we started rewriting Darklang from OCaml to F#. We discuss why we chose F# over OCaml (and Rust!), and discuss how it's going, what we love about F#, and what we miss. Resources: 🤍 fsharpConf is a community run event by F# community members outside of Microsoft. Follow .NET: Blog: 🤍 Twitter: 🤍 TikTok: 🤍 Mastodon: 🤍 LinkedIn: 🤍 Facebook: 🤍 Docs: 🤍 Forums: 🤍 🙋♀️Q&A: 🤍 👨🎓Microsoft Learn: 🤍 #dotnet #fsharp #fsharpconf
Download transcriptions at 🤍 and check out the Discord!: 🤍 Original video: 🤍 Performed by: Tim Minchin Transcribed by: Tony Williams (🤍 faq: Q: how old are you / A: i'm in high school! Q: how are you related to jacob collier? / A: i'm not, we just have the same last name Q: how do you transcribe? / A: i use musescore for notation and 'Transcribe!' for beat marking, slowing down etc Q: do you have perfect pitch? / A: no Q: where can i suggest videos? / A: 🤍 Q: what music do you listen to? A: 🤍 Q: why are some videos not transcribed by you? / A: sometimes other people submit transcriptions, most are commissioned from others who can do a better job than i can. i want to make sure you see the best transcriptions possible!
In this video we dive into the current state of the F# programming language - how many people use it, whether developers actually like it, and what kinds of jobs you can expect writing in F#. We then compare these results with lots of different programming languages. You can find shareable graphics from the video in the original blog post: 🤍 Chapters 01:55 - F# Popularity 05:30 - F# Loved / Hated 13:05 - F# Jobs and Salaries 16:20 - The Future of F# Links: - Top F# Backend Web Frameworks: 🤍 - Build a Simple Web API with F# + Giraffe: 🤍 About me: I'm Hamilton - Technologist / Tinypreneur. I build Simple Scalable Systems for effective product / business / creation cycles. Connect with me: - Website: 🤍 - Twitter: 🤍SIRHAMY - 🤍 # Support If you liked this and would like to see more, consider becoming a supporter: 🤍 Supporters get: * Full source code access from courses / tutorials * Exclusive discounts on products / courses Plus you help me to keep experimenting / sharing!
This talk was part of the JetBrains .NET Days Online 2022 conference. Details: 🤍 Description: F# is a language that stretches across many boundaries (web, backend, domain modeling, etc.) and paradigms (functional, imperative, procedural, object-based) while being simple, succinct, and performant. But there's more to it! In this session, we'll see why F# is also my favorite imperative, procedural programming language when it comes to performance. We'll explore why chose F# as the language for our new Discrete-Rate Simulation engine, and how we achieved a 100x speedup over other simulation engines in our industry. All with just F# and .NET. Speaker: Matthew Crews, Fast F# Twitter: 🤍 Original stream: 🤍 #dotnet #fsharp #JBDotNetDays
🤍 Learn the basic principles of 'functional-first' F# programming. You'll see how functions are used as the basic building blocks of code, how FP-style refactoring works, and how you can benefit from the power of F#'s composable type system.
Erik gives us through a brief introduction to F#, solving an Exercism exercise and exploring why it's an interesting language to explore. Plus he offers the chance to get a free book! Links: - F# track on Exercism: 🤍 - Isogram exercise on the F# track: 🤍 - F# for Fun and Profit 🤍 - Official F# Docs: 🤍 - F# for Beginners (videos): 🤍 - Stylish F# (book): 🤍 Timestamps: 00:00 Introduction 00:23 Background to F# 02:29 Why use F#? 06:50 Standout Features 12:38 Coding: Solving an Exercise 20:56 Learning Resources 24:42 Conclusion
Amplifying F# is a new initiative to encourage hands-on collaboration on open-source F# software! We aim to inspire developers all over the world to chime in and make F# better in the process. Resources: 🤍 fsharpConf is a community run event by F# community members outside of Microsoft. Follow .NET: Blog: 🤍 Twitter: 🤍 TikTok: 🤍 Mastodon: 🤍 LinkedIn: 🤍 Facebook: 🤍 Docs: 🤍 Forums: 🤍 🙋♀️Q&A: 🤍 👨🎓Microsoft Learn: 🤍 #dotnet #fsharp #fsharpconf
Meditation in F sharp minor Montage CFX Grand with VP770 choir layered on pedals Kronos - Piano and Constant voices
This video is packed with tons of value to help you get to that advanced level by changing your mindset about how you practice and retain musical information. 💫 Enroll in DB Music Academy today! 🤍 ⚡️ EXCLUSIVE MEMBERS ONLY CONTENT 🤍 📦 REVIEWS & SPONSORSHIPS: Review your product or become a sponsor Contact staff🤍deyquanbowens.com 📬 SEND FAN MAIL, GIFTS OR ANYTHING COOL! Deyquan Bowens PO BOX 6188 Syracuse, NY 13217
This talk was part of the JetBrains .NET Day Online '23 conference: 🤍 Description: How to recreate a classic ’90s game using .NET and F# using the same techniques (an actual rasterized ray caster – it's all pixels!) to run natively in both the desktop and the browser. Speaker: James Randall, CTO at Blackdot Solutions, loves bikes, his dog, and doing fun things with code. By day, James is an engineering manager who creates OSInt software using .NET, TypeScript, and the cloud. By night, he enjoys sinking himself into personal coding projects and creating fun interactive things. Links: 🤍 🤍 🤍 🤍 Full event stream: 🤍 #dotnet #JBDotNetDays #fsharp
FSharp.Data.Adaptive is an open-source library for incremental computation in F#. This talk outlines its basic working principles, shows how to use it and gives examples demonstrating its effectiveness. Resources: 🤍 fsharpConf is a community run event by F# community members outside of Microsoft. Follow .NET: Blog: 🤍 Twitter: 🤍 TikTok: 🤍 Mastodon: 🤍 LinkedIn: 🤍 Facebook: 🤍 Docs: 🤍 Forums: 🤍 🙋♀️Q&A: 🤍 👨🎓Microsoft Learn: 🤍 #dotnet #fsharp #fsharpconf
Get the Code Here : 🤍 Best F# Book : 🤍 Support my videos on Patreon : 🤍 MY UDEMY COURSES ARE 87.5% OFF TIL January 8th ($9.99) ➡️ Python Data Science Series for $9.99 : Highest Rated & Largest Python Udemy Course + 56 Hrs + 200 Videos + Data Science 🤍 ➡️ C Programming Bootcamp Series for $9.99 : Over 23 Hrs + 53 Videos + Quizzes + Graded Assignments + New Videos Every Month 🤍 ➡️ FREE 15 hour Golang Course!!! : 🤍 (100 Available) In this video I will cover the core syntax of the F# language in one video. This is basically a 300 page book on F# in one video. Here are time stamps to all the main parts, but much more is covered then I list here. 00:29 Input / Output 09:10 Binding / Mutable 11:10 Functions 22:09 Math 25:21 Strings 33:54 Looping 34:07 While 35:47 For 36:53 Iterating 38:35 Conditionals 38:50 IF ELIF ELSE 42:32 Match 44:38 Lists 55:27 Enums 57:15 Options 59:40 Tuples 1:01:49 Records 1:03:31 Sequences 1:08:30 Maps 1:12:52 Generics 1:14:03 Exception Handling 1:16:45 Structs 1:19:10 Classes Thank you to Patreon supporters like the following for helping me make this video facebook.com/cottageindustriesbuild/ jaryd remillard : instagram: 🤍distant_admiration bugreplay.com 🤍kyleaisho 🤍thetwistedhat vjFaLk 🤍 🤍
This is a casual chat where I explain a little of my reasoning for using F# for high-performance simulation and optimization. This is an experiment. I wanted a place to unpack my thinking and solicit feedback. Feel free to disagree and offer your thoughts 😊. = Contact = Email: hi🤍fastfsharp.com Mastadon: 🤍 Twitter: 🤍 = Support = Ko-Fi: 🤍 = Tags = Tags: #fsharp, #dotnet
Modern programming languages support both object-oriented and functional programming to a large extent. What are the differences between the two approaches and where is one more appropriate than the other? Can these two programming paradigms be combined? In this session, we look at the differences and similarities between functional and object-oriented programming using examples in C# and F#. #objectorientedprogramming #oop #functionalprogramming #functionalvsobjectoriented Speaker: Urs Enzler - Software Architect 🤍 Calitime AG 0:00:00 - Introduction 0:01:50 - UrsEnzler 0:02:14 - Presentation Start 0:04:02 - OOP 0:04:55 - FP (simplified) 0:09:19 - Thinking in OOP and FP 0:14:26 - Solution Structure 0:21:58 - OOP and FP Concepts 0:42:00 - C# and F# Strengths 0:44:51 - Other Advantages 0:47:33 - When To Use OOP and FP 0:51:47 - Questions and Answers 1:08:06 - Outro
Роман расскажет как F# упрощает повседневную энтерпрайз разработку и почему вам стоит его попробовать.
In this piano tutorial, we learn how to play 'Alpha and Omega' in F# using gospel jazz passing chords and chord substitutions. 1. 🎹 Gospel Jazz Progressions Course: 🤍 2. 🖥 Show Chords on Your Screen: Windows 7+: 🤍 Mac OS X: 🤍 3. 📸 Emanuel's Instagram: 🤍 4. ✉️ Emanuel's email: emanuelblancopiano🤍gmail.com Some Links Are Affiliated. I get a small commission at no extra cost to you. Feel free to use them. 🙏🏾
Thanks much to Don for the interview! See part 2 here: 🤍 See also The Early History of F#: 🤍 0:00 Welcome and demo 1:39 Introduce 2:52 History 8:12 Other .NET languages 11:20 Governance 13:10 Influence on C#
In this episode I introduce the F# programming language and guide you through some basic functional programming concepts while showing F# language features. Topics covered: - What is F#? - What is functional programming? - How to install F#, Visual Studio Code, and the Ionide extension - Mutable vs immutable state - Partial application - Currying - Pipeline operator - Lazy evaluation of sequences
For more free videos, visit: 🤍 The F Sharp Major chord - also written as F# - is made up of all black notes: F#, A#, and C#. Look for the group of three black notes. The lowest of those black notes is F sharp. Put your right hand thumb on that note. The highest of the group of three black notes is the A sharp. Put your right hand middle finger on A sharp. Your pinky goes on the next highest available black note, C sharp. C sharp is the lower note of the group of two black notes. Watch the video for more tips on locating each of the notes.
AVAILABLE ON DVD & DIGITAL DOWNLOAD It's an issue some musicians find difficult, but Tim Minchin has decided to just go with it. After selling out his world tour in record breaking time and receiving rave reviews, internationally renowned, award-winning musician, comedian, actor, writer and composer, TIM MINCHIN is back… Filmed in front of a live audience at London’s Shepherd’s Bush Empire, BACK is a musical comedy spectacle of 'Old Songs, New Songs, F* You Songs', showcasing material from all corners of Minchin’s eclectic repertoire. A hilarious display of his extraordinary wit, musical virtuoso, self-mockery and philosophical observations, BACK is a truly unique and unmissable show. Don’t forget to subscribe to Universal Comedy for all your comedy needs - 🤍 #StandUp #Comedy
Those who develop with .NET probably do so with C#. But F#, in particular, has great potential to make daily work easier. Everything that C# can do can also be done with F#, and often in a more lightweight and less error-prone way. If you want to see where the differences are and why F# is a good programming language for normal software development, come to this session! And don't worry, the talk is free of functional programming jargon – I promise! 0:00 - Introduction 1:04 - Simplicity in code 3:13 - Where C# really shines 5:12 - Everything is an expression 10:29 - Equality for free 12:28 - This or that - nothing else 18:23 - Left to right, top to bottom 21:19 - Some F# basics 36:32 - Coding conventions 40:04 - Type inference 42:08 - Experience after 12 months 43:45 - Wrap up 45:12 - Q&A Slides: 🤍 Speaker: Urs Enzler, Software Architect, Calitime AG Urs Enzler is a .NET developer since .NET was born. As a software architect, he builds flexible, reliable, and maintainable software together with his team. Twitter: 🤍 Blog: 🤍
We have designed full length video courses for piano, acoustic guitar and bass guitar that go into much more detail and are more systematic than the short YouTube videos we post here. Watch all my piano courses on skillshare here: 🤍 View our full catalogue of courses here on our website. 🤍 To order any of our courses, send me an email at majestyshouseofmusic🤍gmail.com or WhatsApp +254 713689907. You will be taken through the payment process and given the link to download your course of choice instantly. All our course video files are hosted on google drive. Free Music Resources 1. Music At Sea Level Ebook 🤍 2. Piano Chord Chart 🤍 Watch the F sharp course on skillshare here: 🤍 We have designed full length video courses for piano, acoustic guitar and bass guitar that go into much more detail and are more systematic than the short YouTube videos we post here. You can create an account on SKILLSHARE to watch all our courses FREE for one month: PIANO COURSES 🤍 View our full catalogue of courses here on our website. 🤍 To order any of our courses, send me an email at majestyshouseofmusic🤍gmail.com or WhatsApp +254 713689907. You will be taken through the payment process and given the link to download your course of choice instantly. All our course video files are hosted on google drive. Free Music Resources 1. Music At Sea Level Ebook 🤍 2. Piano Chord Chart 🤍
F# is for succinct, robust and performant code - the sweet spot of data and functions with types that don't get in your way! F# 6.0 is coming as part of .NET 6, with added JavaScript support in Fable, and I'll tell you all about what's new! High-performance async programming - no problem! Learn how we make the best with F# tasks and resumable code. We're also improving F# type inference, introducing high-performance data generation, making F# syntax simpler and delivering many tooling improvements too. Check out more of our featured speakers and talks at 🤍 🤍
#fsharp #unity #gamedev #gameprogramming #functionalprogramming In this video, I start a new project to show how to use F# with Unity. The first step is creating the project and setting everything up for use with F#. Further videos will explore creating a game similar to my F# with MonoGame series. If you want to support this channel then you could always get me a ko-fi below, thanks! Connect with me: Ko-fi: 🤍 Twitter: 🤍
En este video analizaremos el comportamiento de clases en F# comparándolo con C#. Si quieres apoyarme y darme para una cerveza puedes hacerlo por aquí: 🤍 Puedes apoyarme desde 0.5 USD al mes uniéndote como miembro al canal aquí: 🤍 También puedes vía patreon: 🤍 Todos mis podcasts: 🤍 Curso de MVC .Net: 🤍 Curso de MVC Api .Net: 🤍 Curso de facturación electrónica en c# .Net: 🤍 Todos mis videos sobre facturación electrónica: 🤍 La falta de respeto tanto a mí como a cualquier otra persona y el SPAM son razones de bloqueo en mi canal. "Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use" - Sigueme en twitter ⇒ 🤍 Sigueme en facebook ⇒ 🤍 Mi Sitio web ⇒ 🤍 #fsharp #dotnet #programación
Curious about F# and want to understand how is it different from C#? In this talk, we'll look at the basics of coding in F#, and how functional programming differs from object-oriented programming. Along the way, there will be many examples showing the same code written in C# and F# so that you can see for yourself how the two languages differ in style and approach. NDC Conferences 🤍 🤍
Learn the very simple passing Chords that can take you to the 4 chord.. Subscribe, like ,comment and share..thanks
This is a response and continuation of the ideas and thoughts put forward by Casey Muratori in his video on "Clean" Code, Horrible Performance. I want to show how to implement the algorithm using several techniques in F# and discuss their Pros and Cons. Ultimately I suggest a method that is simpler and faster than any others. We also discuss why the techniques Casey used in his video led to better performance and what we can take away from it when writing high-performance code in F#. Links: "Clean" Code, Horrible Performance By Casey Muratori Video: 🤍 Class: 🤍 Data-Oriented Design in C By Mike Acton Video: 🤍 Practical Data-Oriented Design By Andrew Kelley Video: 🤍 Code: 🤍 = Contact = Email: hi🤍fastfsharp.com Mastadon: 🤍 Twitter: 🤍 = Tags = Tags: #fsharp, #dotnet, #highperformance , #functionalprogramming
.NET Core includes a powerful functional programming language called F#. But how do you use it well? In this talk, I’ll talk about examples of F# code I love and why. Along the way, I’ll talk about how it relates to doing language design, functional programming, object programming, language features and the “sweet spot” for using functional-first programming both as an individual and in teams. Much of it will be other people’s code. Check out more of our talks, courses, and conferences in the following links: 🤍 🤍
Learn to play the F# chord on guitar. 🤍jttechie.com - Useful Links Learn to play Guitar in 13 minutes | Quick and Dirty Tutorial 🤍 Learn to play Guitar Chords in our Chords Library here! 🤍 Learn to build a DIY Capo with a pen and rubber bands here! 🤍 Learn to play Bar Chords more easily here! 🤍 Learn Hit Songs on Guitar here! 🤍 Find me on Social Media 🤍jttechie - X Instagram: 🤍 X Twitter: 🤍 X Facebook: 🤍 X Snapchat: 🤍 X Google+ 🤍 X Web: 🤍jttechie.com Music provided by NoCopyrightSounds: Deaf Kev - Invincible: 🤍 Laser Groove - Kevin MacLeod | incompetech.com Licensed under Creative Commons: By Attribution 3.0 🤍
A complete video tutorials of Complete Crash Course Piano Tutorials KEY F#/Gb PROGRESSIONS (lesson 30) For Free lessons REGISTER ON MYWEBSITE 🤍 🤍 BEGINNERS PLAYLIST 🤍
Watch the Advanced F Sharp Course on Skillshare Here: 🤍 We have designed full length video courses for piano, acoustic guitar and bass guitar that go into much more detail and are more systematic than the short YouTube videos we post here. Watch all my piano courses on skillshare here: 🤍 View our full catalogue of courses here on our website. 🤍 To order any of our courses, send me an email at majestyshouseofmusic🤍gmail.com or WhatsApp +254 713689907. You will be taken through the payment process and given the link to download your course of choice instantly. All our course video files are hosted on google drive. Free Music Resources 1. Music At Sea Level Ebook 🤍 2. Piano Chord Chart 🤍 We have designed full length video courses for piano, acoustic guitar and bass guitar that go into much more detail and are more systematic than the short YouTube videos we post here. You can create an account on SKILLSHARE to watch all our courses FREE for one month: PIANO COURSES 🤍 View our full catalogue of courses here on our website. 🤍 To order any of our courses, send me an email at majestyshouseofmusic🤍gmail.com or WhatsApp +254 713689907. You will be taken through the payment process and given the link to download your course of choice instantly. All our course video files are hosted on google drive. Free Music Resources 1. Music At Sea Level Ebook 🤍 2. Piano Chord Chart 🤍
F# is the lesser-known of the .NET programming languages, but it can pack a punch when it comes to building applications. But what does that have to do with Azure Cosmos DB? What if I told you that you could get compile time checking of the validity of your database access, the collections to query, and the queries themselves? I'd say that you'll have to join me and find out! #azurecosmosdb #azure #nosql #cloud #cosmosdbconf