Location: Warszawa, Poland
Member since: June 2006
Customer satisfaction is most important to the project success ....
[read more]
5.0
4 days ago
“ Wonderfull freelancer!!, will hire him againWonderfull freelancer!!, will hire him again ”
11 days ago
“ badzia was very fast and did an awesome job!, I would recommend him for any jobsbadzia was very fast and did an awesome job!, I would recommend him for any jobs ”
12 days ago
“ Fine coder, completed the project to the spec, though running a little late and missing for several days without notice.Fine coder, completed the project to the spec, though running a little late and missing for several days without notice. ”
29 days ago
“ Good quality and good communication, he helped us in a very professional way and we'll hire him againGood quality and good communication, he helped us in a very professional way and we'll hire him again ”
Apr 10, 2013
“ Great programmer. Very knowledgeable and fast responsive. Very good communication skills. I recommend him to everyone. Will return for more!Great programmer. Very knowledgeable and fast responsive. Very good communication skills. I recommend him to everyone. Will return for more! ”
Nov 27, 2012
“ He is awesome, he is willing to communicate & communicates very well which is very important when using a freelancer. He clearly understood what I wanted & was willing to make changes as we went along. Great boy!He is awesome, he is willing to communicate & communicates very well which is very important when using a freelancer. He clearly understood what I wanted & was willing to make changes as we went along. Great boy! ”
Sep 30, 2012
“ Excellent programmer! Delivered what was expected, both excellent in quality and professionalism!Excellent programmer! Delivered what was expected, both excellent in quality and professionalism! ”
Sep 5, 2012
“ very good programmer.. he did the work just finevery good programmer.. he did the work just fine ”
Aug 14, 2012
“ This is a great freelancer, he always responds quickly and does a good job.This is a great freelancer, he always responds quickly and does a good job. ”
Aug 11, 2012
“ very good programmer and and good exceptional communicationvery good programmer and and good exceptional communication ”
I am urgently looking for a very reliable, good communicator articulate and an experienced Java & MySQL developer to write 2 Device Communication Servers for use with OpenGTS (Enterprise). The DCS should be able to read, store & display GPS and CANbus or OBDII data. Tracking device events data will be stored & retrieved from MySQL database.Devices are ATrack AX5 and WirlessLinks Piccolo STX.This is a re-post due to previous time wasterI am urgently looking for a very reliable, good communicator articulate and an experienced Java & MySQL developer to write 2 Device Communication Servers for use with OpenGTS (Enterprise). The DCS should be able to read, store & display GPS and CANbus or OBDII data. Tracking device events data will be stored & retrieved from MySQL database.Devices are ATrack AX5 and WirlessLinks Piccolo STX.This is a re-post due to previous time waster
Getting done the project about promoting models in web tv application. This is about logging in to member accounts and promoting models.Getting done the project about promoting models in web tv application. This is about logging in to member accounts and promoting models.
have a query that inserts data into a table. But it is creating a new record every time. Is there a way I can check if the row is there first, then if it is, UPDATE, and if it isn't INSERT?$user = 'username';$timestamp = date('Y-m-d G:i:s.u');$check_time = 'start'; //can also be stop$check_type = 'start_user'; //can also be stop_user$insert_query = 'INSERT INTO production_order_process_log (production_order_id, production_order_process_id, $check_time, $check_type) VALUES ('$production_order_id', '$production_order_process_id', '$timestamp', '$user')';The idea is that the table will record check-in and check-out values (production_order_process_log.start and production_order_process_log.stop). So before a record with a check-out time stamp is made, the query should check to see if the $production_order_process_id already exists. if it does exist, then the timestamp can go into 'stop' and the $check_type can be stop_user. Otherwise, they should stay 'start' and 'start_user'.I am basically trying to avoid this result.+----+---------------------+--------------------------------+--------------------+-------------------+-------------+-------------+| id | production_order_id | production_order_process_id | start | stop | start_user | stop_user |+----+---------------------+--------------------------------+--------------------+-------------------+-------------+-------------+| 8 | 2343 | 1000 | 12 july 03:23:23 | NULL | tlh | NULL |+----+---------------------+--------------------------------+--------------------+-------------------+-------------+-------------+| 9 | 2343 | 1000 | NULL | 12 july 03:45:00 | NULL | tlh |+----+---------------------+--------------------------------+--------------------+-------------------+-------------+-------------+Additionally, if there is a production_order_process_id higher than the one which is currently getting the check-in or check-out, a new record should be created, rather than completing the old one.Additionally, if there is a row with the the production_order_id the same as the one the query is being performed on that does not have a check-out time, the $timestamp variable (minus one second) should be applied to it. Obviously, since this check will be performed every time, this can only happen once per query.?have a query that inserts data into a table. But it is creating a new record every time. Is there a way I can check if the row is there first, then if it is, UPDATE, and if it isn't INSERT?$user = 'username';$timestamp = date('Y-m-d G:i:s.u');$check_time = 'start'; //can also be stop$check_type = 'start_user'; //can also be stop_user$insert_query = 'INSERT INTO production_order_process_log (production_order_id, production_order_process_id, $check_time, $check_type) VALUES ('$production_order_id', '$production_order_process_id', '$timestamp', '$user')';The idea is that the table will record check-in and check-out values (production_order_process_log.start and production_order_process_log.stop). So before a record with a check-out time stamp is made, the query should check to see if the $production_order_process_id already exists. if it does exist, then the timestamp can go into 'stop' and the $check_type can be stop_user. Otherwise, they should stay 'start' and 'start_user'.I am basically trying to avoid this result.+----+---------------------+--------------------------------+--------------------+-------------------+-------------+-------------+| id | production_order_id | production_order_process_id | start | stop | start_user | stop_user |+----+---------------------+--------------------------------+--------------------+-------------------+-------------+-------------+| 8 | 2343 | 1000 | 12 july 03:23:23 | NULL | tlh | NULL |+----+---------------------+--------------------------------+--------------------+-------------------+-------------+-------------+| 9 | 2343 | 1000 | NULL | 12 july 03:45:00 | NULL | tlh |+----+---------------------+--------------------------------+--------------------+-------------------+-------------+-------------+Additionally, if there is a production_order_process_id higher than the one which is currently getting the check-in or check-out, a new record should be created, rather than completing the old one.Additionally, if there is a row with the the production_order_id the same as the one the query is being performed on that does not have a check-out time, the $timestamp variable (minus one second) should be applied to it. Obviously, since this check will be performed every time, this can only happen once per query.?
I need some Delphi 2010 compatible source code and demo EXE file which demonstrates how to (1) send SMS (2) make phone callsusing the TelAPI.com API. In both cases need to be able to set custom Caller ID.Full documentation available at:https://www.telapi.com/docs/api/rest/https://www.telapi.com/docs/Thanks.I need some Delphi 2010 compatible source code and demo EXE file which demonstrates how to (1) send SMS (2) make phone callsusing the TelAPI.com API. In both cases need to be able to set custom Caller ID.Full documentation available at:https://www.telapi.com/docs/api/rest/https://www.telapi.com/docs/Thanks.
lie to offer you opengts customization directly, in case you are interested, will share more details with you.lie to offer you opengts customization directly, in case you are interested, will share more details with you.
I am looking for someone to design a simple multi-user app that allows my teaching staff to communicate back to our main head quarters. It would have several fields and would need to either link back to an online database or be emailed back to our office after submitting. Only one person needs to be able to access the entries. It is to replace a current paper log book which is currently filled out (please see attached) I would also like our office to be able to add and remove an attendance roll which our external staff can mark off and send back with their report.I am looking for someone to design a simple multi-user app that allows my teaching staff to communicate back to our main head quarters. It would have several fields and would need to either link back to an online database or be emailed back to our office after submitting. Only one person needs to be able to access the entries. It is to replace a current paper log book which is currently filled out (please see attached) I would also like our office to be able to add and remove an attendance roll which our external staff can mark off and send back with their report.
Please write me skype: izvek-bankPlease write me skype: izvek-bank
I need a custom built GPS tracking software(web based, mobile app), which is also suitable for fleet management with scalable architecture(up to 10000 vehicles). It will be based on various devices TK102, WT200, Teltonica devices (FM1100, FM2200, FM4200) and add 3 new protocols DCS for devices, allow user to choose devices reports at 30secs, 1min, 5min, etc. Show detail data about devices online. It should have all basic fleet management features (live tracking, reports, geo fences, POI, engine cutoff/on, etc) as well as support for devices that provide OBD II/CAN info. The software will be the control panel in the backend and a client website integrated with the control panel for the frontend. It must have UI for end-users to enable their device after making payment for service fee through a payment module.Integrate to allow same logins for website and tracking softwareShow time left on sim card; add time to sim card link; email/text a notice for expiring device service in 10days,5days; warning for low sim card amountPlease note you must already have a working model and provide a demo login info.I need a custom built GPS tracking software(web based, mobile app), which is also suitable for fleet management with scalable architecture(up to 10000 vehicles). It will be based on various devices TK102, WT200, Teltonica devices (FM1100, FM2200, FM4200) and add 3 new protocols DCS for devices, allow user to choose devices reports at 30secs, 1min, 5min, etc. Show detail data about devices online. It should have all basic fleet management features (live tracking, reports, geo fences, POI, engine cutoff/on, etc) as well as support for devices that provide OBD II/CAN info. The software will be the control panel in the backend and a client website integrated with the control panel for the frontend. It must have UI for end-users to enable their device after making payment for service fee through a payment module.Integrate to allow same logins for website and tracking softwareShow time left on sim card; add time to sim card link; email/text a notice for expiring device service in 10days,5days; warning for low sim card amountPlease note you must already have a working model and provide a demo login info.
App Details: Language: Phonegap / JQuery MobileSteps summary of how the app needs to work:Step 1 Loading Screen (Note: If no internet connection is available show a dialog saying it)Step 2Login Page (PHP/MySQL online validation)Requires to Remember passwordStep 3 a. Press Create New Inventory Button (Note: Might be labelled differently)b. Give it a name - (= Name and address and postcode)Step 4a. Select a room from available list (We need to be able to label the room names / create new labels - Settings page?)b. Take pictures of the room Repeat the above a and b for whatever rooms are needed.Step 5Upload the images to a folder online and populate the database with:1. Unique ID2. Name3. Address4. postcode5. image name6. image location7. date / time stampStep 6Message Dialog confirming uploadDatabase details will be provided.See attachments for designApp Details: Language: Phonegap / JQuery MobileSteps summary of how the app needs to work:Step 1 Loading Screen (Note: If no internet connection is available show a dialog saying it)Step 2Login Page (PHP/MySQL online validation)Requires to Remember passwordStep 3 a. Press Create New Inventory Button (Note: Might be labelled differently)b. Give it a name - (= Name and address and postcode)Step 4a. Select a room from available list (We need to be able to label the room names / create new labels - Settings page?)b. Take pictures of the room Repeat the above a and b for whatever rooms are needed.Step 5Upload the images to a folder online and populate the database with:1. Unique ID2. Name3. Address4. postcode5. image name6. image location7. date / time stampStep 6Message Dialog confirming uploadDatabase details will be provided.See attachments for design
I can show u a site which has swf as a chatting application, I need some one to decompile that app and give me all information like links, in that flash. thanksI can show u a site which has swf as a chatting application, I need some one to decompile that app and give me all information like links, in that flash. thanks
I just want a simple news app. Just a app that show the news from my site. www.kungalvssport.se/testIt's for iphone.I just want a simple news app. Just a app that show the news from my site. www.kungalvssport.se/testIt's for iphone.
i need small app only one page connected to a online database to save & retrieve some filed i prefer SQL database or any suggested database.attachment will be send by PMi need small app only one page connected to a online database to save & retrieve some filed i prefer SQL database or any suggested database.attachment will be send by PM
Mobile app developer required to create a simple app for all platforms with two aspects:1. A list of over 100 phone numbers2. Approximately 10-20 screens of advise for the app usersMobile app developer required to create a simple app for all platforms with two aspects:1. A list of over 100 phone numbers2. Approximately 10-20 screens of advise for the app users
there are two websites that post Auto Accident reports (one via PDF and the other not sure). They upload these reports at random throughout the day. We have a staff member looking at the websites and constantly refreshing them in order to be first to see the newly uploaded Accident reports. We gather time sensitive information from these reports and it is imperative to locate these reports immediately after the site uploads them.I am in search of program(s) that will automatically search for newly uploaded reports every 1-5 seconds and either send notification or actually open the file.there are two websites that post Auto Accident reports (one via PDF and the other not sure). They upload these reports at random throughout the day. We have a staff member looking at the websites and constantly refreshing them in order to be first to see the newly uploaded Accident reports. We gather time sensitive information from these reports and it is imperative to locate these reports immediately after the site uploads them.I am in search of program(s) that will automatically search for newly uploaded reports every 1-5 seconds and either send notification or actually open the file.
I got malicious software (a password stealer) for research, which is coded in Visual Basic 5.0/6.0 - it was packed with UPX. So I unpacked it with OllyDbg, ImpREC and PEiD, so I could verify that it was coded in VB. Your job would be to reverse engineering the file, dump the complete source code and comment the code for me, so I can understand how it exactly works, what it exactly does, etc.I can give you a link to the PE, so you can take a look into it.Best regards!I got malicious software (a password stealer) for research, which is coded in Visual Basic 5.0/6.0 - it was packed with UPX. So I unpacked it with OllyDbg, ImpREC and PEiD, so I could verify that it was coded in VB. Your job would be to reverse engineering the file, dump the complete source code and comment the code for me, so I can understand how it exactly works, what it exactly does, etc.I can give you a link to the PE, so you can take a look into it.Best regards!
The application TasportinPuglia has the objective of giving everyone the possibility to know the timetable of one of the lines listed below in every moment (also in case of failed or missing internet connection). In order to do that, it is necessary to memorize the data into the database of the device.The project has been started using the phonegap framework (http://phonegap.com/) so it is mainly written in html, javascript and jquerymobile. The app should run on iOS (Iphone and Ipad) and Android (Mobile phones and Tablets) and will be available in Apple Store and Google Play .The application TasportinPuglia has the objective of giving everyone the possibility to know the timetable of one of the lines listed below in every moment (also in case of failed or missing internet connection). In order to do that, it is necessary to memorize the data into the database of the device.The project has been started using the phonegap framework (http://phonegap.com/) so it is mainly written in html, javascript and jquerymobile. The app should run on iOS (Iphone and Ipad) and Android (Mobile phones and Tablets) and will be available in Apple Store and Google Play .
We have an iOS application with some tabs.The News tab shows a classic iPhone list with 2 items (2 categories of news): CategoryA and CategoryBRecently we removed CategoryB, so when user taps on News tab, he goes directly into CategoryA news list.Since we did this, some user started to experience crashes.We are not able to reproduce every time, but we need to remove this crash. The developer will have to check why this happen, and fix, in one of these two ways (your choice):- Keep behaviour like now: when user taps to news list, he goes directly to CategoryA news list... but without crashes- Restore previous behaviour: when user taps to news list, he goes to the category list, where just CategoryA element will be visible (for now CategoryB must be hidden)We can give logs , but not sure is strictly relatedWe have an iOS application with some tabs.The News tab shows a classic iPhone list with 2 items (2 categories of news): CategoryA and CategoryBRecently we removed CategoryB, so when user taps on News tab, he goes directly into CategoryA news list.Since we did this, some user started to experience crashes.We are not able to reproduce every time, but we need to remove this crash. The developer will have to check why this happen, and fix, in one of these two ways (your choice):- Keep behaviour like now: when user taps to news list, he goes directly to CategoryA news list... but without crashes- Restore previous behaviour: when user taps to news list, he goes to the category list, where just CategoryA element will be visible (for now CategoryB must be hidden)We can give logs , but not sure is strictly related
Job Description:Looking for a software developer for CAM (Computer Aided Manufacturing) application. You will be a part of a team of first class developers that brings about creative problem solving, innovation, and cutting edge technology. Candidate will be proficient in C/C++, geometric reasoning, and algebraic computations.Requirements:+ BS in Computer Science, Software Engineering, or Mathematics or related fields.+ Should have the experience of at least 5 years of professional software development.+ Must be adept in C/C++ and object oriented programming.+ Proficient in geometry and linear algebra.+ Experience in software methods such as Subversion, Mercurial, Agile, Scrum+ Additional qualifications that would be preferred would be:+ Knowledge of geometric configurations often used in Computer Aided Design software such as NURBS, BREP, or triangulated mesh.+ Knowledge of generation of toolpaths for Computer Numeric ControlJob Description:Looking for a software developer for CAM (Computer Aided Manufacturing) application. You will be a part of a team of first class developers that brings about creative problem solving, innovation, and cutting edge technology. Candidate will be proficient in C/C++, geometric reasoning, and algebraic computations.Requirements:+ BS in Computer Science, Software Engineering, or Mathematics or related fields.+ Should have the experience of at least 5 years of professional software development.+ Must be adept in C/C++ and object oriented programming.+ Proficient in geometry and linear algebra.+ Experience in software methods such as Subversion, Mercurial, Agile, Scrum+ Additional qualifications that would be preferred would be:+ Knowledge of geometric configurations often used in Computer Aided Design software such as NURBS, BREP, or triangulated mesh.+ Knowledge of generation of toolpaths for Computer Numeric Control
Device: I want to be able to track employees and contact alarm them. I also want to be able to geo fence. I will be recieving the data on my hosted website. The device can send a picture with note with the gps location if the user want to send a picture. For instance, a truck accident, they take a picture and send through the program the picture with the gps location. They can also send me a 'Checkin', a hour, day, location message showing where they are. They should also be able to write a note. For instance, when they open the program on there end, it says (Checkin, Note, Picture) as options. Viewing: I want to be able to view live the locations of my employees, 185 of them. I want to be able to set them up in groups. For instance only look up my 10 sales staff. Or my 30 labor workers on the job site. I want to be able to view the days work at the end of the day. For instance go back and see the locations throught the day. I need to be able to turn off location at certain hours and turn on at other hours. I want to be able to download the locations of devices. If i mouse over a dot, it shows the name I registered to that person/device.this probably exists, but I want something easy and simple that can be viewed on a web page, ipad and or blackberry playbook.Device: I want to be able to track employees and contact alarm them. I also want to be able to geo fence. I will be recieving the data on my hosted website. The device can send a picture with note with the gps location if the user want to send a picture. For instance, a truck accident, they take a picture and send through the program the picture with the gps location. They can also send me a 'Checkin', a hour, day, location message showing where they are. They should also be able to write a note. For instance, when they open the program on there end, it says (Checkin, Note, Picture) as options. Viewing: I want to be able to view live the locations of my employees, 185 of them. I want to be able to set them up in groups. For instance only look up my 10 sales staff. Or my 30 labor workers on the job site. I want to be able to view the days work at the end of the day. For instance go back and see the locations throught the day. I need to be able to turn off location at certain hours and turn on at other hours. I want to be able to download the locations of devices. If i mouse over a dot, it shows the name I registered to that person/device.this probably exists, but I want something easy and simple that can be viewed on a web page, ipad and or blackberry playbook.
hi imhave seen you mega tracker pictures. can su send me a demo account username and passoword somi can check. how much do younwant for it.hi imhave seen you mega tracker pictures. can su send me a demo account username and passoword somi can check. how much do younwant for it.
I have a program written in delphi that I wish for the winning bidder to decompile. The combined size of the launch file / application file, plus all the *.bpl files plus all the folders is 40.5mb. I would like the engineer that takes this work on to look through the relevant code and find the section that I am interested in. Then take this and elucidate how it produces the functionality.The program will be provided to the winning contractor, as will the name of the section of code that I am interested in.This is the second time I have posted this project. If you have 0 feedback please feel free to bid on this project but please note that I will need the finished item before I submit the full payment. ThanksI have a program written in delphi that I wish for the winning bidder to decompile. The combined size of the launch file / application file, plus all the *.bpl files plus all the folders is 40.5mb. I would like the engineer that takes this work on to look through the relevant code and find the section that I am interested in. Then take this and elucidate how it produces the functionality.The program will be provided to the winning contractor, as will the name of the section of code that I am interested in.This is the second time I have posted this project. If you have 0 feedback please feel free to bid on this project but please note that I will need the finished item before I submit the full payment. Thanks
Symantec
Works in departments QA, localization and internationalization.<br />Writing tools that help localize and testing software<br />Preparing building environment (software, scripts, requesting system)<br />Reverse engineering.<br />Analyzing software localizability<br />Reporting localization-related basecode defects<br />Preparing lists of files that have to be translated<br />Modifying and creating scripts to build localized applications<br />Preparing translation kits (list of words that need to be translated) and sending it out to transl
Alcode
Developing HR programs and tools. Delphi and MSSQL. Work in group
CDProject
Localization of games and programs. Developing tools needed to localization process. C\C++, Delphi, Assembler, Reverse engineering.
Speedex
Install, setup and resolve problems of hardware, network and software. Win9x/NT/2K/XP.
Amur
Developing network and database software of Client-Server type (Delphi, MSSQL).
Warsaw University of Technology
Developing a database application (Delphi, MS Access). Part-time work.
Aster City Cable
Administration and maintenance of Unix and Linux systems.
IBM
Presents IBM's newest product to IT managers of various companies. Part-time work.
M.Sc. Engineer
Polsko-Japonska Wyzsza Szkola Technik Komputerowych, Warsaw
2008-2012
M.Sc. Engineer
Politechnika Warszawska
2004-2007
B.Sc. Engineer
Politechnika Warszawska
1997-2004
Programming with the Microsoft .NET Framework (Microsoft Visual C# .NET) - MS 2349
Altkom Akademia
The goal of this course is to help application developers understand the Microsoft .NET Framework. In addition to offering an overview of the .NET Framework and an introduction to key concepts and terminology, the course provides a series of labs, which introduce and explain .NET Framework features that are used to code, debug, tune, and deploy applications.
Attacking and application protection
Compendium - Education Center
This training's purpose is to broaden the participants' knowledge of IT security issues, in order to make them aware of the vulnerabilities they may possibly create in an application during the programming process. Training presents whole range of contemporary attack methods, as well as how to prevent an application from being attacked. Security issues of web applications, which are accessed by internet browser, will be emphasized. Being aware of possible applications' vulnerabilities will help the participants to design more secure code.
Application Development for Win32 with Delphi 2006
BSC Polska
Applying IDE features to designing and developing applications, new Delphi language features, understanding projects and using included integrations (e.g. StarTeam, Together)ML, CodeGear's<br />dbExpress and Multi-tier database technologies, IntraWeb, VCL web services, integrated Web Deployment, reporting, multithreading<br />
Application Development with C++
ComArch
Presentation of key object oriented concepts including abstraction, encapsulation, inheritance, and polymorphism, understanding casting, RTTI, classes, and method overloading. Use polymorphism to control trees of related objects.
| content | aux0 | aux1 | aux2 | aux3 | aux4 | aux5 | aux6 | aux7 | aux8 | aux9 |
|---|
| content | aux0 | aux1 | aux2 | aux3 | aux4 | aux5 | aux6 | aux7 | aux8 | aux9 |
|---|
As you use Freelancer.com to complete work, you'll earn badges which appear on your profile.
Elite Badges are very difficult to obtain, obtainable by only our most dedicated users.
Pro Badges are somewhat uncommon but still obtainable with little effort.
Standard Badges are common and easy to obtain.
Freelancer.com (formerly GetAFreelancer, Scriptlance and vWorker/Rentacoder) is the world's largest freelancing, outsourcing and crowdsourcing marketplace for small business. Hire freelancers to work in software, writing, data entry and design right through to engineering and the sciences, sales and marketing, and accounting & legal services.
Find freelance jobs and make money online! We have freelance coders, writers, programmers, designers, marketers and more. Getting the best web design, custom programming, professional writing or affordable marketing has never been easier!
© Copyright 2013 Freelancer Technology Pty Limited (ACN 142 189 759)
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)