Fpdf class asp barcodes punët

Filtër

Kërkimet e mia të fundit
Filtro sipas:
Buxheti
deri në
deri në
deri në
Lloji
Aftёsitё
Gjuhët
    Shteti i punës
    2,000 fpdf class asp barcodes punët e gjetura, me çmimin EUR

    I'm looking for a proficient ASP .NET MVC developer who can help me create a web application with a specific focus on music streaming. Key functionalities of the project include: * Building the web application from scratch with ASP .NET MVC * Synthesizing a user registration system. It's essential to track user activity for future features, but no user login will be required to access content. * Establishing a data analytics feature. This data should be accessible to admins and will be used to gauge user preferences and activity. * Incorporating real-time notifications. This functionality should alert users of new content, primarily new music uploads. An essential part of this project is the local storage and streaming of music files. These files need to be store...

    €30 (Avg Bid)
    €30 Oferta mesatare
    7 ofertat
    Trophy icon Arabic for Kids 6 ditë left

    I am looking for a flyer with an Arabesque design for kids. Arabic Language Institute (add logo) presents Arabic for Kids (add picture of kids learning Arabic) Ages 5 to 10 - Reading - Vocabulary - Speaking Starting Saturday, June 1st at Masjid Darul Islam 602 Salem Ave, Elizabeth, NJ Class Options 1 Day $10 per day 2 Days $15 per weekend Saturday 12:00 noon to 1:30pm Sunday 12:00 noon to 1:30pm Scan QR Code for Registration

    €18 (Avg Bid)
    I garantuar
    €18
    74 kandidaturat

    We have two sites on windows server that we would like to move to linux, without having to rewrite code for both sites. The current code is ASP and ASPX (vbscript) with Acess dbase. I am looking for someone that can make our ASP and ASPX pages to work on linux server with mysql dbase. We have a VPS on godaddy server, that we can host the two sites on. You are only qualified if you have done this many times before. You may not use our sites to "try" to do this after doing research, we only want experienced individuals on this.

    €156 (Avg Bid)
    €156 Oferta mesatare
    57 ofertat

    Education Website with Live Class Feature The project requires comprehensive full-stack development skills, with the aim to create a robust and functional website targeting students. The layout should be intuitive, offering a seamless learning experience. Key Features: - A fully functional and interactive landing page that includes contact forms and social media integration for enhanced communication. - A secure payment gateway offering an effortless checkout process for users. - Implementation of video and study material storage facilities. - Live classes integration providing real-time learning experiences. Study Material Details: - Incorporation of text files, video lectures, and interactive quizzes for a well-rounded learning experience. The project offers a strict time...

    €237 (Avg Bid)
    €237 Oferta mesatare
    15 ofertat

    I am seeking a highly creative and skilled freelancer to design a video invitation card for a special event I am planning. The video should radiate elegance and class, appealing directly to my friends and family. The successful candidate should be excellently adept at: - Graphic Design - Video Editing - Animation The inclusion of the following elements is essential: - A well-crafted personal photo collage that will touch hearts - Animated text that adds a touch of class and uniqueness - Choosing or creating a befitting music or voiceover that complements the overall feel of the video It would be highly advantageous if you have prior experience creating similar video invitation cards, particularly ones that incorporate classic style elements effectively. Proven skills in bl...

    €12 (Avg Bid)
    €12 Oferta mesatare
    10 ofertat

    ...features: - **Multi-Login System**: There needs to be a seamless and secure multi-login system to accommodate both trainers and students. - **Search Functionality**: Users should be able to search for trainers or classes based on the city or trainer's name. This will make it easy for students to find trainers that are close to them or whom they may have heard of. - **User Profiles**: Each trainer or class should have a detailed profile which includes: - Biography: A brief description of the trainer and their training methods. - Reviews and Ratings: Users should be able to rate and write reviews about the trainers/classes. - Contact Information: Trainers should be able to list their contact information so that interested students can get in touch with them. The i...

    €295 (Avg Bid)
    €295 Oferta mesatare
    29 ofertat

    ...corporate identity and logo. The aim is to create brand recognition, present a professional image, and differentiate ourselves from competitors in our niche. I am seeking a proficient artistic designer who can create a unique and captivating logo for brand recognition, website use, and product labeling. Expectations: * Develop a logo and corporate identity that's innovative, yet represents a sense of class. Something simple but distinct like luxury brands. * Adherence to a color palette of black, white and touches of burgundy. I'm open to different gradations and intensities of these colors to make the logo pop. * We want the logo to use the image of a lynx or a fox. * Develop a manual with the brand corporate identity to explain how and when the logo must be used (co...

    €100 (Avg Bid)
    I garantuar
    €100
    964 kandidaturat

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), ));

    €24 (Avg Bid)
    €24 Oferta mesatare
    33 ofertat

    I'm in urgent need of a detail-oriented freelancer who can assist me with enriching the data in a CSV file. This file contains information on over 6000 Fast-Moving Consumer Goods (FMCG) products, including product titles and barcodes. Key Tasks: - Go through the CSV file: Identify each product's title and barcode. - Search for the product image online: Using the product title or barcode, find a suitable image of the product. - Download the image: Save the image to your local system. - Organize the images in folders: Each image should be saved in a folder named after the product category. - Rename the image files: Each image should be renamed to match the product’s barcode with a .png/.jpg/.jpeg extension (e.g., ). Ideal Candidate: - Proficient in data analysis and...

    €41 (Avg Bid)
    €41 Oferta mesatare
    37 ofertat

    I'm searching for an experienced graphic designer to create a unique, sophisticated logo for my pastry shop named "Voilà". Key Requirements Include: - Incorporating the name "Voilà" into the logo design - Conveying a sense of class and sophistication - Utilizing a color scheme of burgundy/champagne, or gold/ rose gold Skills and Experience: - Proficiency in color theory - Strong background in logo and brand design, especially for food-related businesses - Ability to capture the essence of a brand's identity in a visual format I look forward to seeing your portfolio and discussing potential designs for "Voilà". I want to use my logo for Instagram profile, to add on my personal pastry photos, and also on stickers an...

    €9 (Avg Bid)
    I garantuar
    €9
    312 kandidaturat

    Quiero pasar estas dos funciones de C++ a C template<class T> int EEPROM_put(int ee, const T& value) { const byte* p = (const byte*)(const void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) foo(ee++, *p++); return i; } template<class T> int EEPROM_get(int ee, T& value) { byte* p = (byte*)(void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) *p++ = foo(ee++); return i; }

    €16 (Avg Bid)
    €16 Oferta mesatare
    6 ofertat

    I need a robust class management system that caters to the needs of a large-scale educational institution. Our primary users will be students, teachers, administrators, and parents. Key Features: - Attendance Tracking: The system should allow teachers to mark and track the attendance of students. - Grade Management: An intuitive grade management system that enables teachers to input and calculate grades effectively. - Messaging System: A communication platform that facilitates seamless interaction between all stakeholders (students, teachers, administrators, and parents). By Whatsapp - Schedule Change Option: The system should have a feature that allows for the smooth management of schedule changes. User Base: - The system will cater to over 100 users, so scalability and performan...

    €343 (Avg Bid)
    €343 Oferta mesatare
    78 ofertat

    I'm seeking experienced UML and OCL modelers to conceptualize my full system information and transcribe the model for the USE (.use) tool. Key tasks include: - Conceptualize the entire system model using UML and OCL - Transcribe the model for USE tool - Create necessary UML diagrams: Class Diagram, Use Case Diagram, Sequence Diagram Ideal skills would include expertise in UML, OCL, and system modeling. Familiarity with the USE tool is essential.

    €17 (Avg Bid)
    I garantuar
    €17
    2 kandidaturat

    I need an application developed for Android, iOS and potentially Windows. This app's purpose will be mainly to host video lessons and class videos, aimed at the education sector. Key Features: - The app needs to be code-access restricted to ensure content security. - It will also require a feature to embed hidden watermarks into the videos for further security. Ideal Skills: - Proven experience in Cross-Platform Mobile app development. - Proficiency in features revolving around Video playing and user security. - Expertise in embedding watermarks into video content. There is no strict timeline for the project completion, quality and attention to detail is more important. Apply if you have the needed skills and can deliver a secure, user-friendly app familiar with Arabic.

    €1081 (Avg Bid)
    €1081 Oferta mesatare
    49 ofertat

    I need a freelance PMP certified project management trainer for delivering a 5 days' project management courses and vast in PMI-ACP (PMI Agile Certified Practitioner). Course duration : 5 days. ...Material to be covered : PMI-ACP (PMI Agile Certified Practitioner) Location: Orlando, United States Frequency : Multiple Classes Fees : 5 x US$ 700.- per training day = US$ 3500 Candidates should provide me with their resume including detail qualification, career path, experience in project management and experience in conducting project management training. Aside this urgent time sensitive class, there will be multiple trainings in several locations in USA, Canada, UK, Europe and Africa so applicants from various locations are encouraged to apply so they can be contacted ...

    €533 (Avg Bid)
    Lokale
    €533 Oferta mesatare
    8 ofertat
    promotion for GoFundMe Campaign 3 ditë left
    VERIFIKUAR

    ...since anyone made a donation. I realize it must be difficult to give money to a person you haven’t seen for years or never met. I wanted to run a “Rewards Based Campaign” where contributors could select either Prints of my Artwork or select from my list of 200 different titles of Vintage Children’s books or both but GoFundMe prohibits offering rewards. I’ve been a successful award winning world-class professional painter & printmaker for decades. However (as mentioned in my campaign) Redundancy in my “Visual Arts” profession (due to circumstances unrelated to job performance) that I never could have anticipated has severely reduced the demand for artwork created by the human hand (by artists like me) in favor of computer generated fa...

    €123 (Avg Bid)
    €123 Oferta mesatare
    12 ofertat
    Codecanyon Project A Customization 3 ditë left
    VERIFIKUAR

    ...functionality. We're looking to add new features to the existing web application. These include: 1. Filter students by religion and gender (Dropdown filter needs for additional filter only gender and religion) 2. Send individual message by filtering class, section and marking by roll And some more 3. I need to show here some important field by default from student and parent profile Gender Religion Father's name Mother's name Mobile number Date of birth Address Image (print in pdf) 4. I have some issue to fix on result system. Need to modify class name tyme 1. Compulsory (WIll add full marks and GPA with Result) 2. Optional (WIll add full marks and GPA with Result) 3. Additional (Just to show on Marksheet, (WIll add any marks ...

    €155 (Avg Bid)
    €155 Oferta mesatare
    24 ofertat

    I am looking for an experienced developer to create a school billing software with specific features. Key Features Needed: - Customizable invoice templates with a capacity to vary fields per class or grade. - Incorporation of custom branding elements into these invoice templates. Additional Requirements: - I would like to have WhatsApp notifications as a method of handling payment reminders. The ideal freelancer for this project would be one with prior experience in developing billing software, more specifically within a school context, and a strong understanding of WhatsApp API integration. Demonstrated experience in software that includes customizable templates and unique branding elements is a must. Your expertise in these areas should align with my project needs and enhance ...

    €428 (Avg Bid)
    €428 Oferta mesatare
    30 ofertat

    Tengo un error en codeigner con la api de mikrotik , necesito hacer funcionar este script corrigiendo este error: }catch(Exception $e){ return $e->getMessage(); } } } } // Mikrotik API if (!function_exists('mkClient')) { function mkClient() { return new PEAR2NetRouterOSClient(settin... } } } } // Mikrotik API if (!function_exists('mkClient')) { function mkClient() { return new PEAR2NetRouterOSClient(settings()[0]->mkipadd, settings()[0]->mkuser, settings()[0]->mkpassword); } } // Mikrotik API Util if (!function_exists('mkUtil')) { function mkUtil() { return new PEAR2NetRouterOSUtil(mkClient()); }...

    €29 (Avg Bid)
    €29 Oferta mesatare
    7 ofertat

    I need a React developer to build a frontend for a Student Management System. Key Project Details: - Two Types of Users: The system will have both admin and normal user functionalities. - Entities: The project involves five main entities: students, admin, class, exam, hall, and scheduling. - CRUD Operations: The system should allow for Create, Read, Update, and Delete operations for the mentioned entities. Admin User Features: - Access Control: The admin user should have the ability to control user access and manage permissions. - Reports Generation: The system should be able to generate exam scheduling reports. I will provide you with the Swaggy API list for this project. The deadline for this project is Saturday night. Ideal skills and experience: - Proficiency in React - ...

    €244 (Avg Bid)
    €244 Oferta mesatare
    41 ofertat

    I have collected the dataset in CSV format and now require an expert to develop a multi-class logistic regression model for me. Key requirements: - The dataset is ready and available in CSV format which can be used for the model. - You should have expertise in developing logistic regression models for multi-class classification. - Proficiency with Python is a must as I prefer the model to be developed using this language. Technical Requirements: Proficiency in Python and familiarity with libraries such as NumPy, Pandas, Keras, and TensorFlow. Knowledge of statistical learning, logistic regression, and gradient ascent optimization. Ability to write clear and concise documentation and well-commented code.

    €95 (Avg Bid)
    €95 Oferta mesatare
    45 ofertat

    I'm in need of a skilled web developer to set up a secured tutoring scientific website. This platform will facilitate online classes, between Students, Instructors and Schools (the field of study will be discussed person...online classes. The session creator (instructor or school) can determine the hourly rate, and the website has a predetermined commission programme (Discussed Personally) Skills and Experience: Proficiency in web development, particularly in setting up interactive and user-friendly websites and teaching tools. - Experience in integrating payment systems into websites. - Familiarity with online class management systems and content sharing features. - Strong communication skills as we may need to collaborate on the content shared, and for any future developmen...

    €2307 (Avg Bid)
    €2307 Oferta mesatare
    163 ofertat

    create 10 spreads (20 pages), an A5 book or magazine for Porsche Develop full research about the topic and writing the content to design an interactive digital artwork. Tasks to be covered: Task 1: Research your selection and analyze all needed aspects. Also, Mood Board (your visual research) + Layout plan (Dividers and interactive buttons) as we discussed in the class. Task 2: Design a suitable layout for your selected topic. Use Table, margins, columns, master pages, and paragraph/character style. Task 3: Submit InDesign file (Packaged) and export an interactive digital file (PDF). Task 4: A Presentation on screen, that discusses the project’s concept and process.

    €87 (Avg Bid)
    €87 Oferta mesatare
    74 ofertat

    create 10 spreads (20 pages), an A5 book or magazine for Porsche Develop full research about the topic and writing the content to design an interactive digital artwork. Tasks to be covered: Task 1: Research your selection and analyze all needed aspects. Also, Mood Board (your visual research) + Layout plan (Dividers and interactive buttons) as we discussed in the class. Task 2: Design a suitable layout for your selected topic. Use Table, margins, columns, master pages, and paragraph/character style. Task 3: Submit InDesign file (Packaged) and export an interactive digital file (PDF). Task 4: A Presentation on screen, that discusses the project’s concept and process.

    €89 (Avg Bid)
    €89 Oferta mesatare
    92 ofertat
    Swift Barcode Image Enhancement 2 ditë left
    VERIFIKUAR

    I have a set of images with barcodes on them and I need specialized enhancements. Primarily, I'm seeking a freelancer with advanced image processing capabilities to make my barcodes highly readable. Specific Requirements: - Adjust the brightness of images to improve readability. - Enhance the colors for clarity. - Remove any background noise which may be obstructing the view of the barcodes. The ultimate goal is to make it easier to read the actual numbers under each barcode. As timing is imperative, I require this project to be completed ASAP. Ideal Skills & Experience: - Proficiency in Image Processing and Enhancement - Experience with Barcode Recognition - Excellent Speed and Efficiency.

    €170 (Avg Bid)
    €170 Oferta mesatare
    52 ofertat

    ...staging server setup -> deploy our existing project to a new VPS using gitlab 2) Woocommerce -> continue long term development work on our existing custom plugin. Transfer the existing production woocommerce to this staging server. 3) ongoing long term development of our CRM app 4) gitlab Other components of our stack which are a HUGE ADDED BENEFIT if you can work on them -> .NET ASP, WEB API + MS SQL DETAILS HERE -> PRIORITY IS TO HAVE A DEVELOPER ON OUR TEAM (LONG TERM) THAT CAN FOR NOW ALSO WORK WEEKENDS AS WE HAVE SEVERAL EMERGENCIES TO FINISH URGENTLY. Someone who can efficiently manage Linux VPS and efficiently use GITLAB is critical. Initially we need part of the hours to be worked in the first weeks from 8:00PM- 2:00am UTC -3 (Brazil Time) later

    €7 / hr (Avg Bid)
    €7 / hr Oferta mesatare
    32 ofertat

    I am searching for a skilled freelancer who have developed an examination and class timetable for a multi campuses univeristy (1 - 10 campuses).

    €150 (Avg Bid)
    €150 Oferta mesatare
    30 ofertat

    ...also Initially we need part of the hours to be worked in the first weeks from 8:00PM- 2:00am UTC -3 (Brazil Time) later you can work on your time zone. If you are awarded the task we expect you to accept IMMEDIATELY and if the project is not accepted immediatly we will award it to another developer. To qualify you must be full stack and work PROFICIENTLY with gitlab and code in ., .NET ASP, WEB API + MS SQL. We also have woocommerce and have developed and will continue to develop plugins, so PHP and understanding of woocommerce plugins is a plus but not a necessity. Prerequisites: For the long term project the *STARTING* wage will be as stated below. 1) Accept initial hourly rate of U$5.00 2) If awarded, accept and start work IMMEDIATELY 3) Have MINIMUM OF 20+ hours a w...

    €7 / hr (Avg Bid)
    €7 / hr Oferta mesatare
    32 ofertat

    I'm looking for a cross-platform ...well-designed. - Security is also a key consideration, as the reports will likely contain sensitive information and should be well-protected. - Please provide examples of similar cross-platform apps that you have developed. - Experience with reporting functionalities and/or data security is a plus. Features of the Application will be, Name and class of app is daily Class reporting Software 2. Select the class you taught today from class 3 to class 12 3. Select the topic 4. Upload videos, and queries. 5. Mark it as done partly done or not done 6. Integrate it with calendar 7. Mark holidays 8. Integrate GPS location in it Please respond with details on your experience, how you would approach this project and ...

    €445 (Avg Bid)
    €445 Oferta mesatare
    40 ofertat

    ...jar”) - the generated jar can be added as a dependency on a Dummy Java app, and it should work exactly like Lombok. For instance, when I annotate a POJO with @, getter methods are added to the .class - Additionally, we will add both Lombok and Gilly dependencies on our , and both dependencies should work. For instance, when a POJO is annotated with @ and @, both getters and setters must be present on the resulting .class The successful applicant will have experience with: - the Lombok library - know the basics of Java reflection and Class loaders - familiarity with Ant scripts We're looking forward to having the project completed within a month. So, if you can work within these timelines and you're looking for a project that's both challenging

    €358 (Avg Bid)
    €358 Oferta mesatare
    21 ofertat

    I need to give the class on Microsoft. Thansk

    €8 / hr (Avg Bid)
    €8 / hr Oferta mesatare
    1 ofertat

    As the owner of Southern Charm Mobile Bar, I'm in need of a logo that embodies the essence of my business. I want a design that combines a country vibe with a touch of class. The color scheme I envision is deep burgundy, soft gold, and beige. You can add hunter green or wood brown if needed. You can add some flowers like the picture below in the logo to add color instead of color in the letters. Key Points: - Style: The logo should have a country feel while maintaining a classy touch. - Usage: The logo will be used primarily for online platforms (such as the website and social media), as well as on printed materials like business cards and flyers, and on physical signage for the mobile bar and event banners. - Design Elements: While I don't have any specific symbols in mi...

    €46 (Avg Bid)
    I garantuar
    €46
    475 kandidaturat

    ...Nagar, Noori Nagar, Hyderabad, Well trained and dedicated Teaching Staff, Computer Lab Equipped with World Class Advance Technology, We provide well-equipped computer, physical, biological, language, and math labs for both primary and high school students. Indo embassy high school Where Knowledge meets Innovation near Masjid e Maaz, Millat Nagar Noori Our comprehensive online platform facilitates seamless communication among students, teachers, and parents during and after school hours. IIT and Medical Foundation from Primary classes Special remedial classes struggling students Admissions are open for Nursery to Tenth Indo embassy high school for the bright feature of you child Class rush for Admissions Special remedial classes struggling students Indo embassy high sch...

    €69 (Avg Bid)
    €69 Oferta mesatare
    10 ofertat

    I need a Salesforce Apex test class written specifically to test the functionality of my existing Apex classes. Requirements: - The test class should cover the creation and update functionality of my custom objects. - The test class should ensure that data validation is being performed accurately. It is important that the freelancer has experience with Salesforce Apex and can demonstrate previous experience in writing effective test classes. Please provide samples of your previous Apex test classes if possible. Your understanding of Salesforce standard and custom objects will be a key factor in my decision.

    €23 / hr (Avg Bid)
    €23 / hr Oferta mesatare
    16 ofertat

    I'm seeking a skilled app developer to build a grocery tracking app with a barcode scanner and ...notifications before items expire. The goal is to create a useful tool with AI features to help enhance user experience Key Features - Using Flutter + Gemini-API User Authentication: Sign in and create new accounts Edit profile and preferences Pantry Management: Display a list of scanned groceries Add new items via a plus button, redirecting to the camera for scanning food receipts or item barcodes Edit and delete existing items Overview of current pantry inventory Photo recognition for groceries using Gemini API Gemini-API-based recipe recommendations based on pantry items Integration with barcode databases for easy item entry Notifications: Send alerts before items reach thei...

    €245 (Avg Bid)
    €245 Oferta mesatare
    65 ofertat
    Trophy icon Modern Flyer Design for Local Community Ka përfunduar left

    Congratulations to Mikhi Dacus BHP Class of 2024 Valedictorian The Man. The Myth. The Legend. Class colors and Navy Blue with red accent This will need to be formatted high quality for 8'8 backdrop

    €23 (Avg Bid)
    I garantuar
    €23
    142 kandidaturat

    ...work on Chrome, Edge, Firefox and Safari of windows desktop, iPhone and android. Milestones will be created. Results card layout improvements: a) Currently, for layout with multiple laptops per row, it shows specs only on mouse-over, lets remove that and show that in the card itself, between the laptop image and the hyperlink of the laptop title. Lower the font a little bit and add a special css class to control the style of the specs. b) The cards need a bit more padding/margin so they dont look too crowded with information. Show Details popup: c) Show details popup needs to occupy 90% of the screen width showing the specs in two columns and have a nice border and a thin scrollbar if the content does not all show in one screen. Description/Name should only show first 250 chara...

    €160 (Avg Bid)
    €160 Oferta mesatare
    137 ofertat

    I am looking for a creative Arab designer who can develop a unique scarf design for me. The design needs to be customized and should integrate the national symbols of the UAE along with unique patterns. Key Requirements: - Customized design that combines UAE national symbols and unique patterns - Color scheme in elegant, high class. - Patriotic Arabic calligraphic, Scarf should contain patriotic sentence in Arabic calligraphy. - Uniqueness: The design should be unique, not copied from online. - English explanations: Kindly give the English translation notes for each Arabic design. Ideal Skills: - Proficiency in graphic design software - Experience in creating scarf designs - Knowledge of UAE national symbols and culture - Ability to create unique and eye-catching patterns

    €95 (Avg Bid)
    €95 Oferta mesatare
    37 ofertat

    ...(LONG TERM) THAT CAN FOR NOW ALSO WORK WEEKENDS AS WE HAVE SEVERAL EMERGENCIES TO FINISH URGENTELY. We need work to be done in the first weeks from 8:00PM- 2:00am UTC -3 (Brazil Time) If you are awarded the task we expect you to accept IMMEDIATELY and if the project is not accepted immediatly we will award it to another developer. To qualify you must be full stack and conde in . , .NET ASP WEB API + MS SQL Details of our current project STACK can be seen here -> Prerequisites: For this optimization task you can bid your normal hourly rate but for the long term project the starting wage will be as stated below. 1) Accept initial hourly rate of U$5.00 2) Accept and start work immediatly 3) Have MINIMUM OF 20+ hours a week for long term ongoing support and development

    €6 / hr (Avg Bid)
    €6 / hr Oferta mesatare
    55 ofertat
    Trophy icon Hollybloom Event Listings Website 7 ditë left

    ...visually appealing website that serves as a hub for holistic events, enhanced with intuitive features to maximize user interaction and satisfaction, focusing on group-oriented activities. Supporting links (Example) Interactive Map and List view Example: Bio and filters of event example:

    €369 (Avg Bid)
    I garantuar
    €369
    142 kandidaturat

    ...need to be effectively linked to the Skills System. This includes the implementation of a variety of AI skills . - **Class System**: Our game has distinct classes that heavily influence the Skills System. Each class should have its own unique skill tree. Additionally, we have a system in place where NPCs' clothing changes depending on the class they belong to. The project timeline is negotiable as I'd like to spend some time explaining the task given the progress already made. However, the ideal candidate should be able to commit to a reasonable timeframe. this project can be made in different parts like: connection of skill tree with npc skills clothes depend on class (for future npc creator system) if budget is enough npc creator menu Also i...

    €23 / hr (Avg Bid)
    €23 / hr Oferta mesatare
    9 ofertat

    ...Spot colors left in documents will be separated as spot colors and additional charges may apply. WHITE INK • If white ink is to be used, art work should use a spot color swatch named “White” in it’s own layers. • Do not set overprint on any of the white colors. White set to overprint will not print. No METALLIC INKS • UPC Bar codes should be no smaller than 0.375”H x 0.75“W + quiet zone. • All barcodes must maintain a minimum 0.125” quiet zone in the scanned direction. _____________________________ Ideal Skills: - Graphic design experience with a focus on product packaging. - Experience in pharmaceutical or health-related design is a big plus. - Creativity in designing labels that perfectly balance the modern and delicious ...

    €46 (Avg Bid)
    I garantuar
    €46
    122 kandidaturat

    I'm seeking an experienced game designer to facilitate a beginner's course focused on game design. Here are my specific needs for this class. - Topic to be covered: The class should primarily focus on basic game mechanics. Attendees are complete beginners, so this will be their introduction to game design principles and concepts. - Attendee Knowledge Level: Given that the attendees don't possess any prior knowledge about game design, the instructor should take an approachable, easy-to-understand method of instruction. - Applicable platform: The concepts taught in the course should ideally be applicable to PC game design. Ideal Skills: - Experienced in game design - Proficient in basic game mechanics - Ability to teach beginners - Knowledgeable in PC gam...

    €94 (Avg Bid)
    €94 Oferta mesatare
    27 ofertat

    ...a professional to create a custom image scanner software specifically for Windows OS. The main purpose of the software will be to scan photos in batches. Key Features: - Batch Scanning: This is a primary requirement. The software should allow users to scan multiple photos in a single operation. - Photo Scanning: The software is specifically intended for scanning photos, not documents or barcodes. - Windows Compatibility: The software should be designed to work seamlessly on Windows OS. Ideal skills and experience for this job: - Proficiency in Windows software development and compatibility. - Extensive experience in creating image processing software or photo scanning applications. - Strong understanding of batch processing and automation in software. - Knowledge of...

    €190 (Avg Bid)
    €190 Oferta mesatare
    23 ofertat

    I'm seeking assistance in incorporating 2D Data Matrix barcodes within both BI Publisher and Oracle EBS. The primary goal of this integration is to enhance our current inventory tracking systems by printing the Labels with 2D barcode and business users can scan the barcode by using the RF scanner in the inventory. This project should be relatively straightforward for someone who is proficient with BI Publisher, Oracle EBS, and barcode implementation technologies. Key requirements and considerations include: - Proficiency in both BI Publisher and Oracle EBS - Strong understanding of 2D Data Matrix barcodes - Proven experience in integrating barcodes into inventory management systems The successful candidate will be able to not only implement the barcode system bu...

    €82 (Avg Bid)
    €82 Oferta mesatare
    6 ofertat

    ...naming and class allocation. 6. UML Class Diagram: - Create and provide a UML class diagram reflecting the new code structure and design patterns. - Ensure that the diagram is comprehensive and accurate. Bonus: (This is needed for the code) - Provide an additional variant of the code base that utilizes the Factory design pattern and DI. - Document and highlight the differences between the DI and Factory pattern implementations. Qualifications: - Proven experience in Java development and software design. - Strong understanding and practical experience with design patterns (DI, Listener, Builder, Singleton, Factory). - Proficiency with Google Guice or similar DI frameworks. - Experience with refactoring legacy code and improving code quality. - Ability to cr...

    €18 (Avg Bid)
    €18 Oferta mesatare
    17 ofertat

    The app should be able to take in a JSON like so: { "classes": [ { "name": "Person", "attributes": [ {"name": "personId", "type": "String"}, ...{"name": "employerId", "type": "String"}, {"name": "amount", "type": "Double"}, {"name": "dateIssued", "type": "Date"} ], "relationships": [ {"name": "person", "type": "Person", "multiplicity": "1"}, {"name": "employer", "type": "Employer", "multiplicity": "...

    €29 / hr (Avg Bid)
    €29 / hr Oferta mesatare
    35 ofertat

    Are you passionate about the power of words and the impact of branding? Do you thrive on creativity and love to craft compelling narratives? Satya Collections, a flourishing destination for sarees, lehengas, and suit pieces, is seeking a talented individual as a Brand Naming Specialist. At Satya Collections, we believe in more than just fa...attention to detail. Ability to think strategically and conceptually about brand identity. Excellent communication and collaboration skills. Prior experience in brand naming or a related field is a plus. The person whose name we find the most suitable, shall also get the opportunity of creating logo and brand designing part. Note - the name should be available for trademark registration. The class names are 25 and 35 in IP Search Portal of Go...

    €61 (Avg Bid)
    €61 Oferta mesatare
    30 ofertat

    ...component. Technologies: MudBlazor MarkDig Example Input (including ColorCode colorization): <div class="codebuddy-markdown my-4"><!--!--><p>To integrate the core functionality of uploading images to Azure Blob Storage using a Shared Access Signature into your codebase, follow these instructions. The language used is C#, and it's assumed your project supports dependency injection, similar functionalities, and configurations.</p> <h3>1. Install Required Packages</h3> <p>Ensure you have the necessary packages installed in your project. These include the Azure Storage Blobs package. You can install it using NuGet package manager:</p> <pre><code class="language-shell">Install-Package...

    €22 / hr (Avg Bid)
    €22 / hr Oferta mesatare
    27 ofertat

    ...designated for use in a class project focusing on fashion design. The target audience would be my classmates and the faculty. Your task would be to create both a physical and digital version of the moodboard. The ideal freelancer for this project will have: - Proficiency in fashion design and an understanding of current trends - Experience in creating visually appealing moodboards - An understanding of both physical and digital design mediums - A creative approach to portraying bold and colorful concepts within fashion design. - Also make a ppt for that to present that moodboard - Use some fabric or material which inspire for creating a moodboard on that theme - Attach real picture of that material or fabric in moodboad also show that material physically in class by bri...

    €19 (Avg Bid)
    €19 Oferta mesatare
    21 ofertat