Script system logged userJobs

Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 script system logged user jobs fundet, i prisklassen EUR

    I am looking for a skilled freelancer who can create a script and video explainer for my product/service introduction. Requirements: - The purpose of the video explainer is to introduce my product/service to potential customers. - I do not have an existing script or narrative, but I have a rough idea of what I want to convey. - The video length required is 1 minute. Ideal Skills and Experience: - Strong scriptwriting skills to create a compelling and engaging script. - Experience in creating video explainers for product/service introductions. - Proficiency in video editing and animation software to bring the script to life. - Creativity and ability to turn rough ideas into a visually appealing and informative video. If you have the skills and experience re...

    €125 (Avg Bid)
    €125 Gns Bud
    38 bud

    Vi har et gammelt reservationssystem, som i processen skal sende et mail til os og kunden. Systemet er for 100 år siden, lavet i Classic ASP/Jmail men er nu flyttet til ny server uden Jmail, og skal derfor ændre til CDO.

    €28 - €235
    €28 - €235
    0 bud

    Pine script programmer, Pine script programmer.

    €244 (Avg Bid)
    €244 Gns Bud
    6 bud
    Autocad Expert Udløbet left

    AutoCAD 2021 Script Programmer

    €28 (Avg Bid)
    €28 Gns Bud
    4 bud
    Scrape with Node.js Udløbet left

    ...flaws. Script 1 : We need to be able to scrape URL's like these: What we need of info is : * Name of restaurant * Adress * Postalnumber + city * URL So the data retrieved should be delivered in a csv file : "Den Gamle Grillbar og BBQ", "Holsteinsgade 12", "8300 Odder", " " "Marios Pizza", "Melstedvej 17", "2770 Kastrup", "" "Tobclas Sandwich", "Torvet 3", "8700 Horsens" ,"" File to work with : Input file: Output : csv file Script 2: Second script : scrapcat

    €183 (Avg Bid)
    €183 Gns Bud
    24 bud

    I have a simple custom indicator in thinkorswim and need converted for tradovate. I hope you have knowledge of trading software. Must start and finish within a few hours. Here is code from thinkorswim that needs to be converted input RiskUnit = 150; input buffer = .00; input digits = 0; def price = close(priceType = ); def candleRangeBull = price - low + buffer; def candleRangeBear = high - price + buffer; def BullRisk = (RiskUnit) / round(candleRangeBull); def BearRisk = (RiskUnit) / round(candleRangeBear); def BullRisk1 = rounddown(Bullrisk, digits); def BearRisk1 = rounddown(Bearrisk, digits); def o = open; AddLabel(yes, "Risk: " + AsDollars(RiskUnit) + " Ele : "+ (if price > o then BullRisk1 else BearRisk1), if price > o then else );

    €72 (Avg Bid)
    €72 Gns Bud
    4 bud
    Automation script Udløbet left

    Hi Shalu S., Jeg faldt over din profil, og vil gerne tilbyde dig mit projekt. Vi kan diskutere yderligere detaljer over chat.

    €85 (Avg Bid)
    €85 Gns Bud
    1 bud

    I have a script in a Google Sheet where I'm getting an exception error: Access denied: DriveApp. There is an Archive function were projects in a Master List are updated. However, when I Archive Completed Projects I get an error: Access denied: DriveApp. I need someone to debug the code and/or otherwise tell me how to fix the issue. The particular piece of code is: function archive(){ var spreadsheet = (); var topSheet = ("Active Projects") var archiveSheet = ("Completed Projects"); var archiveCurrRow = ()+1; var topSheetRows = (); //var sheetFolder = findFolder(targetFolderId,targetFolderName) var archiveFolder = findFolder(archivedProjectsFolderId,archiv

    €23 (Avg Bid)
    €23 Gns Bud
    5 bud
    Simple php script Udløbet left

    ...a small script which searches in the database to find out how many posts there if for the current day. Search in the database pallel29_c7nordiccall_dk tabel queue_calls - It must search for the number of rows where the column queue_name2 contains CBD Nordic and the column queue_name contains 206611. Scriptet the script must count the number of rows and multiply it by 8, and then send the information in an e-mail. Subject: Dagens statistik for CBD Nordic Mail: Hej Vi har i dag håndteret [number of rows] opkald for jer, som sammenlagt har kostet [number of rows * 8] kroner. Med venlig hilsen NordicCall The information must be send to XX and BCC XX The above must also be done for the rows where queue_name2 contains Xshopping and queue_name contains 271171. Scri...

    €35 (Avg Bid)
    €35 Gns Bud
    4 bud

    I m working in voip in Morocco from 2014 I have a system of asterisk Isabel the problem is when my client send me trafic give him an erreur 486 must be 503 In this case my client lost his traffic https://www.freelancer.com/users/l.php?url=https:%2F%%2Fusers%%3Furl%3Dhttp:%252F%%252Fpt%252FA42hBUju%26sig%3D50c67e1b3a7f27f20771fd2ee320f07b9eb302904f9e19edea3a28d328aafbdf&sig=dbffe148af4b5367f232a97a6acda81aea4364dfabcb09ccf07b413f3f1c3be9

    €391 (Avg Bid)
    €391 Gns Bud
    6 bud

    ...mit team og jeg en komplet hjemmeside med et system programmeret i PHP & MYSQL, som skal fungere som et mellemled. Det som vi i virkeligheden ønsker os, er at sætte gang i hjulene på onlinedelen, og dermed få et godt tilbud til en fornuftig pris. Vores virksomhed sikre den private handel bliver gennemført præcis efter den indgåede aftale, ved at sælger og køber udføre handlen igennem vores platform, og dermed udelukker muligheden for svindel. Vi ønsker at hjemmesiden skal se moderne ud og helst noget der passer til vores branche. Der skal være gode muligheder for videreudvikling på senere tidspunkt. Vi ønsker at bruge farven blå, hvid og sort. Det skal se godt ud og kunden skal ...

    €1071 (Avg Bid)
    €1071 Gns Bud
    3 bud

    I have 3 user level .: Admin, staff and user in my header I have this session which prevents if you do not have the right userlevel then you can not access the page. and if the user is inactive for 30 minutes he will be logged out - but it not work correct <?php session_start(); //cek apakah user sudah login if(!isset($_SESSION['username'])){ die("Du er ikke logget ind - Luk browseren og Log ind igen");//jika belum login jangan lanjut } //cek level user if($_SESSION['level']!="user"){ die("Du er ikke logget ind - Luk browseren og Log ind igen");//jika belum login jangan lanjut } if (isset($_SESSION['LAST_ACTIVITY']) && (time() - $_SESSION['LAST_ACTIVITY&...

    €23 (Avg Bid)
    €23 Gns Bud
    17 bud

    I have wire frame

    €148 (Avg Bid)
    €148 Gns Bud
    4 bud
    Fix protocol script Udløbet left

    Python script to retrieve market data

    €124 (Avg Bid)
    €124 Gns Bud
    4 bud
    Booking system Udløbet left

    Opgradering af booking system fra installation program til online booking system mysql Kan laves med komplet engelsk sprog men ved mulighed for at vi kan lave ekstra sprog som man kan vælge som kunde. Har beskrevet lidt om det i vedhæftet pdf.

    €4228 (Avg Bid)
    €4228 Gns Bud
    17 bud

    Jeg ønsker mulighed for at en formular på en hjemmeside i aspx, automatisk udfyldes med prædeterminerede data, og indsendes hver dag et givent klokkeslæt.

    €9 - €28
    €9 - €28
    0 bud

    Database description Database to be run on Internet, with a small number of users, now 6 users. Login for each user, the database is not visible if you are not logged in. The database to be used for the creation and search of records. The information consists of standard personal data, address, and mail. Typing the postcode, the city name is found in an underlying base. Furthermore, there is the creation date / correction date 3 text fields and 2 dropdown field - and a note field. One drop down box shows the default login person (which is part of the drop down option) Searching is done on 3-4 fields individually, and results are displayed as list, which can be clicked on, as each result is displayed. The layout may be edit via CSS. The database must be a SQL databas...

    €257 (Avg Bid)
    Fremhævet Haster
    €257 Gns Bud
    9 bud

    Adempiere Finance Functional Consultant for desigining Ecommerce & Accounting System

    €86 (Avg Bid)
    €86 Gns Bud
    4 bud

    Need Scrapper for data........................................................................

    €135 (Avg Bid)
    €135 Gns Bud
    5 bud

    Krav specifikation er på plads - Den opdateret version kommer senere.

    €563 (Avg Bid)
    €563 Gns Bud
    1 bud

    Update past YP google script

    €141 (Avg Bid)
    €141 Gns Bud
    1 bud

    Small PHP/Java script fix on hover over

    €19 (Avg Bid)
    €19 Gns Bud
    12 bud

    Config lighttpd for Adult Video Script - AVS AVS version : 2.2

    €41 (Avg Bid)
    €41 Gns Bud
    4 bud

    Jeg har vedvarende arbejde relateret til vores tidligere projekt ' pizza online ordrering system with sms gataway '

    €9 - €9 / hr
    €9 - €9 / hr
    0 bud
    Bank teller system Udløbet left

    Bank teller system

    €8 / hr (Avg Bid)
    €8 / hr Gns Bud
    1 bud

    E-mail market script

    €188 (Avg Bid)
    €188 Gns Bud
    1 bud
    Script fix Udløbet left

    one fix script

    €33 (Avg Bid)
    €33 Gns Bud
    1 bud

    Hej, Mit navn er Frederik og jeg har fået en idé der omhandler odds/spille på kampe. Her er lidt information omkring projektet: At spille på fodboldkampe, tennis kampe, NBA og andre sportsgrene er populær i alle aldre nu til dags,...spillere som størstedelen af deres forslag, er vundet. Kunder på siden, der søger forslag, skal betale for at se premium spillernes forslag. Det skal siges det er gratis at oprette sig på siden og at oprette forslag. Har du spørgsmål, svarer jeg gerne, så fyr løs! Men det jeg søger, er et tilbud, højst sandsynlig af en programmør. Vi leder nemlig efter en der kan lave et system der passer til projektet. Altså et system der kan ...

    €320 (Avg Bid)
    €320 Gns Bud
    3 bud
    Another VO script Udløbet left

    Voiceover script

    €23 / hr (Avg Bid)
    €23 / hr Gns Bud
    1 bud

    We want Remote Desktop software (for Mac & Win) like Team Viewer with all its functionality. Please send us ALL THE FEATURES and specification of what you will be providing. Along with the FINAL PRICE Note: 1. Complete and PROPER Source Code with documentation required. 2. No Copyright Script or GPL script. 3. No third-party tools.

    €235 - €704
    €235 - €704
    0 bud
    Cookie script Udløbet left

    Hej. Jeg har brug for at få indsat et cookie script i min footer samt et billede.

    €37 (Avg Bid)
    €37 Gns Bud
    5 bud

    Jeg har vedvarende arbejde relateret til vores tidligere projekt ' Looking for a user-interface for Excel'

    €15 / hr (Avg Bid)
    €15 / hr Gns Bud
    1 bud

    df hdd jdj d d d dri dtidrueue ue4u 4e ue4u e4u 4eu erujdru jdrudrudr udr udru drudgdxtwseudr sr ursdu dr dr dru

    €294 (Avg Bid)
    €294 Gns Bud
    1 bud

    Hi, i need social shares

    PHP
    €28 - €28
    €28 - €28
    0 bud
    Php script Udløbet left

    As i discussed you

    PHP
    €2 / hr (Avg Bid)
    €2 / hr Gns Bud
    1 bud

    Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script

    €3 / hr (Avg Bid)
    €3 / hr Gns Bud
    2 bud
    Créatrice UGC 6 dage left

    ...les objectifs de notre marque, tout en réalisant l'unboxing. - Emplacement de la vidéo : Elle sera mise en avant sur la page de l'offre, accessible ici : - Format : Vidéo portrait, conformément aux standards les plus courants dans le secteur. Ce que nous recherchons : - Expérience en création de contenu UGC (User Generated Content). - Capacité à produire un script engageant et informatif (possibilité de collaboration avec nos copywriters internes si nécessaire). - Sens créatif et capacité à transmettre un message de marque de manière efficace. Comment postuler : Envoyez votre portfolio et quelques exemples de vidéos similaires que vous avez réalis&e...

    €45 (Avg Bid)
    €45 Gns Bud
    7 bud

    I'm seeking an intermediate developer experienced in ray tracing and Phong shading, with proficiency in C++. The project needs to be completed ASAP. - The task is to develop a simple ray tracing system. This system should also include an arbitrarily oriented camera and Phong shading. - The project should be coded in C++. - The project must be completed as soon as possible. The ideal candidate should have: - Intermediate level of experience in ray tracing and Phong shading. - Strong knowledge of C++. - The ability to prioritize and deliver under tight deadlines.

    €21 (Avg Bid)
    €21 Gns Bud
    4 bud

    I am looking for an expert in Doorbird system to help maximize the efficiency of my home unit, focusing specifically on: Access control: - Enable the system to control multiple doors and garage openers - Allow to lock/unlock remotely - Add a keypad entry system for a streamlined user experience. Automation: - Automize processes where possible for ease of use Ideal Skills: - Extensive knowledge in Doorbird systems - Experience in automating security systems - Expertise in integrating varying access control systems, particularly with keypad entry systems and magnetic locks Your will help me document the current setup, explore technologies and products to purchase, make a plan incl. wire diagrams. Proven experience with home automation (doorbird a1018, doorbir...

    €250 (Avg Bid)
    €250 Gns Bud
    1 bud

    I need a proficient Linux developer with a solid understanding of networking and security, and expertise in scripting languages like Bash or Python. The primary task will be troubleshooting and optimizing existing Linux systems. Also, superior skills in server administration and deployment are a requisite for this role. As the project unfolds, communication is critical, but I haven't decided on a reporting frequency at this point. Please provide suggestions on what you've found effective in your experience.

    €13 / hr (Avg Bid)
    €13 / hr Gns Bud
    5 bud

    ...Net Developer to upgrade the existing system's back-end, ensuring it's user-friendly and solid. Key requirements: - Enhance system navigation and ease of use. - Optimize system performance for heightened stability. - Bolster security features for increased protection. The revamped system should be able to integrate with current mobile applications seamlessly. While specific app functionalities have not been defined, the developer should have prior experience with real-time data synchronization, push notifications, and user authentication. In terms of project timeline, the expectation is for this to be completed within a month. Ideal Skills: - Extensive experience with .Net Development - Prior experience with system optimization an...

    €496 (Avg Bid)
    €496 Gns Bud
    41 bud

    I'm looking for a ready made software with complete code base Key Features: - The software should offer a user-friendly interface to handle user management efficiently. Who should bid: - Freelancers who have prior experience in creating user management systems. - Proficiency in developing software compatible with Windows and MacOS. - Understanding of the unique needs of business users. Your bid should give me confidence in your understanding and ability to deliver on these requirements. Let's create a tool that simplifies user management for businesses across these key OS platforms!

    €467 (Avg Bid)
    €467 Gns Bud
    8 bud

    I'm looking for a seasoned Python developer with specific experience in image especially video analysis to create a script that can process a full mp4 video and identify the positions of noise in the video. The idea is to scan the video, locate identify the different type of noises and their value and externalize this findings into a json file Key Requirements: - The script (OOP based) should be able to read a video in mp4, mkv, mov format. - The library used for reading the video is not fixed. You can choose from libraries like (e.g. OpenCV, PyAV, or MoviePy, but the solution should be compatible with both Windows and Linux (and mac) - The output should have details of the signal, the different type noises, the common ratios and finally the values ... - the frame numb...

    €56 (Avg Bid)
    €56 Gns Bud
    8 bud

    I am in need of a skilled Linux and Bash Script expert to help me with my current project. Although I haven't specified exact tasks or goals, I am seeking assistance in the following areas: - Linux installation and configuration - Bash scripting and automation - Troubleshooting and debugging I expect the successful freelancer to have a deep understanding of Linux systems and be proficient in Bash scripting. Your past work and experience in similar projects will be valuable. Please detail how you can assist and your approach in your application. Thank you.

    €97 (Avg Bid)
    €97 Gns Bud
    5 bud

    I'm seeking a skilled and dedicated freelancer to help produce a compelling documentary, focusing on the history and contributions of black inventors. The individual should ideally have a deep understanding of or an interest in historical research and filmmaking. Key tasks: - Comprehensive research on the topic of black inventors - Writing a captivating script that highlights pivotal moments and key figures - Narration and production, ensuring to bring the story to life Ideal Skills: - Previous experience dealing with historical documentaries or similar projects - Strong research skills and resources - Excellent scriptwriting and narrative skills - Ability to deliver high-quality audio for a radio documentary Given that there is no strict timeline, quality a...

    €498 (Avg Bid)
    €498 Gns Bud
    48 bud

    Dear Sir! I am looking for a C# programmer who can change the strategy in a automated trading system for ATAS. The old and the new strategy is only one indicator. Also I would like that you check the rest of the programming if it is programmed in a right way. The maximum price is € 50. Yours sincerely, Thomas Riedl

    €126 (Avg Bid)
    €126 Gns Bud
    21 bud

    ...in Matlab. The ideal candidate should: - Have a solid understanding of point to point communication systems, specifically both simplex and duplex systems. - Be proficient in using MATLAB for simulations. Following the simulation, we'll analyze the performance of our designed system using several metrics. For the simplex system, we would be interested in assessing its: - Error performance - Power efficiency - Bandwidth efficiency - Implementation complexity - Implications on system design For the duplex system, the metrics for evaluation would be: - Error performance - Power efficiency - Bandwidth efficiency Your role in this project will not only involve the design and simulations but also an analysis of the obtained results. Frames your bid with...

    €43 (Avg Bid)
    €43 Gns Bud
    3 bud

    I'm seeking a proficient programmer with considerable experience using Tradestation and a solid understanding of the Easylanguage coding. The key objective of this project is to code an indicator from a given set of rules, the freelancer must be able to: - Code the Larry Williams "WillStop" indicator (Rules can be supplied if necessary) - Developer MUST posess their own Tradestation software and license. - Source code must be accessabile for me. An ideal candidate would be someone with profound knowledge of Easylanguage / Powerlanguage. Past involvement with Larry Williams - WillStop would be a bonus.

    €117 (Avg Bid)
    €117 Gns Bud
    5 bud

    I am using Mec event calendar with woocomerce and user dashboard integration I need little bit configuration. 1. User who bought the the pack of lessons redirecting to dashboard 2. Woocomerce product must be show at the user dashboard Choosing at calendar when he want have lesson(selling 10 hours pack) each lesson goes 1 hour so need able to choose 10 times and choose the teacher ( in our plugin its speaker so need to change just name speaker to teacher) 3. Teacher can login and make his availability and only his students.

    €7 / hr (Avg Bid)
    €7 / hr Gns Bud
    37 bud

    I'm in need of a Linux-based invoicing solution with multi-user support. The software should be self-hosted and able to handle different access levels for users. Key Requirements: - Operating System: The invoicing solution should be compatible with Linux. - Multi-User Support: The software must support multiple users with distinct access levels. - User Roles: The system should have at least two access levels - Admin and User. Ideal Skills and Experience: - Prior experience in developing invoicing software, particularly for Linux environments, would be advantageous. - Proficiency in user authentication and authorization protocols. - Strong understanding of database management and security. there is a html file already build , the onl...

    €61 (Avg Bid)
    €61 Gns Bud
    6 bud