Where is a good place to assemble a team?

Greetings.
I'm a recently graduated Game Developer. My specialty is C++, but lately I've taken it upon myself to learn J2ME so that I can produce mobile games. Currently, I am about 25% through my first game, which is a collection of brain teasers and puzzles, simliar to Nintendo's Brain Training series.
The problem, as any of you know, is that it takes very long to develop a game alone. I want to find other people to join and work with me in creating unique and entertaining mobile content. If we can get a few games/apps made together, I'd like to have them published so that we could form an official company.
Unfortunately, I have found no reliable place for this online. Surely there are Java hobbyists out there who would enjoy such a prospect? Do any of you know of good places to seek team members?
Thanks

Crucial memory or OWC?
http://www.crucial.com/
http://eshop.macsales.com/shop/apple/memory/iMac

Similar Messages

  • Where is a good place to sell NI myDAQ?

    Hi, I want to sell my NI myDAQ, but not sure where is a good place (not craigslist or ebay).
    I have been searching all over for a place to sell some used labview equipment I have.  I do not really want to sell on ebay or craigslist, as I would like to sell to someone who knows what they are buying.  Does NI have a place to sell used equipment, or do they have a buy back program?  Either might be a good idea.  I have a brand new NI myDAQ.  Anybody know I good resource to sell at?

    Hi!
    I need myDaq for a lab, so if you still have it, I would be very interested to buy it!! I live in holland, would it be possible to send here? Do you know how much it would cost? 
    Thank you very much in advance. 

  • Where is the good place for ejb3.0

    I am where is a good place to learn EJB3.0 step by step. I could not find a place from sun.
    THanks!

    The EJB 3.0 spec is still being revised, so all the documentation out there should not be considered authorative. There aren't any major changes in the works, but the details and syntax will likely change between now and when the spec is declared final. We will put out a Java EE 5 Tutorial beta (with EJB 3.0 info) in the fall, when all the specs have stabilized.
    Oracle's site on EJB 3.0 has some good stuff, although it's based on an old draft of the spec, so keep that in mind.
    http://www.oracle.com/technology/tech/java/ejb30.html
    The EJB 3.0 spec itself is available here:
    http://jcp.org/en/jsr/detail?id=220
    -Ian Evans

  • Where is a good place / to locate a parts breakdown and parts for a HP C5180, All-in-one photosmart​.

    Where is a good place to locate a parts breakdown schematic and parts that can be ordered for an HP C5180.
    I have a bad end on the flat black cable that runs between the main board and the display. I believe it to be part # Q8211-80155.
    I would appreciate any insight, Thanks!

    Where is a good place to locate a parts breakdown schematic and parts that can be ordered for an HP C5180.
    I have a bad end on the flat black cable that runs between the main board and the display. I believe it to be part # Q8211-80155.
    I would appreciate any insight, Thanks!

  • Where is a good place to purchase video cameras?

    Hello.
    I know this is a Final Cut forum and I tried searching for the answer but didn't find much.
    I want to purchase a Panny HVX200.
    Anyone know where a good online place to buy is? Or anyplace located in Dallas Fort Worth Texas?

    Not many are still selling the 200, because the 200a replaced it:
    http://www.spec-comm.com/
    Always buy Panasonic authorized.
    In Dallas, a/t Panasonic there are:
    ECI Video
    1225 Round Table Drive
    Dallas, TX, 75247 (214) 969-6946
    Videotex Systems
    10255 Miller Road
    Dallas, TX, 75238 (972) 231-9200
    Accent Audio Video
    13616 Neutron Road
    Dallas, TX, 75244 (972) 458-0501
    TM Television / halbrook & miller
    2307 Springlake Road ste# 518
    Dallas, TX, 75234 (972) 243-4772
    Audio Visual Innovations
    13988 Diplomat Drive, Suite 180
    Dallas, TX, 75234 (972) 243-4422

  • Hi, where are some good places to learn Java?

    Hi all,
    I'm beginning to learn Java, with a background in c. Can anyone point out a few good web sites or books that would help make the transition? thanks.
    John
    p.s. -- is Java's pass by reference the same as pass by address? or by value?

    Here are a few good ones:
    http://developer.java.sun.com/developer/onlineTraining/new2java/
    http://java.sun.com/docs/books/tutorial/
    Welcome to Java!
    p.s. -- is Java's pass by reference the
    same as pass by address? or by value? Wherever it says "reference", think that it says "pointer".
    You'll get out of much trouble (especially what comes to passing references (pointers) to methods and reference (pointer) variables).
    Java is 100% pass-by-value, where "values2 are either primitive types (ints, floats, chars) or references (pointers). You can never have 'direct' access to objects like in C++.

  • Where is a good place/path/directory to create the catalogue for Lightroom 5 ?

    Hi there,
    Can I know where is the most proper/efficient and proper place/path/directory to create the catalogue for Lightroom 5?
    Thanks

    99jon wrote:
    The default is the Pictures folder but its a personal choice. Some users keep the catalog on an external hard drive so that it can be shared between desktop and laptop computers.
    Thanks 99Jon,
    I am new to Lightroom.
    Can I know what is this Catalogue folder for ?
    Do you create a new catalogue for every timelapse project or do you put the pictures of all timelapse project into the same catalogue ?
    Thanks

  • Where is a good place to post a small Applescript job/project?

    I need a script involving image manipulation and server upload as a folder action. Where should I look for someone to write it for me?
    The script should enable any person without knowledge about image-manipulation and/or FTP-clients to exchange magazine covers in a shop with the latest issue.
    How I picture it would work for the user:
    - There is a folder with subfolders named after magazines.
    - Drag'n'drop a JPG or PNG on one of the subfolders.
    - The script activates in the background and resizes the images to a width of 150px and renames it to "subfoldername".jpg (Maybe pictures can be made to JPG if any other format ...?) The old picture can be overwritten.
    - The image is uploaded to a certain directory on a webserver (via FTP or ...?). There is only one directory for all images.
    What would be a fair compensation for something like this?

    Well, here =)
    A fair compensation for this... if it saves you a lot of time, maybe 50$ if you just use it from time to time maybe just $20... don't know...
    Here is the source-code for a drop-let. Just drag&drop an image file onto that App and it will be resized and uploaded via ftp. This should be a better way to trigger that event, since with your plan you would have to link a folderaction to each magazin folder.
    So using this script you just update a text-file with all the magazin-names, and drag&drop the images onto the app (you can place it in your Dock, too)
    You will have to change the properties in the source-code to make it fit your ftp-url, username&password.
    A copy of the script (already saved as an applescript-droplet) can be downloaded here :
    http://dl.dropbox.com/u/154308/AppleScriptForum/3039124/magazin_upload_folder.zi p
    I have a nice paypal button @ my website $-)
    --05.05.2011 hubionmac.com
    -- script to resize and upload images files to an ftp server (renamed my a list of  names in a txt file)
    property myuploadpath : "ftp://yoursite.com"
    property myftpusername : "ftp_username"
    property myftppassword : "ftp_password"
    property web_width : 150
    property jpeg_quality : 75
    on open these
    repeat with thefile in these
    --get the paths to work with
    set thefile to quoted form of (POSIX path of (thefile as alias))
    if thefile ends with ".jpg'" or thefile ends with ".png" then
    tell application "Finder" to set myfolder to POSIX path of (container of ((path to me) as alias) as alias) as text
    set magazin_list to myfolder & "magazin_list.txt"
    --get a list of all magazine Names in text file
    set names to every paragraph of (do shell script "cat " & quoted form of magazin_list)
    --ask the user for a name
    set themagazin to (choose from list names) as text
    --if the selection was not empty
    if themagazin ≠ "false" then
    --just create the output path
    set theoutput_file to quoted form of (myfolder & "uploaded/" & themagazin & ".jpg")
    --resize the image and save it to the destination-folder
    do shell script "sips -s format jpeg --resampleWidth " & web_width & " -s formatOptions " & jpeg_quality & " " & thefile & " --out " & theoutput_file
    my display_message("Image resized (" & themagazin & ".jpg)", 1)
    --upload the image via ftp
    try
    do shell script "curl -T " & theoutput_file & " " & myuploadpath & " --user " & myftpusername & ":" & myftppassword
    my display_message("Image uploaded (" & themagazin & ".jpg)", 1)
    on error msg
    my display_message("ERROR:" & return & msg & "(" & themagazin & ".jpg)", 1)
    end try
    end if
    else
    my display_message("ERROR:" & return & "this is not an image file...", 1)
    end if
    end repeat
    end open
    on display_message(msgTXT, msgTimeout)
    tell application "System Events"
    set isRunning to ¬
    (count of (every process whose name is "GrowlHelperApp")) > 0
    end tell
    if isRunning = true then
    tell application "GrowlHelperApp"
    -- Make a list of all the notification types
    -- that this script will ever send:
    set the allNotificationsList to ¬
    {"Status"}
    -- Make a list of the notifications
    -- that will be enabled by default.     
    -- Those not enabled by default can be enabled later
    -- in the 'Applications' tab of the growl prefpane.
    set the enabledNotificationsList to ¬
    {"Status"}
    -- Register our script with growl.
    -- You can optionally (as here) set a default icon
    -- for this script's notifications.
    register as application ¬
    "Finder" all notifications allNotificationsList ¬
    default notifications enabledNotificationsList ¬
    icon of application "Finder"
    -- Send a Notification...
    notify with name ¬
    "Status" title ¬
    "Status" description ¬
    msgTXT application name ¬
    "Finder"
    return true
    end tell
    else
    activate
    display dialog msgTXT giving up after msgTimeout
    end if
    end display_message

  • I'm new to icloud and can't see the value. where is a good place to go to find out how to use it? also how can you restore the backup of original files.

    I am new to icloud. where can a I go to learn how to restore backup to my PC?

    See Here...
    iCloud Backup and Restore Overview
    http://support.apple.com/kb/HT4859?viewlocale=en_US
    And Here...
    iCloud Help
    http://help.apple.com/icloud/?lang=en

  • Can imovie11 use plugins?, and if so where is a good place to get them?

    i just got imovie'11 and was dissapointed that there was not a lot of effects. Is there more but i have to click somewhere? Also can '11 use plugins, and if so where is a goow website that i could find some?

    You could find a copy of iMovie HD 06, which has some really nice third party plugin support.
    These people have some great stuff.
    http://www.geethree.com/slick/free.html
    You could check on ebay for copies of final cut express 4, which Apple has just stopped. I just checked and there are a lot of copies around your price range.
    Hugh

  • Where is a good place to get a reliable battery for my mid 15" 2009 MBP?

    I have seen a few advertisements online for some, but they also have bad reviews. I don't want to send my entire MBP to Apple and have them do it, I can do it. Any suggestions?

    You may try iFixit.com and see if they have a battery for your model MBP.
    Ciao.

  • My macbook air cracked, where is a good and cheap place to fix it in Melbourne?

    Can someone please tell me where is a good place to fix my cracked Macbook Air 13.3 inch. What is a reasonable price?

    Locations in Melbourne.

  • Good place to get upgrades for a Quicksilver

    I just picked up a Quicksilver G4 800. I am looking to get some upgrades for it. I am looking at get a dual 1ghz but I would also like to upgrade the video card and add sata drives to it. Where is a good place to get mac upgrades and what is a good card for the quicksilver. I do a lot of video stuff.

    If you run Tiger on your systems, the nVidia GeForce 6200 AGP video card with 256 MB shared memory is a popular one, because it is optimized for Quartz Extreme and Core Image. nVidia never made a Mac version; but many East Asian cards with flashed ROMs can be found on eBay, others on Amazon.
    http://cgi.ebay.com/New-Nvidia-GeForce-6200-256MB-AGP-video-card-Mac-G4-G5_W0QQi temZ150243177299QQihZ005QQcategoryZ25449QQssPageNameZWDVWQQrdZ1QQcmdZViewItem
    The above example claims hardware support for OpenGL, Core Video, and Core Animation, making it suitable for Leopard. I cannot confirm these claims. Mine (from eBay) came with an audio VGA adapter and digital DMI adapter.
    Bruce

  • Good place to buy ram, boards, hard drives online

    Where is a good place to by motherboards, processors, harddrives, ram, etc online? for use with me java programming.
    thanks,
    Barney

    I've had very good luck with www.mwave.com. www.pricewatch.com also is a good resource, but you can get some kind of sketchy websites that way. I've had very, very bad luck with a major retailer's online service, but don't really want to post it here (somehow I feel it could be less headaches for me). My email is [email protected] if you want to hear more.
    Scott

  • HT4994 Where would be a good place to store my sim card when it is not in my phone?

    Where would be a good place to keep my sim card when it is not in my phone?

    For what purpose would you be removing the sim card to begin with? Unless swapping sims, there is no reason to remove your sim.

Maybe you are looking for