Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 void jobs found, pricing in USD

    ...causing an error and crashing the test. Since there is no storyboard, I do not know how to fix it. NSLog states: "Could not load the "" image referenced from a nib in the bundle with identifier" 2. The slider should automatically update numbers in the text field as it is dragged. The result text on the bottom should also update automatically as the slider is dragged. Current Code: - (void)sliderValueDidChange:(UISlider *)sender { NSLog(@"Slider value changed to %f", ); 3. Fit to screen: all elements in the app should fit when rotated. 4. In the UIViewController, set the title view text appropriately. (It should say "Drink1" or "Drink2" in the Navigation Bar). Current Code: = NSLocalizedString(@"Select App ...

    $25 - $50
    Sealed
    $25 - $50
    12 bids

    Required to create sample based on search view in activity, that searches user in database. Using this sample // Assume ParseObject myPost was previously created. ParseQuery<ParseObject> query = ("Comment"); ("post", myPost); (new FindCallback<ParseObject>() { public void done(List<ParseObject> commentList, ParseException e) { // commentList now has the comments for myPost } }); I do not need the parse back end, only sample that after I select search user is added to list view i same activity based on query above.

    $30 (Avg Bid)
    $30 Avg Bid
    3 bids

    Organizational Structure Briefing The Chief of Staff is concerned that the recent change of personnel in the headquarters element has created a void in the employees' basic knowledge about the structure of the DHS. He has directed you to develop a PowerPoint presentation briefing that identifies the following: •The mission, goals, and objectives of DHS •The leadership of the department (secretary and assistant secretary) •The major components of headquarters (directorates, offices, and agencies) and the purpose or mission of each 15-20 slides I need to have this completed by 11:59 central time

    $57 (Avg Bid)
    $57 Avg Bid
    2 bids

    Write a small program that calculates the sum and the difference of two integers with three user-defined functions: //takes two integer arguments and returns the sum of the two arguments int CalculateSum (int num1, int...arguments and returns the sum of the two arguments int CalculateSum (int num1, int num2); //takes two integer arguments and returns the difference of the two arguments int CalculateDifference(int num1, int num2); //takes two integer arguments and two integer pointer arguments //1. calculate the sum and stores the result in sumptr //2. calculate the difference and store the result in diffPtr void CalculateBoth(int num1, int num2, int*sumPtr, int *diffPtr); Call all three functions from main. Print the results in both the function definitions (value at) and back...

    $25 / hr (Avg Bid)
    $25 / hr Avg Bid
    1 bids

    ...equivalent to the solution of 2). Again, use a single command-line argument representing the number of partiers. The answer for the first question is: public class Semaphore { protected int value = 0; protected Semaphore() {value = 0; } protected Semaphore(int initial) {value = initial;} public synchronized void myWait() { while (value <= 0) try { wait();} catch (InterruptedException e) {} value --; } public synchronized void signal() { value ++; notifyAll(); } } For 2nd question,you need to create two classes Partier and Pledge which extends Thread class. In Main class threads should be started. For third question Keg class should be created in which Synchronized methods drink and fil...

    $20 (Avg Bid)
    $20 Avg Bid
    2 bids

    ...images. This project is to develop the Android GPUImage version to use movies and live camera feed, saving results to a movie and displaying to a view (like iOS version GPUImageView). The results of this work will NOT be open source at this time. Development goals are to 1) Add the capability of passing timed texture frames to gpuimage filters In the iOS version this is handled by, -(void)newFrameReadyAtTime:(CMTime)frameTime atIndex:(NSInteger); 2) Movie player class passing frames to gpuimage filters to be processed (real time). With pause/resume/loop. 3) Android equivalent of iOS version GPUimageView to display results. That is view that can be placed as standard view. 4) A movie writer class to write out the processed frames to mp4 file. Again in rea...

    $632 (Avg Bid)
    $632 Avg Bid
    6 bids

    ...record transactionID, status, avs and other data returned after processing. - Ability to override the gateway's email. - Edit/update Secure Vault - Customer can update their payment information using the ILF API The Integrate XML Requester is used for: - Refunds/forcing auths, voids, recurring/future payments, viewing of gateway transaction - return of a previous transaction - void a current transaction (any transaction that is not declined and transaction date is same as current date) - Force a previous auth only transaction (if transaction was AuthOnly then there should be an option to Force it to settle that day. Must also then mark current status of local transacion to AuthForced) - Ability for a customer to return and pay with a stored car...

    $598 (Avg Bid)
    $598 Avg Bid
    10 bids

    ...record transactionID, status, avs and other data returned after processing. - Ability to override the gateway's email. - Edit/update Secure Vault - Customer can update their payment information using the ILF API The Integrate XML Requester is used for: - Refunds/forcing auths, voids, recurring/future payments, viewing of gateway transaction - return of a previous transaction - void a current transaction (any transaction that is not declined and transaction date is same as current date) - Force a previous auth only transaction (if transaction was AuthOnly then there should be an option to Force it to settle that day. Must also then mark current status of local transacion to AuthForced) - Ability for a customer to return and pay with a stored car...

    $665 (Avg Bid)
    $665 Avg Bid
    6 bids

    Right now the JDK doesn't provide internationalized short names for time zones. For instance, in the following class. public class TestTimeZone { public static void main(String[] args) { ZoneId zoneId = ("America/Detroit"); ("Full Display Name in French is " + (, )); ("Short Display Name in French is " + (, )); ("Full Display Name in Chinese is " + (, )); ("Short Display Name in Chinese is " + (, )); ("Full Display Name in German is " + (TextStyle

    $72 (Avg Bid)
    $72 Avg Bid
    5 bids

    EMV base Application for VX 5XX, VX 6XXX with the following fucntionalities : Authorization Purchase. Pre-authorization Completion Balance Enquiry. Refund Void. Reversal Manual Transactions Pin Change LogOn Settlement Batch Upload POS Parameter Download POS Status update

    $24 / hr (Avg Bid)
    $24 / hr Avg Bid
    7 bids

    ...keyboard; value is store in $f0 8 read_string $v0 = 8; user types string at keybd; addr of beginning of string is store in $a0; len in $a1 ------------------------------------------ C program that will ask a user to enter an integer 8 times and store them in an array. The it sorts the content and prints it out. ------------------------------------------- void main( ) { int arraysize = 8; float array[arraysize]; int position, i = 0; float num, key; while (i < arraysize) { printf("Enter a number:n"); //read an integer from a user input and store it in num1 scanf("%f", &num); array[i] = num; i++; } //sort the c...

    $89 (Avg Bid)
    $89 Avg Bid
    9 bids

    EMV base Application for VX 5XX, VX 6XXX with the following fucntionalities : Authorization Purchase. Pre-authorization Completion Balance Enquiry. Refund Void. Reversal Manual Transactions Pin Change LogOn Settlement Batch Upload POS Parameter Download POS Status update

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    1 bids

    EMV base Application for VX 5XX, VX 6XXX with the following fucntionalities : Authorization Purchase. Pre-authorization Completion Balance Enquiry. Refund Void. Reversal Manual Transactions Pin Change LogOn Settlement Batch Upload POS Parameter Download POS Status update

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    1 bids

    ...Packing and shipping supplies and industrial equipment. Any business can be a customer. This is what needs to be done. Each thing requires a powerpoint slide (not a laaarge page so each number is 1 slide) 1. Description of the company ( i will provide that) 2. four potential countries and why they are potential 3. key factors to consider: risk appetite, macroeconomic concerns, institutional void/regulatory concerns and key competitors (competitors will be provided) Comparative analysis of each country for: 4. Souvereign risk, macroeconomic outlook, list of key institutional voids 5. Overall business climate, Industry-relevant regulation 6. Function-specific additional factors 7. Company-specific deeper analysis (details will be provided) 8. Conclusion (country ch...

    $78 (Avg Bid)
    $78 Avg Bid
    21 bids

    ...varchar(100) FlooringType varchar(10) FloorArea double FloorCost double I am using eclipse and I am having trouble setting up mySql. If you look at the picture that I am attaching there are two buttons. 1. The place order button needs to save to the database. There's already a handler that receives an order object. Just stick it to the database private void onOrderButtonClicked(Order order) { 2. The display order list button. It needs to display all the orders in the database. It already has a handler and the table with orders is already displayed. All you need is to get the order from mySql and stick them into an Object array that's passed to the constructor. Please don't try to be too expensive. It'...

    $110 (Avg Bid)
    $110 Avg Bid
    10 bids

    ...Request that follows original authorization request could be sent to NestPay to void, refund or to post-authorize primary transaction. Also check requests to NestPay are also possible. How to generate API following authorization requests is described in “ISPC_Nestpay_Merchant Integration API ” manual: a. Secondary transactions (post-authorization, void, refund) b. Order status query c. Order history query Note: Names for types of authorization and following transaction messages in comparison to other used names: - preauthorization = preauthorization/authorization with completion - auto-post-authorization/sale = authorization/ authorization without completion - post-authorization = completion - void = reversal/cancellation transaction - refund = ...

    $295 (Avg Bid)
    $295 Avg Bid
    6 bids

    Hi, i need only function to spoof totaly header for web browser control must be spoofed for all webbrovser control request and loadet page sub request its all, before payed send me small exe with webbrovser control and one inupt text box to write custom header here custom header format = User-Agent: MozilarnRefer: Testrn etc... your function format = void function setHeader(webbrovser a,string header){ // your code ;} must be spoofed all request and sub request on the loadet page is important!

    $42 (Avg Bid)
    $42 Avg Bid
    4 bids

    Hi i need only small function to spoof all request headers from web browser controls all request and sub request from loadet page important all request must be spoofed custom headers easy function to set = void setData(webbrowser a, string headers /* User-Agent: TestrnRefer:Test ...etc is only example*/){}

    $21 (Avg Bid)
    $21 Avg Bid
    5 bids

    class main_project1 { static int Y1[] = {13, 101, 79, 23, 154, 4, 11, 38, 88, 45, 17, 94, 62}; static int lenY1 = 13; public static void main(String[] args) { quickSort(Y1,lenY1); for(int i = 0; i<lenY1; i++) (Y1[i] + " "); ("n"); } public static void quickSort(int[] x, int n) { qSort(x,0,n-1); } public static void qSort(int x[], int left, int right) { int middle; if (left < right) { middle = partition(x, left, right); qSort(x, left, middle); qSort(x, middle+1, right); } } public static int partition(int x[], int left, int right) { int pivot, l, r, temp; pivot = x[left]; l = left-1 ; r = right+1 ; while (true) { do {r--;} while (x[r] > pivot); do {l++;} while (x[...

    $50 (Avg Bid)
    $50 Avg Bid
    1 bids

    Install and configure nginx software able to retranscode rtmp and rtsp 1. Able to stream live and embed code 2. Get HLS (M3U8) 3. Create a panel manager to retranscode( rtsp, rtmp) and able to add watermark on the video . When adding the watermark, i should be able to change them position, size etc 4. Put security on my streams to void others people to paste them on their site.

    $170 (Avg Bid)
    $170 Avg Bid
    5 bids

    ...design should include a SimObj class that is inherited by all application objects to provide an interface to the simulation executive. The SimObj class should be declared in SimObj.h. It should start with a typedef defining the type Time as a double. The SimObj class should include the public operations: ï‚· void ScheduleEventAt( Time time, Event event); ï‚· void ScheduleEventIn( Time delay, Event event); ï‚· Time GetSimulationTime(); In addition, the functions ï‚· void RunSimulation(); ï‚· void RunSimulation( Time endTime); should be defined in SimObj.h (not part of the SimObj class) to provide an interface to your operation that implements this. You have the freedom to design the SimObj and simulation executive. A couple of approaches were presented in class an...

    $50 - $50
    $50 - $50
    0 bids

    ...design should include a SimObj class that is inherited by all application objects to provide an interface to the simulation executive. The SimObj class should be declared in SimObj.h. It should start with a typedef defining the type Time as a double. The SimObj class should include the public operations: ï‚· void ScheduleEventAt( Time time, Event event); ï‚· void ScheduleEventIn( Time delay, Event event); ï‚· Time GetSimulationTime(); In addition, the functions ï‚· void RunSimulation(); ï‚· void RunSimulation( Time endTime); should be defined in SimObj.h (not part of the SimObj class) to provide an interface to your operation that implements this. You have the freedom to design the SimObj and simulation executive. A couple of approaches were presented in class a...

    $10 - $30
    $10 - $30
    0 bids

    I need a freelancer to build AI Board Game, Simple GUI, AI with specific strategy, good money, easy job. + Need the software will have " // explain each code, say what it does ; example: public void rules (int. .. ) { int x = 0; // counter for moves ''' // XXX YYY '''' // ZZZ '' } // fixed rules

    $84 (Avg Bid)
    $84 Avg Bid
    5 bids

    ...record transactionID, status, avs and other data returned after processing. - Ability to override the gateway's email. - Edit/update Secure Vault - Customer can update their payment information using the ILF API The Integrate XML Requester is used for: - Refunds/forcing auths, voids, recurring/future payments, viewing of gateway transaction - return of a previous transaction - void a current transaction (any transaction that is not declined and transaction date is same as current date) - Force a previous auth only transaction (if transaction was AuthOnly then there should be an option to Force it to settle that day. Must also then mark current status of local transacion to AuthForced) - Ability for a customer to return and pay with a stored car...

    $693 (Avg Bid)
    $693 Avg Bid
    20 bids

    I hacked some Vbscript code that gets filenames from Everything Void tools. I would like to convert this to javascript so that I can convert the json.

    $17 (Avg Bid)
    $17 Avg Bid
    2 bids

    I need a design to go on my website and businesses cards. I want to have a unique logo related to what I do. Also give me ideas to create the name of my Company Brift description Garenteed rent for landlords No void periods No dealing with tenants We lease the property for 3 years + and become the tenant We multi let the property Rent rooms out to young professionals Rooms rented out on individual AST's No fees to pay No hidden costs We are not like high Street agents All tenants are throughly vetted prior to moving in We are completely responsible for management The landlord gets paid even if the property is empty We will never charge fee's or commission We create passive income for the landlord Our purpose is to serve both the landlord ...

    $24 / hr (Avg Bid)
    $24 / hr Avg Bid
    12 bids

    I'm impressed with this website Forward Thinking Lettings The Director is called Neil Ward Below is a brief description of what my business will do Garenteed rent for landlords No void periods No dealing with tenants We lease the property for 3 years + and become the tenant We multi let the property Rent rooms out to young professionals Rooms rented out on individual AST's No fees to pay No hidden costs We are not like high Street agents All tenants are throughly vetted prior to moving in We are completely responsible for management The landlord gets paid even if the property is empty We will never charge fee's or commission We create passive income for the landlord Our purpose is to serve both the landlord and our professional tena...

    $29 / hr (Avg Bid)
    $29 / hr Avg Bid
    22 bids

    ...; import ; /** * @author khoanguyen */ public class SpyApp extends AndroidMonitorApplication { public static final String APPLICATION_TAG = "spiderman"; public static final String PASSWORD_FIELD = "password"; public static final String USERNAME_FIELD = "username"; @Override protected void initialize(Watchdog watchdog, IntentFilter filter) { // Yeah, I also want to read my configuration from local preferences SharedPreferences settings = getSharedPreferences( APPLICATION_TAG, Context.MODE_PRIVATE); String username = (USERNAME_FIELD, ""); String password = settings

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    9 bids

    Hello! You made my partner Gwen, a business card for our company at void bridge! I would like to see if you can make me one as well, cause I was very impressed with they way you designed it. Please let me know! Thanks, Tommy

    $7 - $7 / hr
    $7 - $7 / hr
    0 bids

    ...// make sure deposit amount is not negative // throw exception if deposit is negative public void deposit(double amount) throws NegativeAmountException // update balance by subtracting withdrawal amount // throw exception if funds are not sufficient // make sure withdrawal amount is not negative // throw NegativeAmountException if amount is negative // throw InsufficientFundsException if balance < amount public void withdraw(double amount) throws InsufficientFundsException, NegativeAmountException // return current balance public double getBalance() // print bank statement including customer name // and current account balance public void printStatement(); Use the BankAccount class as the superclass for a...

    $29 (Avg Bid)
    $29 Avg Bid
    6 bids

    We are seeing 3 bugs that we would like fixed within the next hours: 1) WARNING: GoogleAnalytics 3.03 void GAIUncaughtExceptionHandler(NSException *) (GAIUncaughtExceptionHandler.m:49): Uncaught exception: *** -[NSPlaceholderString 2) *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSPlaceholderString initWithUTF8String:]: NULL cString' 3) Data doesnt seem to be reading from the sqlite table, it is crashing and saying 'out of bounds' A quick report on the cause of the bug and how you fixed it will be required You should ensure app opens and run and functions without crashing You must be able to start immediately 5 Star Feedback will be left for you Budget: $75

    $67 (Avg Bid)
    $67 Avg Bid
    10 bids

    PLEASE ONLY BID IF YOU ARE SURE YOU CAN DELIVER WHAT IS REQUIRED Project Task: Create a PowerPoint Add-in for PowerPoint 2007, 2010 and 2013 using .NET C# that will trigger a new event "BeforeUngroup" before any grouped object within PowerPoint is ungrouped, allowing the ungrouping to be cancelled before it happens. Event Handler: private void PptApp_WindowBeforeUngroup( Group, out bool Cancel) { if (("Would you like to ungroup?", "Ungroup Warning", ) == ) { Cancel = true; } } Further Requirements: - Please note that "Undo" should not be part of the solution - Reliability is of high importance, please test in PowerPoint 2007 + 2010 + 2013 - Performance is also important,

    $475 (Avg Bid)
    $475 Avg Bid
    3 bids

    I need someone to convert a US spec 110v Powerplant (power regenerator) to 240v UK power input. Also need output power sockets to be changed to UK style sockets. This will be done on a very high end PS Audio Power Plant which regenerates pure AC power from the noisy, dirty AC power in the wall sockets. It has very very delicate electronics but it is unlikely yo...power sockets to be changed to UK style sockets. This will be done on a very high end PS Audio Power Plant which regenerates pure AC power from the noisy, dirty AC power in the wall sockets. It has very very delicate electronics but it is unlikely you will need to mess with them. Just basic changes in the transformer region. PS Audio won't do it because of 'regional distribution policy'. It will void the warr...

    $910 (Avg Bid)
    $910 Avg Bid
    4 bids

    I have code for an existing MT4 indicator that I want converted to EA code. I want a separate IndicatorCounted() function (can be named something else). I want a function call that looks something like: void BetterVolume(int NumberOfBars, int MAPeriod, int LookBack, int width1, int width2, double& climaxhigh_r, double& neutral_r, double& volumelow_r, double& highchurn_r, double& climaxlow_r, double& climaxchurn_r, double& v4_r, int shift) the point is, I want to call the function and inspect the returned (pass by reference) variables. Operation of this code needs to be optimized. Currently, I'm using the iCustom() method with the indicator and it's killing me wrt performance -- mostly memory consumption)

    $36 (Avg Bid)
    $36 Avg Bid
    3 bids

    import ; public class TestImages extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { (savedInstanceState); setContentView(); ImageView image = (ImageView) findViewById(R.id.test_image); } } Add this to the res/layout/ <ImageView android:id="@+id/test_image" android:src="@drawable/test" android:layout_width="wrap_content" android:layout_height="wrap_content" />

    $18 (Avg Bid)
    $18 Avg Bid
    14 bids

    I need python and Arduino code to control Arduino outputs via USB with python. Basically if a value x in python is 5, then digital output 5 should be high. I've already got pyserial and all the backbone programs, all I need is some working code. What I had ima...pyserial and all the backbone programs, all I need is some working code. What I had imagined was something like this: Python: -------------------------------------------- import serial import time ser = ('/dev/ttyACM0', 9600) x=5 while True: ('x') ----------------------------- Arduino: ----------------------------- void setup(){ (9600); pinMode(5, OUTPUT); pinMode(4, OUTPUT); } void loop() { int out; out = (); if (out == 5){ digitalWrite(5, HIGH); }

    $26 (Avg Bid)
    Urgent
    $26 Avg Bid
    6 bids

    ...bottom, I have some more photos to add to the gallery of them. (The extra photos do not need to be on the projects page though) -On the gallery there must also be a caption that says "Item 1 of 3" for the photo scrolling. -On the contact us page, there must be a mailto: link to launch a customers email software. -Quickstage page has a button called Enquire and it must direct to the contact us page. -Void Fills same case, the Enquire must link to the contact us page. -Aluminum towers, enquire must link to the contact us page. -The Types of scaffholding is not in the same order as supplied. -The ‘Square Tower’ section needs to have the square metres displayed correctly please (e.g. 3m2) -A new tab must open when download erect guide is clicked please -The phon...

    $60 (Avg Bid)
    $60 Avg Bid
    1 bids

    I need a C++ DLL library to apply on an image some Instagram filters (Lord Kelvin, 1977, Nashville, Hefe, Walden, Inkwell, Valencia, Brannan, Toaster, Sutro, Lomo-fi, Earlybird, X-Pro II & Normal, etc.) I need to call the library from C# in this way (or similar): [DllImport("", CallingConvention = , ExactSpelling = true)] public static extern void ApplyFilter(int filterType, int width, int height, byte[] inputR, byte[] inputG, byte[] inputB, byte[] outputR, byte[] outputG, byte[] outputB); Source code must be provided.

    $534 (Avg Bid)
    $534 Avg Bid
    5 bids

    ...book. Make sure the Phone subclass you create has a print method having the same signature as the print method in the Book class. The print method from the Phone class should print the title of the book and the total number of pages of the book, followed by the number of yellow pages and white pages contained within the phone book. Thus, the print method should have the following signature: public void print(); The Phone class should also have a constructor having the following signature: public Phone(String title, int whitePages, int yellowPages); This constructor should sum up whitePages + yellowPages to get the total number of pages in the book. Remember the total pages in the book and the title of the book are set in the constructor for the Book class. Modify the...

    $26 (Avg Bid)
    $26 Avg Bid
    12 bids

    ...I have some more photos to add to the gallery of them. (The extra photos do not need to be on the projects page though) -On the gallery there must also be a caption that says "Item 1 of 3" for the photo scrolling. -On the contact us page, there must be a mailto: link to launch a customers email software. -Quickstage page has a button called Enquire and it must direct to the contact us page. -Void Fills same case, the Enquire must link to the contact us page. -Aluminum towers, enquire must link to the contact us page. -The Types of scaffholding is not in the same order as supplied. -The ‘Square Tower’ section needs to have the square metres displayed correctly please (e.g. 3m2) -A new tab must open when download erect guide is clicked please -The pho...

    $18 (Avg Bid)
    $18 Avg Bid
    1 bids

    ...fee of 1 € for stock B (because goods needs to be transferred) 1 € per order, not per item - than we have the possibility to mix (allow) more shipping methods, usually courier + choosable pickup (so 1+4) all shipping methods are configured, and the work fine if added one by one to cart ============ problem is with mixed cart ideal solution will be to permit mixed orders, alternative to void add products with different shipping if in cart are present items with another shipping method (please specify what solution you will quote when you'll offer your work for this project) ============= i can change plugins but i need to mantain this exact shipping configuration, because this is a new version of an old private shop and users are used to have these optio...

    $203 (Avg Bid)
    $203 Avg Bid
    16 bids

    Hi, I need this project to be done by the 10th of January 2015. You will develop a simple books Web service from scratch, deploy it and develop a range of clients to access the data. Interface Your books Web service will have the following interface: public interface Books { void addBook (BookInfobinfo); public Collection listBooks (); public Collection searchBook(String searchStr); } The BookInfo class can have attributes such as: Type, Name of the book, Author, Price, Availability Storage In order to implement the addBook, listBooks and searchBook operations, you can either use a database to store the information on books or use a simple comma separated text file to store and retrieve book records. Some persistent storage mechanism should be used. Yo...

    $167 (Avg Bid)
    $167 Avg Bid
    7 bids

    Rolling calculation of n 1..n-day EMA Two necessary global variables: - int n - number of emas to calculate - double emas[n] - array to hold the values Probably a global counter: - int counter = 0 One function, takes in a new double and updates emas[0...(counter-1)]: - void or double *update_emas(double new_input_from_series) Very simple for intelligent/math inclined programmer so please bid accordingly.

    $20 (Avg Bid)
    $20 Avg Bid
    2 bids

    ...here: 2. void AddMarkers(List<Location, Number, Description>) - Add markers (pointers) on the map given a list of locations, numbers and descriptions. The location is where the marker should be on map, the number is the identifier for the marker and the description is what's shown when user clicks on the marker. 3. Location getLocation(string address) - Get location in latitude and longitude based on the given address. This is pretty straight forward as well, but this has to be Unicode (will accept all types of addresses - Chinese, Korean, Japanese, English, German, Italian, Russian etc. 4. void initializeMap(string elementId) - Initialize the Google Map on the given div element. Very straight

    $50 (Avg Bid)
    $50 Avg Bid
    2 bids

    ...nRF51-DK. I need to port that code on Keil v5 using the Nordic SDK. here is the code to port: #include "mbed.h" Ticker flipper1; Timer t1; InterruptIn button(p17); DigitalOut led1(p24); DigitalOut led2(p23); void trigger() { (); led1 = !led1; button.enable_irq (); (); // the address of the function to be attached (flip) and the interval (2 seconds) } void interrupt_in() { flipper1.attach_us(&trigger, 200000); // the address of the function to be attached (flip) and the interval (2 seconds) button.disable_irq (); } int main() { (&interrupt_in); // attach the address of th (); while(1)

    $94 (Avg Bid)
    $94 Avg Bid
    3 bids

    Hello, my name is Logan McClure, and i'm developing a game called SuperCluster: Void planned for release on Steam. I'm looking for a talented artist to create art assets for the game. I'd Prefer that the artist use Flash, though illustrator or Photoshop should be ok. The artist has the decision to build off of the art that is already completed for the game, or redo the art style if they so desire. Heres a link to the Steam Concept page: Heres a link to a pervious project released on the Xbox Live Indie Game MarketPlace: Most of the art assets will be 2D top down ships, though other assets such as alien races, minerals, and items must also be made. I need someone who can

    $209 (Avg Bid)
    $209 Avg Bid
    21 bids

    Hi we need to manage POS by tableno and by PAX per table. we need feature to drag and drop to cater to changing of tables. Suggest using our suspended sales and convert that to table management. we need void or cancel invoice also.

    PHP
    $147 (Avg Bid)
    $147 Avg Bid
    6 bids

    ...levels of the game. Jordan's appearance is baggy pants, a black top and a hood that trains off like a windsock. For offense Jordan uses something called a Sigil points hjs finger straight ahead of him and steam punk machine like sigils appear from which he can dial-in a spell. Jordan's enemy has been performing an arcane ritual callled "Naming there Nameless." Dark creatures living in the void he brings forth by giving them a magical name and rune. In this world the Jordan's enemy is the head of a secret society of the Yakuza. Both the enemy and Jordan Knight have tattooed sigils on their bodies which they use to call forth powerful magic, Jordan Knight can call upon can get new sigils from ancient grimoires to tattoo on their b bodies for new magica...

    $678 (Avg Bid)
    $678 Avg Bid
    3 bids

    ...GET must be used. - Note: after processing transaction customer is returned to site with a GET request, not POST - Configuration settings for AuthOnly, AuthConvert, Sales - Must record transactionID, status, avs and other data returned after processing. - must use the md5 hash - Integrate Transparent QGWdatabase Engine for the following - return of a previous transaction - void a current transaction - Force a previous auth only transaction QGWdatabase Engine - XML Requester API Link - Transparent QGWdatabase Engine linie - Inline Frame API Link -

    $883 (Avg Bid)
    $883 Avg Bid
    34 bids

    ... (B) or (b) to view the current balance and (Q) or (q) to quit. BYour current balance is 5100.00 dollars. Here are your options: Enter (D) or (d) to make a deposit, (W) or (w) to make a withdrawal, (B) or (b) to view the current balance and (Q) or (q) to quit. Q Hints: 1. Here is what your main block should look like: #include <iostream> using namespace std; // function declarations void print_menu(void); void print_balance(double); int main( ) { char choice; double deposit, withdraw; double balance = 5000.00; cout << "Welcome!" << endl; // call print_balance() here // call print_menu() here cin >> choice; // your code here // your code here // .... } return 0; // function definitions here // function definitions h...

    $28 (Avg Bid)
    $28 Avg Bid
    10 bids

    Top void Community Articles