Re: Java Coin Flip Program Programming Software Development by jassonadder Hey! You're on the right track with your idea—it’s a great beginner project to practice loops, input, and class methods in Python. Here’s a sample program that does exactly what you're asking. It defines a class with a flipCoin() method, reads in how many times the user wants to flip a coin, prints each result, and then shows the totals at the … Re: Java Coin Flip Program Programming Software Development by Dani Better late than never! Thanks for your post. It looks like it's really helped a few people already. Re: Java Coin Flip Program Programming Software Development by Salem > It looks like it's really helped a few people already. Yeah, 4 new members with consecutive user ID's, smelling like sock-puppet accounts. Re: Java Coin Flip Program Programming Software Development by Dani > Yeah, 4 new members with consecutive user ID's, smelling like sock-puppet accounts. I realized that after I posted. I’m on my phone on the sofa so it wasn’t as easy to tell. Although I still can’t see the motivation. Edit: Nevermind. Perhaps they were trying to improve their member reputation/quality score?? (Won’t work because you need… Re: Create Infinite Loop In Bash Hardware and Software Linux and Unix by asadalikhan while true; do echo "Running..."; sleep 60; done This runs forever, printing "Running..." every 60 seconds. No script file needed, just drop it in the terminal and you're good. Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by themadrastiffin The shortcut bar in MS Office may not appear, may not open or may run slowly if you restart, repair or reinstall the program. Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by asadalikhan Nick, this issue sounds like a file association problem. Your URL shortcuts on the shortcut bar are likely opening with the wrong program (like a printer handler). Here’s a quick fix: 1. Go to Control Panel > Folder Options > File Types 2. Find and select .URL 3. Click Advanced and ensure it’s set to open with Internet Explorer (… Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by asadalikhan Nick, it’s likely a file association issue. Reassign `.url` files to open with Internet Explorer in Folder Options > File Types. That should fix the shortcut bar behavior. Best Ways to Print a High-Quality Book Cover Digital Media UI / UX Design by Zachary_6 … can make a huge difference in the final product. What printing services do you recommend—KDP, IngramSpark, or local print shops…-quality results? Have you encountered any challenges with book cover printing? Let’s discuss the best practices, tips, and services for… Re: Best Ways to Print a High-Quality Book Cover Digital Media UI / UX Design by rproffitt "Never judge a book by its cover." - Unknown. And book sales are way way down. But here's the book I recently bought. It's title is: ***"The Subtle Art of Resistance: Lessons from Cats for Surviving Fascism"*** which is the problem of today. PDFs and E-books are where it's at. Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by Anonymous_2133 I have always been a fan of the Office 2000 shortcut bar. It has been on my windows desktop since I got it, up until Windows 10 19H2 (RIP). If you are still looking for a replacement, try searching for "Quick Pick" by "Automation in Motion". Use the double quotes or you will have to wade through many pages of irrelevant results. printing the maximum value using Array Programming Software Development by soche123 Printing the maximum numbers after user's input using Array? guys … Printing multiple integers EASY SOLUTION Programming Software Development by Saqlainz Printing multiple integers can be done easily!! **WRONG : Console.WriteLine("%d * %d = %d",c,a,b);** *** RIGHT AND PERFECT:: Console.WriteLine("{0} * {1} = {2}",c,a,b);*** Re: Printing a report in C# using VS 2008 Programming Software Development by TnTinMN Printing a report is kind of vague. What do you want in the report? Is it just text or do you want to do tables and images, or something else? Printing Programming Software Development by steven8579 …(); } public class PCPrint : System.Drawing.Printing.PrintDocument { private Font _font; private string… } protected override void OnPrintPage(System.Drawing.Printing.PrintPageEventArgs e) { base.OnPrintPage(e); … Printing Programming Software Development by freesoft_2000 … no matter how many pages i have whether i am printing even or odd pages only. Can someone show me the… correct way of printing even or odd pages using the printable interface the right… inconvinience i hope someone can show a simple example of printing even or odd pages using the printable interface Any help… Printing HELP Programming Software Development by Rockstar4cs …(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintReport.PrintPage Dim sngX As Single Dim sngY…(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintSelected.PrintPage Dim sngX As Single Dim sngY… Printing Programming Software Development by chetanbasuray My problem is related to printing.I have a database table named billing from which I … problem is that when I'm generating the bill for printing,if a client has multiple entry, the client name and… Re: Printing HELP Programming Software Development by Rockstar4cs … prints out the product selected so far tho instead of printing out just what the user selected it prints out all… Printing Programming Software Development by nathanj99 … co-ordinate system to tell the printer where to start printing. Where does the print area begin? I need to be… Re: Printing multiple integers EASY SOLUTION Programming Software Development by Bunker A straightforward solution to printing multiple integers is to use a loop. For example, in Python, you could use a "for" loop to iterate through a list of integers and print each one. This method is simple and effective. Printing without Crystal Reports - Simple "Hello, world." in VB 2008 Programming Software Development by Bill Purkins …, _ intMarginLeft, intMarginTop As Integer ' Set printing area boundaries and margin coordinates With MyBase.DefaultPageSettings …CInt(intPrintAreaHeight / Font.Height) ' Initialise rectangle printing area Dim rectPrintingArea As New RectangleF(intMarginLeft, _ … Printing Embedded JComponents Programming Software Development by freesoft_2000 …Ok prnJob.print(); } catch (PrinterException e) { Label1.setText("A printing error has occurred"); } } public void actionPerformed(ActionEvent event) { …RTFRenderer implements Printable { //This external class that does all the printing of all the rtf document pages int currentPage = -1;… Printing a picturebox image as background Programming Software Development by tallygal …sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) _ Handles printDocument.PrintPage Dim fontObject As …' iterate over the controls on the Form, ' printing the text displayed in each control For Each controlObject In… Re: Printing a picturebox image as background Programming Software Development by tallygal …(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) _ Handles printDocument.PrintPage Dim fontObject As Font '….Height - 60) ' iterate over the controls on the Form, ' printing the text displayed in each control For Each controlObject In… Printing DataGridView Programming Software Development by Ann95 …DocToPrint_BeginPrint(ByVal sender As Object, ByVal e As System.Drawing.Printing.PrintEventArgs) Handles DocToPrint.BeginPrint oStringFormat = New StringFormat oStringFormat.… sender As Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles DocToPrint.PrintPage Static oColumnLefts As New … Printing Problem Programming Software Development by Yoshidex … Private Sub cmdPrint_Click() 'Call the common Dialog Box for printing; cdbPrint.ShowPrinter 'State the CurrentX and CurrentY to start… printing; Printer.CurrentX = 1440 ' 1440 twips equal 1 inch … didn't put all of the things I'm printing 'cause they'll take a lot of space, but… printing webpages Programming Web Development by mikesowerbutts …already, so there shouldnt really be any problems with the printing? well becuase the work printer doesnt seem to do borderless… printing, part of the text/graphics on the page get cut…landscape print on the areas of the page where the printing clipping occurs, but it just doesnt seem to have done… Printing problem Programming Software Development by blondie.simon …GetHeight(e.Graphics) 'Iterate over the string using the StringBuilder, printing each line. strLine = MyStreamReader.ReadLine While count < LinesPerPage… based on the height on the font according 'to the printing device yPosition = (topMargin + (count * printFont.GetHeight(e.Graphics)))… printing text file string contents (array) - padded characters Programming Software Development by QuantNeeds … prevent the padded characters within a string array from printing. The user inputs the information in function enterRecords()…menuChoice = 1; return menuChoice; } // create formatted text file for printing void Tools::printTextFile(fstream &readFromFile ) { // create text file…