Phpstorm zend debuggerPekerjaan

Filter

Pencarian saya terakhir
Filter menurut:
Anggaran
hingga
hingga
hingga
Jenis
Keahlian
Bahasa
    Pernyataan Pekerjaan
    2,000 phpstorm zend debugger pekerjaan ditemukan, seharga USD

    Long term position, I have plenty of work for 40+ hours a week: I'm looking for a Drupal 7/8+ module developer. You must use a debugger, write modules and themes. What kind of development work is this? This isn't your typical Drupal website where you find a module, install and configure. Deep knowledge of Drupal's entity system, services, twig, YAML files, controllers, form system, FAPI system, AJAX, and JQuery, MySQL is a must. You should be a developer who is comfortable maintaining and building custom modules. Focus on Drupal programming standards is a must. Knowledge and usage of a PHP debugger is also a must. The max hourly rate is 15/hour USD.

    $15 / hr (Avg Bid)
    $15 / hr Rata-rata
    46 penawaran

    If you are familiar with Tradingview then you will know that we can apply script stategies to our chart. Problem is sometimes these indicators are private, meaning you can still add them to your chart but cannot see the source code of that indicator (Pinescript) written by the author. You can use Chrome Debugger tool to debug the Javascript and get the Pinescript of public scripts. However, with my limited skill in Javascript I could not do the same for the private ones but I'm pretty sure it is still possible using the same method.

    $232 (Avg Bid)
    $232 Rata-rata
    31 penawaran

    ...required deep knowledge of HTTP protocol and Android Network libraries such as OkHttp and Volley, Injection frameworks, SQL and mobile class databases or relational databases in general. Under Object-Oriented Programming, data structures, and design patterns such as MVVM or MVC or VIPER. Able to develop and deliver performant mobile app with the help of Android Studio instruments and tooling such as Debugger, Linters, CPU, Memory, Network etc. Understanding of Agile tools such as JIRA, Confluence. Working experience with GIT and CI/CD tools such as Fastlane, Jenkins. Experience with agile methodology is preferred Experience adding FCM, Android App Links and publishing Experience integrating Jetpack and third party modules. Worked with Analytics framework. Experience in designing ...

    $7 / hr (Avg Bid)
    $7 / hr Rata-rata
    19 penawaran

    Have you ever heard of TradingView? Do you know what Pin...have recently purchased access to a protected/private trading script on TradingView (written in PineScript) and I need your help to extract the source code. I have no idea if the task has been done in the past or not, but your job will be to find a way to do it. Only apply if you are confident you can think of at least one way to achieve it. One common approach might be going through the Chrome debugger and inspecting the Javascript code, but that may not be sufficient given it's a protected/private script. If for any reason you are unable to complete the task, I will not leave any negative feedback but payment will be done only after the source code has been extracted successfully and tested by me to confirm the outp...

    $32 (Avg Bid)
    $32 Rata-rata
    11 penawaran

    I have been using a protected/private trading script on ...have recently purchased access to a protected/private trading script on TradingView (written in PineScript) and I need your help to extract the source code. I have no idea if the task has been done in the past or not, but your job will be to find a way to do it. Only apply if you are confident you can think of at least one way to achieve it. One common approach might be going through the Chrome debugger and inspecting the Javascript code, but that may not be sufficient given it's a protected/private script. If for any reason you are unable to complete the task, I will not leave any negative feedback but payment will be done only after the source code has been extracted successfully and tested by me to confirm the outp...

    $61 (Avg Bid)
    $61 Rata-rata
    2 penawaran

    Long term position, I have plenty of work for 40+ hours a week: I'm looking for a Drupal 7/8+ module developer. You must use a debugger, write modules and themes. What kind of development work is this? This isn't your typical Drupal website where you find a module, install and configure. Deep knowledge of Drupal's entity system, services, twig, YAML files, controllers, form system, FAPI system, AJAX, and JQuery, MySQL is a must. You should be a developer who is comfortable maintaining and building custom modules. Focus on Drupal programming standards is a must. Knowledge and usage of a PHP debugger is also a must. The max hourly rate is 15/hour USD.

    $27 / hr (Avg Bid)
    $27 / hr Rata-rata
    48 penawaran

    ...Softwareentwicklung, idealerweise als Entwicklung, idealerweise als SW-Architekt und Integrator. - Sehr gute Kenntnisse und Erfahrungen in der Programmierung in C/C++, modellbasiertes SW Engineering in Matlab/Simulink, Rhapsody, einschließlich Auto-Coding. - Gute Kenntnisse über AUTOSAR, einschließlich Architektur und Design. - Gute Kenntnisse der relevanten Werkzeuge und Werkzeugketten (z.B. Debugger iSystem, WinIdea, Mathworks-Tools, Vector-Tools) - Kenntnisse in Automotive SPICE - Kenntnisse im Bereich CI/CD - Kenntnisse auf dem Gebiet der funktionalen Sicherheit (ISO26262) sind wünschenswert Bei weiteren Fragen ruft mich gerne direkt an unter 0152 34685074...

    $62 - $93 / hr
    $62 - $93 / hr
    0 penawaran

    I'm looking for a Drupal 7/8+ module developer. You must use a debugger, write modules and themes. This isn't your typical Drupal website where you find a module, install and configure. Deep knowledge of Drupal's entity system, services, twig, YAML files, controllers, form system, FAPI system, AJAX, and JQuery, MySQL is a must. You should be a developer who is comfortable maintaining and building custom modules. Focus on Drupal programming standards is a must.

    $12 / hr (Avg Bid)
    $12 / hr Rata-rata
    1 penawaran

    a php laravel crm with zend technology need the ui change .

    $329 (Avg Bid)
    $329 Rata-rata
    55 penawaran

    Tenho um código legado que precisa criar novas funcionalidades do código legado em zend Version1. Podemos dividir os pagamentos por tarefa ou mensal, vai depender do tempo disponível do desenvolvedor. Código em zend, docker e git.

    $5 / hr (Avg Bid)
    $5 / hr Rata-rata
    2 penawaran

    I have a client with ongoing relationship who wants me the migrate his "old" PHP+MYSQL based system to migrated into a new machine with updated versions the technologies. The application: I am looking for longterm partners who can maintain and bugfix the system whenever errors appear. I will give you access via Teamviewer and you can analyze all information by yourself. Thanks

    $44 / hr (Avg Bid)
    $44 / hr Rata-rata
    37 penawaran
    A programm debugger Berakhir left

    it is simple C# console application

    $29 / hr (Avg Bid)
    PK
    $29 / hr Rata-rata
    29 penawaran

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

    $102 (Avg Bid)
    $102 Rata-rata
    15 penawaran

    We have an incomplete web app built using zend. we need to update asap.

    $7 / hr (Avg Bid)
    $7 / hr Rata-rata
    5 penawaran

    ...CSS skills, REST API's, TDD, PHP, WordPress, Linux (CentOS), SQL, Web Analytics, Redis, JSON, REST, SOAP and Varnish skills; Experience with relational databases (for example MySQL); Experience with MVC, MVVM, or similar development frameworks (Laravel, CakePHP); Experience with one or more versioning systems (GIT, SVN); Familiarity with professional development IDEs such as NetBeans, Eclipse or PHPStorm; AWS (desirable); A good understanding of a good UX of CMS systems; Creative mind - Architect and propose Custom Magento 2 extensions based on clients’ specific needs Seeking perfection - Perform quality, security, scalability, and stability review on the code before going further… to test; The whole package - Manage, implement, and evolve to design & develo...

    $13 / hr (Avg Bid)
    $13 / hr Rata-rata
    81 penawaran

    If you are familiar with Tradingview then you will know that we can apply script stategies to our chart. Problem is sometimes these indicators are private, meaning you can still add them to your chart but cannot see the source code of that indicator (Pinescript) written by the author. You can use Chrome Debugger tool to debug the Javascript and get the Pinescript of public scripts. However, with my limited skill in Javascript I could not do the same for the private ones but I'm pretty sure it is still possible using the same method. If you are experienced in Javascript this should not be too hard for you.

    $160 (Avg Bid)
    $160 Rata-rata
    10 penawaran

    PHP, JavaScript and MySQL expert level programmer. Live demo of the project available for further discussion. Only expert programmers are requested to apply, Zend certified will be given preference. Are you familiar with whmcs, cPanel ? Project needs deep understanding of both. Additionally, API integration, front end, back end, MySQL. is a sample website.

    $29 / hr (Avg Bid)
    $29 / hr Rata-rata
    84 penawaran

    I need to acquire knowledge about Minidumps (.dmp) analysis with WinDbg: understand the crash, identify malware, etc. I did my first steps: I am good identifying the region of memory where is the issue but after that, I don't know how to continue. Is not necessary to work directly with WinDbg: also possible work with IDA Pro with WinDbg as debugger. I want to receive particular classes: 20€/h, minimum 5 hours.

    $146 / hr (Avg Bid)
    $146 / hr Rata-rata
    5 penawaran

    ...able to do that if the App server application is hosted in separate Server I have installed Visual Studio 2015 Remote Debugger tool in App Server and runs it with the following settings Tools >> Options >> No Authentication. Checked the option - Allow any user to debug In the web server I have connected to the remote Server through **Attach to process** and attached the process During debugging when stepping into code which points to App Server, I am getting the following message: Unable to automatically step into the server. Connecting to the server machine failed. Connection request was rejected by the remote debugger. Ensure that the remote debugger is running in Windows Authentication Mode I googled and tried so many options, but without suc...

    $17 (Avg Bid)
    $17 Rata-rata
    5 penawaran
    PHP Developer -- 9 Berakhir left

    4+ years of experience in PHP development - Candidate having a knowledge of Zend framework is preferred. But if any candidate has good hands on in any other framework and learning attitude, can be considered. - Database Development MySQL - Strong knowledge and experience of JavaScript. JQuery, Ajax, HTML, CSS, PHP composer - Strong OOPS concept - Should join immediately to within 2 weeks - Should have worked in product. HR Product experience will be an asset - Good communication skills

    $730 (Avg Bid)
    $730 Rata-rata
    32 penawaran

    ....php(1037): Credis_Client->read_reply() #1 /var/www/websites/(485): Credis_Client->__call() #2 /var/www/websites/(61): Cm_Cache_Backend_Redis->load() #3 /var/www/websites/(306): MagentoFrameworkCacheBackendRedis->load() #4 /var/www/websites/(55): Zend_Cache_Core->load() #5 /var/www/websites/(65): MagentoFrame" while reading response header from upstream, client: , server: karibaa

    $157 (Avg Bid)
    $157 Rata-rata
    29 penawaran
    Flutter Developer Berakhir left

    3-4 years of experience in Flutter mobile applications Development with a sound understanding of Android, kotlin, flutter, dart MVC, MVVM (Design pattern) Developed at least 3-4 projects with sole responsibility • Architecture, Framework, Android SDK, Core Java, Android Studio IDE, Android Debugger, Kotlin • Hands-on experience in building mobile applications and mobility solutions - native applications, flutter applications Expert in UI components & controls; Action Bars, Widgets, Fragments, Constraint layouts, etc. Expert in basic components of Android: Activity, Services, Intent, Broadcast Receiver, Content Provider, Handlers, Threads Good working experience on Web Service Integration (REST, JSON, XML) using Retrofit + OkHttp, DIO (edited)

    $1384 (Avg Bid)
    $1384 Rata-rata
    38 penawaran

    I need anyone who have rich experience of MLM. We have MLM Idea.

    $567 (Avg Bid)
    $567 Rata-rata
    30 penawaran

    I have MEAN project. There are tables, pie-chart and bar-chart. We already installed all modules and design almost pages. We want someone to add 1-2 points in a few pages. Backend is zend. I can just call api on backend. anything else. Thanks.

    $493 (Avg Bid)
    $493 Rata-rata
    20 penawaran

    We need a Php developer with experience in zend framework 2 and doctrine to supplement our current team and help us meet a deadline. You will need to start a.s.a.p. to work on adding new non-complex features to improve an existing web application, which is B2B marketplace for logistics. You will have access to and support from our current team, should you need it, and we will give you a detailed file with all the requirements, which will include visual aid to help you navigate and find files, pages, and locations on our website. If you don’t have the time to start a.s.a.p and dedicate time to complete the job in a timely manner, please do not apply. Thank you.

    $559 (Avg Bid)
    $559 Rata-rata
    35 penawaran

    The app is working perfectly fine, but whenever I connect it to mobile data, it simply doesn't work it doesn't go past the checkout page, it's a simple fix as I need a code debugger who can restore this for my app the website is fine.

    $12 (Avg Bid)
    $12 Rata-rata
    9 penawaran

    My website has dedicated CMS based on Zend framework. Website is hosted on VPS () with CentOS 7. php version 5.6 and it CAN NOT be changed. On CMS there is article add/edit form, which cause some problems to me. You can see that form on attached file rte1.png. I add there red letters (A) (B)... like on the list below. Changes I want you to do: 1. On section "Pozycja" (A) it should be selected by default "Artykuły", so I do not have to click it. 2. On section "nazwa:" (B) there is a problem with allowable number of characters. There is an error: "Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'name' at row 1'..." I want t...

    $245 (Avg Bid)
    $245 Rata-rata
    26 penawaran
    Javascript code Berakhir left

    If you are familiar with Tradingview then you will know that we can apply script stategies to our chart. Problem is sometimes these indicators are private, meaning you can still add them to your chart but cannot see the source code of that indicator (Pinescript) written by the author. You can use Chrome Debugger tool to debug the Javascript (see screenshot) and get the Pinescript of public scripts. However, with my limited skill in Javascript I could not do the same for the private ones but I'm pretty sure it is still possible using the same method. If you are experienced in Javascript this should not be too hard for you.

    $148 (Avg Bid)
    $148 Rata-rata
    13 penawaran
    Drupal 8 Expert Berakhir left

    Long term position: I'm looking for Drupal 7 and 8 module developers. You must use a debugger, write modules and themes. I have plenty of work for 40+ hours a week. These projects are not your typical ‘download a module and configure’ type. You must know how to develop and maintain custom modules. Focus on Drupal programming standards is a must. Knowledge and usage of a PHP debugger is also a must. It comes with a QR scanning system, inventory tracking system, and communicates with a third party system when a sale occurs. A custom checkout system. We build everything custom. Rarely do we use modules such as Views. We rely on the entity system. We only use Views when it's a simple page - for more complex queries we don't even waste our time with it....

    $48 / hr (Avg Bid)
    $48 / hr Rata-rata
    33 penawaran
    Programming in C# Berakhir left

    Looking for developing a tool in C# for the control of allocated transport to drivers. The tool is very basic, just need to enable users to enter data related to drivers and vehicles. Once developed I also need to run the application through a debugger and test it. I forgot to mention that a draft of the code should be included, this is just a simple word document with a sequence of steps describing how the software works. That 1 page or half page word document is used to start coding in C# (so both have to match each other) In summary: 1. develop the word document with the steps of how the software works, 2 software coding in C# (matching the sequence described in the word document), 3. debugging and 4. testing under some key scenarios. More details can be supplied upon reques...

    $116 (Avg Bid)
    $116 Rata-rata
    47 penawaran

    Hi Kuldeepak T., we have a small job and a large job, I am looking for a dev that understands Zend and Laravel. Let's talk about this.

    $80 (Avg Bid)
    $80 Rata-rata
    1 penawaran

    The attached exhibits are screenshots of the Ubuntu text editor/debugger on my server. Exhibit 1 shows in the bottom left of the screenshot "Bracket match is out of range". Exhibit 2 shows in the bottom left of the screenshot that the bracket match is within range if I delete a single character from line 115. Is it possible to change a setting in the C++ compiler to say 15,000 characters for the bracket range? I really don't what to increase the the number of external functions if at all possible as this will make the original code (not attached) very difficult if not impossible to understand. If you know the solution please let me know how much would you charge for it?

    $379 (Avg Bid)
    $379 Rata-rata
    6 penawaran

    Hello, I have a B2B PHP project on Apache, with MySQL Database and an old PHP Framework called Zend. We want to move this project to a new Server with updated Versions. It's a big project, so please check if you can manage it.

    $94 / hr (Avg Bid)
    $94 / hr Rata-rata
    89 penawaran

    If you are familiar with Tradingview then you will know that we can apply script strategies to our chart. Problem is sometimes these indicators are private, meaning you can still add them to your chart but cannot see the source code of that indicator (Pinescript) written by the author. You can use Chrome Debugger tool to debug the Javascript (see screenshot) and get the Pinescript of public scripts. However, with my limited skill in Javascript I could not do the same for the private ones but I'm pretty sure it is still possible using the same method. If you are experienced in Javascript this should not be too hard for you. Skills: JavaScript, Pine Script If you have DONE THIS TYPE OF WORK BEFORE, PLEASE COMMENT IN YOUR PROPOSAL. PLEASE GIVE DETAILED INFORMATION, FOR YOUR BID...

    $648 (Avg Bid)
    Sorotan Mendesak
    $648 Rata-rata
    28 penawaran

    we will work task by task on this project and make payment after each task done

    $25 (Avg Bid)
    $25 Rata-rata
    1 penawaran

    Hi Mohamed K., you fixed a trouble on XAMPP configuration in the past and now I have again similar problmes. Fast project for you configuring mysql/apache and PhpStorm please write me

    $41 (Avg Bid)
    $41 Rata-rata
    1 penawaran

    I have troubles on configuring the working environment locally using these tools: - XAMPP - mySql - Apache - Codeigniter project - PHPStorm IDE 1. the first problem concerns PHPStorm IDE: I have configured the debugger and som break points, but I don't get what I expceted. What I expect is that if I define some break point once they are reached - the execution is stopped on the breakpoint - the IDE is taken to the exact file and position of the stopping breakpoint - one inspected, the developer can skip to the next breakpoint clicking a button (never found which one) Instead what I get is that - sometimes the execution is not stopped by breakpoints - if the execution stop is because it is going step-by-step and the focus is never taken to t...

    $190 (Avg Bid)
    $190 Rata-rata
    23 penawaran

    """"""""""""""""""""""Tradingview locked pine script ext...have recently purchased access to a protected/private trading script on TradingView (written in PineScript) and I need your help to extract the source code. I have no idea if the task has been done in the past or not, but your job will be to find a way to do it. Only apply if you are confident you can think of at least one way to achieve it. One common approach might be going through the Chrome debugger and inspecting the Javascript code, but that may not be sufficient given it's a protected/private script. If for any reason you are unable to complete the task, I will not leave any negative feedback but paymen...

    $179 (Avg Bid)
    $179 Rata-rata
    6 penawaran

    ...Extensions - Wartung und Ausbau der Webseiten unseres Kundenstamms Dein Profil: - Ob Fachinformatiker oder Quereinsteiger ist uns egal, wichtiger sind Erfahrung und Leidenschaft - Sehr gute Kenntnisse in Magento 2 - Kenntnisse in Shopware und WooCommerce von Vorteil - Gute Kenntnisse in HTML5, CSS3 & JavaScript - Erfahrung mit CSS Frameworks wie Bootstrap 4 und PHP Frameworks wie Symfony, Zend oder Laravel von Vorteil - Sicherer Umgang mit Versionskontrolle (GIT) - Gute Deutsch- und Englischkenntnisse in Wort und Schrift - Interesse unser Unternehmen mitzugestalten Was wir bieten: - Arbeiten in einem lockeren Umfeld mit jungen Kollegen - Wöchentliches Team-Lunch - flache Hierarchien - Interessante und abwechslungsreiche Projekte - Flexible Arb...

    $54 / hr (Avg Bid)
    Lokal
    $54 / hr Rata-rata
    2 penawaran

    ...Maintenance and expansion of the websites of our customer base Your Profile: It doesn’t matter to us if you are an IT specialist or a career changer, we value experience and passion Excellent knowledge of Magento 1 and 2 Knowledge in Shopware and WooCommerce is an advantage Good understanding of HTML5, CSS3 & JavaScript Experience with CSS frameworks like Bootstrap 4 and PHP Frameworks like Symfony, Zend or Laravel advantageous Confident handling of version control (GIT) Good written and spoken German and English language skills Interest in helping to shape our company What we offer: Work in a relaxed environment with nice and young colleagues Weekly lunch with the team Flat hierarchies Interesting tasks and varied projects Flexible working hours in the office or ...

    $36 / hr (Avg Bid)
    $36 / hr Rata-rata
    51 penawaran

    Salut, Je m'appelle Soumaya du Maroc et je vis en Europe. J'ai vu votre profil et je suis intéressée de travailler avec vous. Vous aurez seulement une petite tâche à traiter que j'ai besoin d'elle le plutôt possible. Si vous êtes intéressé, contactez-moi svp rapidement. Merci.

    $51 (Avg Bid)
    $51 Rata-rata
    1 penawaran

    Salut, Je m'appelle Soumaya du Maroc et je vis en Europe. J'ai vu votre profil et je suis intéressée de travailler avec vous. Vous aurez seulement une petite tâche à traiter que j'ai besoin d'elle le plutôt possible. Si vous êtes intéressé, contactez-moi svp rapidement. Merci.

    $51 (Avg Bid)
    $51 Rata-rata
    1 penawaran

    Have you ever heard of TradingView? Do you know what Pin...have recently purchased access to a protected/private trading script on TradingView (written in PineScript) and I need your help to extract the source code. I have no idea if the task has been done in the past or not, but your job will be to find a way to do it. Only apply if you are confident you can think of at least one way to achieve it. One common approach might be going through the Chrome debugger and inspecting the Javascript code, but that may not be sufficient given it's a protected/private script. If for any reason you are unable to complete the task, I will not leave any negative feedback but payment will be done only after the source code has been extracted successfully and tested by me to confirm the outp...

    $34 (Avg Bid)
    $34 Rata-rata
    10 penawaran

    Sitemap Generation Warnings Warning: Error while sending QUERY packet. PID=3219 in /home/ on line 305

    $11 / hr (Avg Bid)
    $11 / hr Rata-rata
    34 penawaran

    I'm looking for a freelance experienced tutor who could guide and teach through a virtual session how to exploit a small demo code written in C (a few lines) for a buffer overrun using GNU Debugger and pwntools for personal learning purpose. Please respond with the hourly rate and earliest availability. (Reference Example-1: and Example-2: ). Reference examples are given for explanation.

    $165 (Avg Bid)
    $165 Rata-rata
    15 penawaran

    Learning to use phpstorm and Local by Flywheel. I want to connect both using this article I am unable to establish the connection following the articles. Local by Flywheel support articles and forums not very helpful either. I need a developer that is familiar with both programs to walk me through the process. Thank you, Patrick

    $19 / hr (Avg Bid)
    $19 / hr Rata-rata
    29 penawaran

    Hi Michelle S., I would like to talk with you about my project. I have a website written in Zend framework and would like to convert it to Laravel. Is this something you can help me with?

    $250 (Avg Bid)
    $250 Rata-rata
    1 penawaran

    My website is made with Wordpress. And right now the website is down. The hosting company enabled WordPress debugger and found that there are some coding related issues. I am looking for someone to check and fix the problem and if needed to make all needed upgrades, etc...

    $107 (Avg Bid)
    $107 Rata-rata
    104 penawaran

    Need Freelancer for PHP, Laravel, JavaScript and Zend framework project

    $23 / hr (Avg Bid)
    $23 / hr Rata-rata
    33 penawaran

    Require the recreation and the functionality identical to the file attached that must be functional for our WordPress website. You have to download this debugger to view it.: You can watch this YouTube video to learn how to view the file.: It is an animated logo with ambience. Adobe Flash is obsolete which means we must recreate the logo in .mp4 .svg, and if possible, .wmv and .avi files. You can also view it on.: Or I can send interested bidders a video recorded on my cellular phone.

    $96 (Avg Bid)
    $96 Rata-rata
    64 penawaran