Re: Mastodon Community Center Geeks' Lounge by Dani I just stumbled upon this and had no idea that Mastodon was even a thing 6 years ago, pty! I first became aware of them back when Elon bought Twitter (ahem, X) and everyone fled ship trying to find an alternative. Sorry no one replied to this thread until now. Guess you were just too ahead of your time. ;) Re: *One Word Game* Community Center Geeks' Lounge by AARTI SHRIVAS rolling Re: cd and dvd drive failure... Hardware and Software Hardware by DMR Rolling back to a previous configuration doesn't touch your data … Re: Python splitting with different seperators Programming Software Development by woooee Rolling your own is the best way to go. Alternatively you could replace "?" and "!" with "." and split on the period, but that requires many loops through the file. Re: What are you listening to? Community Center Geeks' Lounge by happygeek Rolling Stones - Mothers Little Helper Re: Email program glitches after recent WU updates ? Hardware and Software Microsoft Windows by jbennet Rolling back your windows updates shouldnt delete your mail.... Rolling Dice Programming Software Development by ttuck … am writing a code that involves rolling dice. Write a java application to simulate the rolling of two dice 1000 times, assuming…, one containing 1000 elements to contain the 1000 results of rolling the 1000 pairs of dice, and the other containing 11… Rolling Box Programming Software Development by moonlite25 Hi, I am coding a program to make a rolling box function using turtle graphics. The box is supposed to …appear to be rolling across a floor to the right like this: [url]http… rolling dice Programming Software Development by spaceytrin … someone help ASAP? thanks!! Write a program that simulates the rolling of two dice. The program should use rand to roll… Rolling out Office 2007 Hardware and Software Microsoft Windows by Rodlin I am planning on rolling out office 2007 to Computer Labs on campus, does anyone have a project plan that i can use as a guide as to how to carry out this task? If you can point me in the right direction that would be great. thanks in advance. Rolling Monitor Hardware and Software Hardware by wietop I have a Mac Mini running Snow Leopard and a Synaps 19" monitor. I have downloaded and played several games from Big Fish Games and have had no problem. There are, however, a handful of games that cause my monitor to roll. It's so bad that my only option is to shut down the Mac. Does anyone have any ideas on what could be causing the rolling? Rolling Dice(Count doubles) while loop to for loop Programming Software Development by woochoi24 … roll the dice //a random number generator used in simulating rolling a dice Random generator = new Random(); int die1Value; // number of… Help with rolling dice problem Programming Software Development by cmatos15 Hey everybody, I seem to be stuck on this rolling dice problem I received on one of my lab exercises.…to insert code. DESCRIPTION: Write a program that simulates the rolling of two dice. The program should use rand to roll…" << fixed << showpoint; // display results of rolling dice for ( int j = 2; j < SIZE; j++ ) … log4j.properties - rolling out log for specified time Programming Software Development by vgkarthi … in log4j.prop As far i have searched in Internet, rolling out every 1 hour or 1 day etc... are available… above is not possible I think I must go by rolling out according to some specific file size. Kindly do lemme… know whether rolling for specified no of hours is possible or not.. thanks… Seeking help with dice rolling program Programming Software Development by belle_tenor …assignment for my C++ class that involves writing a dice rolling program (rolls 2 dice). The program is to get…void DisplayHeader() { // output user prompts cout << "Dice Rolling Simulation" << endl << endl; cout <…;< "This program allows you to simulate the rolling of a pair of dice."<< endl &… Re: Help with rolling dice problem Programming Software Development by cmatos15 …" << fixed << showpoint; // display results of rolling dice for ( int j = 2; j < SIZE; j++ ) cout… Re: Help with rolling dice problem Programming Software Development by cmatos15 …" << fixed << showpoint; // display results of rolling dice for ( int j = 2; j < SIZE; j++ ) cout… Dice rolling program using vectors Programming Software Development by buddha527 Last week I had to make a dice rolling program that uses a one demensional array that stores and … Monitor Flicker/Rolling Lines Hardware and Software Hardware by CopingSkills … new monitor except for some noticeable flicker. This appears as rolling lines from top to bottom of the screen. Well, they… Dice rolling program... Output trouble Programming Software Development by iTsweetie … a problem. I've been instructed to write a dice rolling program that uses rand to roll dice one and uses… dice rolling program help Programming Software Development by redworc53 … least 3 user written functions, one for input, one for rolling the dice, one for output. 2) Must use an array… Re: dice rolling program help Programming Software Development by WaltP Since you are writing a student project on rolling dice, not solving universal chaos theory, [B]rand()[/B] is more than adequate. Re: dice rolling program help Programming Software Development by redworc53 I am running into multiple issues. I am not exactly sure how to go about rolling the dice, summing them together, and how all the loops will work together for the desired output. Also, when I define size as numberofsides * numberofdice and use it in the array I get an expected constant error. Once again I am new to all of this. Re: dice rolling program help Programming Software Development by WaltP … issues. I am not exactly sure how to go about rolling the dice, [/quote] Call [ICODE]rand()[/ICODE] -- the value returned… jquery for rolling videos Programming Web Development by girishankar can suggest me a jquery which is used for rolling videos...like if i click on particular video it should be played... Setup is not rolling back if condition if false Programming Software Development by himvj … up if the condition is not true the setup in rolling back it is installing. code is as below that [code… Dice Rolling Programming Software Development by Nnadozie … a button that when clicked causes your code to simulate rolling a dice 100 times. Your program needs an array that… Re: how can this die just keep on rolling? Programming Software Development by ria_ria the code must keep the die keeps on rolling when the roll has been click and it will just … Re: how can this die just keep on rolling? Programming Software Development by Taywin … user to click on "roll" button to start rolling and then click on "stop" button to stop… Re: how can this die just keep on rolling? Programming Software Development by JamesCherrill … are you suggesting to achieve "the die keeps on rolling when the roll has been click"? You can't…