Htmljavascript char jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 htmljavascript char jobs found, pricing in CAD

    I need a research paper done. Details will be provide in char box.

    $4 / hr (Avg Bid)
    $4 / hr Avg Bid
    30 bids

    I work with Embarcadero C++ Builder v11.2 and need a function (in C/C++ source code) that can extract geomet...DXF-file. You are welcome to use open-source libraries like https://svgpp.org. All SVG shape entities must be supported. They must be exploded into line segments (simple polygons) consisting of a number of points. • Circle, • Ellipse • Line • Path • Polygon • Polyline • Rect Example files in SVG will be supplied. This is how I plan to use the SVG function: #define SUBCRV (char)0x01 typedef struct { double x,y; char f;} DCRV; double Step=1; // mm max between points on curves std::vector<DCRV> P=w2g_ImportSVG(SVGFileName,Step); for(int i=0;i<();i++) if(P[i].f & SUBCRV) // new subcurve MoveTo(...

    $763 (Avg Bid)
    $763 Avg Bid
    20 bids

    Task is to create Command Line Pipe in C++ without any dependencies. Must work for Windows x86. Functionality: Create function CreateShell() which uses CreateProcess to start a new thread with , this will return also return the first content that spits out. Second function is ExecuteShell(char command) which will execute Commands in the process thread. If I run the function it should also return the current command output after it's run for example: echo 123 will return 123 after it is executed. It's basically 2 functions, one is creating the process and returns the first output and the 2nd one is writing content to the command line of the process which should also get the output after the command was executed. Also if CreateShell is executed a 2nd time and there

    $50 (Avg Bid)
    $50 Avg Bid
    5 bids

    ...Flux<Response>. this is the part of code: @Service public class UserService { @Autowired UserRepository userRepository; public List<UserEntity> findAll() { List<UserEntity> users = new ArrayList<UserEntity>(); ().toIterable().forEach(user -> { (user); });; return users; } //PASSWORD VALIDATION digit + lowercase char + uppercase char + punctuation + symbol private static final String PASSWORD_PATTERN = "^(?=.*[0-9])(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#&()–[{}]:;',?/*~$^+=<>]).{8,20}$"; private static final Pattern pattern = (PASSWORD_PATTERN); public static boolean isValid(final String password) { Matcher matcher = (password); ...

    $33 (Avg Bid)
    $33 Avg Bid
    2 bids

    Hey there, I would need someone to write me a Command Line Pipe in C++ without any dependencies for Windows x86, it should work like this, there is a function CreateShell() which uses CreateProcess to start a new thread with , this will return also return the first content that spits out, and the 2nd function will be ExecuteShell(char command) which will execute Commands in the process thread, if I run the function it should also return the current command output after it's run for example: echo 123 will return 123 after it is executed. It's basically 2 functions, one is creating the process and returns the first output and the 2nd one is writing content to the command line of the process which should also get the output after the command was executed. Also if CreateSh...

    $232 (Avg Bid)
    $232 Avg Bid
    10 bids

    ...static byte[] hexStringToBytes(String hexString) { if (hexString == null || ("")) { return null; } hexString = (); char[] hexCharacter = (); for (int i = 0; i < ; i++) { if (-1 == charToByte(hexCharacter[i])) { return null; } } int length = () / 2; char[] hexChars = (); byte[] d = new byte[length]; for (int i = 0; i < length; i++) { int pos = i * 2; d[i] = (byte) (charToByte(hexChars[pos]) << 4 | charToByte(hexChars[pos + 1])); } return d; } public static byte charToByte(char c) { return (byte) "0123456789ABCDEF".indexOf(c); } public static String bytesToHexString(byte[] src){ StringBuilder stringBuilder = new StringBuilder("");

    $29 (Avg Bid)
    $29 Avg Bid
    12 bids

    Hey , hope everyone is good , please don't apply if you don't know what i'm talking about i need a kernel to calculate a keccak hash of an unsigned char * containing a public key need to be able to remove the leading 04 and to handle endians to produce correct hash thank you

    $187 (Avg Bid)
    $187 Avg Bid
    9 bids

    I made an ESP32 receiver-webserver program (ESP-now protocol in Arduino IDE) but what is missing from my code is the following: I want when we make a refresh on the receiver's webpage the data to be preserved (imagine that 10 senders for example send each of them just a string as their own id for being recognized by the receiver and a char message like "free" or "duty" which make the corresponding region-square for the particular sender green (free) or red (duty) on receiver's webpage. What now happens is: If I refresh the page all the squares start from green. I thought as a solution: the senders to send every for example 30sec the last message that they have sent but that means the senders all the time are awaken up (via timer) so as to send again the...

    $144 (Avg Bid)
    $144 Avg Bid
    10 bids

    Write a technical blog about bio-char mix of cocopeat

    $24 (Avg Bid)
    $24 Avg Bid
    9 bids

    ...zero when string a is the same as string b. When comparing strings, in C, we cannot use ==, <, or > as that will compare the pointer addresses and not the characters. strcmp(a,b) returns a negative number when a precedes b using an ascii sort (not a dictionary sort but close enough for today). strcmp(a,b) returns a positive number when a follows b in an ascii sort. (this is often implemented as the char difference: a[i]-b[i] where i is the least of the last indexes of a or b or the first different character of a and b). So string a is less than string b when strcmp(a,b) < 0 And string a is greater than string b when strcmp(a,b) > 0 And string a is equal to string b when strcmp(a,b) == 0 In the file you will be given a template for merge sort. An input and output fil...

    $61 (Avg Bid)
    $61 Avg Bid
    18 bids

    You are given a driver that creates four vectors of four different datatypes: Integer, Double, Char, and String. Your task is to write two fuctions rotateLeft and output. rotateLeft function takes in a vector of any type as input and rotates the vector by one position in a circular way: For example, if the vector contains the integers 1 2 3 4 5. One call of rotateLeft on this vector will leave the vector as 2 3 4 5 1. Successive calls will yield 3 4 5 1 2, 4 5 1 2 3 and finally the fourth call will leave it as 5 1 2 3 4. The function output takes in a vector of any type and prints it to the console. Note that strings are read from the file “”. Starter Code The template code is provided for you in resources. Specifications Implement the these functions in the the driver ...

    $33 (Avg Bid)
    $33 Avg Bid
    9 bids

    Check this. Create screen to upload documents. 1. Normal user: Upload documents. with document details described in 20 char text field, and numeric field for number. Admin will receive notification. 2. Admin user: Approve and update 10 char text field with admin notes and Check mark status update. 3. Cleanup unused links.

    $255 (Avg Bid)
    $255 Avg Bid
    16 bids

    ...and Address proof ) The ID documents should be in a form that sends the documents to a specified back office email address for processing. o Accounts : This page will display 2 tables  Real accounts : Displays a table with this columns and in front of each line(DB record) display 2 buttons (Pay due balance, cancel this account) • Account number (NUMBER) • Account password (Password Char String) • Broker Name (Char String) • Today PL (Float numeric) • Total due (Float numeric)  Demo accounts: Displays these columns from a MySQL Database and a delete button in front of each record • Account number • Account password • Broker Name o When the client clicks on the Paye due amount (one of the 2 buttons in front of each real accounts line...

    $294 (Avg Bid)
    $294 Avg Bid
    81 bids

    ...number of posts written for a particular tag. For example, if someone is searching the expert for #data. Lets say I have written 65 posts on #data and John Doe has written 37 posts on #data then I should be ranked first (6) Users should be able to answer/comment on a questions/article/post Comment should be having the same limiation like the main question itself, that is if main question has 5000 char limit then same here (7) User should be able to upvote a comment/post/article A single user can upvote only one time on a post, also upvote can be done on any post/comment/question/answer (8) User should be able to see the leaderboard of most engaged SMEs For now, user having most number of questions/comments/articles posted (80% weightage) along with upvotes given (20% weight...

    $799 (Avg Bid)
    $799 Avg Bid
    57 bids

    Identify the application command(s) arising from use case Make Reservation and provide contract(s) for these. Provide UML Class Diagram(s) of the Domain Model for the OHRS as determined from an analysis of use case Make Reservation and derived contract(s). a dynamic model of the Use Case Realization. All diagrams must be made using modeling tools. More details in char Reference page

    $59 (Avg Bid)
    $59 Avg Bid
    8 bids

    The iNav repo: Must use version 5. Target : MATEKF411SE. You must change these things : change in vtx_smartaudio.c: const char * saPowerNames[VTX_SMARTAUDIO_MAX_POWER_COUNT + 1] = { "----", "250 ", "500 ", "1000", "2000", "3000" }; // Fill table with standard values for SA 1.0 and 2.0 saPowerTable_t saPowerTable[VTX_SMARTAUDIO_MAX_POWER_COUNT] = { { 250, 7 }, { 500, 16 }, { 1000, 25 }, { 2000, 40 }, { 3000, 80 } }; And change in vtx_smartaudio.h: #define VTX_SMARTAUDIO_DEFAULT_POWER_COUNT 5

    $20 (Avg Bid)
    $20 Avg Bid
    3 bids

    Ability to Signup /Register as a user – Password should be of minimum 8 char. It should have at least one capital letter and at least two number and one special character Ability to Sign-in/Login to the application Post login to the application – It show the list of doctors configured by reading from the database and showing it in the drop down ( with any doctor as a default) and the corresponding Patient record should be shown in grid. The Patient record should be pulled from the database. The grid should have the following Columns – Patient Id, Patient Name, Date of Registration The user should be able to click one of the patient record and perform – Edit or Delete of Patient Record. The Patient Id and Doctor Id should not be allowed to edit Menu options to...

    $54 (Avg Bid)
    $54 Avg Bid
    19 bids

    Hi I have completed a microsoft teams notification bot as per which runs successfully on local however on deploying to azure I get the below errors Invoke-Webrequest : Unable to connect to the remote server At line:1 char:1 + Invoke-Webrequest -Method POST -URI ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:HttpWebRequest) [Invoke-WebRequest], WebException + FullyQualifiedErrorId : WebCmdletWebResponseException, Need help to debug and have it run on azure.

    $409 (Avg Bid)
    $409 Avg Bid
    12 bids

    I have some of the code that is needed however I am not too sure if I am doing it correctly. I will include below! #include <stdio.h> struct merch { int descrip; int ItemNum; int price; int MemGb; }; struct customer { char name[20]; int clientnumber; }; int main() { printf("Welcome to the Apple Store! n"); printf("Here is the list of our current merchandise: n"); // display merch list using function printf("Would you like to buy a new phone? n"); printf("1. Yes n2. No n"); scanf("%s",custAns) if (custAns, "1") ==0){ printf("Please enter customer number: n"); scanf("%s", clientnumber); int customer = 0; ...

    $29 (Avg Bid)
    $29 Avg Bid
    41 bids

    On a weekly basis 2 simple C++ programs need to be delivered, using basic standard libraries. An example: The Input File The words will be loaded from a file. The file format is fixed. structure and always will be like that (no error checking is required for reading ...have maximum 8 definitions. - A word that is defined and the type of the word can have maximum 64 characters, - Text of a definition can have maximum 1024 characters. These numbers as constant. so the program should comes with the following functions: int LoadDictionary(const char* filename); void SaveDictionary(const char* filename); void DisplayWord(const char* word); void AddWord(const char* word, const char* type, const char* definition); int UpdateDefinition(const char...

    $27 (Avg Bid)
    $27 Avg Bid
    28 bids

    Hi i need to convert a C code to RISC-V 64 assembly, here is the code, budget 10$ #include <string.h> void to_upper_c(char * str) { for (unsigned int i = 0; i < strlen(str); i++) { if (str[i] >= 'a' && str[i] <= 'z') { str[i] -= 'a' - 'A'; } } }

    $26 (Avg Bid)
    $26 Avg Bid
    4 bids

    I will like to create a realistic drawing off a pixel char

    $110 (Avg Bid)
    $110 Avg Bid
    62 bids

    We need three tweaks on our WP site: ********************************************************* 1. Sync the Members Membership Plan with a new Custom User Field, Membership Plan (membership-plan). Like with the Payment Due field, we need to mirror/sync the ARMember Membership Plan in a User Field. The format of the Membership Plan field can be numeric or char, depending on what is easiest. ********************************************************* 2. Automatically add Members to Newsletter Lists according to their Membership Plan. We are using a newsletter Plugin called The Newsletterplugin. We have set up one Newsletter List for all Membership Plans and we need them to be updated automatically when a member registers for a Membership plan, changes plan, or deletes his plan. The sync...

    $670 (Avg Bid)
    $670 Avg Bid
    45 bids

    I'm having trouble implementing my code and need help with minor errors and making sure i get the correct outputs. Write a program whose input is a character and a string, and whose output indicates the number of times the character appears in t...the string. The output should include the input character and use the plural form, n's, if the number of times the characters appears is not exactly 1. The program must define and call the following method that takes the input string and character as parameters, and returns the number of times the input character appears in the input string. public static int calcNumCharacters(String userString, char userChar) input: n Monday output: 1 n input: n it's sunny outputs: 2 n's attached is my code I just need it to fix to...

    $35 (Avg Bid)
    $35 Avg Bid
    9 bids

    ...column_ordinal = ROW_NUMBER() OVER (ORDER BY column_ordinal) FROM sys.dm_exec_describe_first_result_set(N'SELECT * FROM ' + @table, N'', 0) WHERE is_nullable = 0 AND is_identity_column = 0 AND is_computed_column = 0 ) SELECT N'INSERT ' + @table + N'(', N'--', column_ordinal = 0 UNION ALL SELECT CHAR(13) + CHAR(10) + CASE column_ordinal WHEN 1 THEN N'' ELSE N',' END + QUOTENAME(name), N'--', column_ordinal FROM x UNION ALL SELECT N' ) VALUES (', N'--', 1000 UNION ALL SELECT CHAR(13) + CHAR(10) + CASE column_ordinal WHEN 1 THEN N'' ELSE N',' END + N'<' + name + N', ' +system_type_name + N',>...

    $50 (Avg Bid)
    $50 Avg Bid
    12 bids

    Im trying to build a script in python which will save console output as a animated gif. When...not about recording the typing - is about recording the output from script which is a hand typing typing. Cade I have is: " import sys,time,os from colorama import init, Fore message = + "Computer: Hello world, nice to meet you .n Me: Nice To meet you too.n Computer: Goodbye." + def typewriter(message): for char in message: (char) () if char !="n": (0.2) else: (1) ("cls") typewriter (message) " And I need this to be saved as gif where message is a variable and will be working in a loop to generate multiple messages and multiple gifs

    $42 (Avg Bid)
    $42 Avg Bid
    16 bids

    Need someone to write a system call named pageAccess(), that reports this. The function prototype of this system call for user programs will be: int pageAccess(char* buf, unsigned int npages, unsigned int* bitmap); buf points to the start address of the virtual address space that needs to be checked for access. npages gives the number of pages that should be examined. It should be not larger than 64. bitmap is the pointer to an unsigned integer that acts as a bitmap indicating if a page has been accessed. Each bit of the unsigned integer corresponds to a page. Since an unsigned integer is 64 bits in size, npages is limited to 64. It should return a negative value if unsuccessful (for any reason). Any other returned value indicates success. If pages 1, 2, and 30 have been accessed,...

    $45 (Avg Bid)
    $45 Avg Bid
    1 bids

    I am looking for a simple routine to generate HMACSHA256 that can be verified with return hmacsha256(base64UrlEncode(header) + "." + base64UrlEncode(payload)) Example void loop(){ char * key = "your-256-bit-secret"; char *payload = " "; char *checksum = hmacsha256(payload,key); (checksum) }

    $139 (Avg Bid)
    $139 Avg Bid
    15 bids

    The tutor will be available for appointment both in-person in the Success Studio and by Char. The tutor will have flexibility setting their shifts between 9 am and 8 pm on weekdays. Shifts between 5-8 pm are fully remote; having some evening availability hours is preferred in Portugese only.

    $16 / hr (Avg Bid)
    $16 / hr Avg Bid
    8 bids

    I need someone who is good with blender or MAYA to re-design parts of my main char for my Unreal engine game the 3d model currently looks like a default knight model from unreal engine asset store just need neck size change & ear change

    $40 (Avg Bid)
    $40 Avg Bid
    9 bids

    Php page is getting arabic as ??????? char is already utf8 i just need fixing the code

    $41 (Avg Bid)
    $41 Avg Bid
    14 bids

    ...Cash) to be saved in separate sheets (details given below)  For the Option Chain: Reference Price Point’ shall be taken from an Excel file. API should bring data from this price point to next 33 Price Points Data to be taken for 3 Expiries; (current Expiry, Current +1, Current +2). Data of 3 expiries to be saved in 3 sheets. Sheet names to be taken from the Excel. In the sheet names last 9 char, represents the Expiry dates.  For the Future data, sheet name to be taken from Reference Excel  For the Nifty 50 Stocks, asymbols to be taken from excel  Login Credentials and the Access Keys etc. are to be taken from this Input File 4. Program Installation & Testing Requirements A. Support for Program, software (Python, Compiler/ editor) installation B. Basic testi...

    $258 (Avg Bid)
    $258 Avg Bid
    5 bids

    just need some help figuring out how to make a formula do what i need it to, the formula that i need takes one page in the sheet and moves over all of the values within a specific range on that sheet to a list on another sheet, the problem i am having is that the formula looks like this =textjoin(char(10),true,LOADS!A2:A14) but when i pull it down to copy the value it turns into this =textjoin(char(10),true,LOADS!A3:A15) what i need is to know how to make the next formula start at where the last formula ended

    $26 (Avg Bid)
    $26 Avg Bid
    57 bids

    Hi. I've got a spreadsheet with 3 tables. My objective is to associate multiple accessories with a machine and display these in a table. My spreadsheet works as expected but I would like 2 more modifi...handful of machines as in the sample file but in reality there could be thousands, and this affects computer performance. I would like to substitute code for these arrays. 2. The Working Spreadsheet has many columns for each Accessory Type to account for the possibility of many accessories per type, per machine. However most devices only have a few, which means the formulas return blank values and a CHAR(10) return, which leaves spaces in the result. This doesn't look good when I display the accessories. I would like the formula to ignore cells where the array formul...

    $93 (Avg Bid)
    $93 Avg Bid
    14 bids

    I need somebody who is able to write a short story about a new mobile game. What I need is: - a general concept of the st...minutes and give him a feeling that the game has at least a rudimentary story The game: - it is a 2d game (see screenshots) - there are 4 races (Rogue, Mage, Warrior, Hunter) - there are 5 maps with monsters (forrest map, lava map, dungeon map, frost map, dragon map) - the player can choose a race and login. He plays with other players real-time. What you do ingame is: grind equipment, level up char, get a pet, join a guild, chat with others, pvp, fight bosses, etc. Adding screenshots of the game screens etc. to give you an idea about it. Maybe you can send me some reference work. I have no idea how to do this story thing. I think I will pay around $100 for...

    $123 (Avg Bid)
    $123 Avg Bid
    21 bids

    We're looking for someone that can help us create a debug console environment where the code can be run with live timing and memory status updates. We would like to see real-time variable values and internal clock states with the chance of slowing down time for further debugging possibilities. The current code was developed in mikroC and it involves basic INT , CHAR, *pointers , IC2 port,and UART. We're sure there must be software that can meet our requirements. The final product must be the recommendation of software to download and a set of working project files that run our current C Code.

    $1953 (Avg Bid)
    $1953 Avg Bid
    5 bids

    ...code can be developed in a separated small Android NDK Project. I need a NDK small project that has one class with 3 methods. I have a simulator that is ready to accept TCP Connections from port X and then sends stream data to the client buffer with H264 data format. So I need a native class with these methods : 1 : Open() : connect to the simulator and send special char array as start instruction . I will give you this special char array 2- A loop with 25 millisecond iteration that reads stream from simulator and calls "onStream" method in caller java class and send byte[] as result . you must define an internal buffer in your code and put received stream to the end. Then recognize H264 frames in the internal buffer and send frames to caller java class . each f...

    $48 (Avg Bid)
    $48 Avg Bid
    6 bids

    ...****************************************************************************** skipping: no hosts matched PLAY RECAP ************************************************************************************************************************************************ ERROR! We were unable to read either as JSON nor YAML, these are the errors we got from each: JSON: Expecting value: line 1 column 2 (char 1) Syntax Error while loading YAML. expected '<document start>', but found '<scalar>' The error appears to be in '/Users/ej/project-testing/ansible/sites/chapter1/hosts': line 2, column 34, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: # ansible_connection=ssh ansible_ssh_user=r...

    $19 / hr (Avg Bid)
    $19 / hr Avg Bid
    5 bids

    I need to package and deploy a package in SCCM, however, I am having issue that file names (including path) exceed 258 char limitation. Check for more info: here they also implement a workaround: "What I ended up doing as a work around was zipping everything up and then uncompressing them on the client to run the install. It works but it's cheesy." I need to implement this using a powershell script. When client install package via Software Center, they need to call the .ps1 which: - copy .7zip file from server to client in temporary folder - uncompresses file - runs .exe file (found in compressed file) with argument "--test"

    $262 (Avg Bid)
    $262 Avg Bid
    4 bids

    ...can be developed in a separated small Android NDK Project. I need a NDK small project that has one class with 3 methods. I have a simulator that is ready to accept TCP Connections from port X and then sends stream data to the client buffer with H264 data format. So I need a native class with these methods : 1 : Open() : connect to the simulator and send special char array as start instruction . I will give you this special char array 2- A loop with 25 millisecond iteration that reads stream from simulator and calls "onStream" method in caller java class and send byte[] as result . you must define an internal buffer in your code and put received stream to the end. Then recognize H264 frames in the internal buffer and send frames to caller java class . each ...

    $140 (Avg Bid)
    $140 Avg Bid
    4 bids

    Draw geometric shapes with ASCII characters in console/terminal mode with C language. Firstly you can use "*" to draw shapes Step 1 create function to draw rectangle with fixed parameters (6x10) Step 2 improve function draw rectangle to accept parameters (length, width) Step 3...draw square with parameters (size, mode) Step 5 create function to draw any shapes (rectangle or square) Step 6 create function to draw right triangle with fixed parameter (height) Step 7 create function to draw equilateral triangle with fixed parameter (height) Step 8 implement all triagles shapes into draw shapes function (step 5) Step 9 improve draw rectangle if only borders mode with this char : "╔" "╗" "╚" "╝" "═" "║" Step 1...

    $95 (Avg Bid)
    $95 Avg Bid
    26 bids

    I would like to have a custom costume made for my cosplay by late October. The character is Char Aznable from Mobile Suit Gundam. I would like the jacket/cape, pants, gloves, and belt. I want it to look as realistic as possible from the embroidered gold detail on the front to the epaulettes on the shoulders. The costume is heavily based off of 19th century European military uniforms. I saw a video I liked a lot of a professional making this costume. (). I would like it to look like that.

    $153 (Avg Bid)
    $153 Avg Bid
    3 bids

    Analyze the LLVM IR to emit a heat map of all structure field accesses. In other words, emit a frequency table per structure in the code with each field along with the count of how many times it was accessed. For example, for the following code: struct Pack { int value; int weight; char* factory; } item; print("Weight of %d costs %dn", , ); return ; The heat map should be printed as: struct Pack int value | 2 int weight | 1 char* factory | 0

    $19 (Avg Bid)
    $19 Avg Bid
    4 bids

    ...output section. There must be a variable to set the unit number as well. Entry into the code could be something like this Void SerialDataEntry( int MyData ) = That I will use as the entry into the state diagram. intUnitNumber = 1 - 16. I will set this before I call the procedure. Int ReceiveDerialData( void ) = I use this to check if data is available. Please use -1 to indicate no data is present. Char GetState( void ) = Get the state that we in or read the state variable There will be 4 states BLOCK PASS TAG SWITCHINFO BULK AA BB 01 00 00 09 F6 AA BB 02 00 00 11 EE FF AB BB 01 01 A1 A2 A3 etc The commands that are embedded into the string would be AA BB 01 AB BB 01 01 AC BB 01 AD BB 01 The first byte is the main command identifier AA = SwitchLoop AB = Read Tag AC =...

    $1131 (Avg Bid)
    $1131 Avg Bid
    14 bids

    ... @JOHNNY enters from left to screen center @JOHNNY faces left @MARTHA starts idle_happy_loop This is the exact code that someone created for my Blogger website: <div style='clear: both;'/> <style> .char-names-boxes{width:50%;height:30px;font-size:1.2em;font-family:roboto;border-radius: 5px;margin: 3px;} #char-input-boxes{width:100%;} .char-names-boxes-buttons {width: 25%;height: 30px;font-size: 1.2em;font-family: roboto;border-radius: 5px;margin: 3px;background-color: #6ca6cf;color: #fff;} </style> <div class='post-body-inner' id='char-input-boxes'/> <script type='text/javascript'> //<![CDATA[ $(document).re...

    $269 (Avg Bid)
    $269 Avg Bid
    111 bids

    ...Just simple contact form (using Bootstrap v5 for styling), built in Laravel error checking for each field. Fields on the "Add Contact" page ("Add Contact" button on top nav, same with "View Contacts") are first name (required), last name (required), email (required|email), mobile (optional|numeric), landline phone (optional|numeric), 1st line address (optional, max char 255), town/city (optional, max char 255), postcode (max char 7, remove white space). The view contacts page is paginated list of the contacts (please use Faker to populate at least 100 results). This will be "View Contacts". The search field on the "View Contacts" page needs to use AJAX to filter results based on the contact's name when typing an...

    $253 (Avg Bid)
    $253 Avg Bid
    95 bids

    I need alphabet series for data entry of my clothing wholesale shop i have this formula but i need more than this it generates the alphabet from formula to zzzz =UPPER(IF(ROW (A1)>18278,CHAR(96+INT(MOD(ROW (A1)- 18279,456976)/17576)+1),"")& IF(ROW(A1)>702,CHAR (96+INT (MOD (ROW(A1)-703,17576)/676)+1),"")&IF(ROW(A1)>26, CHAR(96+INT(MOD(ROW(A1)-27,676) /26)+1),"")&CHAR(97+MOD(ROW(A1)-1,26))) I need from A to 10th zz... or maybe more than that

    $75 (Avg Bid)
    $75 Avg Bid
    24 bids

    we are looking for someone to make product review videos for our youtube channel team. this contest is open to anyone, and you will need to make a video review of not less than 5 mins long for the following product: 1. Weber Genesis II Gas Grill: 2. Char-Broil Performance Gas Grill: 3. Weber Q2200 portable gas Grill: 4. Blackstone 36 inch Gas Grill: we will offer full-time work for the winner of this contest.

    $14 (Avg Bid)
    Guaranteed
    $14
    5 entries

    ...in my country. My country recently launched an app to receive payment not sure if that will work Payment Gateway SEO Friendly Websites User-friendly and attractive layout Newsletter subscription, Mailing lists Mobile-Friendly Websites Speed Optimization Pinterest Shop Plugin/Setup Google Analytics Setup Shipping Set up from the Caribbean Customer Chat set up Onsite - Messenger/WhatsApp or other char services - we are open to that as well Uniform menu that will show a selection of gold, silver and rose gold. Gift option and Note Set up in Menu Some products will be able to be customized, therefore we will like to have that option where people can insert their customized details when placing an order. There is something like that already, but we are open to different options. Open...

    $150 (Avg Bid)
    $150 Avg Bid
    53 bids

    Hi, I am looking for someone to capture data from weblinks and create excel files. Approximately 100 files to be cre...Specific requirements: - Excel file format xlsx (no macros) - Texts in Excel must be plain, without bullets, numbering, formulas (you may use formulas in your draft sheet, but for final save, ensure there are no formulas or macros present) - Weblinks will have quotes or stories, in one line or multiple lines. You will have to copy the text and ensure it fits in single excel cell per quote or story. Use CHAR(10) for entering new line within the cell, but must not overflow to the next cell. - All data must be in the single column (column A). - Cell A1 must be put as "Title", all other data will start from cell A2, A3... and so on. - Excel file name must mat...

    $27 (Avg Bid)
    $27 Avg Bid
    120 bids