Octal ascii konverterεργασίες

Φίλτρο

Οι πρόσφατες αναζητήσεις μου
Φιλτράρισμα κατά:
Προϋπολογισμός
σε
σε
σε
Είδος
Δεξιότητες
Γλώσσες
    Κατάσταση Δουλειάς
    2,000 octal ascii konverter δουλειές που βρέθηκαν, με τιμές EUR
    Integrating Multiple Devices Using CAN Bus and RS485 3 μέρες left
    ΕΠΙΒΕΒΑΙΩΜΕΝΟ

    ...Jetson Nano and another device via the CAN bus, utilizing the RS485 CAN HAT. Documentation and examples for the RS485 CAN HAT for the Jetson Nano are available here: Project Requirements: Data packets to be transmitted are split into frames of 8 bytes each, with the first 7 bytes of the frame encoded in ASCII. The last byte is an integer frame counter that does not convert to ASCII. A checksum is generated from the packet data and appended at the end of the packet using the following function: c Copy code uint16_t crc_chk_value(uint8_t *data, uint16_t size) { uint16_t crc = 0; while (size--) { crc ^= *data++; for (unsigned k = 0; k < 8; k++) crc = crc & 1 ? (crc >> 1) ^ 0xa001

    €471 (Avg Bid)
    €471 Μέση Προσφορά
    21 προσφορές
    programming -- 2 Έχει λήξει left

    I am looking for a programmer who can help me to send ASCII values to RS232C port of a PLC from USART of STM32F4O7VGT6 Discovery board using USART1 of the microcontroller. The code must be in header file written in C language and my existing project doesn't use HAL libraries instead the Usart library that i have in my file system is #include "stm32f4xx_usart.h" so the code is preferred to be written around the same, and if Hal Library usage is necessary then how to include it in my code must be guided for so that I could easily include in my Attolic True Studio Project. The entire project is being written in C programming language. Just need to send Characters, strings , integers and floating point numbers from Microcontroller to PLC. Will be using a TTL to RS232 leve...

    €92 (Avg Bid)
    €92 Μέση Προσφορά
    10 προσφορές

    ...together in schools, adding to the realism. - Customizable Environment: The aquarium will be an underwater coral reef. The user should be able to customize this for a personally engaging experience. - High-Resolution DDS textures: The textures provided should be updated for a higher resolution to give a beautiful, textured look and feel to the aquarium. I already have all the necessary meshes in .X ascii format and DDS textures ready. Ideal candidates will be proficient in DirectX with experience in creating interactive 3D environments, have a keen eye for detail, and ability to code in Visual Studio. A knack for mimicking natural animal behavior in 3D space would be a definite plus. If you've got the skills and the drive, I'd love to hear from you. Attached are some...

    €131 (Avg Bid)
    €131 Μέση Προσφορά
    9 προσφορές
    Advanced 32-Channel Logic Analyzer Έχει λήξει left

    ...of digital circuits, analyzing serial communications, and examining micro-controller signals and digital protocols. Key Responsibilities: - Design and create an analyzer able to decipher multiple digital protocols including CAN, SPI, I2C, UART, RS422, RS485, i2C 1-Wire, and SIM devices. - Equip the analyzer with a unique functionality to understand and interpret data in custom HEX, Bianry and ASCII formats. Ideal Experience and Skills: - Proficient in digital protocols and encoding. - Extensive experience in electronics, especially in creating and debugging logic analyzers. - Ability to work with various FPGA's and micro-controller signals. - Strong knowledge of Data formats. This project will be highly suitable for those who have experience in electronics and Verilog so...

    €540 (Avg Bid)
    €540 Μέση Προσφορά
    32 προσφορές

    Essentially we convert a string to ASCII. Then find a reversible algorithmn to summate/multiply the keys together. Then with the final variable and other variables such as key length and pigeonholer; We deduce the keys.

    €67 (Avg Bid)
    €67 Μέση Προσφορά
    1 προσφορές

    I'm seeking a skilled developer to carry out the task of implementing a basic/compact model of The C versions of games played on a grid consisting of a small 2D array and are displayed using simple ASCII text characters using printf. They are no fun to play in the C version, but that allows you to test out your game logic, etc. **Key Tasks:** - Implementation of a functional MIPS architecture - Ensuring architecture's simplicity and understandability for educational purposes

    €58 (Avg Bid)
    €58 Μέση Προσφορά
    8 προσφορές
    Efficient Batch Script Automation Έχει λήξει left

    ...zero-length files, ensuring they are identified and managed appropriately. - **File Conversion:** Develop scripts for converting ANSI files to ASCII format, including specialized processing of PSTPF500 files and converting answers to ASCII format. - **Handling of Sorted Files:** Automatically create new files to store sorted content, ensuring no data is overwritten and historical data integrity is maintained. **Ideal Skills and Experience:** - Strong proficiency in batch scripting and command-line utilities. - Experience with file management automation, including sorting, merging, and conversion between different formats. - Knowledge of ANSI and ASCII formats and the technical requirements for converting between them. - Familiarity with PSTPF500 file processing is ...

    €7 (Avg Bid)
    €7 Μέση Προσφορά
    1 προσφορές
    ASCII Image Rendering in C Έχει λήξει left

    As your client, I'm on the lookout for a skillful coder with intermediate experience in C programming. The task at hand is to develop a C program that can effectively render ASCII images. If you possess prior experience in similar image rendering projects, it could potentially strengthen our collaboration. So let's get started and transform our image ideas into ASCII reality together. Coding shall never have looked as artistic as it will after this particular task.

    €14 (Avg Bid)
    €14 Μέση Προσφορά
    10 προσφορές

    I'm searching for a coder who can assist me in developing an application in JavaScript that converts ASCII Key Codes into a single number represented in Scientific Notation, and vice versa. Key Points: - Application should enable conversion of ASCII Key Codes to a single number represented in Scientific Notation. - Ability to extrapolate the initial keys from the resultant single number. - Non-alphanumeric ASCII characters should be excluded from this conversion. Ideal Skills: - Proficient in JavaScript - Deep understanding of ASCII Key Codes and Scientific Notation - Attention to detail for accurate conversion processes.

    €66 (Avg Bid)
    €66 Μέση Προσφορά
    24 προσφορές

    ...Given Name. 2. **Field Types and Validation**: - Establish precise types for Username, Email, Password, and Given Name. - **Username**: Limit to 1-20 ASCII characters. - **Email**: Employ a robust library for validation to ensure comprehensive accuracy, including support for "+" in email tags. - **Password**: Adhere to ISO 27001 standards: - Length: 8-28 characters. - No spaces. - Must include at least one of the following: - Upper case letters. - Lower case letters. - Numbers. - Special characters. - **Given Name**: Optional field; permit 1-20 ASCII characters. 3. **Data Handling**: Implement rigorous client-side validation, followed by secure data transmission to our s...

    €7 - €14 / hr
    Σφραγισμένο
    €7 - €14 / hr
    49 προσφορές
    MODBUS-RTU-ASCII LED Display Έχει λήξει left

    I require a detailed yet short guide that presents part numbers and a how-to when it comes to connecting and sending commands to a 4-7 Digit MODBUS-RTU-ASCII LED display from an RS232 port rather than the native RS485. The primary usage of this LED display will be to showcase alphanumeric textual messages, and the RS232 port runs on a Windows operating system. Thus, ideal candidates must possess: - Proficient knowledge of RS232 and RS485 ports - Experience with MODBUS-RTU-ASCII LED displays - Skills in creating easy-to-understand instructions - Capacity to detail required parts and part numbers Without these skills and experience, the freelancer would not be successful in this task. The end goal is creating a document that clearly illustrates these steps and connections to...

    €149 (Avg Bid)
    €149 Μέση Προσφορά
    29 προσφορές
    Scientific Notation Hash Function Έχει λήξει left

    I'm looking for a mathematician expert to help me create a hash. The idea is that a string is converted into ASCII Keys. These ASCII keys are then combined to create a number in scientific notation. Then essentially we need to redefine the keys using the scientific notation number.

    €7 (Avg Bid)
    €7 Μέση Προσφορά
    11 προσφορές
    Scientific-Notation-Hash-Function Έχει λήξει left

    Im looking for a mathematician expert to help me create a hash. The idea is that a string is converted into ASCII Keys. These ASCII keys are then combined to create a number in scientific notation. Then essentially we need to redefine the keys using the scientific notation number.

    €9 (Avg Bid)
    €9 Μέση Προσφορά
    14 προσφορές
    Scientific-Notation-Hash-Function Έχει λήξει left

    Im looking for a mathematician expert to help me create a hash. The idea is that a string is converted into ASCII Keys. These ASCII keys are then combined to create a number in scientific notation. Then essentially we need to redefine the keys using the sceintific notation number.

    €14 (Avg Bid)
    €14 Μέση Προσφορά
    6 προσφορές
    Cryptographic Hashing Project Έχει λήξει left

    Im looking for a mathematician expert to help me create a hash. The idea is that a string is converted into ASCII Keys. These ASCII keys are then combined to create a number in scientific notation. Then essentially we need to redefine the keys using the sceintific notation number.

    €10 (Avg Bid)
    €10 Μέση Προσφορά
    9 προσφορές
    Octal relay driver ncv7240 Έχει λήξει left

    I need to program ncv7240 with arduino

    €125 (Avg Bid)
    €125 Μέση Προσφορά
    25 προσφορές
    Serial to BLE Pi Zero Bridge Έχει λήξει left

    I'm seeking a proficient freelancer to create a Python script for a Raspberry Pi Zero that will function as a data bridge between a serial connection and Bluetooth Low Energy (BLE). I have an usb device connected to the PIzero port via OTG adapter sending string of data to the serial in ascii format. The Usb device is autodetected so will just use the pyserial package to gather data. I need to take those data and send over BLE so the Pizero will act as simple BLE server bridging those data to BLE conversely i shall send some bit the other way round. I have the script already made for ESP32 in ESP-IDF framework need to replicate in python on Pizero using the same UUID. It is quite easy job for experienced user with bit of - Knowledge of Raspberry Pi platforms, specifically Pi Z...

    €146 (Avg Bid)
    €146 Μέση Προσφορά
    25 προσφορές

    The project can be structured in 2 phases and shall be written in Octave (~Matlab) code. 1. Phase: File Merging of 1 ASCII and 2 binary files via time stamps (sample files available) 2. Phase: Complex FFT (or DFT?) of down-converted high-frequency IQ data; extraction of complex signal values for a selctable number of known frequencies per time stamp. Signal values to be extracted for all time stamps in an automatic routine. Results to be written in an ASCII file with given structure. Data visualisation. 3. Phase: Follow-on project: Post-processing on GPS-based 3D-position & 3D-orientation data and merging with ASCII File from phase 2. See also flow chart attached with details of phase 1. Details of phase 2 still in progress.

    €133 (Avg Bid)
    Προεξέχον Επείγον
    €133 Μέση Προσφορά
    6 προσφορές

    ...Basic, which is a requirement for this project. Project 1: UI Buttons - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The code creates clickable buttons in the Windows command terminal using ascii characters. This needs to be expanded and commented for ease of use. Button in short should know their state, and function as a simple GOTO and execute some code. Project 2: Faux Mouse Icon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A faux mouse icon in the terminal to work with clickable buttons. It will follow the X and Y coordinates of the mouse. An ASCII character can be used to represent the mouse icon. Project 3: Simple Multiplayer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - I have a basic save and load function w...

    €765 (Avg Bid)
    €765 Μέση Προσφορά
    30 προσφορές

    I am looking for a skilled C++ developer who can import OHLC ascii data to Amibroker, a charting software. Skills and Experience Required: - Proficiency in C++ programming language - Familiarity with Amibroker charting software - Experience in importing OHLC ascii data Project Requirements: - Import OHLC ascii data to Amibroker charting software - Ensure the data is accurately imported and displayed on the charts - Optimize the code for efficient data import - Complete the project within a week If you have the necessary skills and experience, and can complete the project within the specified timeline, please submit your proposal.

    €241 (Avg Bid)
    €241 Μέση Προσφορά
    5 προσφορές

    I am looking for a freelancer who can help me import ASCII data to Amibroker in real-time without the format files in the Amibroker format folder. Skills and experience required: - Experience working with Amibroker and importing ASCII data - Knowledge of API feed integration - Ability to modify existing scripts or software for importing ASCII data - Familiarity with real-time data import and update frequency The ideal candidate should have a strong understanding of Amibroker and be able to work with API feeds to import ASCII data in real-time. They should also have experience modifying existing scripts or software for importing data. If you have the necessary skills and experience, please submit your proposal with examples of similar projects you have worked...

    €257 (Avg Bid)
    €257 Μέση Προσφορά
    4 προσφορές

    I am looking for a freelancer who can help me import ASCII data to Amibroker in real-time without the format files in the Amibroker format folder. Skills and experience required: - Experience working with Amibroker and importing ASCII data - Knowledge of API feed integration - Ability to modify existing scripts or software for importing ASCII data - Familiarity with real-time data import and update frequency The ideal candidate should have a strong understanding of Amibroker and be able to work with API feeds to import ASCII data in real-time. They should also have experience modifying existing scripts or software for importing data. If you have the necessary skills and experience, please submit your proposal with examples of similar projects you have work...

    €385 (Avg Bid)
    €385 Μέση Προσφορά
    7 προσφορές

    帮我写一个支持全中文汉字的汇编器. 我不是专业程序员,啥都不懂,只会看一些简单的Python代码, 我希望接受者能用C或C++,rust也可以,就是静态编译型的编程语言写一个汇编器. 我希望代码里的标识符除了关键字以外全都用中文汉字来表达和描述. 当然,这个汇编器本身也必须要全中文汉字的,比如那些操作码,指令, 我希望这个汇编器是编译为x86机器码, 用静态编译型的编程语言写的时候,不要用char这种ASCII专用的数据类型,一定要排斥所有与ASCII绑定的内容,必须要完全Unicode,支持utf8 16 32 64都可以. 我希望用静态编译型的编程语言写的源码是平台无关的,也就是无依赖,便携的那种,就像lua一样,可以在win下msys2里编译,因为目前只有win下的软键盘输入法是最好的中文汉字输入体验. 如有必要, 我希望这是一个开源项目,谢谢.

    €9 - €10
    €9 - €10
    0 προσφορές

    I am looking for a Python developer who can create a script to read an ASCII file containing X, Y, Z, L, and V variables. The script should be able to compute and plot certain parameters based on the data in the file. Specifically, the Z value in the file will be updated according to an equation provided. Requirements: - Python programming skills - Experience with reading and manipulating ASCII files - Knowledge of statistical calculations and plotting Input File: I can provide a sample file for the project, so there are no specific requirements for the input file format. Intended Use: The computed parameters will be used for academic research purposes. If you have the necessary skills and experience, please bid on this project.

    €28 (Avg Bid)
    €28 Μέση Προσφορά
    16 προσφορές

    ...k en dicha cadena, y dos longitudes de buffers M y N, programar una función buffers que devuelva los búferes de búsqueda y codificación correspondientes a dicha posición, y compruébese con cuidado los casos extremos, al comienzo o al final de la cadena. Definir M y N como constantes globales ambas de 248. 2. Fijados un búfer de búsqueda y un búfer de codificación, ambos de caracteres ASCII, programar una función triple que a partir de dos strings con ambos búferes devuelva el triple (offset, long, char) del algoritmo LZ77. Prevéanse las posibles situaciones límite (búferes vacíos, long máxima, etc.) y compruébese que el resultado es siempre co...

    €43 (Avg Bid)
    €43 Μέση Προσφορά
    5 προσφορές

    ** We are interfacing an autosampler that has a USB interface and reads/writes ascii commands. We need a module (form) that identifies the USB port amd provides communication settings, and has a form that allows us to send read/write commands. ** I am looking for a skilled programmer to build a Windows USB interface with read and write functionality using Visual Basic. Specific requirements for the project include: - The ability to read and write data through the USB interface - A software interface that is built from scratch - Expertise in Visual Basic programming language Ideal skills and experience for this job: - Proficiency in Visual Basic programming - Experience in building USB interfaces - Knowledge of data reading and writing protocols - Strong problem-solving and ...

    €472 (Avg Bid)
    €472 Μέση Προσφορά
    30 προσφορές
    Java Maze Project Έχει λήξει left

    ...than enough to instantiate each node in the overworld map and instantiate a few of the “dungeons” that might be subtrees of other nodes. There’s a lot going on in this one, and is a challenge: to an external site. King’s Quest I - More simplified form of adventure game. This guide also has a lot of ascii stylized maps to assist in visualizing how you would generate nodes for tree traversal: to an external site. Deliverables - A program that instantiates a tree-like data structure using node objects. Those nodes should be capable of containing or pointing to relevant to the “maze” you are trying to replicate

    €10 (Avg Bid)
    €10 Μέση Προσφορά
    4 προσφορές
    Trophy icon Game Level Design UI Έχει λήξει left

    I am looking for a skilled UI designer who can create a retro UI for a PC game done completely in 16 color CP437 ASCII characters which is a UI revision for the game tinyHack. The game is being developed for the PC platform interfaced via telnet and has a retro circuit board cyber hacker art style. Key requirements for the project include: - Creating UI elements that match the retro cyber art style of the game. - Designing the 1 game level for the game. - Making sure the map design is optimized for 80x24 characters of screen space - The score will be displayed in the font of Tmplr https://patorjk.com/software/taag/#p=display&f=Tmplr&t=12345678910 #Score Total Score can not be more than 6 characters. All 6 characters

    €46 (Avg Bid)
    Εγγυημένος
    €46
    24 συμμετοχές

    I have a concrete training case in tesseract, I'm stuck and a little support would be helpful. Specifically, I i need OCR for PDFs scanned from ASCII text files using the font "Courier new" (So monospace, serif) With the existing traindat eng or deu I get rates of around 99%, but I would like to increase the rate further, because * it is always the same font * we have a reduced charset * usually the same letters are recognized incorrectly or are ignored. I already have a setup ~20 one-page PDFs with the "ground truth", and generated .tif and .box files. Already tried to use tesseract console tools, jTextBoxEditor, TessTrainGUI 6.4; i tried to make new font traing and based on tessdata_best/deu.traineddata. No success. YOUR Job: Just analyze the problem ...

    €125 (Avg Bid)
    €125 Μέση Προσφορά
    4 προσφορές

    I have a concrete training case in tesseract, I'm stuck and a little support would be helpful. Specifically, I i need OCR for PDFs scanned from ASCII text files using the font "Courier new" (So monospace, serif) With the existing traindat eng or deu I get rates of around 99%, but I would like to increase the rate further, because * it is always the same font * we have a reduced charset * usually the same letters are recognized incorrectly or are ignored. I already have a setup ~20 one-page PDFs with the "ground truth", and generated .tif and .box files. Already tried to use tesseract console tools, jTextBoxEditor, TessTrainGUI 6.4; i tried to make new font traing and based on tessdata_best/deu.traineddata. No success. YOUR Job: Just analyze the problem ...

    €27 (Avg Bid)
    €27 Μέση Προσφορά
    3 προσφορές

    I have a concrete training case in tesseract, I'm stuck and a little support would be helpful. Specifically, I i need OCR for PDFs scanned from ASCII text files using the font "Courier new" (So monospace, serif) With the existing traindat eng or deu I get rates of around 99%, but I would like to increase the rate further, because * it is always the same font * we have a reduced charset * usually the same letters are recognized incorrectly or are ignored. I already have a setup ~20 one-page PDFs with the "ground truth", and generated .tif and .box files. Already tried to use tesseract console tools, jTextBoxEditor, TessTrainGUI 6.4; i tried to make new font traing and based on tessdata_best/deu.traineddata. No success. YOUR Job: Just analyze the problem ...

    €28 (Avg Bid)
    €28 Μέση Προσφορά
    7 προσφορές
    Java Maze Project Έχει λήξει left

    ...than enough to instantiate each node in the overworld map and instantiate a few of the “dungeons” that might be subtrees of other nodes. There’s a lot going on in this one, and is a challenge: to an external site. King’s Quest I - More simplified form of adventure game. This guide also has a lot of ascii stylized maps to assist in visualizing how you would generate nodes for tree traversal: to an external site. Deliverables - A program that instantiates a tree-like data structure using node objects. Those nodes should be capable of containing or pointing to relevant to the “maze” you are trying to replicate

    €16 (Avg Bid)
    €16 Μέση Προσφορά
    6 προσφορές
    ASCII ART for LOGO Έχει λήξει left

    I am looking for a freelancer who can create an intr...for a freelancer who can create an intricate and detailed ASCII art logo for my coding header project. Requirements: - Experience in creating intricate and detailed ASCII art - Strong understanding of coding and programming symbols - Ability to incorporate specific design elements or symbols provided by the client - Creativity in suggesting additional design elements or symbols - Attention to detail to ensure the ASCII art is visually appealing and accurate - Knowledge of website and printed materials design principles Skills: - ASCII art design - Coding and programming knowledge - Creativity in design - Attention to detail - Website and printed materials design experience See attachment.. I'd like ...

    €69 (Avg Bid)
    €69 Μέση Προσφορά
    112 προσφορές

    You are to develop a producer/consumer application. Both the C programming language and any distribution of the Linux operating system are to be used. Your solution must be structured as a set of services. The core service is the inter-process communication which it is referred here as the producer/consumer service. You are to create a library to support your producer/consumer process activities. The file “encDec.h” is to be created and it must contain the prototypes of all code required to support the producer/consumer activities as described by the services provided by the three layers discussed below. All access to the services provided by this library must be done only through the use of any of the members of the exec() family of system calls. The three distinct layers to ...

    €33 (Avg Bid)
    €33 Μέση Προσφορά
    8 προσφορές
    Shell Scripting Έχει λήξει left

    I am looking for a freelancer who can help me with a Shell Scripting project. The specific task I need the shell script to address is to display ASCII images. I prefer the shell script to be written in Bash. It should be universally compatible and work on any operating system. Ideal skills and experience for this job include: - Proficiency in Bash scripting - Experience with file management and automation - Knowledge of system monitoring

    €17 (Avg Bid)
    €17 Μέση Προσφορά
    17 προσφορές

    Consider width and height input; scale the output accordingly. Output the ASCII art to standard output. No color outputs are necessary, however it would be great.

    €46 (Avg Bid)
    €46 Μέση Προσφορά
    15 προσφορές

    1) I need an MS-DOS 6.22 application, it must be an executable file like *.EXE, whose function is to read the serial number of the CPU, RAM and HARD DISK and write them to a text file on disk C 2) The application will have "hidden" attribute. 3) The application will be dated 05/31/1998 8.22am. 4) The application will be named PIPPO.CPI. 5) The application must create an ascii / txt file in the DOS directory, the name of the file created will be 6) Serial numbers must be written to the file 7) Serial numbers must be written on a single line in the format: C "serial number", R "serial number", H "serial number"

    €16 (Avg Bid)
    €16 Μέση Προσφορά
    6 προσφορές
    AI website with paywall Έχει λήξει left

    ...backend to securely receive, process, and return text data. 4. Integrate Stripe (or something relevant) for subscription-based payments, allowing for both card and PayPal transactions. 5. Ensure the website is fully responsive and compatible across different devices and browsers. 6. Potentially connect with external APIs, including LLM app APIs. Technical Requirements: Frontend: 1. Design an ASCII-art (almost plain-text) layout with a logo, horizontal menu (Pricing Plans, API, Blog), and login/signup options. 2. Feature two side-by-side text fields for users to input text and view/copy the AI-processed text. 3. Implement dropdown menus for features unlocked with payment, e.g., "Writing Style". Backend: 1. Securely process user texts. 2. Implement user authenticatio...

    €150 (Avg Bid)
    €150 Μέση Προσφορά
    33 προσφορές

    Project Title: Utility Calculator Project Description: The Utility Calcula...Project Description: The Utility Calculator is a Python-based application with a Tkinter GUI, offering functionalities that are mentioned below. Features:- * Normal Calculator * Temperature Converter (Celsius, Fahrenheit and Kelvin) * BMI Calculator * Percentage Calculator * Time Zone Converter * Age Calculator * Loan Calculator * Fuel Efficiency Calculator * Number System Converter (decimal, binary, Octal, and hexadecimal) * Random Number Generator * Currency Converter * Unit Conversion (e.g., length, speed, time, etc.) Project Scope: Create an all-in-one utility tool that enables users to perform diverse calculations and conversions efficiently with a user-friendly interface. I will need...

    €19 (Avg Bid)
    €19 Μέση Προσφορά
    12 προσφορές

    Hi Freelancers, I have a dataset with 141,043 cities. I have the ASCII name for each city. Now I need the URLs to the three top images for each of the cities added to my spreadsheet. Because it's such a large number I expect someone to write code for this and let it run until it's done. I expect this can be done for around $30 or best offer.

    €22 (Avg Bid)
    €22 Μέση Προσφορά
    22 προσφορές

    Hi Freelancers, I have a dataset with 141,043 cities. I have the ASCII name for each city. Now I need the URLs to the three top images for each of the cities added to my spreadsheet. Because it's such a large number I expect someone to write code for this and let it run until it's done. I expect this can be done for around $50 or best offer.

    €131 (Avg Bid)
    €131 Μέση Προσφορά
    39 προσφορές

    Hi Freelancers, I have a dataset with 141,043 cities. I have the ASCII name for each city. Now I need a dataset with JPGs and three pictures for each city. Each picture should be named "cityname_1", "cityname_2", "cityname_3". For the prompt, you can further use the country name from the dataset. The pictures should be photorealistic. The winning bid should be below $100.

    €82 (Avg Bid)
    €82 Μέση Προσφορά
    46 προσφορές
    Convert PNG to ASCII and Linestroke Έχει λήξει left

    I need my file converted as requested in the PNG,if you can help me with this kindly place your bid

    €11 (Avg Bid)
    €11 Μέση Προσφορά
    8 προσφορές
    Make 14 tools for my website #4 Έχει λήξει left

    Hashing 1) RS Hash 2) AP Hash 3) DJB Hash 4) DEK Hash Image: 1) SVG to PNG/JPEG 2) Youtube Thumbnail Grabber 3) Image to ASCII Art 4) ASCII Art to image Code: 1) JSON to XML 2) INI to XML 3) CSV to XML 4) TSV to XML 5) TSV to CSV 6) TSV to JSON

    €79 (Avg Bid)
    €79 Μέση Προσφορά
    1 προσφορές

    Necesito generar codigos de barras en power builder code 128 o similar.

    €123 (Avg Bid)
    €123 Μέση Προσφορά
    72 προσφορές
    Minor Edits to STL Printable File Έχει λήξει left

    ...the designer has any suggestions or recommendations for improvements, I am open to hearing them. The format of the original STL file is not known, as I am not sure whether it is in binary, ASCII, or voxel-based format. Therefore, the designer should have experience working with different file formats and be able to handle any format that the file may be in. Ideal skills and experience for this job include: - Proficiency in 3D design and modeling software - Experience working with STL files and making modifications to specific features - Familiarity with different file formats, including binary, ASCII, and voxel-based - Strong attention to detail and ability to accurately follow instructions - Creative thinking and problem-solving skills to suggest improvements or altern...

    €51 (Avg Bid)
    €51 Μέση Προσφορά
    19 προσφορές

    Text: 1) Binary to decimal, eg. 10110 => 22 2) Hex to decimal, eg. ca35fe => 13252094 3) Octal to decimal Files: 1) Gzip- compress a file to .GZ archive 2) UnGzip- decompress a .GZ archive 3) Corrupt file - corrupts a file so it won't be possible to read it 4) Random file- creates a random file, file full of random bytes Images: 1) Duotone 2) Vibrance 3) Round corners Hashing: 1) CRC24 (OpenPGP, Interlaken, OS9) 2) PJW Hash And: 1) Password generator

    €88 (Avg Bid)
    €88 Μέση Προσφορά
    1 προσφορές
    Rename files Έχει λήξει left

    I have files that are named with non-ASCII characters. I would like to rename them to ASCII characters. The files are stored in a folder which has other subfolders. I would like an app that allows me to choose the folder and it will rename the files inside the subfolders in several passes according to a table (xlsx or csv file). E.g. first pass change "À" to "A", second pass change "Á" to "A", etc until the table reaches the last row.

    €104 (Avg Bid)
    €104 Μέση Προσφορά
    73 προσφορές

    ...design incorporating ASCII art. The website should showcase my cheat sheets, projects, CVEs, CV, and blog, similar to a standard portfolio website. Additionally, I would like an avatar and banner for my social media profiles. I have some examples of the designs I am looking for, and I would like to know if you are interested and available to take on this project. website : -->Whoami-->For MyCV -->FreeLanceReq-->for request a free lance service -->blog--> for article -->Cheatsheet--> somethig like this : -->MyCourse--> Udemy course this is unique case not like every website it something special some will help you for this projects website desgins this is vedio for ascii

    €469 (Avg Bid)
    ΣΜΓ
    €469 Μέση Προσφορά
    8 προσφορές
    SIV opertation -- 3 Έχει λήξει left

    ...level) and for each file/directory found record the following information in the verification file (it is up to you decide the format used to store records in the verification file): I. Full path to file/directory, including filename II. Size of the file III. Name of user owning the file/directory IV. Name of group owning the file/directory V. Access rights to the file/directory (either octal or symbolic) VI. Last modification date VII. Computed message digest with specified hash function over file contents f) Write to the report file (this must be a text file) a summary of your findings: I. Full pathname to monitored directory II. Full pathname to verification file III. Number of directories parsed IV. Number of files parsed V. Time to complete the initialization ...

    €173 (Avg Bid)
    €173 Μέση Προσφορά
    16 προσφορές