Actionscript array punët

Filtër

Kërkimet e mia të fundit
Filtro sipas:
Buxheti
deri në
deri në
deri në
Lloji
Aftёsitё
Gjuhët
    Shteti i punës
    2,000 actionscript array punët e gjetura, me çmimin EUR

    Need a ...all the functionality out taking out the third party integration app/system for plugins. I'll be working on the more difficult parts of the project, the accounting side of things, and the POS side which is a separate but connected project. OnCompletion Jobber POSTs to a URL the project information in a json data model that matches up with a pdf template for invoices, HTTP request including the array of fields to populate the pdf template, then send to customers email. If any part of this interests you, let me know and let me know how much, I will do whatever you don't wish to do. Project will work out of github private repo, code will be tracked, and done via VS Code Live preferably though I know many have different time zones so I understand. Also will need a no...

    €178 (Avg Bid)
    €178 Oferta mesatare
    20 ofertat

    I need a function that points out our members locations on OSM OpenStreetMap. just like the one they have on Our members location will be coming from an php array, including name, address and (long lat it you require this). The array will added with more members continuously... The members must be searchable like this

    €144 (Avg Bid)
    €144 Oferta mesatare
    50 ofertat

    I build a Crypto arbitrage Trading bot with js and I stored the tokens on a array in a config file and then I loop the tokens to watch for swaps and that wen a swap happens a check de prices I am monitorin uniswap v2 and sushiwap DEXs and then when I try to get the reserve of the tokens I always get the seme value for all tokens, And also I have this exception Error: Returned error: execution reverted: ds-math-sub-underflow when I try to get the amount out.

    €171 (Avg Bid)
    €171 Oferta mesatare
    22 ofertat

    ...them about our services. Our ideal customers are: * Located in England only (prefer not to have Wales or Scotland at this stage) * Companies with 15-40 employees * Where the Founder of the company is still involved (most likely as CEO/MD/etc) * Specialists in 1 or 2 areas (maximum) - for example: social media and paid media, or brand and design. We're not interested in companies who provide an array of different services - for example: web design, animation, social media, paid media, brand, design, etc, etc. **It is VERY important that the above criteria is met with ALL leads** The details we need for each company is: * Company name * Website * Founder's first and last name * Founder's email address (company email, not gmail, outlook, yahoo, etc) Anyone is wel...

    €134 (Avg Bid)
    €134 Oferta mesatare
    22 ofertat
    CUDA Kernel -- 2 Ka përfunduar left

    Define an object as an array of dimensions [m], where m is typically very big (~10k). Every element of this array is a boolean 0 or 1. We also have a float value r. I want a function receiving two objects and computing a new object doing the following: input_obj = [object1, object2] idx = 0 for i in 0:m{ if rand() < r then idx = 1 - idx (swap object) resulting_obj[i] = input_obj[idx][i] } return resulting_obj And this should be done parallelly for n objects, so input is (n, 2, m), output is (n, m). Also n is big (~1k). Assumption 1 -> r is very small, thus swapping happens rarely. You should performs optimistic computation (supposing swapping doesn’t happens, and if it happens correct later) Since the sequentiality along m, I don’t ...

    €151 (Avg Bid)
    €151 Oferta mesatare
    4 ofertat
    1.75in Template Ka përfunduar left

    Looking for a 3D grid/array of 1.75" squares. 5 squares wide by 8 squares long. 2" high. This will be used to press into tray of baked brownies to make squares. Squares should be just over 1.75" (1.76") Needs to be strong plastic & FDA safe. Need a little help with how to press into baked brownies. Perhaps I'll put a board over plastic and press down? Or roll something over it to cut brownies? I have attached an image of what I am looking for.

    €105 (Avg Bid)
    €105 Oferta mesatare
    38 ofertat

    ...that is working and I'd like to add a warning when the code is triggered Thanks here is code that need warning adding to it add_filter( 'woocommerce_package_rates', 'hide_shipping_method_based_on_shipping_class', 10, 2 ); function hide_shipping_method_based_on_shipping_class( $rates, $package ) { $categories = array('tv-series'); // Defined targeted product categories $allowed_max_qty = 1; // Max allowed quantity for the shipping class $shipping_rates_ids = array( // Shipping Method rates Ids To Hide 'flat_rate:3' ); $related_total_qty = 0; // Checking cart items for current package foreach( $package['contents'] as $key => $cart_item ) { if ( has_term( $catego...

    €6 / hr (Avg Bid)
    €6 / hr Oferta mesatare
    21 ofertat

    Need a function that will be part of a larger script, that can take in an xml file, and read/return a few values. The attached xml file is a sample of the file that will ...by the overall script. This file is only a sample, but the actual file will contain multiple printers, each unique based on the Serial number. There may be multiple invoice dates. In this example file, 2022-09-13, and 2022-09-30. We need the Black Impressions, and Color Impressions from this date. We expect to pass into this function the xml file, and receive in return (multidimensional array with Serial Number, Date, Black_Impressions, Color_Impressions) So, the result from this file we would be expecting to get back: {"4HX444099", "2022-09-30T21:00:00", 470, 237}, {"4HX444100...

    €27 (Avg Bid)
    €27 Oferta mesatare
    26 ofertat

    ...); add_filter( 'wpo_wcol_summary', function( $flat_summary, $order_ids ) { if ( ! empty( $flat_summary ) ) { $new_order_ids = wpo_wcol_get_top_sale_order_ids( $order_ids ); $new_flat_summary = array(); foreach ( $new_order_ids as $order_id ) { if ( isset( $flat_summary[$order_id] ) ) { $new_flat_summary[$order_id] = $flat_summary[$order_id]; } } $flat_summary = ! empty( $new_flat_summary ) ? $new_flat_summary : $flat_summary; } return $flat_summary; }, 10, 2 ); function wpo_wcol_get_top_sale_order_ids( $order_ids ) { if ( ! empty( $order_ids ) ) { $ids = array(); foreach ( $order_ids as $order_id ) { if ( $order = wc_get_order( $order_id ) ) { foreach ( $order->get_items( 'line_item' ) as $item ) { $produ...

    €30 / hr (Avg Bid)
    €30 / hr Oferta mesatare
    63 ofertat
    Deflate & Blowfish Ka përfunduar left

    Demonstrate deflate compression/decompression with Blowfish encryption/decryption. One textbox with two buttons for save and open Open: blowfish decrypt & deflate decompress (textbox) Save: (textbox) deflate compress & blowfish encryption to file Only work with bytes in file. Use deflate import. Convert C# blowfish to vb.net .net framework 4.8 sdk for save and open Open: blowfish decrypt & deflate decompress (textbox) Save: (textbox) deflate compress & blowfish encryption to file Only work with bytes in file. Use deflate import. Convert C# blowfish to vb.net .net framework 4.8 sdk

    €32 (Avg Bid)
    €32 Oferta mesatare
    9 ofertat

    I have issue with a function that detect the integer value and call the function accordingly. Save an array in a function to be called for function mentioned above.

    €90 (Avg Bid)
    Urgjent
    €90 Oferta mesatare
    31 ofertat
    Write a php function Ka përfunduar left

    I need a function that will conect to a mysql database and get a value from a table based on a extension. I tried something like this: function getDomainPrice(){ global $con...will conect to a mysql database and get a value from a table based on a extension. I tried something like this: function getDomainPrice(){ global $con; $query = $con->query("SELECT 'tld', FROM tblpricing p INNER JOIN tbldomainpricing dp ON = WHERE = '.ro' AND p.type='domainregister' AND = 1 ORDER BY ASC"); $dataArray=array(); while($row = @mysqli_fetch_array($query, MYSQLI_ASSOC)) $dataArray[$row['tld']]=$row; return $dataArray; } And I need to call this function from using getDomainPrice(.ro); and get the domain price from database.

    €11 (Avg Bid)
    €11 Oferta mesatare
    25 ofertat
    fix our site having issues Ka përfunduar left

    We have a site with managed wordpress and its giving following error ,we need a wordpress expert to fix it . Error Details ============= An error of type E_COMPILE_ERROR was caused in line 749 of the file /var/www/wp-content/plugins/aceide/src/Modules/FileOps.php. Error message: Array and string offset access syntax with curly braces is no longer supported

    €19 (Avg Bid)
    €19 Oferta mesatare
    28 ofertat

    i need a small json uploader to upload my json files , json has array of data with image URL's , url needs to be downloaded in our own servers like s3 or digital ocean space and data in mongodb

    €28 (Avg Bid)
    €28 Oferta mesatare
    7 ofertat

    Need 3 programs to be done with simple array manipulations and srings.

    €33 (Avg Bid)
    €33 Oferta mesatare
    6 ofertat

    I need an expert Unity and AR developer who can help me fix an existing AR measurement project. This app allows user to place an anchor on the floor and create the measurements of the room. After...allows user to place an anchor on the floor and create the measurements of the room. After that it generates a 2D vector drawing of the lines to form a Floor plan. What I need is to convert the anchor points into 2D coordinates which can then be used to draw the lines on the android / ios app. Task (Should be easy for an expert ): 1. Convert the anchor points to 2d Coordinates to form a polygon array and write it into a file which the android app can then read. 2. Fix the measurement text in the app (the measurement text on the line shows a mirror image) Show you prior work along with...

    €896 (Avg Bid)
    €896 Oferta mesatare
    6 ofertat

    ...The script should read that set of Data and predict the next possible outcome: Actual result: 2 (This we don't know) (But for example I am providing the actual result) Prediction: {1, 2} {2,3} or {1, 3} <-- it should choose the best possibility from this set of 3 So it will be like: {2,3} (noticed how the actual result is in the prediction) Even if its wrong, append the actual result to data array and continue the process again data = [3, 1, 3, 2, 3, 1, 3, 2, 3, 3, 3, 3, 1, 3, 2, 3, 2, 1, 1, 2, 1, 3, 3, 2] (noticed the actual result is at the end now) Repeat prediction for the next round Run through example: data = [3, 1, 3, 2, 3, 1, 3, 2, 3, 3, 3, 3, 1, 3, 2, 3, 2, 1, 1, 2, 1, 3, 3] Prediction: {1, 3} (console input)What is the result: 2 comparing: Prediction ...

    €28 - €232
    Urgjent I vulosur
    €28 - €232
    22 ofertat
    Flutterflow custom widget Ka përfunduar left

    I need a custom widget in Flutterflow which group by date the list/array from a firebase reponse. It have to include a sort button with 3 parameters.

    €36 (Avg Bid)
    €36 Oferta mesatare
    6 ofertat

    ...or, at least not for now). Video Playback speed should follow the rhythm / tempo change in real-time. In plain words - The mini-Application should download (prior to starting the visualization) a High-framerate MP4 Video file from the Client's server, and the use the Microphone to continuously take samples (ie. in every 5-10-20 milliSeconds), to be stored for evaluation in a Sliding-time-Window array, to look for "Volume Peaks" inside which are significantly (ie. min 1.5x) louder than the average Volume of the latest few seconds, count them (by excluding double-detection of the same) Peaks, and then approximate the musical BPM, based on the last few seconds ie. the latest 5 seconds) by counting the Peaks & linearly projecting them up to 60 seconds (BPM). BPM ...

    €2698 (Avg Bid)
    I cilësuar MRS
    €2698 Oferta mesatare
    24 ofertat
    React Developer Ka përfunduar left

    ...React JS React Hooks and 16.8+ Lifecycle methods using hooks, Reusing state logics custom Hooks Advanced React Virtual DOM, Reconciliation, Context API, Render props wrapper hell Redux Redux Architecture/ Fundamental principles, latest Redux hooks, Middleware's(Thunk or saga) JS/ES6 latest features(variable scope, arrow fn, Template Strings, Object/Array destructure, Optional chaining, Spread/Rest/Null coalescing operator), Typescript, New Array methods, Async/Await, yield/generator functions, Promises CSS/Responsive design Flexbox, Display/Position, Box model, CSS selectors Tools: Webpack/Gulp/Grunt, Unit Testing, GIT, etc Experience in Source Control (Bitbucket/GIT) Knowledge and experience with using Restful API Must be able to translate specifications (wireframes)...

    €1083 (Avg Bid)
    €1083 Oferta mesatare
    51 ofertat
    Timetable API With Laravel 9 Ka përfunduar left

    We have a timetable project. We created the database. We want it to be made API using Laravel 9. We have added some details as attachment. We have prepared endpoints. And; - PHP 8.1, MYSQL 8 - Re...details as attachment. We have prepared endpoints. And; - PHP 8.1, MYSQL 8 - Restful protocol will be used - OAuth2 will be used. We haven't added as tables to database for OAuth2, developer should add. - Developer will work on our postman while producing. - We will give a git rep to developer and he will push code to rep, - If needs, every endpoints must have pagination using laravel pagination to array function, - Every result must have state true/false/error etc, - Every result must return as json. - Developer will prepare working environment, - public will be public_html, - Loc...

    €475 (Avg Bid)
    €475 Oferta mesatare
    139 ofertat

    ...IT. I ONLY WILL READ BIDS THAT START WITH THE WORD "SAIPH" AS ITS FIRST LINE AND THAT CHANGE WHAT I ASK IN THE DESCRIPTION***** This plugin will have 3 parts: *In the admin backend will have a Menu Item with the label Trainings. *The training will be stored in the Posts table with a post_type created for it as "orion_trainings" with the data of the training as postmeta and the versions as an array in the postmeta *The frontend data will be stored also in the Posts table with a post_type created for it as "orion_trainings_records" with the information of the training as a JSON in the postcontent and in the postmeta and the users and each data as postmeta with the keys of the postmeta with the user id and the value a JSON with the user data mention...

    €1182 (Avg Bid)
    €1182 Oferta mesatare
    42 ofertat

    I am looking for a freelancer or team that has extensive expertise in RF radar design and SDR receiver design, hardware, and firmware. More details on PM. Thanks

    €17 / hr (Avg Bid)
    €17 / hr Oferta mesatare
    10 ofertat

    Hi, I have CORE PHP checkout page. I need stripe payment gateway integration with my existing page . Details like {currency}, {address_street},{address_state},{address_city},{address_pincode},{address_country} should be sent into stripe and after payment an array with all the payment information should be sent back as an array to our server. The UI (including CSS and Javascript ) of stripe should be exactly same as URL given in notepad file:

    €46 (Avg Bid)
    €46 Oferta mesatare
    10 ofertat

    1. We need to write simple and effective Python programming which runs as cloud funct...on AWS cloud, this function will be invoked by the AWS API gateway. In other words, we will have REST API which will take JSON object as an input and call the Python function by sending the JSON object as an input.) 2. JSON object will have name, URL, direct page url, class id, DIV tag ID..etc (which we need crawl the page and retrieve the values defined in the page). a. Sometimes we will have array URL’s and tags for the same URL with different links. We need to crawler few pages and capture the values for each page in JSON object. 3. Once we have the final JSON object, we need to call another REST API by sending final JSON object as a PUT request. 4. It should call the recurring website p...

    €32 (Avg Bid)
    €32 Oferta mesatare
    24 ofertat

    The function will take in string and int array element to return a float

    €21 (Avg Bid)
    €21 Oferta mesatare
    12 ofertat

    ...searching for the categories, however as part of this project I need only the first tab implemented, nonetheless the design should include the other tabs empty. As I mentioned there are around 9500 categories which will be retrieved on the client via rest call and all the searching needs to be handled on the client side with proper tokenization of the query. The categories will have a keywords array which can be matched against, so the categories don't need to be tokenized on the client. The entire list of categories needs to only be loaded first time the user opens this popup. ...

    €169 (Avg Bid)
    €169 Oferta mesatare
    48 ofertat
    Bash Multiple Array script Ka përfunduar left

    I need a quick turn around, this will be one of the first things I ask is how long to complete this. I need a bash script to loop through some data for me, I assumed a simple function based off of data in an array but it may not be that easy as there is a catch. Requirements: 1. I have 14 categories 2. I have 7 variables per category categories = a - n variables = 1 - 7 where CATEGORY = name of category variable1 ="$(tac /mnt/data/systemlogs/logstash/logs/ | grep -m 1 | grep -Eo '[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}T[[:digit:]]{2}:[[:digit:]]{2}:[[:digit:]]{2}')" variable2="$(curl -s -XGET -k $login $u/cdm_CATEGORY_current/_search | grep -Eo '@timestamp":"[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{2}'...

    €139 (Avg Bid)
    €139 Oferta mesatare
    4 ofertat

    I need a video player app where I can play a video (of a person performing Taekwon-Do pattern, like Kata in Karate - basically series of movements including punches and kicks) and I will be able to go step by step from one movement to another. The video will have the array with timestamps, when the moves end and app should display some additional info on screen (name of the movement). So, person in the movie will do first punch and the name of the punch will appear. He will do next move and after he's done, the next name will appear. Etc... And I will be able to go Step by step, from movement to movement.

    €596 (Avg Bid)
    €596 Oferta mesatare
    73 ofertat

    I want to communicate with a Logic controller (Phoenix Contact make) ILC 131 ETH, the controller stores the values in an array from 1 to 100 and reads the database of an array from 101 to 250 (this is for instance only). Read & write from and to the controller using TCP/IP Ethernet protocol. I need to get it communicated to our vb.net project, read and write both. In the logic controller, we have assigned the IP of PC, and the logic controller has its own static IP. I should be able to read the array to my .net project continuously e.g. each 500 ms the data should be refreshed so that it will be like live data viewing. if you need any further information, kindly revert I will be glad to share with you. the project should be in .net and with source code as well.

    €92 (Avg Bid)
    €92 Oferta mesatare
    6 ofertat
    Simple C++ programs Ka përfunduar left

    ...checking is required for reading from the file). Each word will be like so: good adjective: of high quality. adjective: (of a thread, filament, or person's hair) thin. noun: very small particles found in mining, milling, etc. adverb: in a satisfactory or pleasing manner; very well. t as a first character of the each definition the type of the word (noun, verb, adjective, etc.); this is an array of characters that doesn't contain blanks : a separator between the type of the word and the definition the rest of the characters in the line are part of the definition for the word. each word after its definition will be separated by a blank line. - Maximum 100 words with their definitions in the file. - Each word can have maximum 8 definitions. - A word that is defi...

    €18 (Avg Bid)
    €18 Oferta mesatare
    28 ofertat

    Seeking a well-versed content writer for the long-term. We are a technology company based out in Redmond, Washington () offering end-to-end technology solutions to scaling companies globally. The company offers a wide array of tech solutions to Automotive, health care, software, finance, etc. Now, we are looking for experienced Content and Copywriters to help the marketing and communication team with top-notch content and web copies that convert visitors to leads. Please share your past work to calibrate your expertize.

    €255 (Avg Bid)
    €255 Oferta mesatare
    44 ofertat

    ...to go. And, i'm working on a project right now - so I just want someone to do this part below for me while I focus on other parts. I just need someone to help me make a new query/function to insert Inventory Data into a simple table in my MySQL database. We already have an existing function (see attached) that sort of does it, but it doesn't do it quite the way I need. The object / array loop is pretty simple (and I already made a table where you can insert/update this): [catalog_object_id] => DJ7DILGWOGEAYFROEGRZ34RT [catalog_object_type] => ITEM_VARIATION [state] => IN_STOCK [location_id] => L9QXQ2ZPP5T7A [quantity] => 0 [calculated_at] => 2022-...

    €26 (Avg Bid)
    €26 Oferta mesatare
    39 ofertat
    Nested Array Project Ka përfunduar left

    This is for the nested array parser and cycles assignments

    €56 (Avg Bid)
    €56 Oferta mesatare
    1 ofertat
    Project for Hasnat K. Ka përfunduar left

    Hi Hasnat K., I noticed your profile and have a task you might be able to do quickly for me. i need a c# version of a cointegration formula. It needs to take in two datasets/array and calculate the cointegration for it. That's it, no backtesting or anything else, just a function to calculate cointegration. Are you interested?

    €70 (Avg Bid)
    €70 Oferta mesatare
    1 ofertat

    Write down basic program based on shell which allow students make a simple mathematical quiz, store the answer in array and give the points. Array must include student name, password results. More details in attached file.

    €21 (Avg Bid)
    €21 Oferta mesatare
    5 ofertat

    I need a python function that given a path and an array of dicts containing name and values will add those to an xml file array = [{"Name" : "MyName","Value":123.5},{"Name" : "MyName2","Value":33.5}] The those values will have to be appended to existing xml file as (not using string manipulation) and the file saved. each values will have to be added as: <Constant> <Name>MyName</Name> <Value>123.5</Value> </Constant> example xml file in attach

    €21 (Avg Bid)
    €21 Oferta mesatare
    11 ofertat

    I have a react/...-in-react-js-ff1642708240 and Below are the requirements: - Must be built using React 18 and Typescript - Preloader must use hooks like useEffect() - Images will be passed to the preloader via an array. - There will be around 1000 images total in the array. - I want to do the image preloading in batches of 50 to ease the hit taken on the network. - The entire preloader must output the progress of how many images are preloaded out of 100% to the screen as number. - It is important that the preloader does the first 50 waits for them and then continues on after until the entire array has been covered. - Once all the assets are preloaded the preloader should hide.

    €185 (Avg Bid)
    €185 Oferta mesatare
    33 ofertat
    information theory Ka përfunduar left

    ...a string/array. Be careful, do not let this happen as this is incorrect. Total number of characters read in from the file MUST be 61392. Treat the r and n characters as it is. * The main idea is to replicate exactly what you're doing on pen and paper while performing Huffman coding. There are a few extra steps (such as calculating character probabilities) that you need to take care of. Once that's done, try to replicate whatever your method is on pen & paper. * You will need some data structures. Arrays/lists/arraylists can suffice (not the best tool for the job), but there are more efficient/convenient ones like dictionaries (hash maps), priority queues etc. To implement the nodes/leaves in a tree, you can use object oriented programming, or just store the bina...

    €148 (Avg Bid)
    Urgjent
    €148 Oferta mesatare
    8 ofertat

    ...boutons existent qui s’ouvrent par le passage de la souris en Front Office par un rideau descendant où sont présentés des Titres des Liens Url vers d’autres catégories ou rubriques, ou blog, ou Livre d’or par exemple. Les informations contenues dans les rideaux qui se déploient sous chaque bouton sont modifiables depuis des Zones HTML personnalisée prédéfinies dans les variables de configuration « Array » actuellement attribuées à un bouton qui a une place définie, mais nous n’y avons pas accès par le BackOffice, il faut connaitre les variables de configuration et parler le PHP ! (Lol). C’est pourquoi on vous contacte. Nous pouvons changer le contenu HTM...

    €494 (Avg Bid)
    €494 Oferta mesatare
    23 ofertat

    We need the assistance of a seasoned WordPress plugin and custom code expert to modify a widget. Also there is a Php Line error that needs to be fixed. Notice: Undefined index: params in /home/madeinin/ on line 910 Warning: count(): Parameter must be an array or an object that implements Countable in /home/madeinin/ on line 935 I don't want you to hide this error. I want you to fix this error. Please DM me only after you have entered your Final Offer. Ready to start Now

    €23 (Avg Bid)
    €23 Oferta mesatare
    22 ofertat

    TalksforTeens is a new life style information platform for clever young people, covering a wide array of topics (but NO politics). The aim, to inform without bias or opinion. The style we seek has to be fresh and authentic. Writers have to be curious and data driven. For the Finance and Investing we seek writers who have an Economics or Finance backgriound. Most of all, you have to love to write and read and to use your brain.

    €353 (Avg Bid)
    €353 Oferta mesatare
    37 ofertat

    TalksforTeens is a new life style information platform for clever young people, covering a wide array of topics (but NO politics). The aim, to inform without bias or opinion. The style we seek has to be fresh and authentic. Writers have to be curious and data driven. For the Finance and Investing we seek writers who have an Economics or Finance backgriound. Most of all, you have to love to write and read and to use your brain.

    €367 (Avg Bid)
    €367 Oferta mesatare
    32 ofertat

    Hey freelancers! I am looking for a map like google maps, where I can write longitude and longitude. From here I want to choose a radius like 5 miles. When I drag the radius inside the map, I would like to get all towns and cities in a Array.

    €26 (Avg Bid)
    €26 Oferta mesatare
    7 ofertat

    I have unity assset Bluetooth LE for iOS, tvOS and Android. And need help with it. I am looking who have experience with this asset, or have time to look at this. With script my respond is - "[]" You need to decode the bytes and turn them into useful data. Well that is just the default .net name for a byte array, so not sure yet if you have data. You will need to decide it now according to those instructions. Documentation is attached.

    €210 (Avg Bid)
    €210 Oferta mesatare
    12 ofertat

    I need a logo for my restaurant that I am opening up. It will be called " Old Town Pizza & Tavern" It will serve pizza subs wings a wide array of craft beers draft tap etc. The restaurant is opening in the oldest town in America. I need a cool hip logo for this theme. We are a few blocks away from a main college campus and need to attract a young crowd as well as tourists. This Logo will be used for the sign that will be hanging up front as well as for the menus and social medias etc. I really need it to stand out. I know you are talented enough to do this quick and make it look really good. Please help and thank you!

    €25 (Avg Bid)
    €25 Oferta mesatare
    29 ofertat
    .NET Project Ka përfunduar left

    Create a .Net Core REST API, which accepts the below array as JSON request and perform the following tasks 1. Create directory “Users”, If not exist at specified path in a config file a. Create Sub Directory “IN”. 2. Store the Request as JSON file in “IN” directory” created above JSON Request: [ { "ID": 64, "UserID": 7, "EmployeeID": "CLGAXO", "SiteName": "MULGRAVE", "BusinessUnitName": "Telstra Logistics - Melbourne", "AccountName": "IBM AUSTRALIA LTD", "GroupName": "Transport", "CategoryName": "Activity - Productive", "TypeName": "Transport - Freight Sorting", "Date": ...

    €15 (Avg Bid)
    €15 Oferta mesatare
    8 ofertat
    Javascript Ka përfunduar left

    Create a new object from the “activity[]” below with the Employee ID as the property key (Group by Employee ID) with an array of activities for each employee. Output should be a 2D array. Avoid using for loops to iterate the array when building this new array object. var activity=[ { "ID": 64, "UserID": 7, "EmployeeID": "CLGAXO", "SiteName": "MULGRAVE", "BusinessUnitName": "Telstra Logistics - Melbourne", "AccountName": "IBM AUSTRALIA LTD", "GroupName": "Transport", "CategoryName": "Activity - Productive", "TypeName": "Transport - Freight Sorting", "Date": "2018-02-14", &...

    €16 (Avg Bid)
    €16 Oferta mesatare
    4 ofertat

    Client is using VS 2022 C#. Need to create a sample Windows Form App that will print a receipt to a Star Micronics TSP100 USB on Windows using ESC codes. Sample receipt is attached. The paper is 3-1/8" (80mm) wide. The barcode is Code128 The items will need to be in form of a 2D string array. Formatting of the text as shown. Alignment of the dollar amounts need to be aligned to the right The app must work on: Windows 10 and 11. .net 6.0

    €100 (Avg Bid)
    €100 Oferta mesatare
    15 ofertat

    Hi, We need a function for filtering time, i.e. free hours and minutes, during working time hours in Typescript. Technically have three arrays, the first is the working hours (whic...Example of arrays: workHours = [9, 10, 11...16] workMinutes = [0, 5, 10, 15, 20...45, 50, 55] startTime = ['14:15', '9:00', '13:00'...] endTime = ['16:00', '11:00', '15:00'...] Results for this example after filtering: filteredWorkHours = [11, 12, 16 ] + need us a filtered workMinutes array for every number in filteredWorkHours array This is just example of one situation, you can have different length and terms number for both startTime and endTime arrays. Only workMinutes array is always same before ...

    €16 (Avg Bid)
    MRS
    €16 Oferta mesatare
    6 ofertat