Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
war
- Page 1
JForum release for JakartaEE 10
Hardware and Software
Cloud-based Apps
1 Week Ago
by Ulfson
… longer needed now :-) You can find a ready-to-run
war
file at https://sourceforge.net/projects/jforum2/, along with documentation.
Re: JForum release for JakartaEE 10
Hardware and Software
Cloud-based Apps
1 Week Ago
by Dani
Congrats on the latest release of your software. May I ask what inspired the decision to host the project on Sourceforge instead of GitHub? I rarely see well-maintained projects on sourceforge these days, sadly.
Re: JForum release for JakartaEE 10
Hardware and Software
Cloud-based Apps
1 Week Ago
by Ulfson
> May I ask what inspired the decision to host the project on Sourceforge instead of GitHub? I rarely see well-maintained projects on sourceforge these days, sadly. JForum had already lived on SF for several years before I became involved. At this point there are just 2 committers, and while we talked about moving to Git, it never seemed …
Re: JForum release for JakartaEE 10
Hardware and Software
Cloud-based Apps
1 Week Ago
by Dani
A bit off topic, but as a developer of one, DaniWeb started on SVN and eventually moved to Git when redoing the platform from scratch about a decade ago. I also really like being in GitHub, despite it being a private repository so I’m not taking advantage of the network effect.
How to Hire Mobile App Developer in Russia
Programming
Mobile Development
1 Month Ago
by KamalDeepPareek
As we know russia is a
war
zone right now, how to hire developers in russia so we can hire at minimum rate
Re: How to Hire Mobile App Developer in Russia
Programming
Mobile Development
1 Month Ago
by Reverend Jim
Don't.
Re: How to Hire Mobile App Developer in Russia
Programming
Mobile Development
1 Month Ago
by rproffitt
Sure. Go to Moscow, check into their bureau of economic development and you'll do fine. Let us know how it turns out.
Re: How to Hire Mobile App Developer in Russia
Programming
Mobile Development
1 Month Ago
by Dani
As you may know from other threads in these forums, I'm a huge supporter of Upwork. I know that they've chosen to no longer work with anyone in Russia. I believe Toptal still has a presence in Russia, so you could try there. You could also just try Googling for Russian-based freelancers. Working with inexpensive freelancers is always great, …
War card game
Programming
Software Development
20 Years Ago
by Darkfoxx
…public class Cardmain { public static void main (String[] args) {
War
wargame = new
War
(); wargame.play(); } } class Deck { static final int numberOfCards… = new Vector(30,22); //increment by 22 if needed public
War
(Deck gameDeck) { warDeck = gameDeck; warDeck.shuffle(); //Shuffles deck…
Re: WAR file contains DB or not
Programming
Web Development
17 Years Ago
by dinezhr
…project with mysql databse and deploying it through
WAR
file My question is if i want … some other machine then i am copying
war
file there in webapps folder.........but do …you think it
war
file will hold tables and DB used … also Please let me know this[/QUOTE]
War
file contains only the web app files like…
war FILE and DataBase
Programming
Databases
17 Years Ago
by staneja
… creating a project with mysql databse and deploying it through
WAR
file My question is if i want to deploy it… on some other machine then i am copying
war
file there in webapps folder.........but do you think it…
war
file will hold tables and DB used for application or …
WAR file contains DB or not
Programming
Web Development
17 Years Ago
by staneja
… creating a project with mysql databse and deploying it through
WAR
file My question is if i want to deploy it… on some other machine then i am copying
war
file there in webapps folder.........but do you think it…
war
file will hold tables and DB used for application or …
Re: WAR file contains DB or not
Programming
Web Development
17 Years Ago
by peter_budo
As far I know
war
does not contain DB. This have to be done separatly
war/jar/ear: What's best for my (extensible) app ?
Programming
Software Development
13 Years Ago
by hurrycart
… that it would be best to deploy it as a
war
. I have doubts, since there is, for now, no web…
Re: The Fools of War
Community Center
Geeks' Lounge
17 Years Ago
by bumsfeld
War
is simply too dirty for gay people.
Re: The Fools of War
Community Center
Geeks' Lounge
16 Years Ago
by Ene Uran
War
doesn't determine who's right - only who's left.
Unable to award double points in War Card game
Programming
Software Development
12 Years Ago
by popeyemissy
…: "+
war
.playerScore+"-"+
war
.compScore);
war
.playerCard(); Card playerCard = new Card(
war
.playerNum,
war
.playerFace);
war
.compCard(); Card compCard = new Card(
war
.compNum,
war
.compFace); System…
[C#:Help] Card Game : War
Programming
Software Development
15 Years Ago
by Poab9200
…p1Card.FaceVal == p2Card.FaceVal) { return "!!!
War
!!!"; } else { return "eRR"…i != NumberOfWarIterations; i++) { w = new
War
(); w.PlayGame(); s.Player1Loss += w.Player1Loss;…
[C#] Project War(The Card Game)
Programming
Software Development
15 Years Ago
by Poab9200
…the number of battles if (sStatus == "!!!
War
!!!") { sStatus = WarBattle(player1, player2);…(p1Card.FaceVal == p2Card.FaceVal) { return "!!!
War
!!!"; } else { return "eRR";…
c++ war game help
Programming
Software Development
15 Years Ago
by sjgman420
…ASSIGNMENT DESCRIPTION This program will simulate the card game
WAR
!. The following is quoted verbatim from a Wikipedia … pile, especially in the middle of a big
war
III: The Circular Array 0 1 2 3…) Function playWar: Simulates the two-player game of
WAR
! To facilitate use of the deck operations described below…
Re: Unable to award double points in War Card game
Programming
Software Development
12 Years Ago
by NormR1
> a
war
event takes place, no points are assigned Where are the events detected? Would that be the place to assign points?
Re: Unable to award double points in War Card game
Programming
Software Development
12 Years Ago
by popeyemissy
…: 8-6 Player: Jack of diamonds Computer: Jack of clubs
war
! and no points awarded so far Play next round? 1… you see the player won the next event after the
war
however only one point was awarded when two should be…
Re: Unable to award double points in War Card game
Programming
Software Development
12 Years Ago
by popeyemissy
…: 8-6 Player: Jack of diamonds Computer: Jack of clubs
war
! and no points awarded so far Play next round? 1… feel there need to be a modification in the "
war
" class that to in the if loop section where…
Re: Unable to award double points in War Card game
Programming
Software Development
12 Years Ago
by JamesCherrill
When you detect a
war
(line 137) you could set a boolean to mean "previous game resulted in
war
". Then next time through you can check that boolean to whether to score double points (and reset the boolean)
Re: Unable to award double points in War Card game
Programming
Software Development
12 Years Ago
by popeyemissy
import java.util.Random; public class
War
{ public final int END_LIMIT = 8; public static int … > playerNum){ compScore++; }else if(playerNum==compNum){ return "
war
!"; } if(playerNum > compNum){ ++playerScore; }else if(…
Re: Unable to award double points in War Card game
Programming
Software Development
12 Years Ago
by JamesCherrill
Latest version has completely lost all the stuff about remembering that the previous game as a
war
. (I'm finishing now for this evening, someone else will probably step in...)
Re: Unable to award double points in War Card game
Programming
Software Development
12 Years Ago
by popeyemissy
Opps, i did not go beyound the
war
, it is now doubling everything depending on who wins
Re: Unable to award double points in War Card game
Programming
Software Development
12 Years Ago
by popeyemissy
You are going and am stuck.....please help me finish the homework. I know where the problem is..in the if loop in the
war
class but not sure how to go about it. Solve it for me James
Re: Unable to award double points in War Card game
Programming
Software Development
12 Years Ago
by NormR1
Can you explain what the "
war
event" is and what determines it? When a "
war
event" is detected you need a way to remember it so it can be used later in the program to change the way scores are changed.
Hybrid disc players to end DVD war unlikely
Hardware and Software
Hardware
18 Years Ago
by John A
…it. In the article: [quote]The high-definition DVD format
war
, which has slowed consumer acceptance of the new players, may…it can compete against even the losing format in this
war
as there will simply be not enough manufacturers to make…price steep on these players. Look back on the format
war
between Betamax and VHS. Even though it would have …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC