• The C# Interactive Window

    Updated: 2021-03-27 01:43:05
    Articles Blog Videos Archive About The C Interactive Window Tuesday , January 21, 2020 The C Interactive window in VS is not the best interactive C experience , LINQPad still has the honor , I believe , but it is a quick and convenient option for trying out a few lines of . code All My Pluralsight Courses OdeToCode by K . Scott Allen Subscribe Twitter Search About Learn C Learn ASP.NET Core Learn Azure c OdeToCode LLC 2004 2021

  • Moving Complexity

    Updated: 2021-03-27 01:43:05
    Articles Blog Videos Archive About Moving Complexity Thursday , January 16, 2020 I always feel a sense of satisfaction when I move a piece of complexity from outside an object to inside an object . It doesn't need to be a large amount of code , I've learned . Every little step helps in the long . run If I could go back 20 years and give myself some programming tips , one of those tips would certainly be this : You don't move code into an abstraction to reuse the code , you move code into an abstraction to use the . code All My Pluralsight Courses OdeToCode by K . Scott Allen Subscribe Twitter Search About Learn C Learn ASP.NET Core Learn Azure c OdeToCode LLC 2004 2021

  • Beautiful Binary Literals

    Updated: 2021-03-27 01:43:05
    Articles Blog Videos Archive About Beautiful Binary Literals Wednesday , January 8, 2020 Finally I've used binary literals in real code . This feature , and the digits separator have been good additions to the C . language public static byte[ BreakIntoTwos(byte value var result new byte[4 result[0 byte value 0b1100_0000 6 result[1 byte value 0b0011_0000 4 result[2 byte value 0b0000_1100 2 result[3 byte value 0b0000_0011 return result All My Pluralsight Courses OdeToCode by K . Scott Allen Subscribe Twitter Search About Learn C Learn ASP.NET Core Learn Azure c OdeToCode LLC 2004 2021

  • UPDATED: Using R and H2O to identify product anomalies during the manufacturing process.

    Updated: 2021-03-25 19:09:00
    Note. This is an update to article: Using R and H2O to identify product anomalies during the manufacturing process.It has some updates but also code optimization from Yana Kane-Esrig( https://www.linkedin.com/in/ykaneesrig/ ), as sh... The post UPDATED: Using R and H2O to identify product anomalies during the manufacturing process. first appeared on R-bloggers.

  • Create Your Personal Cheat Sheets

    Updated: 2021-03-25 06:00:00
    Create Your Personal Cheat Sheets Cheat Sheets are a handy way to have the most important facts right at your fingertips. Especially when learning new concepts or a whole programming language, cheat sheets can help to stay on top of all the new things... The post Create Your Personal Cheat Sheets first appeared on R-bloggers.

  • EARL abstracts: one week left to submit

    Updated: 2021-03-24 07:55:29
    If you were thinking about submitting an abstract for the Enterprise Applications of the R Language Conference – you have... The post EARL abstracts: one week left to submit appeared first on Mango Solutions. The post EARL abstracts: one week left to submit first appeared on R-bloggers.

  • Set up Your R Package to Get the Most out of Your Community

    Updated: 2021-03-23 18:00:00
    How to join this free online event with Maëlle Salmon, Hugo Gruson, Steffi LaZerte and Stefanie Butland. Details coming soon! Resources Topic discussion on GitHub, Read the thread that led to this Community Call The post Set up Your R Package to Get the Most out of Your Community first appeared on R-bloggers.

  • Build GGPLOT Code with Tableau Drag-and-Drop (R esquisse)

    Updated: 2021-03-22 21:00:00
    This article is part of a R-Tips Weekly, a weekly video tutorial that shows you step-by-step how to do common R coding tasks. Tableau-users rejoice! The esquisse R package is here to make you life much easier - make ggplot2​ plot code using a drag-a... The post Build GGPLOT Code with Tableau Drag-and-Drop (R esquisse) first appeared on R-bloggers.

  • A clever bash script for R Users

    Updated: 2021-03-22 18:00:00
    Back in 2017 I wrote a blog post describing a simple bash script for installing R in a Ubuntu setup. The problem with this script, and many others found in the internet, is that they quickly become obsolete due to changes in Ubuntu, R and RStudio. ... The post A clever bash script for R Users first appeared on R-bloggers.

  • Detailed Current Data on the Economic Impact of Covid-19

    Updated: 2021-03-22 08:20:00
    I was very impressed when watching Raj Chetty’s video presentation in the AEA panel “The Economic Impact and Policy Response to the Pandemic: What Happened in 2020 and What is Ahead?”. He is part of a group (Chetty, Friedman, Hendren, Stepner, and the ... The post Detailed Current Data on the Economic Impact of Covid-19 first appeared on R-bloggers.

  • Downloading and cleaning GBIF data with R

    Updated: 2021-03-22 05:20:21
    Many students and workshop participants ask me for a (semi-)automated way to 1) download species occurrence data from GBIF into R, and 2) clean such data from common errors. The following script does that, while calling the user’s attention to … Continue reading → The post Downloading and cleaning GBIF data with R first appeared on R-bloggers.

  • Little useless-useful R functions – Letter frequency in a vector of numbers

    Updated: 2021-03-22 02:10:00
    So here is a useless fact. There is no letter A in numbers – written as words – from 1 to 100. And of course, we wanted to put this into the test and check if it holds the water.…Read more › The post Little useless-useful R functions – Letter frequency in a vector of numbers first appeared on R-bloggers.

  • Detect the Changes in Timeseries Data

    Updated: 2021-03-21 16:16:02
    In this post, we will provide an example of how you can detect changes in the distribution across time. For ... Read moreDetect the Changes in Timeseries Data The post Detect the Changes in Timeseries Data first appeared on R-bloggers.

  • Predict Basketball Games with Log5 formula

    Updated: 2021-03-21 15:01:33
    We have provided an example of how to get started with predictive models for NBA Games. In this post, we ... Read morePredict Basketball Games with Log5 formula The post Predict Basketball Games with Log5 formula first appeared on R-bloggers.

  • Upcoming Why R Webinar – Analyzing Political Speeches in R – some approaches

    Updated: 2021-03-20 16:00:00
    On Thursday, March 22th at 7 pm UTC | 8 pm CET, as part of the Why R? Webinar series, we have the honour to host Evan Odell, from the Junior Data Consultant at Pandata GmbH and creator and maintainer of the dataset of speeches made in the UK House of... The post Upcoming Why R Webinar – Analyzing Political Speeches in R – some approaches first appeared on R-bloggers.

Previous Months Items

Feb 2021