Commodore 64 diskslavori

Filtro

Le mie ultime ricerche
Filtra per:
Budget
a
a
a
Tipo
Competenze
Lingue
    Stato del lavoro
    2,000 commodore 64 disks lavori trovati, prezzi in EUR

    Salve, Ho già realizzato il codice in Easy Language di un mio indicatore col MultiCharts 64 Power Language Editor ed ora ho bisogno di uno sviluppatore / programmatore che sappia convertirlo per farlo girare sulla Ninja Trader 8. Il risultato visivo è visibile col documento qui allegato. Grazie Ugo Aryaman Tendi

    €135 (Avg Bid)
    €135 Offerta media
    1 offerte
    Alberi B (B-tree) Terminato left

    Data la seguente sequenza di chiavi, si costruisca un albero B di ordine 4.: {50, 19, 41, 10*, 12, 71, 64, 73*, 70, 11*, 45, 5*} Si riportino i risultati intermedi dopo aver inserito i valori con l'asterisco.

    €8 - €29
    €8 - €29
    0 offerte

    Fare lo schema elettrico di questa planimetria di livello 1 con norme cei 64-8

    €8 - €29
    €8 - €29
    0 offerte
    Argo Aerospace Terminato left

    Abbiamo la necessità di compilare come servizio (demone) il software su freebsd 12 current installa su di un controller arm a 64 bit (raspberry) su cui è stato installato uno shield. Il controller deve essere installato su di un drone e deve permettere il volo stabile del drone senza crash. We need to compile as a service (daemon) the software on freebsd 12 current installs on a 64-bit (raspberry) arm controller on which a shield has been installed. The controller must be installed on a drone and must allow stable drone flight without crash

    €452 (Avg Bid)
    €452 Offerta media
    3 offerte

    ...foglio XLS per il caricamento di prodotti su un sito. I prodotti sono disponibili su schede PDF suddivisi per categoria all’indirizzo !AhiO_dV9VPXSrHxEJVa0YBOacOUg Bisogna copiare-e-incollare i dati presenti nelle schede prodotto all’interno dei campi dei fogli .XLS. Ci sono 206 prodotti, alcuni più semplici, altri più complessi. In base alla nostra stima, ci sono circa 64 prodotti semplici (es facciali filtranti), 113 intermedi (es. Coprisonda) e 29 complessi (es. contenitori igiene e sterilizzazione) Nei file .XLS che trovate in allegato, sono rese visibili le colonne che devono essere riempite e la descrizione di quali dati inserire. Devono essere popolati entrambi i file: l’elenco dei prodotti e l’elenco delle possibili comb...

    €542 (Avg Bid)
    €542 Offerta media
    36 offerte

    Buongiorno, per un software in creazione avrei necessita di ricevere 10 icone. Le stesse dovranno prevedere sia un versione da 512 x 512 pixel sia una meno dettagliata, ma stilisticamente ricondubibile, di dimensione 64 x64 Vorrei creare 10 mondi : 1 che riguardi un cantiere edile 1 Che riguardi l'ufficio 1 che riguardi l'ammiministrazione 1 che riguardi l'archivio 1 che riguardi un laboratorio 1 che riguardi le risorse

    €288 (Avg Bid)
    €288 Offerta media
    36 offerte
    gestionele in vb.net Terminato left

    Salve, sono un geometra libero professionista con la passione per la programmazione dai tempi del Commodore 64, tuttavia, soprattutto per mancanza di tempo, ho difficoltà a raggiungere un livello più alto. Siccome sto lavorando alla realizzazione di un gestionale per lo studio (utilizzo Visual Basic con Visual Studio 2013 + DotNetBar e DevExpress), avrei bisogno di un aiuto, soprattutto per la gestione dei databases. ​Mi piacerebbe trovare un programmatore, disponibile ad aiutarmi per le porzioni di codice in cui io non sono capace e con il quale stabilire di volta in volta il compenso per il suo aiuto. ​Grazie.

    €17 / hr (Avg Bid)
    €17 / hr Offerta media
    10 offerte

    Web scraping con Python usando i websocket: Il programma deve prelevare dati da un sito che utilizza i websocket. I dati devono essere scritti formattati su file. Il linguaggio è Python ed il programma dovrà girare su Windows 2008 64 bit. A chi è interessato verrà proposto un piccolo test per assicurarmi che sappia fare il lavoro.

    €225 (Avg Bid)
    €225 Offerta media
    3 offerte

    Ho bisogno di sviluppare una directory medica collegata a un database di medici in wordpress. Ho già un server linux CentOS 6 con Parallels Plesk Panel 12 (64 bit).

    €820 (Avg Bid)
    €820 Offerta media
    8 offerte

    Cerchiamo una persona che possa migliorarci e/o inserire nel nostro sito . Tit...fare su circa 350 categorie, ogni categoria richiede circa 1 minuto e mezzo, anche se in realtà molte categorie sono già completate, diciamo che prevediamo comunque 1 giorno di lavoro. La persona che farà il lavoro deve conoscere sia le regole Seo, sia i prodotti biologici e naturali che vendiamo sul nostro sito. In ogni caso le regole Seo sono a grandi linee queste: . Il title deve avere 64-70 lettere al massimo,. . La lunghezza massima del meta description è 154 caratteri (lettere). . Tutte le parole chiavi nel keywords meta tag devono apparire almeno 4% del contenuto (nel body tag). In allegato c'è lo screenshot del Seoeditor del nostro sito ...

    €134 (Avg Bid)
    €134 Offerta media
    5 offerte

    Vorrei creare un archivio per mining FTC con neoscrypt sia per 32 bytes anche 64 bytes, perro vorrei che il processo e anche il archivio che non prende il kill or delete da qualcuno. Che il processo funzionera al infinito. Che nessuno non puo da kill al processo. Grazie, aspetto che qualcuno puo da una mano.

    €136 (Avg Bid)
    €136 Offerta media
    5 offerte

    Port unix memory mapped file functions to Win 32/64 in C, here are the function prototypes: struct mappedptr { char fname[512]; void *fileptr,*pending; uint64_t allocsize,changedsize; int32_t rwflag,actually_allocated; }; void *map_file(char *fname,uint64_t *filesizep,int32_t enablewrite); int32_t release_map_file(void *ptr,uint64_t filesize); void _close_mappedptr(struct mappedptr *mp); void close_mappedptr(struct mappedptr *mp); int32_t open_mappedptr(struct mappedptr *mp); void sync_mappedptr(struct mappedptr *mp,uint64_t len); void *init_mappedptr(void **ptrp,struct mappedptr *mp,uint64_t allocsize,int32_t rwflag,char *fname); See attached

    €142 (Avg Bid)
    €142 Offerta media
    3 offerte

    ...the root user in Grml, enter the command below. The password will be required later for external access. root@grml ~ # passwd 2. Enter the new password and repeat it. 3. To start the SSH service and enable external access, enter the following command: root@grml ~ # /etc/init.d/ssh start Display information on existing data carriers and determine root partition 1. To display information on all disks, enter the following command: root@grml ~ # fdisk -l 2. Determine the root partition. The name of the root partition for a VPS with Ubuntu 22.04 is /dev/vda1, for example. Using Fsck for file system errors If you have been shown file system errors, you should check the file system for consistency with a file system check. Caution A file system check must not be performed with mounted...

    €28 (Avg Bid)
    €28 Offerta media
    34 offerte

    El programa a desarrollar permitirá controlar de forma dinámica y eficiente múltiples paneles LED RGB de 64x32 píxeles utilizando un ESP32 y el entorno de desarrollo Arduino IDE. Se podrán cargar y mostrar una o varias imágenes estáticas, así como texto en movimiento con una velocidad y dirección definidas. Funcionalidades: Mostrar una o varias imágenes estáticas en los paneles LED. Desplazar texto en movimiento horizontalmente a través de los paneles. Ajustar la velocidad y dirección del movimiento del texto. Soportar de 1 a 5 paneles LED RGB para una mayor flexibilidad en la configuración.

    €27 (Avg Bid)
    €27 Offerta media
    4 offerte

    crear un instalador con cual pueda instalar selenium vba a computadoras de 32, 64 bits (debera poner el diriver chrome actualizado segun la arquitectura de la computadora), con sus driver Chrome actualizado segun la última version del navegador. - Agregar la librería de referencia de selenium vba a excel Todo esto de manera automática, sin presentar alguna interaccion por parte del usuario extra, aparte de la tipica instalacion selenium: Chromedriver:

    €37 (Avg Bid)
    €37 Offerta media
    4 offerte
    Trophy icon FulChess3D Animated App Development 25 giorni left

    I am seeking a talented app developer to bring my chess game, FullChess3D, to life. The game maintains the same rules as traditional chess but with added complexity, providing a fresh twist to a beloved classic. The game should require strategic thinking, simulating a real 3D chess experience for users. Ex.: the chessboard has 512 tridimensional boxes instead of 64 squares; each player has 128 pieces instead of 16 and each piece has improved movement capacities, but always abiding to the rules of chess. Key Job Requirements: - Develop an animated application compatible with iOS, Android and web platforms - Incorporate a clean and minimalist design aesthetic in keeping with the FulChess3D brand - Utilize existing 3D models in game development Ideal Candidate Experience: 1. Proven ...

    €189 (Avg Bid)
    Garantito
    €189
    2 proposte

    I'm looking for a talented C/Linux developer to create a desktop application. You will develop the project in C/Linux. Project will be tested in Ubuntu 22.04 Linux 64-bit. You will develop a program to access and modify a FAT32 disk image (FAT32 volume). The disk image will be stored as a regular Linux file, which will simulate a disk formatted with the FAT32 file system. Your program will open the Linux file using the standard open() system call and access it directly in raw mode, utilizing the read() and write() system calls, without mounting the FAT32 file system. The program will be named fatmod. Through various options, it will in- teract with a file system image, enabling reading and writing of files. Detailed explanations of the specific supported operations will be pr...

    €46 (Avg Bid)
    €46 Offerta media
    8 offerte

    ...$4,000 - $4,999, $5,000 - $5,999, $6,000 - $7,999, $8,000 or more The example table shows information from the 2016 Census and I will need data from the 2021 Census. Key Requirements: - **Data Collection:** Your primary role will be to gather detailed statistics from the ABS database on Melbourne's older population. - **Demographics:** I require information on the age ranges of 50-54, 55-59, 60-64, 65-70, 75-79, 80-84, and 85 and above. - **Income & Poverty Rates:** I'm particularly interested in obtaining income data for these age groups. Skills & Experience: - **ABS Proficiency:** You must be adept at navigating the ABS database and extracting relevant data. - **Statistical Analysis:** A good understanding of statistical analysis and interpretation will b...

    €79 (Avg Bid)
    €79 Offerta media
    25 offerte

    I'm in search of a top-notch nutritionist to assist with meal planning, weight loss guidance, and nutritional counseling for a plan geared towards adults (18-64). Key requirements include: - Expertise in crafting meal plans that cater to adult nutritional needs. - Experience in providing effective weight loss guidance. - Previous success in nutritional counseling. While I'm not entirely sure about dietary restrictions or allergies at the moment, I am looking for a professional who is able to cater to these needs adequately. Ideal candidates will have a deep understanding of dietary requirements for adults, the ability to provide tailored weight loss strategies, and the skills required to offer effective nutritional counseling.

    min €34 / hr
    min €34 / hr
    0 offerte

    I need a collection of flat icons related to food ingredients. you can use any website or any source download the icon rename the file as per my name in my list, and make sure the size is 64 x 64 PNG compressed some example of items in my list "salt black pepper olive oil garlic butter sugar allpurpose flour onion water oil milk white sugar eggs coriander lemon juice onions unsalted butter green chillies cinnamon pepper chilli powder kosher salt tomatoes vanilla extract turmeric powder vege oil ginger cumin seeds parsley baking powder egg brown sugar thyme "

    €11 (Avg Bid)
    €11 Offerta media
    19 offerte

    ..."1.0.0", "private": true, "main": "node_modules/expo/", "scripts": { "setup": "./scripts/", "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "eject": "expo eject", "debug": "open 'rndebugger://set-debugger-loc?host=localhost&port=19001'" }, "dependencies": { "@firebase/util": "^0.2.22", "axios": "^0.19.2", "babel-preset-env": "^1.7.0", "base-64": "^0.1.0", "currency-formatter": "1.5.3", "expo": "^35.0.0", "expo-analytics": &qu...

    €152 (Avg Bid)
    €152 Offerta media
    48 offerte

    The sony up-dr150 is the industry standard dye sublimation printer. It prints off a roll of paper, and cuts a 4x6 photo strip off of the roll when done. Because this is an old printer, the driver only works with 32-bit machines. I would like to to work with 64-bit machines I wish to get the driver revised to make it work with 64-but machines and allow the printer to do a "Half cut, basically yielding 2 2x6 photo strips instead. I know drivers have been made for other sony models, but because of the fact that the up-dr150 is discontinued, there is no further driver development.

    €212 (Avg Bid)
    €212 Offerta media
    11 offerte

    Elaborar un documento en formato Word que contenga: Un proyecto para revisar el desempeño de una red este Proyecto debe contar con los siguientes requisitos: ➢ Conexión WiFi o ethernet ➢ Equipo con Virtual Box instalado ➢ Equipo con Pandora FMS Community (virtualizado) ➢ Equipo con Windows 10 de 64 bits ➢ Protocolo SNMP habilitado en el equipo con Windows 10 y activo ➢ Agente de Pandora FMS para Windows 10 de 64 bits instalado y activo ➢ Permisos de administrador en el equipo

    €14 (Avg Bid)
    €14 Offerta media
    2 offerte

    ...and intended use cases. Development of Statement of Work: Post review and learning phase, you will draft a detailed Statement of Work (SoW). This SoW should outline the project scope, milestones, and deliverables based on your understanding and the improvements proposed. Technical Specifications: Core Functionality: The tool must function as a hex viewer capable of loading and viewing physical disks, files, various image container types, and file systems supported by a tool similar to Sleuthkit. Access Modes: Must feature toggles for read-only and read-write modes to protect data integrity. Template Loading: Ability to load and apply templates for structured viewing of data. Candidate Profile: We are looking for a developer with experience in: Developing cross-platform appli...

    €7461 (Avg Bid)
    €7461 Offerta media
    23 offerte

    ...WordPress website, I've already procured a Comodo certificate, which will need to be installed. Here's what you should know: Install SSL on my wordpress website. I have a comodo cert. PS install this. Site has no cpanel - running on windows 2019 64 bit server and Wamp. You cannot break the server. Got other hosting too. You will work with my PC to generate cert and on my server via Windows RDP. - The server: I'm using a Windows 2019 64 bit server. - WAMP: The website's built on WAMP. The exact version hasn't been specified, so a general proficiency in all WAMP versions is vital. - No cPanel: There's no cPanel, thus experienced navigating Windows servers is indispensable. Since it's an urgent project, I am keen on someone who is a...

    €19 (Avg Bid)
    €19 Offerta media
    16 offerte

    ACA/ Obamacare/ Affordable Health Insurance broker looking to start Facebook ads campaigns that focuse on generating leads and in-bound from from low income individuals ages 25-64 nationwide. Key Points: - **Objective**: The primary goal is to generate leads. Therefore, the ads should be designed and targeted in a way that they encourage the audience to provide their contact information or take a similar action of engagement. - **Audience**: The target demographic is low income individuals aged 25-64. This group should be the primary one in the campaign, ensuring that the language, images, and overall message of the ads resonate with them. - **Geographical Location**: The campaign should be designed to target a national audience, meaning that the ads should be displayed to ...

    €108 (Avg Bid)
    €108 Offerta media
    24 offerte

    ...developed for both Android and iOS platforms. Therefore, experience with cross-platform app development will provide a definite advantage. Please apply only if you can work via remote desktop (AnyDesk), have a robust internet connection, start just after be awarded and you are experienced flutter dev. FIXED BUDGET 40 usd including site's fee. Error: Launching lib/ on sdk gphone64 x86 64 in debug mode... You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: You are applying Flutter's main Gradle plugin imperatively using the apply script method, which

    €28 (Avg Bid)
    €28 Offerta media
    10 offerte

    I am looking for assistance in creating a visually engaging, professional PowerPoint presentation, using a provided style template, based on a 64 double side page Word document. Key details: - Extract key points and messages to form a summarized version of the Word document's content. - Encompass a range of 50 to 80 slides with a balance between text and relevant images to ensure readability and viewer engagement. - Align with pre-existing PowerPoint template aesthetic. Ideal candidate should have: - Excellent summarization skills and attention to detail. - Proficiency in PowerPoint. - Experience in creating engaging corporate presentations. Presentation would need to be done in 5 days

    €112 (Avg Bid)
    €112 Offerta media
    95 offerte

    Hello, I am glad to submit the quotation for your requirement. Given the images of disks with holes, finding out missing spot (hole) numbers. The number of holes are 8, 6 or 4. Thanks.

    €289 (Avg Bid)
    €289 Offerta media
    1 offerte
    PNG to Text v2 Terminato left

    This script must be developed in Python 3 or higher and must take a PNG image as input and return 4 letters. It is desired to achieve 95 percent accuracy or higher (out of a total of 200 test images), not use paid libraries, and be efficient (less than 3 seconds processing time per image). Hardware where it will be tested: Architecture: x86_64 CPU operation mode(s): 32-bit, 64-bit CPU(s): 8 Memory: 15877 The images can be extracted from the following site (captcha image):

    €142 (Avg Bid)
    €142 Offerta media
    27 offerte

    This script must be developed in Python 3 or higher and must take a PNG image as input and return 4 letters. It is desired to achieve 95 percent accuracy or higher (out of a total of 200 test images), not use paid libraries, and be efficient (less than 3 seconds processing time per image). Hardware where it will be tested: Architecture: x86_64 CPU operation mode(s): 32-bit, 64-bit CPU(s): 8 Memory: 15877 The images can be extracted from the following site (captcha image):

    €136 (Avg Bid)
    €136 Offerta media
    36 offerte

    Hello, I am glad to submit the quotation for your requirement. Given the images of disks with holes, finding out missing spot (hole) numbers. The number of holes are 8, 6 or 4. Thanks.

    €289 (Avg Bid)
    €289 Offerta media
    1 offerte

    I need an experienced Facebook ads creator who can drive prominent results within a minimal budget. The focus region initially is the UK followed by expansions into America and Europe. SUB-TARGET AUDIENCE: - Gender: Men - Age group: Adults (20-64) CAMPAIGN GOALS: - Primary: Product Sales Those with experience in similar projects, solid understanding of Facebook algorithms, targeting tools, and a track record of creating successful low-budget campaigns are encouraged to bid. Demonstrated results in reaching male adults and driving product sales are a must. Please provide evidence of past work in your proposal. Your creativity and cost-effectiveness are essential for this task.

    €5 / hr (Avg Bid)
    €5 / hr Offerta media
    18 offerte

    I need several specific Oracle patches for Linux-x86-64, namely: p6880880, p32904851, p34133642, and p34765931. Time is within 3 days. Send it to me via any cloud storage or torrent.

    €18 (Avg Bid)
    €18 Offerta media
    3 offerte

    ...seeking a capable developer to perform a full porting operation from Arduino-Pymite to cc65 for Commodore 64. Notably, the step requires a comprehensive skill set: - simplified version - original version • Proficiency in the usage of cc65 and familiarity with Pymite. • Exceptional attention to details to achieve full compatibility between Arduino-Pymite and cc65 for Commodore 64. • Ability to exhaustively test and debug for optimal performance. As I have not started to work on this, it's essentially a from-scratch operation. Moreover, full compatibility between Arduino-Pymite and cc65 for Commodore 64 is a non-negotiable requirement. Fortunately, I will be providing all necessary resources, which

    €108 (Avg Bid)
    €108 Offerta media
    12 offerte

    ...mysqli_connect(): (HY000/2002): Connection timed out in /home/u384516748/domains/ on line 17 Fatal error: Uncaught Error: Call to a member function set_charset() on bool in /home/u384516748/domains/:18 Stack trace: #0 /home/u384516748/domains/(64): CreateConnection->__construct() #1 /home/u384516748/domains/(26): HomeController->checklogin() #2 /home/u384516748/domains/(37): BaseController->executeAction() #3 {main} thrown in /home/u384516748/domains/ on line 18 Also. Before the administrator

    €37 (Avg Bid)
    €37 Offerta media
    23 offerte

    ...creation of a new and the enhancement of existing features to meet specified security standards and user experience improvements. Core Requirements: User Interface Development: - Develop with forms for username, password, and password confirmation. - Ensure forms are user-friendly and adhere to modern web standards. Password Requirements: - Enforce a password length of 8-64 characters. - Support all printable ASCII and Unicode characters. - Implement password normalization using Unicode NFKC or NFKD methods. - Add a password strength meter to discourage trivial modifications of weak passwords. - Display warnings for passwords that exceed the maximum length without truncation. - Implement an "eye" icon for toggling password visibility. Security Enhancements: - C...

    €22 (Avg Bid)
    €22 Offerta media
    30 offerte

    ...of multiple functions. Key responsibilities include: I have a trailer rental business. I need to go paperless. I need an app that will be able to take the following details: Driver's Licence Details, Trailer details (Price, make, and weight requirements preset), and the Driver's Vehicle's License details. The Driver is the customer. The issue is South African License cards and Vehicle Licence Disks use PDF417 barcodes. The app must be operational on an Android Smartphone. - Building an invoicing component into our app: This module should be able to generate and manage invoices, incorporating detailed information about our customers, their product purchases, and payment data. - Incorporating a PDF417 barcode scanner: It should be able to scan and decode PDF41...

    €141 (Avg Bid)
    €141 Offerta media
    44 offerte

    I recently attempted to upgrade my SSIS to the 2019 version, on my Windows Server 2019. However, I am encountering problematic error messages relating to the odbc 64 bit issue. Specific Qualifications and Tasks: - Extensive knowledge and experience with SSIS 2008, 2012, 2016 and most importantly 2019 - Proficient in troubleshooting and upgrading processes on Windows Server 2019 - Ability to pinpoint and rectify the odbc 64 bit issue on SSIS upgrade - Efficiently resolve the emerging error messages Your past experiences with similar issues will be highly beneficial in this project. Your role is to figure out the root cause of these errors, fix the problem and ensure a successful upgrade to SSIS 2019.

    €132 (Avg Bid)
    €132 Offerta media
    20 offerte

    I want someone to do a statistical analysis for me using spss. My data consists of 150 participants whose age, gender, BMI, and 3 lab tests ( level of K, L, and K/L ratio) were conducted upon ( results are provided as numerical value ). • I want descriptive statistics and charts based on: a) Age group where they are divided into 4 different groups ( 18-30, 31-40,4 1-50, 51-64). b) Per Gender. • I want the (2.5, 5, 50, 90, and 97.5) percentiles for each lab test result (grouped according to age as well). • I want to test whether there is a statistical significance for each of age, gender, and BMI on each of the 3 lab tests ( K, L, and K/L ratio). Also, I want the 3 factors to be combined in one regression analysis. • Note that I also want the percen...

    €108 (Avg Bid)
    €108 Offerta media
    55 offerte

    I am seeking a developer to aid in converting an existing 32-bits application to a 64-bits application with modern user interface tailored specifically for the Windows operating system. - Responsibilities include: - Crafting a user-friendly interface. - Making sure the software is fully compatible with the Windows OS. The ideal candidate should have: - Experience in MFC C++ and Visual Studio - Familiarity with Windows operating system. - Strong analytical skills and the ability to work under tight timelines. My ultimate aim through this project is to modernize our current software.

    €2082 (Avg Bid)
    €2082 Offerta media
    59 offerte

    ...experienced C++ developer capable of undertaking a challenging project in the realm of system virtualization. Our objective is to develop a permanent HWID (Hardware Identification) virtualizer capable of virtualizing various hardware IDs on a Windows-based system. Project Description: We require the development of a C++ program capable of permanently virtualizing the following hardware IDs: - Disks - Volumes - SMBIOS - UUID - BIOS Serial Number - Chassis Serial Number - MAC Address - CPU/GPU - TPM Module - MD5 - SHA1 - SHA256 - Memory - Windows Product ID The virtualizer should be designed to retain the virtualized HWIDs even after a system restart. A robust persistence mechanism should be implemented to ensure the virtualization is enduring. Furthermore, it is i...

    €2062 (Avg Bid)
    €2062 Offerta media
    32 offerte
    PROYECTO DE REDES Terminato left

    ...tiene que interactuar y enviar un correo al departamento de seguridad de la empresa. tienen que entregar un video explicativo en el que participará cada uno de los miembros del grupo y, dependiendo de su explicación, será calificado. Usaran las mismas IP de su usaran estas direcciones y host Grupo 7 Grupo 7 Ip Privada 192,168,150,0 Ip Routers IPV6 2001:0db8::/64 Subred 1 646 Subred 2 713 Subred 3 1420 Subred 4 1062 Subred 5 349 Subred 6 475 Subred 7 1009 Subred 8 724 Subred 9 1478 Subred 10 374 Subred 11 1561 Subred 12 1985 Subred 13 1226 Subred 14 971 Subred 15 1745 Subred 16 2 Subred 17 578 Subred 18 1308 Subred 19 1882 Subred 20 2031 Subred 21 1173 Subred 22 760 Subred 23 989 Subred 24 5 Subred 25 3 Dispositivos IOT HomeGateway SBC ...

    €28 (Avg Bid)
    €28 Offerta media
    6 offerte

    General Specs: The pcb should be designed for high-end remote control car (1:64 scale). Should be connected to 4K camera, steering and acceleration motors, have WiFi connectivity and have the ability to communicate to a mobile app using WiFi for live video transmission and driving control

    €1388 (Avg Bid)
    €1388 Offerta media
    42 offerte

    My dedicated Almalinux server with WHM currently needs expansion. The additional storage must total 16TB, split across multiple HDD-type hard disks. The successful freelancer will integrate these new disks so they function seamlessly with the existing hardware. Key Responsibilities: - Supply and install multiple HDD hard disks, totalling 16TB storage. - Configure new hard disks to work coherently with the existing system. Essential Skills and Experience: - Expertise in Almalinux and WHM server environments. - Experience in server hard disk installation and configuration. - Specific knowledge of integrating SSDs with existing hardware. Your comprehensive understanding of the project and expertise in server hardware configurations will be key to your su...

    €42 (Avg Bid)
    €42 Offerta media
    35 offerte

    I need someone to calculate and show me simply the difference between different computer systems: 1) standard 32 bit computer 2) standard 64 bit computer 3) 32 qubit quantum computer 4) standard 256 bit super computer 5) standard 1024 bit super computer 6) a hypothetical system that uses hex instead of bits I will give 2 simple calculations and i simply need to understand how many combinations ie how long it would take to perform simple calculations for each of the 6 systems. Will lead to more work

    €88 (Avg Bid)
    €88 Offerta media
    30 offerte

    I require assistance in setting up a signable PDF contract. I am equipped with the design and layout of the document, i own adobe acrobat 64, and subscribe to there esign program. i need it signable for my clients. Its basicly set up just need to make it where i can lock the info portion of the pdf and have them only be able to esign. i own a roofing company so it will basicly be a form contract that i fill in the blanks. Key skills and experience: - Prior experience in creating and formatting signable PDFs - Knowledge in setting up basic signature verification for PDFs - Background in handling contractual documents would be a plus.

    €74 (Avg Bid)
    Urgente
    €74 Offerta media
    45 offerte

    ...experience in working with laser and CNC machines. Wood required will be either OSB or plywood, ideally 1/2" thick (20 sheets) or 1" thick (10 sheets) of 4x8'. Also 2 or 3 4x8' sheets of 1/4" thick black walnut veneer. Final size of each cabinet will be about 38" wide x 38" deep x 30" high. X 4 cabinets. Each cabinet must be packaged for shipping. A fifth piece will be about 28" wide x 4" deep x 64" high and will need to be safely packaged into a sturdy 1/2 thick plywood box to protect it. Ideal candidates should have: - Prior experience in creating custom cabinetry - Proficiency in using laser and CNC machines for woodworking - Ability to ship the finished product to State of Utah in the U.S.A. - Creative eye for...

    €351 (Avg Bid)
    €351 Offerta media
    33 offerte

    The function (I didn't write it): input: Path of a video file. [would be nice to also allow audio files] output: Array of the volume of all frames of the file. PHP Version 7.2.34 Edition Windows 10 Home Version 22H2 Installed on ‎11/‎7/‎2020 OS build 19045.4170 Experience Windows Fe...the file. PHP Version 7.2.34 Edition Windows 10 Home Version 22H2 Installed on ‎11/‎7/‎2020 OS build 19045.4170 Experience Windows Feature Experience Pack 1000.19054.1000.0 Device name DESKTOP-TBNFM6D Processor Intel(R) Core(TM) i3-10100 CPU @ 3.60GHz 3.60 GHz Installed RAM 8.00 GB (7.85 GB usable) Device ID 0334C4DF-2DEE-401E-A453-E30F4EB12586 Product ID 00325-81840-60585-AAOEM System type 64-bit operating system, x64-based processor Pen and touch No pen or touch in...

    €58 (Avg Bid)
    €58 Offerta media
    21 offerte