MDsDB Paste<p id="">The concept of scheduling jobs to automate tasks is widely known from different operating systems. There are cron jobs in Linux and a task scheduler in Windows. Similarly, MindsDB, as an AI workflow automation platform, enables users to sche...Nov 2, 2023·4 min read
Generate Lorem Ipsem How, What, Why, When, Where, Is it enough or generate readable text or what else can w have in title to make it long enough? NiceHey there, Heading Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ornare arcu dui vivamus arcu felis bibendum. Suspendisse faucibus interdum posuere lorem ipsum dolor sit. N...Oct 9, 2023·3 min read
Multiple Languages highlightingExcel Formulae I5=SUMPRODUCT(--(C5:C14="red"),F5:F14) I6=SUMPRODUCT(--(B5:B14="tx"),--(C5:C14="red"),F5:F14) I7=SUMPRODUCT(--(B5:B14="co"),--(C5:C14="blue"),F5:F14) BASIC Dim wb as workbook For Each wb In Application.Workbooks If not wb.ReadOnl...May 17, 2023·2 min read
ERB and HAML<div id='content'> <div class='left column'> <h2>Welcome to our site!</h2> <p><%= print_information %></p> </div> <div class="right column"> <%= render :partial => "sidebar" %> </div> </div> HAML #content .left.column %h2 W...Apr 26, 2023·1 min read