Actionscript array工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    2,000 actionscript array 份搜到的工作,货币单位为 USD

    We have the following and need a designed to "Create" our envisioned final design. We have the following photos to be edited 1. Mobile EV charging station with solar panels on top in a parking lot. 2. Giant battery array of 6 total batteries, each in a 20 foot container 3. Three battery containers are now stacked on top of each other (6 total batteries) 4. Want picture of 6 batteries Sliced in Half "horizontally" to show 2 sets of 3 containers 5. Need 3 sets of 3 batteries each placed underneath each BLUE section of the pictured EV charge solar panels station. Thanks for your help on this....Alex in Alexandria VA "For the Tenacious, No Road is Impossible"

    $55 / hr (Avg Bid)
    $55 / hr 平均报价
    19 个竞标

    I need an engineering expert who has knowledge about antena array,

    $13 / hr (Avg Bid)
    $13 / hr 平均报价
    4 个竞标

    implement a dictionary of English words that allows Add, Search, Delete, and Auto-completion, using three different data structures: Array (Python’s list), Linked List, and Trie. Each implementation should support the following operations: • Build a dictionary from a list of words and frequencies: create a dictionary that stores words and frequencies taken from a given list. This operation is not tested. - Add a word and its frequency to the dictionary. Return True if successful or False if it already exists in the dictionary. - Search for a word in a dictionary and return its frequency. Return 0 if not found. 4 - Delete a word from the dictionary. Returns True if successful and False if it doesn’t exist in the dictionary. - Auto-complete a given string and return ...

    $95 (Avg Bid)
    $95 平均报价
    17 个竞标

    The project is simple in terms of development by itself. I need a full working Turtle Trading Strategy implemented in pure JS ( not typescript). The module should take an array of OHLC candles as an input. As an output module should return wether the position should be increased ( how much), closed, or hold. Project will be divided in parts: 1) process diagram - at first to get comfort that we understand well how things works 2) module development 3) working test 4) documentation The strategy is described in PDF attached as a file

    $585 (Avg Bid)
    加急
    $585 平均报价
    10 个竞标

    I need an engineering expert who has knowledge about antena array,

    $172 (Avg Bid)
    $172 平均报价
    8 个竞标

    Audio Player component built in ReactJS (in typescript backend) that takes an array of {song-url, thumbnail-url, song-title} and plays them sequentially. The UI also has a thumbs-down icon/button - when user clicks this button, the player skips the current song and starts playing the next song. When the song changes the UI should display the corresponding song-url and the song-title in the UI.

    $86 (Avg Bid)
    $86 平均报价
    8 个竞标

    Hi. New work. I said before 2 days. It is php array and some php code edit..

    $130 (Avg Bid)
    $130 平均报价
    1 个竞标

    Hi, I need an Google Tag Manager expert that can work easly with it ( a guru)! You must be able to: - Server side implementation (expert level) - Implementing enhaced ecommerce tracking in GA and GA4 - Install a wide array of marketing tools - Setup Google Tag Manager in different CMS and e-commerce platforms (Wordpress, Shopify, Squarespace, ...) - Deploy Facebook, Google Ads Remarketing, LinkedIn and other third-party tracking pixels with Google Tag Manager - Track conversions, auto events, file downloads, link clicks, button clicks… - Import and export tags from one Google Tag Manager account to another - Troubleshoot the problems that might arise - How to simply exclude traffic from analytic reports for specific devices and people - Send values to Custom Dimensions in Goo...

    $13 / hr (Avg Bid)
    $13 / hr 平均报价
    17 个竞标
    Project for Mohamed F. 已经结束 left

    Hi Mohamed F., I noticed your profile and would like to offer you my project. We can discuss any details over chat. Design of an array loop antenna with 1.39ghz operating frequency and 4.03 db gain

    $49 (Avg Bid)
    $49 平均报价
    1 个竞标

    Here sample arrays: $array = (); $array[] = array( 'filename' => 'File 1' 'folders' => array('Folder 1', 'Folder 2', 'Folder 3') ); $array[] = array( 'filename' => 'File 2' 'folders' => array('Folder 1', 'Folder 2') ); $array[] = array( 'filename' => 'File 3' 'folders' => array('Folder 1', 'Folder 2', 'Folder 3') ); $array[] = array( 'filename' => 'File 4' 'folders' => array() ); $array[] = array( 'filename' => 'File 5' 'fol...

    $15 - $16
    加封
    $15 - $16
    14 个竞标

    ... return __( 'Tabla', 'elementor' ); } /** * Get widget icon. * * Retrieve shortcode widget icon. * * @since 1.0.0 * @access public * * @return string Widget icon. */ public function get_icon() { return 'eicon-shortcode'; } /** * Get widget keywords. * * Retrieve the list of keywords the widget belongs to. * * @since 2.1.0 * @access public * * @return array Widget keywords. */ public function get_keywords() { return [ 'Tabla', 'Mister Api', 'Futbol Api' ]; } /** * Whether the reload preview is required or not. * * Used to determine whether the reload preview is required. * * @since 1.0.0 * @access public * * @return bool Whether the reload preview is requ...

    $16 / hr (Avg Bid)
    $16 / hr 平均报价
    22 个竞标
    PHP re-write Code Snippet 已经结束 left

    ...snippet analogous my need. // Custom conditional function that handle parent product categories too function has_product_categories( $categories, $product_id = 0 ) { $parent_term_ids = $categories_ids = array(); // Initializing $taxonomy = 'product_cat'; $product_id = $product_id == 0 ? get_the_id() : $product_id; if( is_string( $categories ) ) { $categories = (array) $categories; // Convert string to array } // Convert categories term names and slugs to categories term ids foreach ( $categories as $category ){ $result = (array) term_exists( $category, $taxonomy ); if ( ! empty( $result ) ) { $categories_ids[] = reset($result); } } // Loop through the cur...

    $21 (Avg Bid)
    $21 平均报价
    12 个竞标
    Python scripting 已经结束 left

    ...for a csv. 2. Load the csv into the script. 3. Return the loaded file as an array. Script 2: 1. Receive an array. 2. Reshape a large 2D array (with 100+ columns) to simple array with 2 columns. 3. Return the reshaped simple array. Script 3: 1. Load an array (called ‘working’) 2. Load an array (called ‘reference’) 3. Loop through ‘working’ array for each row to check if it matches an ID in the ‘reference’ array. If it does inset the row into the ‘output’ array. 4. Return output array. Script 4: 1. Get array. 2. Create sql database table. 3. Insert array into table. Script 5: 1. Received a folder path 2. Get a list of files in a fold...

    $179 (Avg Bid)
    $179 平均报价
    52 个竞标

    Complete 10 very introductory class object functions in Eclipse Java without the use of complex array, integer, or string classes and built in functions

    $14 (Avg Bid)
    $14 平均报价
    8 个竞标
    algorithm design 已经结束 left

    You are given a schedule of video game tournaments, sorted by the date on which they will occur. Each tournament i has a difficulty level d[i] and a prize amount p[i]. You feel confident you can win any tournament, however the organizers do not allow anyone who has won a more difficult tournament to participate (so if you won a tournament with difficulty 2, from this point on, you can only part...from this point on, you can only participate in tournaments with difficulty level 2 or greater. Design and implement in Java a Dynamic Programming algorithm to select which tournaments you should participate in if you want to maximize your profit Notes - You plan to win all the tournaments in which you participate! - Include in your answer the Java code that would initialize and fill in the DP ...

    $19 (Avg Bid)
    $19 平均报价
    9 个竞标
    Telegran bot 已经结束 left

    It is about creating a telegran bot to read the messages of another bot and send a custon message to a channel if a condition is met. The condition will be to search for a string and validate it against an array.

    $33 (Avg Bid)
    $33 平均报价
    6 个竞标

    ...need a demonstrator to show how a video-survey could work, i.e. people are answering a survey not by multiple-choice, but with a real recording of themselves. Short: A person (click on a deeplink) shall answer 3-5 questions of a survey via video-recording. No App, but responsive website for desktop and - especially - mobiles. Detailed: Three to five questions are defined by an multidimensional array of strings (the question) plus numbers (max. seconds for recording). This is provided in a configfile (or database). After a user clicks the deeplink and sees the landingpage … Two solutions: 1.) One recording for each question User sees first question (configfile) and he starts recording by himself. Recording will stop at the given amount of seconds (configfile). The secon...

    $533 (Avg Bid)
    $533 平均报价
    47 个竞标

    I want help of designing deep learning algorithm to estimate the direction of arrival of multible signal

    $478 (Avg Bid)
    $478 平均报价
    16 个竞标

    MUST BE EXPERT IN PHP and Array Scripting... For PHP Array Generated Pages need to have auto Grammar and Spellchecking On City/ State Pages.. The who website Fram state pages and city pages need to either be auto rewritten and spell-checked On the server side.

    $496 (Avg Bid)
    加精
    $496 平均报价
    63 个竞标

    We're a coder shop based out of the USA with members all over the world. We specialize in telecom, and development of a wide array of aspects supporting it. We have a position open for a versatile, team oriented coder. As the job title states, we expect you to be proficient, or at least have a working knowledge, in the following: MERN stack LAMP stack Java (React, Node, etc) WebRTC We're not so much interested in your individual skills so much as HOW you've used them. Tell us projects you've worked on, tell us how you've put them to use. We're also especially interested in any open source projects you may have contributed to or modified on your own. We've experienced a large amount of proxies, and people interviewing for "friends". Plea...

    $13 / hr (Avg Bid)
    $13 / hr 平均报价
    2 个竞标

    I have written a VBA code for a large data set. I would like you to refactor it in order to improve the execution time. For instance: - Execute the data set in an array rather than copying each individual data point - Avoiding copy and paste - Etc..

    $29 (Avg Bid)
    $29 平均报价
    18 个竞标
    Labview Software Designer 已经结束 left

    I have an array of input points and data points which need to be added in a software based on Labview. Finally the software needs to evaluate the 15-20 datapoints and enter the answer in the equation and give the results.

    $1197 (Avg Bid)
    $1197 平均报价
    20 个竞标
    modify the code JS 已经结束 left

    You need to modify the script so that it displays the values from the array in the slider. Now the values are displayed in a list and duplicated in each slide. We need to make sure that each new value of the card is placed on a new slide

    $23 (Avg Bid)
    $23 平均报价
    22 个竞标
    edit code php in opencart 已经结束 left

    i have api rest work good but need some edting in code to make array work daynamic

    $30 (Avg Bid)
    $30 平均报价
    20 个竞标

    when trying to install a role (directAccess) I get error 1734 the array bounds are invalid. I need help from a Windows server expert to fix it, please. Fixed pay for fixed server. If it takes you 5 minutes, I'll pay for 2 hours.

    $57 / hr (Avg Bid)
    $57 / hr 平均报价
    15 个竞标
    Trophy icon paypal php curl api 已经结束 left

    I need a few simple function calls to 1. create auth token 2. create an invoice on Paypal with several line items, and defined $ amounts, and text description. this function should take one parameter for the company name, and an array for each of the line items. 3. check on the payment amount and status of that invoice, not using the webhook callback. This function should take a parameter of the invoice id, and return a paid in full or not yet paid status. All function calls should log to a history table, what the query is, and what the return is This will be integrated elsewhere. You must use your own paypal account for development. You must use your own server for development. The code must work in PHP 5.3 The code must be procedural, not object oriented.

    $240 (Avg Bid)
    加精 加保
    $240
    18 项参赛作品
    Business Evaluator v2.0 已经结束 left

    ...who needs to evaluate an MSP for Non-Competitive Interest, Development Capital, Ownership disputes, Potential Sale, Retirement Succession Planning, Investment, Scale of Your MSP, or Curiosity A competitive Website: The functionality is currently written in Excel. It needs to utilize a WordPress-enabled SQL currently in an Excel array. We are using WordPress with an Avada-purchased theme. The system is to generate reports based on customer input and retrieves text and data (performing calculations) from a SQL table – possibly RazorSQL It would be helpful if you understood Excel tables and reports so you can mimic the reports with their calculations. This will need to be installed on 2 WordPress sites. In order to be considered

    $518 (Avg Bid)
    $518 平均报价
    42 个竞标

    Need CSV to DataTable and csv to two dimensional array for post processing. Input csv file attached and output datatable should be as shown in excel (Screenshot attached) - Budget 600 Note: Need just code (Load file in form via openfiledialogbox and debug point at datatable). Normal csv parcer and filehelper default method return exceptions. Need output as shown in excel (Only datatable and two dimensional array) Please don't use Excel Interop or OLEDB.

    $12 (Avg Bid)
    $12 平均报价
    7 个竞标

    Need to retrive the terms of a custom taxonomy, but for each post Currently using this which works, but it retrieves all the terms not the one for each post $filters = wp_get_object_terms( $posts_in_post_type, 'filters', array( 'ids' ) ); //echo sizeof($posts_in_post_type); if (sizeof($filters) > 0){ foreach($filters as $filter): echo '<option value="'.$filter->slug.'">'.$filter->name.'</option>'; endforeach; }

    $25 (Avg Bid)
    $25 平均报价
    19 个竞标

    Hello, so I have an API where I get the data for some products. I need the data to be rearranged a bit and then create products and also keep them up to date. So when the other party changes the price for example the price in the WooCommerce Store should change as well. Attached you will find the API request data. There you can see multiple arrays with rings being the products. One array contains one specific specification of size, color, stone counts and so on for M (ring for men) and W (the counterpart for woman) in different ring sizes and the according price. The end goal should be to combine all the arrays so in the end there should be only 2 products in woo commerce. So collection Honeymoon Pure IV for men and one for woman and all the rest should be variations. Also possi...

    $585 (Avg Bid)
    $585 平均报价
    67 个竞标

    The code I have was provided to me some years back and works perfectly up to version 7.0 When I upgrade the server it throws approx 6 errors all similar to the example provided: "Fatal error: Uncaught Error: Cannot use string offset as an array in /var/www/xxxxxx/(258) : eval()'d code:1 Stack trace: #0" Can you solve the following Typical error? I want to upgrade a server to PHP 7.4 but the above typical error appears when moving from version 7.0 to 7.1 onwards. Approx 6 errors exist similar to above and it happens when parsing data in an XML file. I want all errors fixed however I believe that it's the same issue that is causing them. Are you familiar with upgrading php and issues with the eval() function?

    $231 (Avg Bid)
    $231 平均报价
    33 个竞标
    Project for Arkajyoti B. 已经结束 left

    Hi Arkajyoti B., I noticed your profile and would like to offer you my project. We can discuss any details over chat. My project: subscribe pointcloud, convert to numpy array, transform point into the map frame using TF,

    $40 (Avg Bid)
    $40 平均报价
    1 个竞标
    donut hole 3 已经结束 left

    I am seeking a Java developer to help me finish a project. It consists of an array of points in a circle with a central voide. These points move in two-dimensional space and when certain conditions occur, output is achieved. I don't need a lot of time. Just to finish the project. The source code exists in Github and if I am able to give you access to upload and view, that would be best. I have a lot more details when I identify the appropriate coder.

    $37 / hr (Avg Bid)
    $37 / hr 平均报价
    31 个竞标

    Hi Afonso D., I noticed your profile and would like to offer you my project. We can discuss any details over chat. Hello i need help with my project, subscribe pointcloud convert it to numpy array, transform using TF .

    $50 - $50
    $50 - $50
    0 个竞标
    Project for Afonso D. 已经结束 left

    Hi Afonso D., I noticed your profile and would like to offer you my project. We can discuss any details over chat. Need help with subscribe pointcloud convert to numpy array and transform to map frame using TF. Think you can helpe?

    $50 - $50
    $50 - $50
    0 个竞标

    My php sendgrid integration is throwing an error as shown below. another freelancer tried and failed to fix this issue. I have more works if this can be fixed. 401 Array ( [0] => HTTP/1.1 401 Unauthorized [1] => Server: nginx [2] => Date: Mon, 08 Aug 2022 14:31:33 GMT [3] => Content-Type: application/json [4] => Content-Length: 88 [5] => Connection: keep-alive [6] => Access-Control-Allow-Origin: [7] => Access-Control-Allow-Methods: POST [8] => Access-Control-Allow-Headers: Authorization, Content-Type, On-behalf-of, x-sg-elas-acl [9] => Access-Control-Max-Age: 600 [10] => X-No-CORS-Reason: [11] => Strict-Transport-Security: max-age=600; includeSubDomains [12] => [13] => ) {"errors":[{"message":"Permission

    $89 (Avg Bid)
    $89 平均报价
    14 个竞标

    All the data is in excel, Generate pandas table. Extract Numpy array from pandas . Generate a new numpy array from pandas table. Separate outputs and Inputs. Visual representations (charts etc.) on Tableu using the data in the excel folder. The data is about material science

    $18 (Avg Bid)
    $18 平均报价
    20 个竞标

    ...the infrastructure. Therefore, a commitment to collaborative problem solving, sophisticated design, and quality product is important. Responsibilities - Developing new user-facing features using React.js - Building reusable components and front-end libraries for future use - Translating designs and wireframes into high quality code - Optimizing components for maximum performance across a vast array of web-capable devices and browsers Skills - Strong proficiency in JavaScript, including DOM manipulation and the JavaScript object model - Thorough understanding of React.js and its core principles - Experience with popular React.js workflows (such as Flux or Redux) - Familiarity with newer specifications of EcmaScript - Experience with data structure libraries (e.g., ) - K...

    $1408 (Avg Bid)
    $1408 平均报价
    36 个竞标

    I have a signature Array Of Bytes that I need the address inside the I know how to scan for the address using the software CE but need to preform this action in code.

    $201 (Avg Bid)
    $201 平均报价
    16 个竞标

    I have a signature Array Of Bytes that I need the address inside the I know how to scan for the address using the software CE but need to preform this action in code.

    $232 (Avg Bid)
    $232 平均报价
    17 个竞标

    Hi, I've got some records of Array of vector2 location Float size Float light ... With constant length. And I need it to be translated to phrases like "The element is in the south and is very large" "It does not have much light, but it's quite large" "I need three elements, two of them should have much size, one has to have much light" "I need five elements. Two are very large. one is in the center and one on the left." You see, the phrases should be incomplete by dropping some Data is from JSON. We have some million records.

    $133 (Avg Bid)
    $133 平均报价
    21 个竞标

    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

    $28 / hr (Avg Bid)
    $28 / hr 平均报价
    14 个竞标

    ..."Hello-Hello" ] All Test Cases: words, max line length wrapLines(words1, 13) wrapLines(words1, 20) wrapLines(words2, 5) wrapLines(words3, 5) wrapLines(words4, 5) wrapLines(words5, 20) n = number of words OR total characters Q2. We are building a word processor and we would like to implement a "reflow" functionality that also applies full justification to the text. Given an array containing lines of text and a new maximum width, re-flow the text to fit the new width. Each line should have the exact specified width. If any line is too short, insert '-' (as stand-ins for spaces) between words as equally as possible until it fits. Note: we are using '-' instead of spaces between words to make testing and visual veri...

    $24 (Avg Bid)
    $24 平均报价
    7 个竞标

    All the data is in excel, Generate pandas table. Extract Numpy array from pandas . Generate a new numpy array from pandas table. Separate outputs and Inputs. Visual representations (charts etc.) on Tableu using the data in the excel folder.

    $21 (Avg Bid)
    $21 平均报价
    9 个竞标

    The service scanner do a periodical bluetooth scan every 5 minute. For each device found the scanner must store in an array: MAC address, UTC timestamp, RSSI, Raw data (Advertisement Data max 31 bytes and Scan response max 31 bytes) When the scan finish send the array to a TCP socket server. If the server did not acknowledge or the TCP connection to send the array fail, must store the data and try to send it again at the end of the next scan. Must work on Windows 8, 10, 11 I only want the scanner part and not the TCP server which receives the data

    $30 (Avg Bid)
    $30 平均报价
    1 个竞标
    Reactjs+ Redux Developer 已经结束 left

    ...layers of the infrastructure. Therefore, a commitment to collaborative problem solving, sophisticated design, and quality product is important. Responsibilities Developing new user-facing features using React.js Building reusable components and front-end libraries for future use Translating designs and wireframes into high quality code Optimizing components for maximum performance across a vast array of web-capable devices and browsers Skills Strong proficiency in JavaScript, including DOM manipulation and the JavaScript object model Thorough understanding of React.js and its core principles Experience with popular React.js workflows (such as Flux or Redux) Familiarity with newer specifications of EcmaScript Experience with data structure libraries (e.g., ) Knowledge of...

    $343 (Avg Bid)
    $343 平均报价
    26 个竞标

    Machine learning: Data preparation Data cleansing, extract Numpy array from pandas, generate a new numpy array by giving a list columns or rows, separate outputs and inputs. Working with python, NumPy, pandas and excel

    $18 (Avg Bid)
    $18 平均报价
    30 个竞标

    I Need an Excel VBA function/Add-in that Calculates Real Time Data in a range over a minute and displays the Calculated Results (three result as an array) in three column ( UDF ( Range as range ( Ex. A4:G1000, D5:J400", etc. ) ,TimeInterval as integer (1,2, etc.))) on each minute Down that cells (adding new minutes data). I will Show any details you need to know Via Teamviewer, if i think you are fit to reach the goal. Details are in attached files.

    $46 (Avg Bid)
    加精
    $46 平均报价
    15 个竞标

    Hi there. I have an E-Commerce project and I need help combining 4 mysql tables into a function that outputs all the products (we actually already have a function made, but it's not fully working). I'm attaching an example of the API function's output which we are trying to re-create (and base this function on) - basically, we import the product data, so we can list the products from our local mysql database which is way faster than pulling the products from the API. The API example in my screenshot has lots more data than we actually need for the local version, so in the attached screenshot - just look at the "variations" part of it - that's what I need to add - and like I said I already have a function that works, but it's missing that part. I can g...

    $13 / hr (Avg Bid)
    $13 / hr 平均报价
    50 个竞标

    ...ridding a WebRTc user who is streaming by fetching a streaming related IP Address (Can do myself later if bans provided typical IP's), Will need kicks and bans secured from current websocket temp and cookies/session data along with account will be banned or kicked with related ip/mac info is possible to obtain. 7. ensure code is not sent to frontend in array to prevent leaking information, provide clean smooth readable code in JavaScript Class/Array formats if other please be sure to discuss. 8. Fix all profile data to store to a json file which is already storing all profile data, ensure the data is correct and updated instantly at times when needed, ensure that the code cannot be spammed and prevent spam from lagging the site users. 9. Add spam prevention to any c...

    $597 (Avg Bid)
    $597 平均报价
    36 个竞标