Filtrovat

Moje poslední hledání
Třídit podle:
Rozpočet
pro
pro
pro
Typ
Dovednosti
Jazyky
    Stav zakázky
    1,394 assembler Nalezené pracovní možnosti

    Disassemble Freescale MPC5674F hex file to assembler. IDA PRO, winhex is a must!

    €1820 Average bid
    €1820 Průměr. nabídka
    7 nabídky

    I need a fresh multilayer PCB laid out strictly for surface-mount devices so I can move my current concept from breadboard to a fully testable prototype. The schematic is ready; what I require now is a clean, fabrication-ready board that respects good DFM pract...Please place components with efficient routing in mind, balance power and ground planes, and include all the usual design rule checks. Once the layout is complete, I will need: • Gerber files and drill data prepared for standard prototype houses • A clear, component-referenced BOM using readily available SMD parts • Pick-and-place and assembly drawings so I can hand the package straight to my assembler If you have recent experience turning multilayer SMD prototypes around quickly, your expertise will ...

    €28 Average bid
    €28 Průměr. nabídka
    16 nabídky

    I have a payroll that must run on an IBM System/370-compatible mainframe under HLASM. The goal is to break the job into well-structured subprograms that read a fixed-width employee file, calculate each worker’s base pay and any deductions with packed-decimal arithmetic, print a neatly formatted...logic during a code review. Deliverables: • Fully commented HLASM source with distinct subprograms • Sample JCL to assemble, link, and execute the job • A small fixed-width test file and the expected printed output for verification • Brief write-up describing the save-area layout, parameter lists, and packed-decimal rules followed If you have experience writing modular System/370 assembler that adheres to IBM conventions, I’d love your help gett...

    €119 Average bid
    €119 Průměr. nabídka
    21 nabídky

    J’ai tous les paragraphes déjà mis en forme ; il ne me manque plus qu’une main — et un œil francophone — pour assembler le tout dans un seul fichier Word (.docx). Je fournis : • Les blocs de texte déjà formatés (styles, polices, marges). Vous livrez : • Le fichier Word final prêt à l’emploi. C’est essentiellement un travail d’assemblage, idéal pour pratiquer votre sens de la logique et votre français.

    €20 Average bid
    €20 Průměr. nabídka
    22 nabídky

    J’ai plusieurs clips de musique bruts à assembler en un seul montage dynamique. Je souhaite un enchaînement nerveux : la transition principale devra être la découpe rapide, sans fondu ni balayage, afin de garder l’énergie du morceau. Merci d’envoyer des exemples de travail achevé similaires ; je sélectionnerai le·la monteur·se sur la base de la qualité de ces références. Livrables attendus • Vidéo finale en Full HD (ou mieux) encodée pour YouTube et réseaux sociaux • Fichier projet natif (Premiere / Final Cut / DaVinci Resolve) et assets organisés • Version sans piste audio écrasée pour d’éventuelles r...

    €13 / hr Average bid
    €13 / hr Průměr. nabídka
    20 nabídky

    ...You will need to: • Reverse-engineer the board, generating a clean, editable schematic, BOM, and Gerber set that match the original component layout and design. • Extract or recreate the microcontroller code so it can be re-flashed to new units and behave identically to the current module. • Deliver production-ready files plus brief build and flashing instructions that let any competent assembler manufacture and program the board. • Verify the clone on your end by powering a battery under charge and demonstrating equivalent output characteristics (video or logged data is fine). Please let me know what tools you prefer for hardware capture (Altium, ) and any non-destructive methods you plan for firmware extraction. I will ship the reference board immed...

    €629 Average bid
    €629 Průměr. nabídka
    23 nabídky

    Je recherche une personne capable de monter des vidéos de présentation pour des leçons. Chaque vidéo comprend une intro, une outro, et une présentation de type PowerPoint. Je fournirai : Le contenu du PowerPoint, L’intro et l’outro, Le voice-over correspondant à la présentation. Votre tâche consistera à assembler le tout de manière fluide et professionnelle. Chaque vidéo dure entre 10 et 15 minutes. Je paie 5 $ par vidéo.

    €3 / hr Average bid
    €3 / hr Průměr. nabídka
    8 nabídky

    ... will host only surface-mount parts, and must be routed as a multilayer stack. Please take my KiCad/Altium schematic (whichever you prefer to import) and turn it into: • Optimised multilayer layout with clear impedance-controlled traces where needed • Complete Gerber, drill, and IPC-356 netlist files ready for fab submission • Up-to-date BOM plus pick-and-place and centroid data so the assembler receives everything in one package If you have access to a reliable assembly house and can oversee the SMT build, let me know; I’m open to adding that phase once the design is locked. I’ll supply the schematic, component libraries, and mechanical outline on award. The project is done when the Gerbers pass DFM/DFA checks from my chosen manufacturer and ...

    €71 Average bid
    €71 Průměr. nabídka
    19 nabídky

    Je souhaite mettre en ligne un site vitrine servant de portfolio personnel. Je maîtrise déjà HTML, CSS et PHP, mais je manque de temps pour assembler une interface soignée et responsive. Livrable attendu : l’intégralité du code source prêt à déployer, structuré autour des trois sections suivantes : • À propos – courte présentation et photo. • Réalisations – grille de projets avec vignettes, description et liens externes. • Contact – formulaire PHP sécurisé (validation côté client et serveur, envoi vers mon adresse e-mail). Exigences techniques : • HTML5 sémantique, CSS3 moderne (Flexbox / Grid), PHP propr...

    €10 / hr Average bid
    €10 / hr Průměr. nabídka
    48 nabídky

    I need to extend my custom assembler, Seedling, with the main basic Intel x86 backend. Seedling is label-scoped rather than section-scoped, and its symbol-table logic is already finished; what’s missing is the code that turns the internal representation into real Intel instructions and emits usable object code. Right now the backend is nasm then ld to link. Your tasks are straightforward but compiler-level: • Implement the functions that map Seedling mnemonic to the correct Intel x86 opcode. • Add support for emitting both flat binary and standard object (.o) output. • Introduce a –b flag in the main entry point so the new backend can be selected at runtime without disturbing current behaviour. There is no external documentation—only the code ...

    €129 Average bid
    €129 Průměr. nabídka
    21 nabídky

    I need to extend my custom assembler, Seedling, with a full Intel x86 backend. Seedling is label-scoped rather than section-scoped, and its symbol-table logic is already finished; what’s missing is the code that turns the internal representation into real Intel instructions and emits usable object code. Right now the backend is nasm then ld to link. Your tasks are straightforward but compiler-level: • Implement the functions that map Seedling mnemonic to the correct Intel x86 opcode. • Add support for emitting both flat binary and standard object (.o) output. • Introduce a –b flag in the main entry point so the new backend can be selected at runtime without disturbing current behaviour. There is no external documentation—only the code itself&m...

    €124 Average bid
    €124 Průměr. nabídka
    31 nabídky

    I'm looking for someone to debug an old (2007) windows XP SP3 . I will send you the program. I need to understand some part of the program. I m not familiar with x86 assembler code.

    €167 Average bid
    €167 Průměr. nabídka
    6 nabídky

    I need custom ESP32 boards designed and ready to be sent to an assembler. Effectively I need 12v DC and 120v AC relay boards controlled by ESP modules in specific form factors and wiring designs. You need to have experience with: - ESP32 - PCB prototyping and assembly with manufacturers - PCB electronics catalog - premium vs generic components. - Compact design and semi-micro device development Key Requirements: - ESP32 - 2 branches of products: mains AC powered or 12/24v DC powered - must be resilient - surge protection, grounded, heat tolerant. - must have small footprint - Wire terminals to include Spade/Blade connectors for 12v and WAGO for 120. - Must have a standardized programming connector ideally USB and applicable buttons - May need to stack or T boards toge...

    €409 Average bid
    €409 Průměr. nabídka
    74 nabídky

    Roni, agar aap **video editor ke liye ek “aniyamit” yaani flexible/non-standard title**... 1. **Visual Story Alchemist** 2. **Timeline Magician** 3. **Edit Architect** 4. **Cut & Frame Specialist** 5. **Motion Crafter** 6. **Narrative Surgeon** 7. **Pixel Tailor** 8. **Cinematic Mechanic** 9. **Frame-by-Frame Artist** 10. **Raw-to-Real Transformer** ### Hindi Touch ke Saath 1. **Chhavi Kalakar (छवि कलाकार)** – Image Artist 2. **Kahaniyon Ka Jodgar (कहानियों का जोड़गर)** – Story Assembler 3. **Video Kala Shilpi (वीडियो कला शिल्पी)** – Video Art Sculptor 4. **Frame Yoddha (फ्रेम योद्धा)** – Frame Warrior 5. **Drishya Sanrachak (दृश्य संरचक)** – Visual Constructor

    €8 Average bid
    €8 Průměr. nabídka
    12 nabídky

    ...Upload logo Input company metadata (name, year, sector – optional) Select a report template (with preview) Click “Generate Report” Built with: Streamlit or + FastAPI 2. TEMPLATE LIBRARY (Blueprints) Each report template is a full report blueprint, stored in JSON/YAML format: Stored in: JSON files, Firestore, or lightweight DB Used by: Prompt builder (for Claude/GPT-4) Chart generator PDF assembler 3. DOCUMENT INGESTION PIPELINE Triggered when a user uploads documents. Steps: Text Extraction: or pdfplumber Chunking: LangChain’s RecursiveCharacterTextSplitter Embedding: OpenAI text-embedding-3-large or InstructorXL Storage in Vector DB: Pinecone or Weaviate with metadata: Purpose: Makes new content immediately searchable via vector search + metadata fil...

    €2012 Average bid
    €2012 Průměr. nabídka
    28 nabídky

    ...(OpenAI / Cohere / Hugging) | +-----------------------------+ ↓ +-----------------------------+ | Vector Store Retriever | | (Pinecone / FAISS / Azure) | +-----------------------------+ ↓ +-----------------------------+ | Context Assembler | | (static + history + chunks) | +-----------------------------+ ↓ +-----------------------------+ | GPT-4 API Call Layer | +-----------------------------+ ↓ +-----------------------------+ ...

    €16 / hr Average bid
    €16 / hr Průměr. nabídka
    20 nabídky

    • The z/VSE Mainframe Systems Programmer will provide support for on-going project that require the installation, testing, and implementation of new z/VSE operating systems and other 'system' software. • They are self-starters and provide ...additional third-party products. • z/VSE tuning for capacity and throughput. • On-call 24 x 7 rotation for z/VSE support. Requirements • Minimum of 10 year experience • Fluent in VSE JCL and ability to advise application teams on JCL issues • Installation and administration knowledge of ISV and IBM z/VSE software • Microsoft Office skills • Knowledge of application environments including RPG, COBOL, Assembler, and REXX • Experience with IBM Z hardware and general networking concepts &b...

    €20 / hr Average bid
    €20 / hr Průměr. nabídka
    19 nabídky

    We need a skilled content assembler to work on a project basis mostly for Instagram content. As an offshore team member, you will be responsible for editing video clips, assembling final videos, and ensuring all content is cohesive and engaging. Responsibilities - Edit video clips to ensure smooth transitions and flow - Assemble final videos using provided content - Ensure all videos are cohesive, engaging, and meet our brand's standards - Collaborate with our team to ensure timely delivery of projects - Provide high-quality, edited videos Requirements - 2+ years of experience in video editing and content assembly - Proficiency in video editing software (Adobe Premiere Pro, Final Cut Pro, DaVinci Resolve) - Excellent attention to detail and organizational skills - Ability to ...

    €51 Average bid
    €51 Průměr. nabídka
    14 nabídky

    I need a skilled assembler for small batch production of industrial radio equipment. Key requirements: - Assembly of electronic components on PCBs - Experience with industrial equipment is a plus - IPC Certification is preferred Ideal skills and experience: - Proficiency in electronic assembly techniques - Attention to detail and quality control - Ability to work with minimal supervision

    €227 Average bid
    €227 Průměr. nabídka
    9 nabídky

    We need a skilled content assembler to work on a project basis mostly for Instagram content. As an offshore team member, you will be responsible for editing video clips, assembling final videos, and ensuring all content is cohesive and engaging. Responsibilities - Edit video clips to ensure smooth transitions and flow - Assemble final videos using provided content - Ensure all videos are cohesive, engaging, and meet our brand's standards - Collaborate with our team to ensure timely delivery of projects - Provide high-quality, edited videos Requirements - 2+ years of experience in video editing and content assembly - Proficiency in video editing software (Adobe Premiere Pro, Final Cut Pro, DaVinci Resolve) - Excellent attention to detail and organizational skills - Ability to ...

    €6 / hr Average bid
    €6 / hr Průměr. nabídka
    29 nabídky

    Assembler : Classified Website Development – Using Ready-Made Resources (No Scratch Development) Technical/Platform Skills CMS Proficiency (e.g., WordPress, Webflow, Wix, Squarespace, Shopify) Installing themes and plugins Setting up pages, menus, and navigation Managing blog/content areas Website Builders (e.g., Elementor, Divi, Webflow Designer) Drag-and-drop layout design Adjusting templates for responsiveness Customizing appearance without deep coding Basic HTML & CSS Understanding how to tweak code if needed (e.g., for embedding elements or minor style overrides) Hosting & Domain Management Connecting domains, managing DNS, setting up SSL Working with cPanel or similar platforms (if applicable) Design & UX/UI Awareness Web Design Principles Color schemes, t...

    €235 Average bid
    €235 Průměr. nabídka
    58 nabídky

    • The z/VSE Mainframe Systems Programmer will provide support for on-going project that require the installation, testing, and implementation of new z/VSE operating systems and other 'system' software. • They are self-starters and provide...additional third-party products. • z/VSE tuning for capacity and throughput. • On-call 24 x 7 rotation for z/VSE support. Requirements • Minimum of 10 year experience • Fluent in VSE JCL and ability to advise application teams on JCL issues • Installation and administration knowledge of ISV and IBM z/VSE software • Microsoft Office skills • Knowledge of application environments including RPG, COBOL, Assembler, and REXX • Experience with IBM Z hardware and general networking concepts &b...

    €16 / hr Average bid
    €16 / hr Průměr. nabídka
    16 nabídky

    El propósito principal de este programa es desarrollar una simulación interactiva de una ruleta de casino utilizando ensamblador. Además del programa en sí, es crucial que se incluya una carpeta técnica exhaustiva que detalle el funcionamiento del algoritmo desarrollado. Esta carpeta técnica deberá explicar paso a paso cómo se genera la simulación y cómo se implementa el algoritmo detrás de la generación de números aleatorios. Programa de Simulación en Ensamblador: El programa deberá ser capaz de simular una ruleta de casino, generando números aleatorios que representen las diferentes casillas de la ruleta. Estos números deberán ser presentados al usuario de manera ...

    €213 - €639
    €213 - €639
    0 nabídky

    El propósito principal de este programa es desarrollar una simulación interactiva de una ruleta de casino utilizando ensamblador. Además del programa en sí, es crucial que se incluya una carpeta técnica exhaustiva que detalle el funcionamiento del algoritmo desarrollado. Esta carpeta técnica deberá explicar paso a paso cómo se genera la simulación y cómo se implementa el algoritmo detrás de la generación de números aleatorios. Programa de Simulación en Ensamblador: El programa deberá ser capaz de simular una ruleta de casino, generando números aleatorios que representen las diferentes casillas de la ruleta. Estos números deberán ser presentados al usuario de manera ...

    €320 Average bid
    Doporučené
    €320 Průměr. nabídka
    2 nabídky

    El propósito principal de este programa es desarrollar una simulación interactiva de una ruleta de casino utilizando ensamblador. Además del programa en sí, es crucial que se incluya una carpeta técnica exhaustiva que detalle el funcionamiento del algoritmo desarrollado. Esta carpeta técnica deberá explicar paso a paso cómo se genera la simulación y cómo se implementa el algoritmo detrás de la generación de números aleatorios. Programa de Simulación en Ensamblador: El programa deberá ser capaz de simular una ruleta de casino, generando números aleatorios que representen las diferentes casillas de la ruleta. Estos números deberán ser presentados al usuario de manera ...

    €213 - €639
    €213 - €639
    0 nabídky

    El propósito principal de este programa es desarrollar una simulación interactiva de una ruleta de casino utilizando ensamblador. Además del programa en sí, es crucial que se incluya una carpeta técnica exhaustiva que detalle el funcionamiento del algoritmo desarrollado. Esta carpeta técnica deberá explicar paso a paso cómo se genera la simulación y cómo se implementa el algoritmo detrás de la generación de números aleatorios. Programa de Simulación en Ensamblador: El programa deberá ser capaz de simular una ruleta de casino, generando números aleatorios que representen las diferentes casillas de la ruleta. Estos números deberán ser presentados al usuario de manera ...

    €213 - €639
    €213 - €639
    0 nabídky

    I need help getting existing C code for floating point math to compile on the CC65 compiler for Commodore 64. The goal is to compile the code without errors and to get floats working. Ideal skills and experience: - Proficiency in C and assembler - Experience with the CC65 compiler - Familiarity with Commodore 64 architecture and floating point math compliance

    €14 Average bid
    €14 Průměr. nabídka
    7 nabídky

    I need a custom assembler and simulator for the SIMP CPU architecture, which is similar to MIPS. Project Title: SIMP Processor - Assembler & Simulator Implementation in C Project Overview: You will develop an assembler and simulator for a simplified MIPS-like RISC processor called SIMP, as described in a course project. The system includes support for basic instructions, I/O operations, interrupts, memory-mapped devices, and simulated peripherals. What You Will Build: Assembler () Written in C. Converts Assembly code (.asm) into machine code (). Supports symbolic labels and immediate values. Automatically determines instruction encoding (1 or 2 lines). Accepts lines like: add $t1, $t2, $t3, 0 # $t1 = $t2 + $t3 Simulator () Written in C. Simulates t...

    €159 Average bid
    €159 Průměr. nabídka
    14 nabídky
    €19 Průměr. nabídka
    7 nabídky

    We need a skilled content assembler to work on a project basis mostly for Instagram content. As an offshore team member, you will be responsible for editing video clips, assembling final videos, and ensuring all content is cohesive and engaging. Responsibilities - Edit video clips to ensure smooth transitions and flow - Assemble final videos using provided content - Ensure all videos are cohesive, engaging, and meet our brand's standards - Collaborate with our team to ensure timely delivery of projects - Provide high-quality, edited videos Requirements - 5+ years of experience in video editing and content assembly - Proficiency in video editing software (Adobe Premiere Pro, Final Cut Pro, DaVinci Resolve) - Excellent attention to detail and organizational skills - Ability to ...

    €10 Average bid
    €10 Průměr. nabídka
    15 nabídky

    We need a skilled content assembler to work on a project basis mostly for Instagram content. As an offshore team member, you will be responsible for editing video clips, assembling final videos, and ensuring all content is cohesive and engaging. Responsibilities - Edit video clips to ensure smooth transitions and flow - Assemble final videos using provided content - Ensure all videos are cohesive, engaging, and meet our brand's standards - Collaborate with our team to ensure timely delivery of projects - Provide high-quality, edited videos Requirements - 5+ years of experience in video editing and content assembly - Proficiency in video editing software (Adobe Premiere Pro, Final Cut Pro, DaVinci Resolve) - Excellent attention to detail and organizational skills - Ability to ...

    €339 Average bid
    €339 Průměr. nabídka
    33 nabídky

    We need a skilled content assembler to work on a project basis mostly for Instagram content. As an offshore team member, you will be responsible for editing video clips, assembling final videos, and ensuring all content is cohesive and engaging. Responsibilities - Edit video clips to ensure smooth transitions and flow - Assemble final videos using provided content - Ensure all videos are cohesive, engaging, and meet our brand's standards - Collaborate with our team to ensure timely delivery of projects - Provide high-quality, edited videos Requirements - 5+ years of experience in video editing and content assembly - Proficiency in video editing software (Adobe Premiere Pro, Final Cut Pro, DaVinci Resolve) - Excellent attention to detail and organizational skills - Ability to ...

    €18 / hr Average bid
    €18 / hr Průměr. nabídka
    30 nabídky

    We need a skilled content assembler to work on a project basis mostly for Instagram content. As an offshore team member, you will be responsible for editing video clips, assembling final videos, and ensuring all content is cohesive and engaging. Responsibilities - Edit video clips to ensure smooth transitions and flow - Assemble final videos using provided content - Ensure all videos are cohesive, engaging, and meet our brand's standards - Collaborate with our team to ensure timely delivery of projects - Provide high-quality, edited videos Requirements - 5+ years of experience in video editing and content assembly - Proficiency in video editing software (Adobe Premiere Pro, Final Cut Pro, DaVinci Resolve) - Excellent attention to detail and organizational skills - Ability to ...

    €5 / hr Average bid
    €5 / hr Průměr. nabídka
    29 nabídky

    We need a skilled content assembler to work on a project basis mostly for Instagram content. As an offshore team member, you will be responsible for editing video clips, assembling final videos, and ensuring all content is cohesive and engaging. Responsibilities - Edit video clips to ensure smooth transitions and flow - Assemble final videos using provided content - Ensure all videos are cohesive, engaging, and meet our brand's standards - Collaborate with our team to ensure timely delivery of projects - Provide high-quality, edited videos Requirements - 2+ years of experience in video editing and content assembly - Proficiency in video editing software (Adobe Premiere Pro, Final Cut Pro, DaVinci Resolve) - Excellent attention to detail and organizational skills - Ability to...

    €4 / hr Average bid
    €4 / hr Průměr. nabídka
    28 nabídky

    ...json file, which could be similar to the copy block at the end, and should be possible to do in a short time. If it runs correctly, then the final tape should have a 00101010 at the 3rd byte for the X register. You send me the extended json file for it. If you accept this job, you have to finish the Turing machine so that it can simulate all instructions of the VM. You also have to write an assembler program, which tests all instructions, and creates a string output, which shows that the instructions are correct as a self test (you have to fix the program, if there are problems with the original implementation, but should be fine). Then you copy the encoded initial tape output to the json file, and it has to produce the same "Outputs as ASCII" output string, and the f...

    €118 Average bid
    €118 Průměr. nabídka
    21 nabídky

    Looking for an experienced PCB through-hole assembler to work for a full week—from Monday, March 17th at 7:00am through Friday, March 21st at 3:30pm—in Wellington, CO. The ideal candidate will have a proven background in PCB assembly and adhere to quality standards. Compensation will be hourly, ranging from $15 to $21 per hour based on experience.

    €9 - €18 / hr
    €9 - €18 / hr
    0 nabídky

    I require an experienced assembler programmer with knowledge in PIC microcontrollers to modify an existing source code. The task involves changing a delay from 15 seconds to 5 seconds in my PIC16F688. The modified code should be delivered as a HEX file compatible with PICkit2. Key Requirements: - Proficient in assembler programming, particularly for PIC microcontrollers. - Previous experience with PIC16F688. - Ability to modify delay function in assembler code. - Deliver HEX file compatible with PICkit2. I can provide the original source code in assembler for reference. It's crucial that the freelancer understands the existing code and can implement the changes accurately. The current function of the delay routine needs to be shortened from 15 seconds to ...

    €153 Average bid
    DOM
    €153 Průměr. nabídka
    2 nabídky

    I need a simple code for my PIC 16F688 microcontroller. The initial code should control an output based on an input signal. The code should follow this logic: - If RA0 (AN0) is HIGH, then RC2 (AN6/P1D) should be set to HIGH as well for 1 minute. The code will later need to be expanded with an additional four lines, but this initial task is the primary requirement. The microcontroller pins in use are: - RA0/AN0: Receiving a HIGH/LOW signal from an external unit - RC2/AN6/P1D: Connected to a relay for an alarm - RC1/AN5/C2IN: Connected to a button - RC3/AN7: Connected to a buzzer on the PCB Freelancers with prior experience in programming PIC microcontrollers, specifically the PIC 16F688, will be preferred. Knowledge of assembly language for PIC or experience with similar microcontroller...

    €17 / hr Average bid
    €17 / hr Průměr. nabídka
    4 nabídky

    ...assets at hand. We need to be able to communicate WHAT the CONCEPT of the site is AND GIVE THE ASSETS, and you be able to take it to the finish line from there by creating the look and feel and functionality (we have programmers that can help you with that part --- but you must be able to convey what those design elements are and produce them). We are looking for a "developer/builder," not an "assembler." You must also be able to do IFRAME/FIGMA files for review by client prior to translating those designs to WP ELEMENTOR. We need: 1. Ability to creatively visualize data (text/numbers) 2. Creatively combine data with imagery. (While not expected to create imagery, understanding how to creatively lay out imagery with data is crucial) 3. Knowledge an...

    €14 / hr Average bid
    €14 / hr Průměr. nabídka
    146 nabídky

    I'm seeking a professional to enhance my resume, tailor a cover letter and help me secure an interview for an Electronic Assembler position at REDARC ELECTRONICS in Adelaide, Australia. My migration status is a permanent resident with a visa valid until October 2028. Key tasks: - Keyword optimization of my resume for ATS based on the specific job posting - Creation of a compelling cover letter - Assistance in securing a job interview Ideal skills and experience: - Proven track record in resume and cover letter writing - Deep understanding of ATS systems - Experience in the electronics manufacturing industry preferred - Excellent communication skills for cover letter crafting and interview preparation

    €3 / hr Average bid
    €3 / hr Průměr. nabídka
    41 nabídky

    El propósito principal de este programa es desarrollar una simulación interactiva de una ruleta de casino utilizando ensamblador. Además del programa en sí, es crucial que se incluya una carpeta técnica exhaustiva que detalle el funcionamiento del algoritmo desarrollado. Esta carpeta técnica deberá explicar paso a paso cómo se genera la simulación y cómo se implementa el algoritmo detrás de la generación de números aleatorios. Programa de Simulación en Ensamblador: El programa deberá ser capaz de simular una ruleta de casino, generando números aleatorios que representen las diferentes casillas de la ruleta. Estos números deberán ser presentados al usuario de manera ...

    €541 Average bid
    €541 Průměr. nabídka
    2 nabídky

    ...assets at hand. We need to be able to communicate WHAT the CONCEPT of the site is AND GIVE THE ASSETS, and you be able to take it to the finish line from there by creating the look and feel and functionality (we have programmers that can help you with that part --- but you must be able to convey what those design elements are and produce them). We are looking for a "developer/builder," not an "assembler." We need: Fishbowl x Wooconmmerce Expert - ability to fully integrate fishbowl and woocommerce - enable meta data mapping in order to import detailed information on orders, products, and customers from WooCommerce - ability to set up and synchronize products and inventory - ability to hop on client meetings if necessary, in order to provide updates / ask ...

    €12 / hr Average bid
    €12 / hr Průměr. nabídka
    79 nabídky

    I'm looking for an experienced Z80 programmer to help me make some minor fixes running on my custom Z80 hardware - which is performing measurement PAV functions like Vrms, Vpk, Vin-phase ratios, fundamental etc. The first task is to resurrect our assembler-complier and create a hex file - identical to the version already have, if these stars align, then its a good start. Next task is to ensure the interface switch (menu item), can be fixed so Serial USB (Max232 driver UM232) or GPIB IEEE.488 can be selected. There is a menu option, presently it does not change the selected interface work (but it did work!). Key Requirements: - Extensive experience with Z80 assembly language - Organised approach - Prior work with debugging embedded systems - Ability to understand and interpr...

    €711 Average bid
    DOM
    €711 Průměr. nabídka
    10 nabídky

    Seeking a skilled assembler to construct a box with an attached industrial smoke extractor for a 3D printer. The task involves assembling and securing all specified components, ensuring the smoke extractor is properly connected and functional. Full specifications and part details will be provided.

    €140 Average bid
    €140 Průměr. nabídka
    19 nabídky

    I am seeking a skilled Mainframe Assembler programmer to assist in the development of a financial application specifically focused on financial reporting. Key Responsibilities: - Collaborate on software development aimed at creating a robust financial application - Implement core functionalities centered around financial reporting Ideal Skills: - Proficiency in Mainframe Assembler programming - Extensive experience in software development, particularly in financial applications - Strong understanding of financial reporting processes and requirements Please provide examples of your previous work in financial application development and your programming expertise in your proposal.

    €7 / hr Average bid
    €7 / hr Průměr. nabídka
    1 nabídky

    ...assets at hand. We need to be able to communicate WHAT the CONCEPT of the site is AND GIVE THE ASSETS, and you be able to take it to the finish line from there by creating the look and feel and functionality (we have programmers that can help you with that part --- but you must be able to convey what those design elements are and produce them). We are looking for a "developer/builder," not an "assembler." You must also be able to do IFRAME/FIGMA files for review by client prior to translating those designs to WP ELEMENTOR. We need: 1. Ability to creatively visualize data (text/numbers) 2. Creatively combine data with imagery. (While not expected to create imagery, understanding how to creatively lay out imagery with data is crucial) 3. Knowledge an...

    €11 / hr Average bid
    €11 / hr Průměr. nabídka
    151 nabídky

    ... Ideal Skills: - Proficiency in Microsoft Project - Strong understanding of resource allocation - Experience in scheduling for specific roles - Excellent project management skills - Ability to deliver within set deadlines Need to create a master schedule for my team. I have 15 assemblers (will be hiring more), and then I get jobs that need to be assigned to an specific assembler. A job could have more than one assembler (resource). I need to create the schedule to have resources allocated to jobs, and keep track of what's the shop workload, if I need to hire more people, if we are overallocating resources, etc. Also, we work Mon-Thurs 10Hr a day, being Fridays overtime (if/when required) I need to be able to make changes to the file (in the future/ when required),...

    €106 Average bid
    €106 Průměr. nabídka
    24 nabídky

    ...assets at hand. We need to be able to communicate WHAT the CONCEPT of the site is AND GIVE THE ASSETS, and you be able to take it to the finish line from there by creating the look and feel and functionality (we have programmers that can help you with that part --- but you must be able to convey what those design elements are and produce them). We are looking for a "developer/builder," not an "assembler." You must also be able to do IFRAME/FIGMA files for review by client prior to translating those designs to WP ELEMENTOR. We need: 1. Ability to creatively visualize data (text/numbers) 2. Creatively combine data with imagery. (While not expected to create imagery, understanding how to creatively lay out imagery with data is crucial) 3. Knowledge an...

    €12 / hr Average bid
    €12 / hr Průměr. nabídka
    125 nabídky

    I'm in need of an experienced IKEA furniture assembler to put together a toy chest and a storage cabinet. The ideal candidate will have a strong background with IKEA products specifically. Requirements: - Professional experience with IKEA furniture assembly - Ability to bring their own tools - No further services such as disposing of packaging materials or wall mounting are needed. Please note, the assembler does not need to use the provided IKEA tools, but should be equipped with their own.

    €70 Average bid
    €70 Průměr. nabídka
    27 nabídky

    Nejlepší články z komunity assembler