Opentext vim jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    389 opentext vim jobs found, pricing in CAD

    Setup a NAS using Ubuntu server 9.10. The initial installation of the operating system will be installed on a single drive. Your task is to: 1. Setup software raid 5 on the remaining three drives so that the available space is 1.8TB (there are three 1TB drives). 2. Setup Samba shares for each of the users ...deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform Ubuntu Server 9.10. Knowledge of Ubuntu, Samba, vsftp, openssl, vim, and ssh required. Must be able to integrate the Samba shar...

    $81 (Avg Bid)
    $81 Avg Bid
    5 bids

    I have multiple PHP projects written in PHP 5 using a custom framework that I created over the last several years. My sites are clean and well designed with modules, easy to follow file names and function names, etc. My sites use ...Table layouts. The ability to visualize a table layout will help you a lot. I'm looking for a solid php programmer that understands mysql very well to update a few sites I have over the next month or two. This is an hourly set of work and the work will continue as long as progress is good and quality is exceptionally high. Personally I use Panic Software's "CODA" for development but SSH/vim is available as well. SFTP is also available on my server. Please attach a zipfile with some sample of your php code to show that y...

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

    ...the future.... ## Deliverables **Objectives:** Create a new module in Webmin that will allow the adminstrator to create or modify existing .exrc files on the system. Changes can be made globally to all users or to a select few. **Step 1.** The vi editor reads a configuration file named .exrc which for we will assume is always located in the users home directory. Our vi editor invokes the vim program (vi improved) which can use a configuration file named .vimrc. The webmin module you are going to build will provide a safe web interface to the file /home/xxxxxxx/.exrc. Filling in an html form is safer, less error prone and can more easily be done by a junior administrator. Editing files directly with vi or emacs is more likely to produce an error. This is one of the main f...

    $109 (Avg Bid)
    $109 Avg Bid
    1 bids

    ...separating the business logic from the presentation would be ideal. I don't expect you or need you to have worked on frameworks such as Zend or CodeIgniter before but an understanding of MVC would be ideal. Do NOT contact me if you use Windows to develop your projects or you use Dreamweaver and the likes. I'm expecting someone who's able to hand-code their HTML in an editor such as GEdit or vim and who's able to write valid code to W3C Xhtml 1.1. As i'm a web developer myself, i will be analysing the code upon receiving it and being able to code to W3C standards will encourage me to provide you with more projects to work on. I am available GMT time 10am - 6pm and thus expect you to be available during those hours as well over MSN or ICQ or Yahoo as...

    $626 (Avg Bid)
    $626 Avg Bid
    14 bids

    ...and crypto extensions in PHP. 2- Update Perl's CPAN to the latest version. Install Bundles for Mysql, ImageMagick, Web Scraping (LWP/Data Dumper/etc) 3- Install Zimbra and configure for the correct domain. Configure for nightly backups using zimbaColdBackup. 4- Configure nightly mysqlDump to a backup directory. 5- Install Vim 7 latest version with all enhancements including syntax hilight. Setup system bash profile to alias vi to vim and system vimrc to standards (last cursor pos, syntax on, tab stop 4, ruler, etc) 6- Setup hourly ntpdate sync with 7- verify mysql, apache and required services for zimbra are started upon reboot. 8- add web user account "binz". Set the document root to this users directory for web requests....

    $40 (Avg Bid)
    $40 Avg Bid
    2 bids

    refactored to calls to the new object's method. This required to get a reference to the object beforehand, which can be done by mntsBaseUser::getById( $id ) There are already class stubs in the models/ directory. The old code is in the core/ directory. If a class is in models/mntsBaseUser, then the old code is in core/user_api.php. It is recommended that the programmer uses a powerful editor like VIM, emacs, ... which can help in automating many tasks. I'm a PHP programmer myself and can be contacted during the project via instant messaging. function user_get_access_level( $p_user_id, $p_project_id = ALL_PROJECTS ) { $t_access_level = user_get_field( $p_user_id, 'access_level' ); if( $t_access_level >= ADMINISTRATOR ) { return $t_access_level; } $t_project_acc...

    $41 - $137
    $41 - $137
    0 bids

    ...text (a template based on different analysis ) that would restructure the user text according to phonetics/grammar/syllables/pattern. this would make a text more appealing to the listeners/reader, mostly to generate songs, poems and sound alike phrases. I chose Vim editor as example (*coder suggestion accepted), as a core for the project since it is open source and there is already a multitude of manipulative function . , but the source isn't really well written, an other approach could be considered but, Vim is more then a simple editor since plug-in can be added and script. Ideally a dynamic environment would be good. Basically something that got a text editor window and a treated dos like window... *dynamic environment to have better control of the parsing , line

    $1540 (Avg Bid)
    $1540 Avg Bid
    6 bids

    ...importance and cost of Legal Documents and their: * Control * Securing * Archiving * Collaboration * Lawsuits or profit loss caused by lack of document management * Lawsuits or profit loss caused by documents being lost or not processed in time * Lawsuits or profit loss caused by information being stolen or mistakenly handled * Some useful cross referencing terms are: OpenText, LiveLink, Hummingbird DM, Alfresco Document Management, eRoom, IBM Document Management All information collected should be sent to me with: ? 1. A link to the article or post 2. A short 1 or 2 sentence description or a copy of the post itself. I will require at least 25 articles/posts/links.? I will require that approve all submitted work as acceptable before awar...

    $38 (Avg Bid)
    $38 Avg Bid
    4 bids

    We have a product from OpenText () called LiveLink BPM for eDocs DM. ? It uses JBoss, Java, ASP and internal tools to create web-based workflows. ? We would like to have 1 simple workflow created in this environment. ? We have the server environment setup ready to receive the workflow design.

    $364 (Avg Bid)
    $364 Avg Bid
    11 bids

    I converted the perl cpan X12::Parser module to php, but there is some error in my logic somewhere on the PHP side.? This bid request is to just figure out what that mistake is. This is due today. ## Deliverables All needed files are attached here. Particularly t...need the PHP version to have the perl output. php tests are in controller folder... should run for the most part for perl, just run cpan install X12::Parser and use the perl test scripts included.? You have to change the paths to point to the correct files in the test scripts.? You could install xdebug for vim and php or some other debug and then compare line by line against perl -d script.pl.? ? I did so, I was just have problems with my break points on xdebugger for vim so I didnt...

    $116 (Avg Bid)
    $116 Avg Bid
    1 bids

    I use vim to edit/understand large scripts in autohotkey. It's getting messy, so I'd love to have something like taglist. For that of course, you need ctags supporting autohotkey. It seems that ctags is easy to extend to new languages. I've never tried. If you do this (and test it thoroughly) you can then release your work under the GPL if you want. The specs are simple: get ctags support for language: autohotkey Serious coders only. Bonus for quality and speed. THanks. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows? (depending on the nature? of the deliverables): a)? For web

    $41 - $6839
    $41 - $6839
    0 bids

    ...expect higher pay + bonuses and revenue share would be with-in 2-4 months as we will bring sales / marketing on board when we have sites on line. In the first months we will pay you weekly. Goal is long term stable job. Qualifications: Good English skills written and spoken, we will have many calls monthly to go over things. (Skype) Unix/Linux - Able to login to server and edit a file with vim Design - Adobe Photo shop, Create comps/logos and make them pages. XHTML, CSS – required, must be able to hand code and know browser limitations. PHP5 - required, experience with Smarty templates, and drupal plugins a benefit MySQL - required, must be able to use mysql in command line in shell Javascript - required, wizard of ajax and javascript libraries. API&#...

    $410 - $2052
    Sealed
    $410 - $2052
    15 bids

    Hi Nitesh98, For this first job let's do 1760 words. If your original bid represents your price per word this should be $95 and I will add your $5 Project Acceptance fee to make an even $100. If you are pretty comfortable with PHP5 OOP then I would like you to center around this for the first projec...the table should simply contain "Yes" or "No" for each feature/app combo. In the link column, provide the link to the project/product's Features or Download page (preferably Features). Whatever words are left, split them up as descriptions of each editor. Spend more words on better editors, and fewer words on crappy editors. Don't be shy if you want to say an editor is crap, but be nice to Vim :) Ok that's it for this first job! ...

    $137 (Avg Bid)
    $137 Avg Bid
    1 bids

    ...because I don't like having all that extra Javascript in my Firefox. The post editor should have a Select Editor option, which the user can select one of for a startup default, and also toggle with a single click while editing (without saving the pref when you quick-toggle). The editors which should be enabled in this way: FCKeditor (which must be bundled and prepped correctly by the installer), Vim, or something basic like Gedit. Each of these should appear in the UI as a normal application area within the window. But wait, there's more! We have to get the media moved to the server. No matter how the file is edited, the user will be creating HTML source that will relate to either local or internet files. When the source is being put, there should be a check ...

    N/A
    N/A
    0 bids

    DOn't bid unless you are sure you can do it. Full documentation must be provided as much as possible so I know whats going on and how to use final product. Full communication must be consistent with me. What I want: Improve vim to support C programs with the introduction of skeletal initial programs, automatic Lex verification of code and macro and preprocessor invocation, with manual and auto-modes. I'll give you my specifications if you comment. Proj must be able to run on unix,ssh. Go to this site for more info on vim: You don't have to do things from scratch. Just make changes to the source as you feel necessary. Document everything you change and why you did it. I would like updates 2X a week from the winning bidder. ## Deliverables 1) Complete and ful...

    $256 (Avg Bid)
    $256 Avg Bid
    1 bids

    DOn't bid unless you are sure you can do it. Full documentation must be provided as much as possible so I know whats going on and how to use final product. Full communication must be consistent with me. What I want: Improve vim to support C programs with the introduction of skeletal initial programs, automatic Lex verification of code and macro and preprocessor invocation, with manual and auto-modes. I'll give you my specifications if you comment. Proj must be able to run on unix,ssh. Go to this site for more info on vim: You don't have to do things from scratch. Just make changes to the source as you feel necessary. Document everything you change and why you did it. I would like updates 2X a week from the winning bidder. ## Deliverables 1) Complete and ful...

    $41 - $308
    $41 - $308
    0 bids

    hi, I would like help building a free gentoo (portage) / solaris (nexenta distro) based distro with the best open source packages. This may involve building the packages from source. I'd like the...5.7) koffice (1.6.2) libgnome (2.18.0) linux (2.6.21.3) module-init-tools (3.2.2) mono (1.2.4) MPlayer (1.0rc1) mysql (5.0.41) nautilus (2.18.1) (2.2.0) openssh (4.6p1) openssl (0.9.8e) perl (5.8.8) php (5.2.2) postfix (2.4.1) postgresql (8.2.4) Python (2.5.1) qt-x11 (4.2.3) samba (3.0.25a) seamonkey (1.1.1) sendmail (8.14.1) thunderbird (2.0.0.0) udev (111) vim (7.1) webmin (1.340) xfce (4.4.1) xine-lib (1.1.6) xinetd (2.3.14) xorg (7.2) I don't think this is too hard for a solaris / linux admin + they would know best packages to use...

    $1812 (Avg Bid)
    $1812 Avg Bid
    2 bids

    ...Updated via cvsup to latest -CURRENT branch, such that I can later run cvsup *supfile* to update the relevant components over the Internet * Boots to a text login prompt in VMware, of course * Includes all distributions except X * Includes ports, src, and src/sys distributions, updated to -CURRENT via cvsup * supfile for system and ports included in /root * Install non-GUI versions of vim, sudo, wget, and cvsup * sshd enabled by default * Default network interface set to dhcp ## Deliverables Complete VMware image, bootable under VMware 1.0.3 build-44356 or later, under Windows or Linux 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as fo...

    $96 (Avg Bid)
    $96 Avg Bid
    4 bids

    hi, I would like help building a free gentoo (portage) / solaris (nexenta distro) based distro with the best open source packages. This may involve building the packages from source. I'd like the n...5.7) koffice (1.6.2) libgnome (2.18.0) linux (2.6.21.3) module-init-tools (3.2.2) mono (1.2.4) MPlayer (1.0rc1) mysql (5.0.41) nautilus (2.18.1) (2.2.0) openssh (4.6p1) openssl (0.9.8e) perl (5.8.8) php (5.2.2) postfix (2.4.1) postgresql (8.2.4) Python (2.5.1) qt-x11 (4.2.3) samba (3.0.25a) seamonkey (1.1.1) sendmail (8.14.1) thunderbird (2.0.0.0) udev (111) vim (7.1) webmin (1.340) xfce (4.4.1) xine-lib (1.1.6) xinetd (2.3.14) xorg (7.2) I don't think this is too hard for a solaris / linux admin + they would know best packages to use...

    $41 - $137
    $41 - $137
    0 bids

    This is a currently WORKING system so there are no surprises. This is a small system that I have running in a small office. There are no other clients on it so it can be shut down for the upgra...root Access Cpanel Server cat /etc/redhat-release CentOS release 4.5 (Final) rpm -qa | grep centos redhat-logos-1.1.26-1.centos4.4 centos-release-4-4.3 Linux version (gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)) #1 Tue Feb 27 09:18:57 EST 2007 10/10 Internet Conenction

    $112 (Avg Bid)
    $112 Avg Bid
    4 bids

    The Web PCF shall be a tool to configure cable assemblies based on approx. 25 cable types, 14 connector series and 5 connector patterns and to launch an RFQ t...for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform - Server: Windows 2003 / IIS Web server (possibly VMware Server) - Database Oracle - CMS Livelink (Opentext) - Ideal would be if we get the solution runnable in the described environment. If you recommend another platform environment, please describe it in detail. In any case, please indicate the preferred technical enviro...

    $41 - $6839
    $41 - $6839
    0 bids

    ...ssl/secure smtp with auth. c) configure chroot ssh d) setup mysql daily backup, I will provide a remote location to scp the backup file. you will dump mysql, and encrypt the file before sending. e) install and configure icecast. I currently have icecast running for one streaming station on another server. I will provide the exact config I'm using now. f) install/update/configure vim so that color syntax works correctly. g) install and configure php5 with mcrypt, mhash, mysql, and other reasonable modules. h) install and configure ImageMagick including php extensions. i) Install vncserver. There is an X11R6 directory but vncserver doesn't seem to want to install. j) Move ssh from port 22 to another port. ## Deliverables 1) Comp...

    $200 (Avg Bid)
    $200 Avg Bid
    4 bids

    Extend exhuberant ctags (the version in SVN trunk) to output function calls. You don't need to support vim,yacc,vera,html,or BETA only C/C++/C#/Cobol/Eiffel/Erlang/Fortran/Lisp/Lua/Pascal/Perl/PHP/Rexx/Ruby/Scheme/TCL need to be supported (although if you can support Java that would be a plus).

    N/A
    N/A
    0 bids

    Extend exhuberant ctags (the version in SVN trunk) to output function calls. You only need to support vim,yacc,vera,or BETA.

    N/A
    N/A
    0 bids

    ...development and testing purposes, I want a VMware image I can play with. The image must be as small as possible (no graphical UI, no extra software, ...) **The image must have installed :** - Fedora 6 must be taken as basis - Apache 2 - PHP 5 - MySQL 5 - PhpMyAdmin - Webmin !!! - FTP server (VSftpd, proftpd) - mail server (in- and outgoing mails) - Yum (for automatic updates) - VIM (or any other good text editor) - SSH / telnet connections - DNS server All versions must be : 'latest stable release' **Configuration requirements :** - apache must be configured so that it works with virtual hosts : example * /var/www/testproj1 must be linked to [][1] (I'll play with hosts file, so DNS service is not needed) * /var/www/testproj...

    $77 (Avg Bid)
    $77 Avg Bid
    5 bids

    ...It doesn't need to be pretty, but it does need to be highly functional. Bidders must be proficient in MySQL, PHP, AJAX (XML optional - only care about dynamic javascript) and have the ability to write CLEAN, MAINTAINABLE code. Sloppy coders need not bid. (Maintainable also means being able to maintain code without the use of some over-bloated WYSIWYG GUI/RAD/etc program. I'm a huge fan of vim and Ultraedit.) MySQL experience must include record-locking/exclusive access. This web site will be used by many people all over the US concurrently. Some basic Linux experience/knowledge is required as well. The basic framework is already in place. The database structure and a working PHP/HTML version are already in place, so it's just a matter of making it AJ...

    $1035 (Avg Bid)
    $1035 Avg Bid
    28 bids

    ...org/scripts/ But I know there is an emacslink component that allows much tighter integration (running selections, mlint, results in the editor etc.). This is written in lisp and as far as I can tell the MATLAB application listens as a server on a tcp port, which the emacs side then connects to. Basically I wanted to know if it would be possible to copy this functionality to vim, either in lisp (I think vim supports lisp for scripting) or python. I would like the code released under the gpl. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server...

    $41 - $6839
    $41 - $6839
    0 bids

    ... Programmer must have knowledge of linux o/s, must be able to connect via putty/ssh and must be able to complete ALL tasks. Please do not bid if you cannot complete all tasks. **Prequisite Knowledge** PHP MYSQL PERL DNS FIREWALL CONFIGURATION/IPTABLES SENDMAIL & SPAMASSISN (POP3+SMTP) WebServer - configuration DNS - configuration Crontab -e (using VIM) ** Software:** Bestcrypt Xmailserver Zend Optimizer Curl ffmpeg, ffmpeg-php, mplayer, mencoder Yum Updating (all Updates) Configure "named" DNS on one of the servers as PRIMARY and second server to be SECONDARY. I have 40 domains. Each domain requires configuration, including the /etc/ Configure SPAMASSISIN Insert several scripts into crontab (crontab -e). Config...

    $272 (Avg Bid)
    $272 Avg Bid
    22 bids

    I want to have vim syntax highlighting for XSieve files. XSieve is XSLT with embedded Scheme (a dialect of Lisp). Vim can highlight both XSLT and Scheme, so your task is to combine these cans. Attachment contains examples of XSieve files (extension - .xsl). XSieve home page: ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others

    $14 - $21
    $14 - $21
    0 bids

    For this project I'm searching coders with good experience with Cobol and specifically good knowledge of Acurcorp Cobol. The cobol system is being used in realestate and is built with editor vim. The os is Windows xp. The comments are mainly in french. I do have some examples. The database of the system is done in text files with specific french characters. There's now a problem printing text files with french characters. This went allright with old printers, but is a problem now in printers of today. Our solution is to generate a pdf file based on the db txt file. The functionality is already there to parse the db txt file. What we are looking for is a solution which can generate out of the db txt file a pdf with the french characters in it. ...

    PHP
    $3807 (Avg Bid)
    $3807 Avg Bid
    2 bids

    I need help to configure my apache server on Red hat for a x509 public key authentication setup. It must be during the Day on Friday August 26, EST. I have instructions on how it should be set up but have been unsuccessful thus far. I would give someone ssl access to my test Red Hat box and they can emacs/vim through the instructions. The coder can MSN me as they work with questions. Basically I need to make a self signed CA cert for the server and make serialized pk12 client certs for loading into Netscape, etc. They will be serialized. (M_CLIENT_SERIAL=001,002,003) Attached are the instructions I need help following. ## Deliverables 1) Setup of and server certs/keys and client certs ## Platform Red Hat FC4

    $16 (Avg Bid)
    $16 Avg Bid
    1 bids

    ...AND GIGABIT NICS REQUIRED WEB INTERFACE REQUIRED DSL and cable modems Ethernet auto-detection (PPP Over Ethernet) multiple good USB DSL modems auto-detection (Micro-code + PPP Over ATM) Internet connection configuration Stateful Inspection Firewall (netfilter/iptables + shorewall script) Protected shared Internet connection (Masking of internal IP addresses) Essential tools installed (vim, ntpdate, nmap, mc, netdiag, tcputils, tcpdump, etc.) DNS local server (bind) DHCP server (dhcd) Transparent proxy cache (squid) Administration of the firewall via a web interface (webmin + SSL) Postfix mails server Clamav Anti-virus via Amavisd-new Sanitizer mails cleaner Spamassassin Anti-spammer (spamc/spamd) Fetchmail external mail boxes fetcher POPa3d local server Fr...

    $643 (Avg Bid)
    $643 Avg Bid
    6 bids

    ...AND GIGABIT NICS REQUIRED WEB INTERFACE REQUIRED DSL and cable modems Ethernet auto-detection (PPP Over Ethernet) multiple good USB DSL modems auto-detection (Micro-code + PPP Over ATM) Internet connection configuration Stateful Inspection Firewall (netfilter/iptables + shorewall script) Protected shared Internet connection (Masking of internal IP addresses) Essential tools installed (vim, ntpdate, nmap, mc, netdiag, tcputils, tcpdump, etc.) DNS local server (bind) DHCP server (dhcd) Transparent proxy cache (squid) Administration of the firewall via a web interface (webmin + SSL) Postfix mails server Clamav Anti-virus via Amavisd-new Sanitizer mails cleaner Spamassassin Anti-spammer (spamc/spamd) Fetchmail external mail boxes fetcher POPa3d local server Fr...

    $2872 (Avg Bid)
    Featured
    $2872 Avg Bid
    6 bids

    ... WEB INTERFACE REQUIRED * DSL and cable modems Ethernet auto-detection (PPP Over Ethernet) multiple good * USB DSL modems auto-detection (Micro-code + PPP Over ATM) * Internet connection configuration * Stateful Inspection Firewall (netfilter/iptables + shorewall script) * Protected shared Internet connection (Masking of internal IP addresses) * Essential tools installed (vim, ntpdate, nmap, mc, netdiag, tcputils, tcpdump, etc.) * DNS local server (bind) * DHCP server (dhcd) * Transparent proxy cache (squid) * Administration of the firewall via a web interface (webmin + SSL) * Postfix mails server * Clamav Anti-virus via Amavisd-new * Sanitizer mails cleaner * Spamassassin Anti-spammer (spamc/spamd) * Fetchmail external mail boxes f...

    $2283 (Avg Bid)
    $2283 Avg Bid
    5 bids

    PHP 5 has to be used. The program should run flawlessly. The deadline is Tuesday, November 2. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) F...party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform it has to validate xHTML strict. A flowchart using Visio is required. Comment as much as possible so I can understand what you are trying to do. We usually use TextEdit but you can use what you are comfortable with like UltraEdit, vim etc. For questions, p...

    $41 - $68
    $41 - $68
    0 bids

    Hi - I need help with my C++ homework. I need it done within the next 3 hours. This should be a very easy project. This is what I need: 2 files: 1st - should be the program, written in very basic c++, sent to me in a text fie. The program must be able to compile in a vim editor. The program details are attached ( ) 2nd File - should be a text file chart for the program that looks similar to the one in (attached) Again - I need this done today - within 4 hours. Before 2:00 A.M. mountain time. Only bid if you can do the program, and can finish it quickly. Thanks

    $14 (Avg Bid)
    $14 Avg Bid
    1 bids

    ...Client/Server and Windows Server to develop Domino messaging application runs on Windows 2003 server using Domino SDK and Windows Server 2003 SDK API. Candidates: 1) Must be certified Domino Developer with very strong experience and techniques in Domino client and server messaging application, tasks development. 2) Should be holders of Microsoft MCSD, MCAD. 3) Techniques and development skill in VIM/MAPI. 4) Must be fully available to devote 100% time to this project for at least three months. 5) Must able to deliver finished software (with QC tested and no bugs) within agreed time frame a fter project confirmation. 6) Possess very strong application software development skills in Microsoft Windows server 2003 and its 32 bits API, COM+, Win32, C++. 7) Familiar with AD...

    $14038 (Avg Bid)
    $14038 Avg Bid
    6 bids

    o projeto consiste em desenvolver um app e crm no mercado de imoveis que pode ter potencial gigantesco, dentro da sociedade do app temos 1 desenvolvedor 1 famoso do mercado musical que vai fazer toda publicidade do app

    $193 (Avg Bid)
    $193 Avg Bid
    23 bids

    Quero um bot que envia sinais em determinada situação na roleta, um exemplo, ficar 10 vezes sem vim uma dúzia, e o bot enviar o alerta no telegram!.

    $48 (Avg Bid)
    $48 Avg Bid
    7 bids

    1. Project frame: 100% remote and in English 2. Target date: GoLive 01.01.2024 - rough timeline start 08-11/23 (WS, implementation, test, training and GoLive preparation) 3. assignment: part-time approx. 2-3PT/week - by arrangement and still flexible to be arranged 4th role: Expert for the implementation of SAP S/4HANA Sourcing & Procurement in an existing SAP S/4HANA FI (PCE) incl. OT VIM Invoice Receipt solution for customising and support in the implementation of the customer WS.

    $157 / hr (Avg Bid)
    $157 / hr Avg Bid
    1 bids

    Estamos buscando un FREELANCE para colaboraciones puntuales. El proyecto está implantado y llevamos el mantenimiento, pero hay que hacer algunos correctivos y evolutivos. Se trata de un proyecto que se puede compaginar con otro tipo de proyectos sin ningún problema. Requerimos que la persona pueda empezar lo antes posible.

    $68 / hr (Avg Bid)
    $68 / hr Avg Bid
    2 bids

    您好,Vim G.。我留意到了你的简历,想让您参与我的项目。我们可以讨论一下项目的细节。

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    1 bids

    Quero um bot que envia sinais em determinada situação na roleta, um exemplo, ficar 10 vezes sem vim uma dúzia, e o bot enviar o alerta no telegram!.

    $82 (Avg Bid)
    $82 Avg Bid
    6 bids

    Quero um bot que envia sinais em determinada situação na roleta, um exemplo, ficar 10 vezes sem vim uma dúzia, e o bot enviar o alerta no telegram!.

    $63 (Avg Bid)
    $63 Avg Bid
    3 bids

    Procuro vendedor(a) para prospecção ativa de clientes para minha agência de Tráfego Pago para empresas, via telefone e email. O serviço ofertado será a Gestão de Tráfego pago principalmente para pequenas/médias empresas. ...que a empresa pode obter com isso, até que se chegue ao fechamento. Nossa Agência está bem consolidada e com cases de sucesso para serem usado na prospecção, Nossos serviços de hipnoterapia são eficazes e o vendedor(a) interessado estará oferecendo um serviço de qualidade. Queremos alguém que já tenha experiência em prospecção. P.S.: Apesar do trabalho ser pontual. Se for bem executado, poderá vim a...

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    7 bids

    Quero um bot que envia sinais em determinada situação na roleta, um exemplo, ficar 10 vezes sem vim uma dúzia, e o bot enviar o alerta no telegram!.

    $103 (Avg Bid)
    $103 Avg Bid
    4 bids

    ...(tylko folderów, bez folderów ukrytych) - skopiować plik wskazany parametrem 4 do folderu wskazanego parametrem 5 - przenieść plik wskazany parametrem 6 do folderu wskazanego parametrem 7 - zmienić uprawnienia do obydwu docelowych plików tak aby tylko właściciel mógł go otwierać i zapisywać – dodatkowe wymaganie: uprawnienia mają być podane jako liczba ósemkowa - uruchomisz w tle proces (np. vi lub vim) i zapamiętasz w zmiennej identyfikator jego procesu - zatrzymasz dopiero co uruchomiony proces wskazując na jego PID Skrypt powinien zawierać w pierwszej linii odpowiednio sformatowane wskazanie na powłokę z którą powinien się uruchomić Skrypt powinien zawierać komentarze wskazujące który z powyższych kroków jest aktu...

    $34 (Avg Bid)
    $34 Avg Bid
    2 bids

    Se requiere aplicar herramientas de Big data para crear estrategias de retención para un producto de conectividad en una compañía de telecomunicaciones. Se necesita una persona con conocimientos en OpenText Magellan:

    min $68 / hr
    min $68 / hr
    0 bids

    Pesquisas online no free lance

    $569 (Avg Bid)
    $569 Avg Bid
    2 bids