Sample application letter for teaching position in collegeprojekty

Filtruj

Moje ostatnie wyszukiwania
Pokaż:
Budżet
dla
dla
dla
Typ
Umiejętności
Języki
    Stan Projektu
    2,000 sample application letter for teaching position in college znalezione projekty, cennik w USD

    Top Position szuka osoby zaznajomionej z techniką copywritingu w celu przekształcenia gotowej oferty do jeszcze bardziej zrozumiałej i przyciągającej dla potencjalnych klientów. Tematyka to - pozycjonowanie stron www. Niewykluczona stała współpraca na zasadzie zleceń. Termin realizacji - max. 3 dni.

    min $2
    min $2
    0 składanie ofert
    20162 Program w C++ Zakończone left

    ...n, the number of vertices in graph G, 2<=n<=1 000 000. line 2: integer n1, which is the number of outgoing edges from vertex 1, and then n1 integers, separated by a space, which are the successors of vertex 1 in G line 3: integer n2, which is the number of outgoing edges from vertex 2, and then n2 integers, separated by a space, which are the successors of vertex 2 in G and so on, line n+1: integer nn, which is the number of outgoing edges from vertex n, and then nn integers, separated by a space, which are the successors of vertex n in G The output: If the graph has a cycle, then a line with the word CYCLIC. Otherwise an ordered list of vertices in a topological order. If there is more than one result possible then return any one of the...

    min $2
    min $2
    0 składanie ofert

    ...4 z CGIAR-CSI SRTM 90m są w formacie geotiff. Każdy plik to wysokości dla kawałka ziemi 5x5 stopni geograficznych na regularnej kracie 6000x6000. Wysokości w metrach [-500,9000] inne ujemne wartości oznaczaja regiony bez danych. Geotiff mozna skonwertować do prostego formatu PNM. Przykładowy plik do czytania dla kawałka Polski: 15-20E, 50-55N tutaj () Przykladowy kod sample (~anl/dyd/GKw/srtmtst.c) wczytuje plik pomijając nagłówek i odwracając kolejność bajtów na właściwą. Otrzymujemy dane w tablicy. Wyświetlić siatkę czworokątów/trójkątów (lub lepiej przy pomocy GL_QUAD_STRIP całe paski) z widokiem z góry, rzut perspektywiczny lub równoległy z możliwościa zbliżania/oddalania i przesuwania na boki i góra/dół. Na...

    $81 (Avg Bid)
    $81 Średnia Oferta:
    1 składanie ofert

    Witam, potrzebuje przerobic ten skrypt darmowej galerii z TM Nie działa w nim zapisywanie ustawien do pliku. Jest to kwestia napisania jednej klasy, ktora w pliku jest pusta. POTRZEBUJE TO NA WCZORAJ. Dla zdolnego programisty bedzie to moment gregory-pozn@

    $2 - $37
    $2 - $37
    0 składanie ofert

    Witam. Potrzebuje "na wczoraj" dokonac zmiany w tym darmowym szablonie: Chodzi o to, ze CMS nie zapisuje zmian do pliku. Problem tkwi w pliku admin/services/ Klasa odpowiedzialna za zapis danych jest pusta.

    $2 - $37
    $2 - $37
    0 składanie ofert

    Chciałbym prosić o wycenę stworzenia polskiej gry w technice Flash lub Shockwave, opartej na anglojęzycznej grze "Letter Rip". Oryginalna wersja: Polska wersja ma być znacznie uproszczona: - prosty loader odmierzający procent załadowania danych - grafika gry prosta i oparta na 4 kolorach (i ich odcieniach): biały, czarny, czerwony, niebieski - po załadowaniu gry pojawia się ekran tytułowy i 2 przyciski: "Start" i "Instrukcja" - przycisk "Instrukcja" otwiera okienko wewnątrz gry z krótką instrukcją gry - przycisk "Start" uruchamia grę - gra bez muzyki, ale z 2-3 dźwiękami - zaznaczenie litery, ułożenie słowa, zmiana planszy (na początek gry, na koniec poziomu i po 'odświeżeniu'

    min $2
    min $2
    0 składanie ofert

    Witam, Zlece napisanie CSS do ukladu, przedstawionego na screenie: Góra powinna się rozciągać dla kazdej rozdzielości. Podział kolorów powinien być na środku ekranu, tekst powinien być w divie o szerokości 750px. Najbardziej odpowiadał by mi układ: < div >< div >jakis tekst< /div >< /div > Prosze nie uzywac position absolute. Jesli chodzi o drugie zadanie chyba nie trzeba tlumaczyc. Pomaranczowe powinno sie rozciagac, podczas gdy czarne nie. Wybiore tylko takie rozwiazanie, który spelni moje oczekiwania. Pytania na mail lub GG:3902876 Pozdrawiam

    $4 (Avg Bid)
    $4 Średnia Oferta:
    1 składanie ofert
    12936 Algorytmy Zakończone left

    ...rozwiazac takie zadanka. Algorithms must be written in pseudocode 1. Show the computation of the subset sum algorithm on the following data: the elements' weights are 8,5,10,3,6,8,2; the capacity of the bin is 20. Just draw an appropriate array and fill it like we did in class. Before doing that permute the elements in your own way (leave 2 as the last item). If the answer is positive list the elements whose weights sum up to the capacity of the bin. 2. When playing a game you are at position 0 initially. You can perform three types of moves, improving your position by 1, 2 or 3. Write a dynamic programming algorithm that computes in how many ways you can improve your position from 0 to n. For example, if n = 3, y...

    $2 - $12
    $2 - $12
    0 składanie ofert

    Write a program that implements the divide and conquer algorithm for finding two closest points on the plane. Details: input, to be read from the standard input stream: line 1: integer n, 2 <= n <= 1 000 000 line 2: integers x1, y1, -1 000 000 000 < x1,y1 < 1 000 000 000, separated by a space, specifying coordinates of point 1 line 3: similar, coordinates of point 2 ... line n+1: coordinates of point n output to the standard output stream: integer z, value of which is the square of the distance between the closest points Sample input: 3 1 1 -2 0 3 &#8211;2 Output: 10 Other requirements: For sorting (the initial phase of the algorithm) make your own implementation of mergesort. Programming language: C or C++. The program should run...

    $2 - $10
    $2 - $10
    0 składanie ofert

    Write a program that implements the divide and conquer algorithm for finding two closest points on the plane. Details: input, to be read from the standard input stream: line 1: integer n, 2 <= n <= 1 000 000 line 2: integers x1, y1, -1 000 000 000 < x1,y1 < 1 000 000 000, separated by a space, specifying coordinates of point 1 line 3: similar, coordinates of point 2 ... line n+1: coordinates of point n output to the standard output stream: integer z, value of which is the square of the distance between the closest points Sample input: 3 1 1 -2 0 3 &#8211;2 Output: 10 Other requirements: For sorting (the initial phase of the algorithm) make your own implementation of mergesort. Programming language: C or C++. The program should r...

    $7 (Avg Bid)
    $7 Średnia Oferta:
    1 składanie ofert

    The Convolution Rooms is a young, forward looking company based in Earl Shilton, Leicester that covers all aspects of media under one roof. We are currently looking for a talented, open minded PHP/MySQL programmer to work on interesting and challenging in-house and external projects. The candidate must have excellent knowledge of PHP5 and MySQL. Must have idea about e-commerce and CMS systems. Must be self-motivated and have positive attitude. To apply send your CV and Cover letter to jobs@

    min $2
    min $2
    0 składanie ofert

    ...site I give you. 3) 1 general professional header using the logo below....for 3 other websites headers will be the same just need text change on each.... 4) design a logo(have basic idea and sample already) + a template slide for the end of the video clips(sample of one that was done before can be found at the end of the video clips below) 5)3 banners general design and text already made just need someone to put it together for me. This job may seem like a lot of work but it is mostly editing refining and perfecting. Most of the creative work is done, I just need someone professional who knows what they are doing to put everything together for me. I'll provide you with full details on what to do. I'm looking for someo...

    $2 - $51
    $2 - $51
    0 składanie ofert

    Sklep interetowy z herbata i kawą ekologiczna wykonanie projektu graficznego oraz postawienie sklepu na serwer. Dodatkowo moduł news letter graficzny ze skorka sklepu : W pózniejszym terminie wykonanie skórek wielkanoc , swięta bzego narodzenia ,, ect ... ******

    min $2
    min $2
    0 składanie ofert

    ...like to add an advertisement to it dynamically. maybe to add some banner or some text in a box like an advertisement. I need it to work for both IE and firefox with no warning messages ofcourse of nay javascript issue. So basically the task is 1. User loads the main html page 2. user will see upper and lower frame as is now 3. User will see another banner that is added to the bottom frame dynamically, banner will not block any content from the bottom frame so it should be presented dynamically there beside some content and not block any other content (relational position pr can be done javascript, i program with jsp, so my programming language is html/js technology + jsp. When you bid for this task please state what you are planning to...

    min $2
    min $2
    0 składanie ofert

    Stracilem kontakt z gosciem, ktory strone budowal. NIE MAM ŹRÓDEŁ FLASHA. Strona - zakładka pracownia optyczna. Element we flashu - "strona w budowie" do zastapienia przez inny element we flashu. Prosze zasugerowac CO MOZNA tam wstawic. Zdjecia? Tekst? Tekst+zdjecia? Czy mozna przewijac itd. ...NIE MAM ŹRÓDEŁ FLASHA. Strona - zakładka pracownia optyczna. Element we flashu - "strona w budowie" do zastapienia przez inny element we flashu. Prosze zasugerowac CO MOZNA tam wstawic. Zdjecia? Tekst? Tekst+zdjecia? Czy mozna przewijac itd. Tak mialo by to wygladac : Element do zastapienia tu : Zdjecia dostarcze.

    min $2
    min $2
    0 składanie ofert

    Position: Contract VB/ASP Developer Skills: Excellent opportunity for an experienced VB/ASP , English Language .Working with an experienced UK company to deliver to some of the worlds biggest brands project, asset and brand management applications. Applicant must have 3 years experience in ASP, VB, SQL/T-SQL, Com+, HTML and XML. Great communication, analytical and troubleshooting skills a must, as is experience of developing in an Object Orientatedarchitecture. Position : Contract Web Designer. Skills: 2 Years experience of designing and delivering web design including experience in Web applications and portals (not only classic websites). Good English Language skills. Working with a UK company including trips onsite to UK companie...

    min $2
    min $2
    0 składanie ofert

    Witam! Szukam osoby która wykonałaby grafikę, rysunkową. Chodzi o 21 rysunków postaci, po 3 rys...przykładowym proszę składać na adres mail: rafal@ Demo: prosiłbym o rysunek postać - tej dziewczyny: Ale postać na rysunku ma mieć: niebieskie dżinsy, czarna bluza, małe piersi, lekko widoczne, blond włosy, długie, okulary (zwykłe). Postać smutna, załamana, w dłoni może trzymać rewolwer. Tło: jakiś grundż bardzo jasny lub ciemny. W stylu jak w pliku sample, lub zbliżonym. Termin wykonania całego zlecenia - negocjonowany indywidualnie, mi się nie śpieszy, ale dłużej niż miesiąc to czekać nie chce :). Cena: negocjowana indywidualnie, chce wybrać najlepszego artystę rysownika, ale żeby mi kieszeni nie zrujnował ;).

    $91 (Avg Bid)
    $91 Średnia Oferta:
    1 składanie ofert

    ...# sabcmd 2. Dodaj do stylu reguły konwertujace główny tytuł ksiazki, tytuły podrozdziałów (sekcji) i element <important>. 3. Zmien formatowanie akapitów tekstowych z atrybutem type ustawionym na quote tak, aby prezentowane były one wewnatrz znacznika <blockquote>. 4. Wprowadz numeracje akapitów tekstowych. Wykorzystaj w tym celu najpierw funkcj ˛e position() a pózniej znacznik <xsl:number/>. 5. Dodaj hierarchiczna numeracje rozdziałów i sekcji. 6. Dodaj do stylu reguły generujace dynamicznie spis tresci ksiazki (tytuły rozdziałów i podrozdziałów). Do formatowania spisu wykorzystaj listy numerowane HTML. Przykładowy styl generujacy spis tresci jest w pliku toc.xsl. 7. Zmien prezentacje tytuł&oa...

    $40 (Avg Bid)
    $40 Średnia Oferta:
    1 składanie ofert
    6766 modyfikacja joomli Zakończone left

    WEBSITE ENHANCEMENT SPECS FOR SUMMARY 1. Joomla E-shop selling single downloadable product 2. Enhancement objectives &#8226; Create &#8220;Opt-in&#8221; box where people enter Name and e-mail to get a copy of a FREE report &#8226; Simplify the ordering process &#8226; Introduce an Affiliate Program ORDERING PROCESS 1. On the product page, replace the quantity box and checkout button with &#8220;Buy Now&#8221; button 2. Remove the checkout step and (after Buy Now goes straight to registration) 3. Remove &#8220;returning customers please log in&#8221; section 4. Add new non-compulsory textbox &#8220;Affiliate Code&#8221; 5. Deactivate all auto-emails to customer except for the download link AFFILI...

    $142 (Avg Bid)
    $142 Średnia Oferta:
    1 składanie ofert

    ...Koci wamp - sexowna, zla, wsciekla. Na szyi powinna miec dobrze widoczna, czerwona kokardke. nad nia swieci zza chmurki polkolisty ksiezyc. logo 2 koncepcja : ladna brunetka siedzaca na kominie wymachujaca dlugimi nogami. obowiazkowo podwiazka z czerwona kokardka. wlosy raczej krotkie. delikatnie ukazany kolor czerwony na ustach (lipstick). cos na ksztalt logotypu programu Joan Rivers Position (niestety nie mam linku). nad nia swieci zza chmurki polkolisty ksiezyc. Loga powinny byc namalowane lekka kreska. Kolor czerwony (lub ciemno czerwony) ma podkreslac sexappeal. Byc moze zamowie po jakims czasie kolejne dwa logotypy w tej konwencji z drobnymi zmianami. przykladowy logotyp stworzony w takiej formie prezentuje pod linkiem

    min $2
    min $2
    0 składanie ofert

    ...proszę nie czekać na zakończenie aukcji ze swoją ofertą. Szczegóły poniżej: WEBSITE SPECS FOR NETKITCHENS SUMMARY 1. Australian company supplying kitchen cabinets and benchtops (both separately and as complete kitchens) to trade and retail customers throughout Australia 2. Full CMS site with integrated e-commerce shop 3. Unique shop functions – multivel membership, various discounts per level/individual, subproducts, attributes, swap image function for colour attribute, search per price bracket, multiple image per product (see Special Shop Functions below). 4. Possible integration with Virtual Kitchen software. DESIGN Main kitchen image dominating the Home page, possibly rotating in flash. Underneath featured category images (linked to...

    min $2
    min $2
    0 składanie ofert

    ...firmy webmasterskiej - możliwość stałej współpracy. Szczegóły poniżej WEBSITE SPECS FOR LAMINEX NETKITCHENS SUMMARY 1. Australian company supplying kitchen cabinets and benchtops (both separately and as complete kitchens) to trade and retail customers throughout Australia 2. Full CMS site with integrated e-commerce shop 3. Unique shop functions – multivel membership, various discounts per level/individual, subproducts, attributes, swap image function for colour attribute, search per price bracket, multiple image per product (see Special Shop Functions below). 4. Possible integration with Virtual Kitchen software. DESIGN Main kitchen image dominating the Home page, possibly rotating in flash. Underneath featured category images (...

    min $2
    min $2
    0 składanie ofert
    2067 Napisanie pracy Zakończone left

    Witam, zlecę wykonanie pracy w języku angielskim, dokładnie listu OTWARTEGO. Ilość słów około 160. Oto temat: Write a letter asking for information. Ma to być bardzo prosty list, proste słownictwo. Bardzo zależy mi na czasie!!! Dlatego proszę o jak najszybsze przesłanie ofert na drou@orange.pl. Z nadesłanych prac wybiorę jedną odpowiednią. Pozdrawiam Robert

    min $2
    min $2
    0 składanie ofert

    Witam wszystkich kreatywnych Chcemy dac wolana reke dla wszystkich krajowych mlodych wykonawcow muzyki bardzeiej popularne gatunki. chcemy aby ktos poprowadzil stworzenie oraz wdrozenie danego produktu. Oferu...kreatywnych Chcemy dac wolana reke dla wszystkich krajowych mlodych wykonawcow muzyki bardzeiej popularne gatunki. chcemy aby ktos poprowadzil stworzenie oraz wdrozenie danego produktu. Oferujemy dobre warunki wpolpracy. Najbardziej kreatywny dostanie zlecenie. Narzedzia wolna amerykanaka. Uwaga""""" szukamy pomyslu co sie w tym serwisie moze znajdowac. Co nas interesuje: zlecenia dla DJow, ich sample, Video, Utwory, Biografia, Info o gosciu. etc.. Promujmy mlodych musykow z blokowisk oraz powstrzymajmy ich mlode emocjie. Dziki temu serwisowi ...

    min $2
    min $2
    0 składanie ofert
    1397 menu pionowe Zakończone left

    Wykonanie menu pionowego z jednostopniowym podmenu. Np cos takiego: jednak po kliknieciu powinno rozsunac sie klikniete menu i pokazac zawartosc podmenu (ktore bedzie zawieralo pare pozycji). Reszta pozycji analogicznie powinna zsunac sie w dol. Predkosc rozsuwania podmenu nie powinna byc definiowana funkcja liniowa (menu powinno do polowy czasu trwania ruchu rozsuwac sie szubko a pozniej zwalniac lub tez cos podobnego - duza dowlonosc). Dane powinny byc wczytywane z pliku gdzie bedzie

    min $2
    min $2
    0 składanie ofert

    I'm currently experiencing some major issues regarding my website's loading times and SEO performance. I need a skilled expert to...speed optimisation expert who can provide effective solutions is required. - SEO: Despite my continued efforts, my site does not appear in the top 10 results for my primary keywords. I require a professional with a strong background in SEO to help boost my site's visibility on search engine result pages. Ideal Skills And Experience: - Proven experience in website speed optimization. - Extensive knowledge of SEO strategies and their application. - Strong understanding of google ranking factors. - Experience with mobile optimization. I'm looking forward to an expert who can dramatically increase my web...

    $399 (Avg Bid)
    $399 Średnia Oferta:
    39 składanie ofert

    I am looking to have a CV crafted for a job application in the Human Resources sector. This is for an entry-level position, requiring a focus on the fundamental skills and introductory experience. Here are the key details about the job and the requirements that should be highlighted in the CV: - Focus on the basics: Since this is an entry-level position, the CV needs to emphasize educational background, internships, or any relevant coursework or projects. - HR sector experience: Any prior experience or knowledge in the Human Resources sector, including knowledge of HR software, laws and regulations, and interpersonal skills should be highlighted. The ideal freelancer for this project would have a strong track record in...

    $31 (Avg Bid)
    $31 Średnia Oferta:
    8 składanie ofert

    I'm seeking a male Telugu voice-over artist. Strong voice modulation skills and experience in audio recording are preferred. - Ideal Skills: • Telugu Proficiency • Voice Modulation • Audio Recording - Experience: • Prior voice-over experience is advantageous. - Time Commitment: • Consistent progress, no fixed deadline Candidate should have home setup, its full and full remote work. its long term project. Please apply interested people only. Please be prepared to provide a brief sample of your work in your bid.

    $2 / hr (Avg Bid)
    $2 / hr Średnia Oferta:
    1 składanie ofert

    I'm looking for a Java developer who's experienced with Spring framework to help me with a critical issue. The role-based security for the endpoints in my web application needs to be fixed. Key tasks: - Review the current role-based security implementation. - Identify any vulnerabilities or misconfigurations. - Fix any issues, and enhance the security measures. Ideal skills and experience for the job: - Strong Java programming skills. - Proficient in Spring framework. - Expertise in web application security. Your main goal will be to ensure the endpoints in the application are properly secured and only accessible to users with the correct roles.

    $63 (Avg Bid)
    $63 Średnia Oferta:
    9 składanie ofert
    Need a Content Writer for wordress 6 dni left
    ZWERYFIKOWANY

    I need a content Writer ............ New Freelancer most welcome, work on wordpress.... my budget is only 10 rupees per post............ everyday 10 posts if you want, to learn and start your carrier as a freelancer, then start your bidding with letter "10 Ruppes per Post"

    $1 - $5 / hr
    Ukryte
    $1 - $5 / hr
    16 składanie ofert
    Contract Law Homework Assistance 6 dni left
    ZWERYFIKOWANY

    I'm a student working on a project related to contract law and I could use a little help. Key responsibilities include: - Assisting with understanding the con...a student working on a project related to contract law and I could use a little help. Key responsibilities include: - Assisting with understanding the concept of homework in contract law. - Helping with completing the project in a timely manner. - Allowing for open communication and questions to be answered. Ideal candidate should have: - A strong background in business law, with specific experience in contract law. - Excellent communication skills, patience, and the ability to explain complex legal concepts in a student-friendly way. This is a great opportunity for someo...

    $30 (Avg Bid)
    $30 Średnia Oferta:
    9 składanie ofert

    ...understanding of our company’s events and culture. Responsibilities: -Create engaging, topical, and humorous content and design mailers for our Total Rewards campaigns. -Utilize popular design tools and Google Suite to produce static/ dynamic mailers, videos. -Quickly assimilate business needs and adapt content strategies accordingly. -Work efficiently within timelines to manage and deliver on content requirements. -Maintain a consistent understanding of current affairs related to the company to leverage in creative outputs. Skills and Qualifications: -Strong creative writing skills with the ability to produce tongue-in-cheek and engaging content. -Proficient in using design tools and Excellent knowledge of Google Suite. -Ability to quickly understand...

    $232 (Avg Bid)
    $232 Średnia Oferta:
    8 składanie ofert

    It is necessary solve two bugs to a Laravel application regard the frontend of condition use php 7.4. if it is necessary you must do changes to the database and the backend

    $38 (Avg Bid)
    $38 Średnia Oferta:
    29 składanie ofert

    I'm in need of a seasoned WordPress developer with experience in affiliate marketing website development and customizations. I aim to have the Rehub theme fully utilized with necessary plugins and the following customizations: - Custom product grid and filter design: The product grid and filter are pivotal in the user experience of the website. I require a unique grid and filter design to make my website stand out and provide a seamless experience to users. - Advanced filtering options: I need advanced filtering options implemented on the website to simplify the shopping experience for my visitors. - Single product page customization: The position of product attributes information needs to be altered. I am not looking for a simple color chan...

    $103 (Avg Bid)
    $103 Średnia Oferta:
    24 składanie ofert

    Hi, We need a creative scriptwriter with a great sense of humor and knowledge of jokes and meme trends. I need many scripts related to the animal niche. I will ask for a 100 -150 word sample on the topic given by me. It's a long term task we need 8 scripts of 2000 words per week. We will hire multiple writers for this task. Have you had experience writing for a YouTube channel before? If so, we would love to see the links to your work. Additionally, please share some sample scripts that you have written. Payment will be via escrow. Interested candidate please bid. Regards, B

    $11 / hr (Avg Bid)
    $11 / hr Średnia Oferta:
    16 składanie ofert

    i want to be data entry job use word, pdf , excel , PowerPoint , and any type of graphic design work . i have 3 years teaching experience with data collection , data entry , and graphics design . i have fully and wonderful experience in Microsoft office , excel, PowerPoint , photoshop , illustrator, CorelDRAW, filora

    $12 / hr (Avg Bid)
    $12 / hr Średnia Oferta:
    22 składanie ofert

    ...need to be in the home service business in the UK (Plumbing, Electrician, Roofer, Mason, Painter, Cleaner, Pest control, etc.) We need a CSV file with the following columns): BUSINESS TYPE BUSINESS NAME BUSINESS ADDRESS BUSINESS ZIP BUSINESS CITY BUSINESS LOCALITY (IF APPLICABLE) BUSINESS E-MAIL BUSINESS PHONE BUSINESS SOCIAL LINKS (IF APPLICABLE) SOURCE FOR INFO! (this is the source where you got the info from) I say high-quality leads because when we cold-called samples earlier half of them had websites and some was wrong number and some where closed. Therefore you should bid and in your bid include how many leads you can deliver per hour for the price bid. Also I will need a working sample before we continue. We have 3 full time cold cal...

    $5 / hr (Avg Bid)
    $5 / hr Średnia Oferta:
    18 składanie ofert

    Greetings From Smartificia Technologies 1) I need Graphic Designer who has experience in designing Analytical Dashboard (must have/mandatory) 2) They should ready to do a sample dashboard design for us. Once that is ok, then only we will be confirming for further works Those who are interested, please share us your rate & previous work along with your CV.

    $12 / hr (Avg Bid)
    $12 / hr Średnia Oferta:
    10 składanie ofert

    ...know, CubaMarket is an ambitious project aimed at revolutionizing e-commerce in Cuba by providing a secure, efficient, and fast-loading platform for users and vendors. Our goal is to create a seamless and attractive online shopping experience that caters to the unique needs of the Cuban market. Purpose of the Request: The purpose of this letter is to formally request your participation in the CubaMarket project and to request a quote for the development of the necessary technological infrastructure. We need an experienced and highly skilled team to successfully carry out this project within the established budget. Project Description: The project involves the development of the necessary technological infrastructure for CubaMarket, including b...

    $1255 (Avg Bid)
    $1255 Średnia Oferta:
    127 składanie ofert

    ...Wanted! Do you have a passion for furniture and a talent for turning ideas into engaging content? If you dream of creating informative and inspiring pieces that help people transform their homes, we want to hear from you! Who You Are: • Furniture Fanatic: You possess a genuine interest in furniture, design trends, and home decor. • Content Connoisseur: You have a strong command of the written word and can craft engaging, informative, and SEO-friendly blog posts. • Research Rockstar: You're comfortable conducting research and gathering information to create informative and well-supported content. • SEO Savvy: You understand the importance of search engine optimization and can incorporate relevant keywords naturally into your writing. • B...

    $11 / hr (Avg Bid)
    $11 / hr Średnia Oferta:
    22 składanie ofert

    Are you a rainmaker with a passion for web development? Revnoid is a dynamic web development agency seeking a self-motivated and results-oriented Business Development Executive to spearhead our client acquisition and drive significant sales growth. This is a performance-based opportunity perfect for a go-getter who thrives in a commission-driven environment. The Opportunity In this exciting role, you will be responsible for the entire sales lifecycle, from identifying and qualifying leads to closing deals and building long-term client relationships. You'll work independently to develop and execute a comprehensive sales strategy, with the ultimate goal of exceeding our revenue targets. Here's what you'll do: Prospect and qualify new le...

    $10 (Avg Bid)
    $10 Średnia Oferta:
    2 składanie ofert

    ...an Application Developer to join our strong and growing Information Technology group at the California Association of REALTORS® (C.A.R.). This person will work in a team to design, develop, and support mission critical applications. The ideal candidate would be an expert in .NET MVC development using C#, and have experience developing and interfacing with SQL Server databases. The Application Developer creates, maintains, supports, extends and operates computer applications that serve the C.A.R. membership, the general public, and C.A.R. internal staff. The application portfolio is very broad ranging from communication tools to mobile applications, internal data processing applications, database applications, and applications that support our memb...

    $21 / hr (Avg Bid)
    $21 / hr Średnia Oferta:
    47 składanie ofert

    I am in need of a professional who can develop a comprehensive Visa Application System to support appointments and applications for different types of visas, mostly for employment purposes. Key Requirements: - The system must be able to process 2-5 different types of visa applications. - It should support multiple European languages. - The system should handle appointment scheduling for Visa Application Centers (VFS). Ideal Skills/Experience: - Proficiency in developing web-based systems, especially appointment and application systems. - Experience in multilingual system development, especially European languages. - Knowledge of the Visa Application process and system requirements is a plus.

    $6 / hr (Avg Bid)
    $6 / hr Średnia Oferta:
    3 składanie ofert

    Hi, As discussed I am ready to do this task and do one sample model and provide render image for the same. Please accept my quote Thanks Avtar

    $50 (Avg Bid)
    $50 Średnia Oferta:
    1 składanie ofert

    ...must be able to communicate in a professional manner and be smart and well-presented, as you will be representing us during the audit. As an auditor, you will arrive at the test center an hour before the start of the exam, give your ID, show a letter of authorization, which we will provide for you beforehand, and tell them what you are there to do. You will then sit with the TCA or the manager and ask a series of questions, and ask to see various things. The audit itself is very simple and easy, as we give you the form and you only have to ask the TCA/manager all the questions exactly as they are written and take a few pictures. The fee is $125 for the visit, which lasts four hours in total. Note that you will need a valid, photo and signature beari...

    $124 - $125
    Lokalna
    $124 - $125
    0 składanie ofert

    Hi, We need a creative scriptwriter with a great sense of humor and knowledge of jokes and meme trends. I need many scripts related to the animal niche. I will ask for a 100 -150 word sample on the topic given by me. It's a long term task we need 8 scripts of 2000 words per week. We will hire multiple writers for this task. Have you had experience writing for a YouTube channel before? If so, we would love to see the links to your work. Additionally, please share some sample scripts that you have written. Payment will be via escrow. Interested candidate please bid. Regards, B

    $5 / hr (Avg Bid)
    $5 / hr Średnia Oferta:
    36 składanie ofert

    I'm looking for a skilled Pine Script developer to create a custom strategy for me. The strategy should be based on Exponential Moving Averages (EMA) with specific customizations. Key Requirements: - Developing specific Trade Entry and Exit rules. I need: - Trade Entry Rules based on Moving Averages. - Trade Exit Rules which are to be suggested by you. Ideal Freelancer: - Proficient in Pine Script. - Experience creating EMA based strategies. - Well-versed in developing effective trade entry and exit rules. 1. EMA 7, 25, 99 with check box and adjustment settings. 2. Enter a long Position when EMA 7 and 25 crossed above the EMA 99 line and opposite for short entry. 3. exit trade when EMA 7 line crossed EMA 99 line (check box). 4. Exit pr...

    $27 (Avg Bid)
    $27 Średnia Oferta:
    2 składanie ofert

    I'm in need of an intermediate level Java trainer who would help uplift my skills in this area. The selected freelancer must be proficient in: - Core Java - Java frameworks including, but not limited to, Spring and Hibernate - Advanced Java such as J2EE, JSP, Servlets In-person sessions are preferred, so facilitators who can deliver on-site training will be much appreciated. Prior experience in delivering Java-based tech training programs would be great. The perfect freelancer for this role is one who possesses precise technical knowledge, patience, as well as excellent teaching skills.

    $1263 (Avg Bid)
    $1263 Średnia Oferta:
    11 składanie ofert

    I'm in need of a skilled videographer for a promotional video creation project. I require promotional videos suitable for our own youtube, facebook for our tyre brands. These videos will be used for promotional purposes, showcasing tyre shop interviews and tyre product demonstrations. The final product should be engaging and polished. We have had our tyre shop and tyres ready in Brazil, waiting for the videographer to take the videos. Key Requirements: - Incorporate tyre shop interviews and tyre product demonstrations - High-quality video:4K - Expertise in creating engaging and effective promotional videos - Deliver the video in a format suitable for social media, such as MP4. for youtube, facebook....

    $2000 (Avg Bid)
    Lokalna
    $2000 Średnia Oferta:
    1 składanie ofert