Jump to content

Jerry

Community Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by Jerry

  1. I mostly work in C# but here's my attempt working with what you posted. public boolean operate_on_file(java.util.ArrayList<java.io.File> files,File current_dir) { try{ for (File file : files) { BufferedImage image = ImageIO.read(file); File output = new File(current_dir+"/"+file.getName()); ImageIO.write(image, "png", output); } } catch(Exception e){ return false; } return true; } }
  2. Case: COOLER MASTER HAF X Blue Edition GPU: 2 EVGA GeForce GTX 560 Ti SLI CPU: Intel Core i7-2600K Sandy Bridge 3.4GHz - OC 4.2GHz MOBO: MSI P67A-GD65 (B3) LGA 1155 Intel P67 SATA 6Gb/s USB 3.0 ATX Intel CPU Cooler: COOLER MASTER V8 120mm Ram: G.SKILL Ripjaws X Series 8GB Monitors: ASUS VW246H 24" Widescreen LCD PSU: COOLER MASTER GX Series 750W HHD: Western Digital WD 1TB SSD: Crucial 2.5" 64GB OS: Windows 8 64bit
  3. 20+ man convoy killed by helicopter just before entering town. =.=
  4. Me too, maybe something like reinforcements with a troop count after a spawn it would subtract from the count and eventually allow Blufor to take the AO.
×
×
  • Create New...