Vectric thread gadgetJobs

Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 vectric thread gadget jobs fundet, i prisklassen EUR

    I need a web ...suggestion by name linked to google maps - add keywords/tags that are linked to the location - rating for (service, cleaniliness, food, ammenities) Front site/index will list all locations sortable by state, city (rating) and total number of reviews. Each site will have brief summary individual page, rating summary, most frequent tags/keywords, details of reviews. Each review item should have a thread where people can post comment and responses. Also Like button which is used to sort reviews. Ok to use css frontend, would love some sort of ajax integration to help reduce loading of unnecessary html, however do not want it to be heavy. Clean css design without graphics. Need this fairly quickly and those with fast turn around and good reference will be awarded ac...

    €351 (Avg Bid)
    €351 Gns Bud
    43 bud
    logo designer Udløbet left

    Create a logo for e shop online gadget accessories business. Fix price. The logo must be dynamic recognizable simple and catchy. The logo must be clear for mobile devices (tablets, tablets , smart phones and social media). Delivery project max e days

    €33 (Avg Bid)
    €33 Gns Bud
    61 bud

    All the below mentioned services are required in my newly launched website and a shared hosting plan. My website is very new but ...lagging and overloading broken links and dumped files database crash database optimization software version upgrade if required Minimize redirects avoid bad request avoid landing page requests minimize request size CSS in the document head / combine external CSS Fewer HTTP requests Server Side optimization Minify HTML Minify CSS Minify JavaScript Avoid chaining critical requests shorten long main-thread tasks scale down network payloads Leverage browser caching Defer parsing of JavaScript and CSS Optimize images Serve scaled images Enable gzip compression render-blocking js and css above the fold contents Suggest or give me a CDN or at least On-page SEO...

    €15 (Avg Bid)
    €15 Gns Bud
    8 bud

    My business involves being a middle-man proxy reseller and we would like to establish a reverse proxy server that includes: - User management (create sub-users) - Assigning packages to users (bandwidth allocation incl. data usage tracking, data capping, thread limiting, custom plan duration) - Retrieval of user, package details including remaining data, expiration date etc - Logging requests (URL, client IP, proxy IP, date-time, request size, user) - Custom IP and domain access blacklisting - IP authentication | User:pass authentication - HTTP(S)/SOCKS5 proxy

    €1277 (Avg Bid)
    €1277 Gns Bud
    3 bud

    Hi Kamrul, I am needing you to reorganize the wordage on the CD artwork. Please see the message thread and thank you. -Mark

    €14 (Avg Bid)
    €14 Gns Bud
    1 bud

    java thread creation Part 1: Thread creation Part 2: Synchronization Part 3: Interrupt handling

    €27 (Avg Bid)
    €27 Gns Bud
    4 bud
    Java example Udløbet left

    ...be developed using Java. Part 1: Thread creation (30%) a. Using Java multithreading library, write a Java program that calculates the sum of the numbers from 1 to 100,000,000. Split the numbers between four threads equally where each thread calculates the sum of one fourth of the numbers. For example, the 1st thread will calculate the sum of the numbers from 1 to 25,000,000 whereas the 2nd thread will calculate the sum of the numbers from 25,000,001 to 50,000,000 and so forth. The main thread will have to print out the sum after gathering the results. Note that you have the choice to create threads by either implementing Runnable interface or extending Thread class. b. Now, write a sequential version of the program described above using a single...

    €96 (Avg Bid)
    €96 Gns Bud
    4 bud
    Java java11 Udløbet left

    ...be developed using Java. Part 1: Thread creation (30%) a. Using Java multithreading library, write a Java program that calculates the sum of the numbers from 1 to 100,000,000. Split the numbers between four threads equally where each thread calculates the sum of one fourth of the numbers. For example, the 1st thread will calculate the sum of the numbers from 1 to 25,000,000 whereas the 2nd thread will calculate the sum of the numbers from 25,000,001 to 50,000,000 and so forth. The main thread will have to print out the sum after gathering the results. Note that you have the choice to create threads by either implementing Runnable interface or extending Thread class. b. Now, write a sequential version of the program described above using a single...

    €33 (Avg Bid)
    €33 Gns Bud
    5 bud

    Hi Arumugam P., I cancled the milestone by mistake and can not send you any message. this is what they write to me when I try to contact you " Unfortunately, you are not allowed to send a message to this thread."

    €139 (Avg Bid)
    €139 Gns Bud
    1 bud

    Thread creation a. Using Java multithreading library, write a Java program that calculates the sum of the numbers from 1 to 100,000,000. Split the numbers between four threads equally where each thread calculates the sum of one fourth of the numbers. For example, the 1st thread will calculate the sum of the numbers from 1 to 25,000,000 whereas the 2nd thread will calculate the sum of the numbers from 25,000,001 to 50,000,000 and so forth. The main thread will have to print out the sum after gathering the results. Note that you have the choice to create threads by either implementing Runnable interface or extending Thread class. b. Now, write a sequential version of the program described above using a single main thread (i.e., without multit...

    €32 (Avg Bid)
    €32 Gns Bud
    8 bud

    , one of the quickest growing media-platforms about tech innovations, gadgets and business growth, looking for a Sales Manager that can work with the United Kingdom market. Our main product to sell in native advertising, for example, one separate article about company/product/gadget, etc, or a video review for the gadget. There are too many options, you can read about our growing and proposals right here: Our candidate should be responsible for these options: – Looking for leads, that can be our target audience – Communicating with them (oral and writing), using our Sales Strategy and good writing scripts – Ability to explain our advantages and understand clients needs – Proposing our packages, relevant to the client's needs –...

    €774 (Avg Bid)
    €774 Gns Bud
    4 bud

    Hello, we are looking for a freelancer that has extensive experience in using Vectric Vcarve software to create CNC router files. Specifically for furniture cabinet design amongst other projects. Please indicate a hourly rate and also any experience within this type of industry. Materials are mainly MDF and also plywood. Kind Regards

    €13 / hr (Avg Bid)
    €13 / hr Gns Bud
    8 bud

    Multithreading Experiment. Requests you to use multiple thread to perform matrix production, C = A * B, Where A is a 10 x 200 matrix, B is a 200 X 8 matrix, and the result C is 10 x 8 matrix. Implement the followings: (1) Initialize A with value from 1 to 2000, in row-major order (that is, one row by one row). (2) Initialize B with value from 1600 to 1, in row-major order (that is, one row by one row). (3) Create 10 threads: T1, T2, …, T10. T1 performs the product for row1 and A and matrix B, and the result will be save to row1 of matrix C, T2 performs the product for row2 and A and matrix B, and the result will be save to row2 of matrix C, …, T10 performs the product for row10 and A and matrix B, and the result will be save to row10 of matrix C. (4) T1, T2, ...

    €39 (Avg Bid)
    €39 Gns Bud
    9 bud
    Trophy icon Dine Gardiner Udløbet left

    Logo: Brand name: Sara Dahl (NOT Dine Gardiner - that is just the project name) Make bespoke curtains for the top end of the market in Oslo, Norway. We supply the textiles and the hardware for hanging curtains and blinds. Our curtains are hand-sewn. I go out to customers to give advice, measure up etc. Our curtains are top quality and of a style not common in the Norwegian mark...customer base is predominantly women 30-40ish, often with family. I also get lots of pregnant women. There is the occasional man that needs help and usually requires tight hand-holding. We do very little corporate work (some but not much). We have one or two exclusive customers including the Royal Palace and associated residences. What more can I tell you? DON'T give me a drawing of a needle and thread...

    €93 (Avg Bid)
    Garanteret
    €93
    279 indlæg

    Did you see my project? I cannot chat you on the thread

    €153 (Avg Bid)
    €153 Gns Bud
    1 bud
    Trophy icon Logo Design Udløbet left

    Design a logo for The Luxury Thread. This is a luxury brand selling satin pillowcases. I have attached some examples of styles that I like. Use this for inspiration. Please design and do not add on wall or business cards. Use white background :) Logo : The Luxury Thread Colour options: Soft Pink & White or Gold & Grey Once chosen will require the logo for instagram profile pic, pdf files and all other file types.

    €9 (Avg Bid)
    Garanteret
    €9
    297 indlæg

    ...discs) Retail sale of sports apparel and equipment (including bicycles, boats and healthcare equipment) Retail sale of games and toys Retail sale of clothing for adults Retail sale of children and infants’ clothing (including products and accessories for infants) Retail sale of footwear Retail sale of bags, luggage and travel accessories Retail sale of sewing and clothing accessories (eg button, thread, lace, zip, belt, tie) Retail sale of clothing, footwear and leather articles n.e.c. Retail sale of cosmetics and toiletries (including skin care products) Pharmacies and drug stores (Western) Chinese medicine shops Retail sale of pharmaceutical and medical goods n.e.c. Retail sale of jewellery made from precious metals and stones Retail sale of costume jewellery Retail sale ...

    €99 (Avg Bid)
    €99 Gns Bud
    22 bud

    ...looking for professional team, who can make full project! I have idea.. to create sensor (small sensor, which you can wear on bracelet_, which can read your temperature, heartbeat, may be some other medicin info from your body), send to transmitter which sends info to server. Each braclet is individual, I mean I have to know from which sensor comes this info! I`m looking for team who can R&D this gadget and offer full solution and detailed documentation. Please comment in your comment are you able to create prototype or not, I will know that you red my project description! I also need full consultation and ready project to send it for production! Please comment if are you able to create this project, or, if you need any other experts, do you have them or.. so, I need full pr...

    €1069 (Avg Bid)
    €1069 Gns Bud
    12 bud

    I have a functioning Google script which moves rows between a target tab to a designated destination tab (all in the same sheet) based on a dropdown value in the target tab. The code functions well, however, when the values are copied from one tab to another, it is copied "values only", that means that cells containing formu...cells containing formulas are either not copies or what is copied is only the results of the formula and not the formula itself. What I need is to change the code so when the rows are being copied, the data copied will contain not only the values in the cells of target tab but also the formulas in those cells. The functioning Google script needing change is here: Deliverables A functioning Google script.

    €19 (Avg Bid)
    €19 Gns Bud
    3 bud
    Trophy icon Logo Design Udløbet left

    We are seeking a logo design for website Cotton'N Thread There are only 3 requirements for this design: FIRST REQUIREMENT: We need TWO VERSIONS - 1 version with only Cotton N Thread AND 1 version with .com at the end SECOND REQUIREMENT: We need a cotton graphic in the logo, maybe as one of the 'O's in the word Cotton? Maybe another way to incorporate it? THIRD REQUIREMENT: We need a needle icon or needle with thread graphic in the logo We are including some images for reference only, please feel free to be creative and do ANYTHING you feel looks best

    €93 (Avg Bid)
    Fremhævet Haster Garanteret Forseglet Topkonkurrence
    €93
    978 indlæg

    ...need to have it returned.*** I am interested in having a firearm muzzle device adapter manufactured and am in need of a 3D CAD model that can be translated to technical drawings of a currently in production muzzle device from a prominent suppressor manufacturer. Additionally, I am in need of a 3D CAD model that can be translated to technical drawings of the adapter that I wish to create that is thread and taper compatible with the muzzle device in question. The idea is that the muzzle device would screw into the adapter and the taper on the muzzle device seen in the pictures below seals against the inner wall of the adapter. I have included a rudimentary adapter 3D model that is similar to what I am looking to produce (sorry my skills in CAD are very limited). The inside thr...

    €139 (Avg Bid)
    €139 Gns Bud
    15 bud

    Hi: My name is Oseni and I am interested in the creation of a small device. Please refer to the uploaded zip file for details. DELIVERABLES The deliverables are: 1. a physical prototype of the device; 2. the proper and sufficient file(s) to manufacture the device; and 3. the proper and sufficient file(s) for a U.S. patent application. TYPE OF FREELANCER OR AGENCY I am looking for any agency or freelancer that possesses a strong background in Mechanical Engineering, Product Design, or both.

    €1886 (Avg Bid)
    €1886 Gns Bud
    28 bud

    Firmware development required for SoC Fullhan FH8852. You must use RT-Thread. Experience with this SoC is a must. If you haven't worked with this chip before, please don't waste time.

    €14 - €23 / hr
    €14 - €23 / hr
    0 bud

    hello tools like that i have 2 list first list = lost tow = inside list () like that server|username|password|port inside list of proxy (http,https) tools start wit thread (member can choose thread ) after running program checking smtp which user and password True save which is bad save i have inside 1000 line inside proxy 200 line server after50 request block ip we must use for random proxy for request

    €167 (Avg Bid)
    €167 Gns Bud
    5 bud

    Now i have a fivem server have 90up player online same time but the server thread hitch and the query time too high. that forced me to limit the player limit to 90. i want some one to help me optimization the server script ( not client ) please tell me your experience. ty

    €163 (Avg Bid)
    €163 Gns Bud
    2 bud
    E-mail thread Udløbet left

    We would like to ask you to write 3 e-mails for our letters thread. NO long reads, native English speakers ONLY, thank you.

    €24 (Avg Bid)
    €24 Gns Bud
    14 bud
    Linguagem C e C++ Udløbet left

    Trata-se da implementação do Problema do Produtor-Consumidor, usando PThreads e Semáforos. Devem completar o código para torná-lo funcional. Há mais instruções no próprio código. Observações: - O código está preparado para trabalhar com um único Thread Produtor e um único Thread Consumidor. Essa implementação funcional e correta e permita o usuário informar quantos threads de cada tipo ele deseja.

    €37 (Avg Bid)
    €37 Gns Bud
    1 bud
    java programmer Udløbet left

    a. Using Java multithreading library, write a Java program that calculates the sum of the numbers from 1 to 100,000,000. Split the numbers between four threads equally where each thread calculates the sum of one fourth of the numbers. For example, the 1st thread will calculate the sum of the numbers from 1 to 25,000,000 whereas the 2nd thread will calculate the sum of the numbers from 25,000,001 to 50,000,000 and so forth. The main thread will have to print out the sum after gathering the results. Note that you have the choice to create threads by either implementing Runnable interface or extending Thread class.

    €90 (Avg Bid)
    €90 Gns Bud
    10 bud

    I need a smart thread pool example written in c# winforms that shows it's basic implementations like: creating the pool adding thread item cancelling thread retrying thread enqueuing thread when pool is still running You can use list view control+context menu and buttons to do above functions on thread pool. Thanks

    €24 (Avg Bid)
    €24 Gns Bud
    3 bud

    I need a smart thread pool example written in c# winforms that shows it's basic implementations like: creating the pool adding thread item cancelling thread retrying thread enqueuing thread when pool is still running You can use list view control+context menu and buttons to do above functions on thread pool. Thanks

    €24 (Avg Bid)
    €24 Gns Bud
    3 bud
    Trophy icon Logo for kid's crafts Udløbet left

    Looking for a fun whimsical logo for "Sew Beautiful by H&S" This is for kid's crafts. I'm thinking something with a needle and thread. Christmas colors would be fantastic. This is for a kids craft so nothing "corporate" please. It should be fun.

    €19 (Avg Bid)
    Garanteret
    €19
    61 indlæg
    java micro app Udløbet left

    1: Thread creation (30%) a. Using Java multithreading library, write a Java program that calculates the sum of the numbers from 1 to 100,000,000. Split the numbers between four threads equally where each thread calculates the sum of one fourth of the numbers. For example, the 1st thread will calculate the sum of the numbers from 1 to 25,000,000 whereas the 2nd thread will calculate the sum of the numbers from 25,000,001 to 50,000,000 and so forth. The main thread will have to print out the sum after gathering the results. Note that you have the choice to create threads by either implementing Runnable interface or extending Thread class. b. Now, write a sequential version of the program described above using a single main thread (i.e., ...

    €33 (Avg Bid)
    €33 Gns Bud
    8 bud
    Christmas 2020 Udløbet left

    I need two designs made. 1) Logo - This is for a speech I am giving. The title is "Thread" I need a five color ribbon overlayed on the open pages of a book. The colors of the ribbon are Green, Red, Purple, White and Gold. 2) Postcard - which uses the logo above and the wording states "Christmas 2020: Receive a blessing. Be a blessing to others." I would like this to be more formal than whimsical. Looking for creativity

    €39 (Avg Bid)
    €39 Gns Bud
    56 bud

    Hi, I need you to create a special version of MessageBox in C/C++ that will close automaticall...create MessageBoxTimed with these parameters? int seconds; seconds = 10; MessageBoxTimed( NULL, buffer, "Connection Status", MB_OK, seconds ); Here is an outline of the code that will achieve this, but you can do it any way that works. Create a Messagebox by applying its caption for Example ::Messagebox(hWnd,"TEXT","YOURTITLE",MB_OK); Now from other thread find window like HWND hWnd = ::FindWindow(NULL,"YOURTITLE"); if(hWnd) { ::PostMessage(hWnd,WM_CLOSE,0,0); } I am using the code to create a .dll. For the first milestone you will give me your code so I can make sure it works. It MUST compile usi...

    €158 (Avg Bid)
    €158 Gns Bud
    8 bud

    I need a skilled freelancer to write an attractive sales script about my service

    €67 (Avg Bid)
    €67 Gns Bud
    15 bud

    ...route colored threads need to take in order to represent the picture with strings. 3)The route should then be given to a CNC-machine for fabrication, alternatively as a rendering for the different colored strings, in pdf or some other format. 4) If possible, some tweakable parameters, such as removing/adding certain nails/regions (for example background around a person), increase contrast, adjust thread width, amount of detail I have several ideas for how to accomplish this: Nail placement: Using an algorithm called Superpixel to segment the picture into small homogeneous regions and put nails into where different regions meet. The algorithm is described here: , with a library here:

    €2349 (Avg Bid)
    €2349 Gns Bud
    19 bud
    Logo for mrs gadget Udløbet left

    Mrs Gadget Swedish brand E-commerce selling home organization products Our method, everything you own should be made visible Products only in transparent and/or basic colors Clean impression on website Audience men and women 25-38 Name, slogan and icon, feeling of fun yet simplicity. Think: symmetry with a twist. Option 1 A clear separation between "mrs" and ”gadget" with slogan ”keeping it visible”. Option 2 ”mrs gadget” in small letters and ”KEEPING IT VISIBLE” only in capital letters. Total 2 or 3 rows. Icon could be somewhere on the logo (letters) or on one of the four sides. Should have something to do with home/organizing/visibility. Open for suggestion. Preferred colors: Strict black Strict white #F8...

    €57 (Avg Bid)
    €57 Gns Bud
    97 bud

    Hi Erica Lorraine D., I’d like to hire you to complete smart brave and kind artwork as we agreed in the thread. 31 Images at 5 dollars an image.

    €96 (Avg Bid)
    €96 Gns Bud
    1 bud

    “The question, I suspect, is not whether many who moved to a city for work will head home to smaller towns and...post-COVID-19? Are you critical about the role of cities now? Do you believe cities will lose their attractiveness and therefore keep people from moving back? Or do you believe that cities have the strength and resilience to eventually overcome the challenges caused by the pandemic?  Similar to the first Discussion, once you’ve posted your response, you must also reply to at least one person’s thread with a critical question or comment about their post. The key word here is critical – be kind and respectful but don’t be concerned about questioning someone’s discussion (questioning and defending your argument is one o...

    €10 (Avg Bid)
    €10 Gns Bud
    1 bud

    register in english language forums and websites and publish articles i have forums and websites besides articles i will send you 100 forums and websites and register in them and i will send 15 articles to you to publish them 100 forums * 15 articles = 1500 post = 100 $ websites and forums on these links

    €87 (Avg Bid)
    €87 Gns Bud
    10 bud
    threadmill Udløbet left

    Need a threadmill program 1.125-12 thread .620" deep.

    €79 (Avg Bid)
    €79 Gns Bud
    5 bud

    ...LinkedHashMap, Hashtable, Iterator and ListIterator, Comparable and Comparator) 3. Modifiers in java (Class level modifiers, member level modifiers, Public, Private, Protected, Default, Final, Abstract, Static, Synchronized, Native, Strictfop, Transient, volatile) 4. Concurrency or Multithreading in java (Concept → concurrency, threads, multithreading, classes hierarchy, Why multithreading, Working with Thread objects, Synchronization, Deadlock, Complete java memory model → Atomic + volatile variables, Executor, ThreadPool) 5. Java generics (Concept - what and need, Generic class and methods, generic types, Bounded generics, Wild cards, Type erasure) 6. Interfaces This content will be part of already existing course. What are we looking for? We are looking for technic...

    €214 (Avg Bid)
    €214 Gns Bud
    4 bud
    java code Udløbet left

    Using Java multithreading library, write a Java program that calculates the sum of the numbers from 1 to 100,000,000. Split the numbers between four threads equally where each thread calculates the sum of one fourth of the numbers

    €88 (Avg Bid)
    €88 Gns Bud
    12 bud

    looking for someone or solid service that can scrape list of asins on amazon with lot of data (not only price and stock but also for example seller rating and seller number of reviews) scraper must be able to process 1-2k product in paralell , about 5-10millions products 5-6 times a day. it will be built in python and will integrate with our workflow. looking for someone experienced with amazon scraping in high volumes, dont bother to send me if you have no experience with python and scrapping, confirmed and experienced people only ! READ REQUIREMENT: senior python senior concurrency and multi threading senior scraping, proxy, captcha dm me for details BUDGET max is 500$ not negotiable

    €464 (Avg Bid)
    €464 Gns Bud
    2 bud

    ...which will implement a multi-threaded scheduling simulator. He/she will implement N threads simulating N processes. Where N can be up to thread of this kind is referred to as a PS thread (process Thread with simulator). A process passes through a cpu-burst / io-burst loop several times throughout its lifetime. This action will be simulated by a PS line. A scheduling and executor thread, called the SE thread, will also be available that will simulate the scheduling and execution of these processes' cpu bursts. Thus, with N+1 threads, your program will run. If you wish, the main thread of your program may be used to play the function of the SE thread. N will be less and equal than 5. It should be implemented using POSIX threads (pth...

    €145 (Avg Bid)
    €145 Gns Bud
    5 bud
    Bethanie Fire Tanks Udløbet left

    Need Finite element Von Mises Stress analysis to be carried out on bolted panel tank. 3D DWG model attached. Poissons Ration 0.3, 2.9mm thick Pane...stress 247.50 MPa. Liquid can be full in both partitions (case 1) or empty left side (case 2) or empty right side (case 3). No wind loads or earthquake loads to be considered. Roof is solid 2.0mm steel panel bolted all round to walls. Joints between panels are bolted at 75mm centres. Horizontal Stiffener braces at two heights bolted to panels joints and centre of panel. Pairs of M16 horizontal all-thread tie rods at one level through tank. Bottom corners of panels stiffened with 2.00mm corner stiffening brackets. External corners of panels bolted together with 2.90mm corner angles 100x100x2.9mm Each case need stress distribution and de...

    €288 (Avg Bid)
    €288 Gns Bud
    12 bud

    A previous fully working Httpwebrequest poster for phpBB which now upgraded to 3.2 on my forum and its stopped working. I have used fiddler to see what has changed and now the login requires the creation and form token in the request. I have changed this to suit but it's not logging in. The project also has a new thread, post on existing and pm but I don't need this looked at yet. This is written in vb.net and will likely take 15minutes or so to sort. I'm just up to my head in other work and dont have the time or a great deal of experience with web manipulation.

    €20 / hr (Avg Bid)
    €20 / hr Gns Bud
    6 bud

    i want a design for a business card on the front i want (Needle and Thread) to be written in white on a black backround and slightly under it (we suit you) and at the very bottom The Dubai Mall Fashion Avenue on the other side of the card i want the facebook instagram and cell numbers written also in white on a black backround

    €27 (Avg Bid)
    €27 Gns Bud
    59 bud

    ...which are fit for detecting, impelling, and transferring the gathered data, have had exceptional effect all over. the utilization of these sensors and the chance of sorting out them into networks have uncovered many challenging issues and have featured better approaches to adapt to specific concerns. Usually in wireless sensors we have sensor node, which is also named as mote, it is an electronic gadget which consist of a transceiver, a storage unit with processor. along with ADC (analog to digital converter) and a battery or power might alternatively incorporate positioning and mobilization unit. A sensor node senses the fluctuations in the conditions of current in the climate. The noted measurements are converted into relative electric signals which are analysed via nodes proc...

    €106 (Avg Bid)
    €106 Gns Bud
    25 bud