絞り込む

私の最近の検索
次の条件で絞り込む:
予算
to
to
to
種類
スキル
言語
    ジョブステータス
    2,000 byte cnet 仕事が見つかりました。次の価格: USD

    I need a C++ DLL library to apply on an image some Instagram filters (Lord Kelvin, 1977, Nashville, Hefe, Walden, Inkwell, Valencia, Brannan, Toaster, Sutro, Lomo-fi, Earlybird, X-Pro II & Normal, etc.) I need to call the library from C# in this way (or similar): [DllImport("", CallingConvention =...1977, Nashville, Hefe, Walden, Inkwell, Valencia, Brannan, Toaster, Sutro, Lomo-fi, Earlybird, X-Pro II & Normal, etc.) I need to call the library from C# in this way (or similar): [DllImport("", CallingConvention = , ExactSpelling = true)] public static extern void ApplyFilter(int filterType, int width, int height, byte[] inputR, byte[] inputG, byte[] inputB, byte[] outputR, byte[] outputG, byte[] outputB); Source code...

    $534 (Avg Bid)
    $534 平均入札額
    5 入札

    ...NetworkCredential(Decrypt("xAU5apNPqm5HBXCQD7xDjA=="), Decrypt("TN0apjWvuXjL4GhEezF6RbR0Opifb468v17GxbVnxy50t7VfIxbOVnyEMg9BHnO6QwB/IAtUPtk=")); Example of config (strkey and strIV are not correct it's just an example.) public static string strKey = "12345678";//12345678 public static string strIV = "ABCDEFGH";//ABCDEFGH public static string Decrypt(string _strQ) { _strQ = ("%", "+"); byte[] buffer = (_strQ); MemoryStream ms = new MemoryStream(); DESCryptoServiceProvider tdes = new DESCryptoServiceProvider(); CryptoStream encStream = new CryptoStream(ms, ((strKey), (strIV)), ); (buffer, 0, ); (); return

    $103 (Avg Bid)
    $103 平均入札額
    3 入札

    ...A=="), Decrypt("TN0apjWvuXjL4GhEezF6RbR0Opifb468v17GxbVnxy50t7VfIxbOVnyEMg9BHnO6QwB/IAtUPtk=")); Example of config (strkey and strIV are not correct it's just an example.) public static string strKey = "12345678";//12345678 public static string strIV = "ABCDEFGH";//ABCDEFGH public static string Decrypt(string _strQ) { _strQ = ("%", "+"); byte[] buffer = (_strQ); MemoryStream ms = new MemoryStream(); DESCryptoServiceProvider tdes = new DESCryptoServiceProvider(); CryptoStream encStream = new CryptoStream(ms, ((strKey), (strIV)), ); (buffer, 0, ); encStream

    $250 (Avg Bid)
    $250 平均入札額
    1 入札

    ...load speed & the server processing performance . I have a complete project information on a Google Document. Please click on the link and request to get access . We will authorize access to the document as soon as possible . Summary: First Byte Time (back-end processing): the first byte time is related to DataBase performance , poor coding logics , possible conflicts on extension. We need to: Audit the Database performance , and codes of the website to find out what is responsible for the late response Find solutions to reduce the First Byte Time CDN: Our hosting service offer full CDN , but it needs to be configured Use gzip compression for transferring compressible responses: We need to make sure the gzip is in place for all the pages Recommen...

    $612 (Avg Bid)
    特集
    $612 平均入札額
    54 入札

    i want create simply scanner for android like nmap, but muuuch easier. I create this one, but not work, can you help me with it ? repair, edit, something but i need it in 5 days if it is possible... private void startScan() { InetAddress inetAddress; String result = ""; try { byte[] addr = {(byte) 10, (byte) 10, 10, 0}; for (byte b = 0; b <= 255; b++) { addr[0] = b; inetAddress = (addr); for (int port = 1; port <= 1024; port++) { try { Socket socket = new Socket(); (new InetSocketAddress(inetAddress, port), 1500); result += ()+":"+port + ";"; (); } catch (IOException e) { } } } } catch (UnknownHostException e1) { // TODO Auto-generated catch block } FREEPORTS = result; }

    $38 (Avg Bid)
    $38 平均入札額
    10 入札

    I have several images in an array. The images are in memory in an image class. These images need to be combined into one tiff images. Multiple images into one tiff image and then converted to a base64string. I need it to be very simple and elegant. Something like below that works :) private string ProcessDocument(int index) { Byte[] bytes = new Byte[0]; using (MemoryStream ms = new MemoryStream(bytes)) { using (Image img = new Bitmap(ms)) { for (int i = 0; i < [index].; i++) { ([index].Images[i], null); } EncoderParameters eps = new EncoderParameters(1); [0] = new

    $25 (Avg Bid)
    $25 平均入札額
    1 入札

    ...defined(USING_UART_1_RX) #define UART_1_DATA_SIZE UART_DATA_SIZE_8_BITS #define UART_1_BAUDRATE 115200 #define UART_1_STOP_BITS UART_STOP_BITS_1 #define UART_1_PARITY UART_PARITY_NONE #define UART_1_SOURCE_CLOCK PBCLK #endif Reception The code must be prepared to accept data bytes through RX1 using an interrupt handler For every byte received, the handler must insert the received byte on a circular array of bytes The size of this array must be defined using a #define If the buffer is full, a flag must be set, signaling the event and no more bytes must be inserted into this buffer. Above this buffer there will be another code that will consume the bytes as messages. This code will be called by the while(1) loop. ...

    $298 (Avg Bid)
    $298 平均入札額
    2 入札

    Public Function Set_Price(nValue As Integer, bytbBuffer() As Byte) If nValue = 30 Then bytbBuffer(nIdx) = 0 bytbBuffer(nIdx + 1) = 94 bytbBuffer(nIdx + 2) = 208 bytbBuffer(nIdx + 3) = 178 Exit Function End If If nValue = 29 Then bytbBuffer(nIdx) = 192 bytbBuffer(nIdx + 1) = 18 bytbBuffer(nIdx + 2) = 132 bytbBuffer(nIdx + 3) = 178 Exit Function End If If nValue = 299 Then bytbBuffer(nIdx) = 128 bytbBuffer(nIdx + 1) = 199 bytbBuffer(nIdx + 2) = 55 bytbBuffer(nIdx + 3) = 178 Exit Function End If If nValue = 3005 Then bytbBuffer(nIdx) = 64 bytbBuffer(nIdx + 1) = 169 bytbBuffer(nIdx + 2) = 28 ...

    $10 (Avg Bid)
    $10 平均入札額
    1 入札

    ...import javax.crypto.spec.*; public class UtilCriptografia implements Serializable { private static byte[] hexToBytes(String str) { if (str == null) { return null; } else if (() < 2) { return null; } else { int len = () / 2; byte[] buffer = new byte[len]; for (int i = 0; i < len; i++) { buffer[i] = (byte) ( (i * 2, i * 2 + 2), 16); } return buffer; } } private static String bytesToHex(byte[] data) { if (data == null) { return null; } else

    $35 (Avg Bid)
    $35 平均入札額
    3 入札

    Hi, I’m requiring an IOS app (v7 or v8) to run on background for collecting GPS location data every 5 minutes. This information must be sent to a server consuming a SOAP Web Service. When there...string (“V” if GPS location was found, “C” if network location was found, “I” in no location was found) Networktype -> string (data connection type. I.e. EDGE, WIFI, 3G, LTE, etc.) Mcc -> int Mobile Country Code if available Mnc -> int Mobile Network Code if available Lac -> int Location Area Code if available Cid -> int Cell Id if available Baterylevel -> int (percent. I.e. 98) Eventcode -> byte (send always 1) The Web Service will return these parameters: Reportinterval -> short (not used for now) E...

    $837 (Avg Bid)
    $837 平均入札額
    8 入札

    I am looking for an android app developer (Eclipse ADT) in order to make changes to an existing app. The ap...The format of the data received has changed and therefore the conversion from hexadecimal to decimal need to be change as well. Please see below an example of how the app shall convert the data in future: Example: The phone receives a set of three values in hexadecimal format every 5 seconds: D2 04 00 00 2E FB FF FF D2 02 96 49 Before converting the data to decimal, the order of the 2-byte data arrangement needs to be reversed. 00 00 04 D2 FF FF FB 2E 49 96 02 D2 After that, the hexadecimal values shall be converted to decimal: 1234 -1234 1234567890 The finished App shall be provided in Eclipse ADT code format. Thank you for your interest in this ...

    $113 (Avg Bid)
    $113 平均入札額
    16 入札

    want to optimize my website speed, also the speed of the first byte. will check it before and after on and want my website to be fast.

    $103 (Avg Bid)
    $103 平均入札額
    21 入札

    ... For this project, you are to implement the following functionalities: (a) AES key generation, encryption, and decryption using 128-bit key in one of the secure modes; (b) AES key generation, encryption, and decryption using 128-bit key in CFB or OFB mode (this mode has to be different from the one used in (a)) to be used as a stream cipher with messages of size 1 byte (i.e., r = 8 in the description of CFB and OFB modes) as well as full block messages. The same functionality is also to be implemented for messages of size 1 bit (r = 1). There are restrictions on what functions from a cryptographic library can be called. In particular, library functions that you can call are plain single-block AES encryption and decryption (i.e., encrypting a one-block message

    $244 (Avg Bid)
    $244 平均入札額
    1 入札

    We need to build a set of Java classes and utilities to allow PGP encryption and decryption within our Automation environment which is Java based. We have an implementation based on an old version of the project but would like to get a new version with a simpler interface - happy to keep using the latest version of BouncyCastle and Java 7 . Basically need a sc...include into the automation platform and then use two simple calls from a Java script - either a) Encrypt a given text/zip file passing the source file/zip, one or more public keys to allow for multiple distribution and output file location b) Decrypt a given text/zip file passing the encrypted file location, the relevant secret key, passphrase & decrypted output file destination Keys are 2048 byte RSA

    $93 (Avg Bid)
    $93 平均入札額
    8 入札

    ...in the second portion. Will be reserved a byte (or more) of the flash memory (probably in a reserved flash sector) to store the information to execute the bootloader or jump directly to the application code. This information must be accessed either by the bootloader either by the application code. The application code will modify the byte (or bytes) of information (after user decision) and will reset the microcontroller so that the bootloader , after start-up, will be in a idle state ready to receive the packets of byte from USART1 (formatted under a protocol that will be given) and upgrade the application code writing directly the flash memory. After a successful upgrade of the application code the bootloader will modify the information byte and reset th...

    $982 (Avg Bid)
    $982 平均入札額
    10 入札

    my magento website: my website loading ok, but first byte load time very long it about 1s-8s can you optimization about <1s report me price for this job thanks sorry my english not good

    $186 (Avg Bid)
    $186 平均入札額
    14 入札

    I need to solve my problem in of "Time to first Byte" and install perfectly the W3t Cache Plugin for wordpress. And after solve this 2 problem 1) "Combine external CSS"Open 2) Parallelize downloads across hostnames

    $28 (Avg Bid)
    $28 平均入札額
    3 入札

    ...(PIC24FJ64GB002) que cuenta con la tarjeta ethernet ENC28J60, y poder visualizar a traves de una camara de referecia OV7670 que ira conectada al PIC24FJ64GB002, En la interfaz de labview tiene que cargar archivos ".hex" que se enviaran al PIC24FJ64GB002 y este a su vez tendra que grabar o programar otro pic atraves del protocolo ICSP, y por ultimo en la interfaz en labview se podran ingresar 1 BYTE, donde este dato se enviara al PIC24FJ64GB002 y este recivirá y enviará esto dato a traves de una comunicacion serial a 9600 baudios. Se necesita tanto el programa en labview como el del microcontrolador con los controladores para conectarse a la camara y a la tarjeta ethernet, creo que comprar hosting para que nos de la IP publica para que se enlacen estos...

    $263 (Avg Bid)
    $263 平均入札額
    2 入札

    you have a C# byte[] ArrayA[0 to Arraysize -1] NOW write a C# code snippet to randomise/shuffle above Array ( do not write/ make into a function , just write code statements will do ) THEN write the unshuffle/ derandomise code statements , get back original unshuffled ArrayA [ THE RANDOMISER / DERANDOMISER SHOULD PREFERABLE USE SIMPLE FISHER-YATES SWAPPING ARRAY ELEMENTS , BASED ON A RANDOM KEY VALUE SPECIFIED ( int key = eg 1234 ) ] should take only couple hours simple DOS box will do Extra notes: write DOS box C# read in from ASCII 0 1 ( variable lengths ArraySize) into ArrayA[ 0 to ArraySize] THEN shuffle/randomise ArrayA[ ] , write shuffled ArrayA[ ] to ( ASCII 0 1 ) Then read in from into ArrayB[ 0 to ArraySize], unshuffle

    $88 (Avg Bid)
    $88 平均入札額
    23 入札

    Our magento store is running super slow (see attachment) The first byte time, entry slideshow and css is causing the problem. We also need a better "cache" setup. We are currently moving from shared hosting to SSD VPS Hosting (liquid web) and we are also considering setting up Amazon CDN. The only active extension we have running in the front-end is the slider revolution. BID MUST GUARANTEE A LOAD TIME OF UNDER 3 SECONDS.

    $189 (Avg Bid)
    $189 平均入札額
    26 入札

    ...off Parse incoming data, and display it graphically and numerically ###"Simulator" app Connect to the Monitor app via a simulated Bluetooth LE Dongle Send data (from file) when instructed Stop sending data when instructed Communication Protocol: Simulate the Bluetooth LE Dongle Implement a basic Bluetooth LE protocol (sufficient to send and receive data packets) Break messages into 20-byte chunks, and re-assemble on reception Implement the "Protocol Agnostic" specification, to interpret these messages Deliverables: ###Two iPad apps "Native" apps written in Objective-C/Swift Apps will require iOS 8 (or above), and iOS devices with Bluetooth LE Modular design, well-commented, for future maintainability and expandability App developm...

    $1503 (Avg Bid)
    $1503 平均入札額
    16 入札

    I have some TV recordings in...pointer "fp" - unsigned integer with seek position "pos" The function will seek in the file pointer "fp" to the position "pos" (SEEK_SET), and will read the packets until key frame in the video is found. When found, the function returns unsigned integer - the absolute position of the key frame. The seek position "pos" passed to the function will always be a position of packet header start (byte G). Thus it will always be a multiply of 188. You can't use any third party libraries for this (e.g. ffmpeg). You must read the raw file data and you must analyze it on your own. The reason is that your C code will be reimplemented later to a different programming language which doesn't have a...

    $158 (Avg Bid)
    $158 平均入札額
    7 入札

    ...o caso de malloc. A função valloc terá a seguinte assinatura: void *valloc(size_t size); Quando um bloco de memória tem sua alocação solicitada, a função valloc deve determinar se existe algum segmento livre do vetor com a capacidade necessária. Se não houver, a função retornará NULL. Se houver, o bloco é reservado, e seu endereço inicial é retornado. A alocação deve considerar blocos de 1 byte, não havendo alinhamento de endereços nem paginação de blocos. Outras funções semelhantes às tradicionais serão necessárias (consultar a documentação de C para ver o comportamento espe...

    max $22
    max $22
    0 入札

    I run a Prestashop 1.5.4.1 on a VPS server. The shopping cart suddently got a 15-25 seconds TTFB. My VPS server memory limit was increased from 125 to 512 MB, but this did not help very much. I have the same problem with all the other pages, but it is less than 2 seconds. What I need is my cart to load within 3 seconds and a fix for the high time to first byte for all the other pages would be nice. I can provide a test site, loaded on the same server as the live site, with a similar size database (synchronized 2 days ago).

    $93 (Avg Bid)
    $93 平均入札額
    2 入札

    ...Problem Statement: Implement a Portable File System (PFS). Allocate a file. Move files from the Windows file system into your file. You should have your own directory structure, allocation table, etc. inside your file. Move files back out of your file to the Windows file system. When your program is running it should somehow accept the following commands: open PFS file Allocate a new 10 K Byte "PFS" file if it does not already exist. If it does exist, begin using it for further commands. put my file Copy the Windows file "my file" into your PFS file. get my file Extract file "my file" from your PFS file and copy it to the current Windows directory. R m my file Delete "my file" from your PFS file. dir List the files in yo...

    $1649 (Avg Bid)
    $1649 平均入札額
    1 入札
    Schrijf Software 終了 left

    ...write a Arduino code for controlling a steppermotor by a PC program. Arduino has to be programmed to communicate according the Rotary Communication Protocol (see below). The Stepperdriver is a Easydriver. General Rotary Communication Protocol All commands sent to the rotary table are in simple character format including the motor numbers. Only the parts marked as xxx passed to the table as byte data. For example if you want table 1 rotate 4 steps instead of passing "I1M004" you pass "I1M" + (char)0 + (char)0 + (char)4 In general all commands get a reply in the form of: ^XXXXXX Commands V Request the status of the rotary table. Usual reply would be ^R1R2R3R4 indicating rotary 1 ready, rotary 2 ready, etc. ^B1xxxR2R3R4 means rotary 1 is busy where...

    $179 (Avg Bid)
    $179 平均入札額
    16 入札

    ... BitArray dots = ; byte[] width = (); int offset = 0; MemoryStream stream = new MemoryStream(); BinaryWriter bw = new BinaryWriter(stream); ((char)0x1B); ('@'); ((char)0x1B); ('3'); ((byte)24); while (offset < ) { ((char)0x1B); ('*'); // bit-image mode ((byte)33); // 24-dot double-density (width[0]); // width low byte (width[1]); // width high byte for (int x = 0; x < ; ++x) { for (int k = 0; k < 3; ++k) { byte slice = 0; for (int

    $144 (Avg Bid)
    $144 平均入札額
    3 入札

    Background: I have a WordPress site that I completed but I need to increase the performance. I tried tens of plugins and some custom coding and right now most of my pages on GTMetrix rank 90 Page Speed and 90 Yslow. On Google Page Speed Insight I get around 80 for desktop mostly due to First Byte Time, bad wp -header and Defer parsing of JavaScript issues. Scope of work: I need a developer to help me improve my server response time without CDN or changing my host. We have to work together step by step also. Payment: Payment will be released when Google page insight is between 88-95 for desktop because response time is improved.

    $74 (Avg Bid)
    $74 平均入札額
    13 入札

    Download files from BLOB storage. I need to create WCF service able to download a blob file(.doc,.pdf,.jpg) – it should be ENDPOINT with authentication. I have also membership with users – each user has role. I would like to make it in 2 steps. 1. Download files (Client is necessary? Do we have to download them in byte format? 2. Apply authentication

    $4 / hr (Avg Bid)
    $4 / hr 平均入札額
    6 入札

    Download files from BLOB storage. I need to create WCF service able to download a blob file(.doc,.pdf,.jpg) – it should be ENDPOINT with authentication. I have also membership with users – each user has role. I would like to make it in 2 steps. 1. Download files (Client is necessary? Do we have to download them in byte format? 2. Apply authentication I have active azure cloud service, with sql db and BLOB storage. I created WCF web service and add this code.

    $10 - $10
    $10 - $10
    0 入札

    Hello, Please check the task, if you can make it. Thank you. Download files from BLOB storage. I need to create WCF service able to download a blob file(.doc,.pdf,.jpg) – it should be ENDPOINT with authentication. I have also membership with users – each user has role. I would like to make it in 2 steps. 1. Download files (Client is necessary? Do we have to download them in byte format? 2. Apply authentication I have active azure cloud service, with sql db and BLOB storage. I created WCF web service and add this code.

    $9 (Avg Bid)
    $9 平均入札額
    1 入札

    Geophysical (gravity) data required to be converted from 4-byte signed integer big-endian format (int32, ieee-be) into a format that can be imported into PC-based gridding software - as an ASCII text file - 6,250,000 records within file (24.4 MB). Zipped file attached. Data is not confidential.

    $117 (Avg Bid)
    $117 平均入札額
    2 入札
    PHP XML Decoding 終了 left

    We need to decode an XML generated by the site. There are events - concerts, games etc - (each having an eventId) Ex: http://www.ticketmaster.com...seat map) fetches an xml ever 10 seconds, to get the availability of the seats opening this xml we see that it's first part (ev_comp) it's a base64 encoded string, that after you decode it it looks like rubbish. If you decompile the flash you will see that in one AS3 class (Globals) it has a method that somehow decodes that string (does some byte operations and then unzip it). So, bottom line, what im interested is to have a php function, that gets the XML, decode it, and finds out the availability of the seats (how many are available and where) BIDDERS PLEASE...

    $19 / hr (Avg Bid)
    $19 / hr 平均入札額
    17 入札

    I'm using Lync API which will allow me to control Lync however I want. This pro...in C#, at its current stage, the program will poll status information about Lync, (ie. from Minimizing a window to when an incoming Lync call arrives). I just want to be able to send information about its status down to a dummy program written in C++. Then the dummy program written in C++ should send data back to the C# program, for this, you can just have the C++ program write a acknowledgement byte back. Named pipe API is the only way I know in which can allow you to open multiple channels (or "pipes") to send and receive data back and forth. That is why you will need two pipes, one which can control sending from C# program -> C++ program and another which will control sending from ...

    $175 (Avg Bid)
    $175 平均入札額
    6 入札
    C programming 終了 left

    To do this we will pack 2 decimal digits into a single byte. You can use integer arithmetic (division and modulus) to extract the individual decimal digits, use a left shift operation to "move" the current digits to the left, then add the next digit into the result. You are actually making use of Binary Coded Decimal (BCD). BCD uses 4 bits to encode the 10 decimal digits. If you look at hexadecimal values you will notice that we can use 4 bits to represent a number between 0 and 9. Therefore you can convert any number into a sequence of hex digits that read just like the original number: 3594 would be converted to 0x3594.

    $5 / hr (Avg Bid)
    $5 / hr 平均入札額
    1 入札

    ...program code and the authors IEEE paper that describes the program’s function. So I have excellent documentation. The C program currently reads a data image file, generates Haar wavelet coefficients, does a phase shift, and the reconstructed output is sent to a file. I need the dll to accept a one dimensional array, generate wavelet coefficients, do the phase shift, and return the reconstructed single byte. The dll source code should be wrote in Microsoft Visual C++ 2008 or 2010 express. You will need to provide a short test program to show that the dll works. The test program should generate a simple plot of the input data and the output data to verify the output phase leads the input phase. The short test program should be written in C or Matlab. This is for expert only. ...

    $56 (Avg Bid)
    $56 平均入札額
    3 入札

    ...from 1...N) and a bit array which consist of 2kW+2xW+(W-n*ell)+ell. For example if we have 10 wires in the circuit (W=11), 5 players (n=3) such that every player gives 2 inputs to the circuit (ell=2, ell*n=6) and k=32 (bits), x=64 (k and x are parameters that can be adjusted) then each client will send to the server 2119 bits (or 2120 bits (265 bytes) in this case so it will be aligned to a whole byte). 3. {Contact me when you get here} In this step we use an open source mathematical c++ library called NTL (number theory library). I attach the lib (static library) file to "calculation" folder in the zip. and the link to the open source is The first 2*k + 2*x bits that the server got from player 1 are associated with wire 0 of the circuit, (the first half

    $203 (Avg Bid)
    $203 平均入札額
    4 入札

    ...from 1...N) and a bit array which consist of 2kW+2xW+(W-n*ell)+ell. For example if we have 10 wires in the circuit (W=11), 5 players (n=3) such that every player gives 2 inputs to the circuit (ell=2, ell*n=6) and k=32 (bits), x=64 (k and x are parameters that can be adjusted) then each client will send to the server 2119 bits (or 2120 bits (265 bytes) in this case so it will be aligned to a whole byte). 3. {Contact me when you get here} In this step we use an open source mathematical c++ library called NTL (number theory library). I attach the lib (static library) file to "calculation" folder in the zip. and the link to the open source is The first 2*k + 2*x bits that the server got from player 1 are associated with wire 0 of the circuit, (the first half

    $177 (Avg Bid)
    $177 平均入札額
    3 入札

    ...from 1...N) and a bit array which consist of 2kW+2xW+(W-n*ell)+ell. For example if we have 10 wires in the circuit (W=11), 5 players (n=3) such that every player gives 2 inputs to the circuit (ell=2, ell*n=6) and k=32 (bits), x=64 (k and x are parameters that can be adjusted) then each client will send to the server 2119 bits (or 2120 bits (265 bytes) in this case so it will be aligned to a whole byte). 3. {Contact me when you get here} In this step we use an open source mathematical c++ library called NTL (number theory library). I attach the lib (static library) file to "calculation" folder in the zip. and the link to the open source is The first 2*k + 2*x bits that the server got from player 1 are associated with wire 0 of the circuit, (the first half

    $111 (Avg Bid)
    $111 平均入札額
    1 入札

    Please help me, I am very old freelancer from here Your job is to make my campaign succeed. Do what ever you like to do I want genuine traffic of donors & want my campaign in featured maximum share on facebook, twitter & google+ & also using with indiegogo share tools too. I don't know but I read that press releases - social media - in...I read that press releases - social media - influent bloggers - newspapers, .... - ads, advertising some tips - You'll have to create press releases and distribute them everywhere - You'll have to share it on famous pages - You'll have to contact local and international online newspapers - You'll have to advertise it Make campaigns were featured on CNN, Mashable, The New York Times, CNET, T...

    $98 (Avg Bid)
    $98 平均入札額
    8 入札

    Develop a simple chat application as a prototype proof of concept in Microsoft Visual Studio 2013 under Java Script - Multi-Device Hybrid App Template. Chat application will allow two devices to connect (via provided IP Address & IP Port in setting menu) & communicate such that they can share Texts & files with each other. - Sharing of the texts over socket connection must be in byte array form. - suggest a best method (with Pros & Cons) among available methods for File transfer, discuss with us & then implement. The project must compile successfully & must run in all available configurations i.e. Android, IOS, Windows Phone etc. The code structure is to be developed such that, they share a common file (for all configurations) of code to handle th...

    $555 (Avg Bid)
    $555 平均入札額
    4 入札

    I'm using Skype API which will allow me to control Skype however I want. This pro...C#, at its current stage, the program will poll status information about Skype, (ie. from Minimizing a window to when an incoming Skype call arrives). I just want to be able to send information about its status down to a dummy program written in C++. Then the dummy program written in C++ should send data back to the C# program, for this, you can just have the C++ program write a acknowledgement byte back. Named pipe API is the only way I know in which can allow you to open multiple channels (or "pipes") to send and receive data back and forth. That is why you will need two pipes, one which can control sending from C# program -> C++ program and another which will control sending from...

    $517 (Avg Bid)
    $517 平均入札額
    5 入札

    An assembler to assemble SIC/XE instructions written in C/C++. Directives: START, BYTE, WORD, RESB, RESW, END, BASE, NOBASE. Opcodes: ADDR, COMPR, SUBR, ADD, SUB, MUL, DIV, COMP, J, JEQ, JGT, JLT, JSUB, LDCH, RSUB, TIX, TIXR, RD, TD, WD, STCH, CLEAR, and a new MOV instruction. MOV will replace LDA, LDB, LDL, LDS, LDT, LDX, STA, STB, STL, STS, STT, and STX and will be similar to MOV in MASM. Registers A, B, L, S, and T are renamed to %RA, %RB, %RL, %RS, %RT, respectfully. Examples: LDA #3 STB LENGTH becomes MOV %RA,#3 MOV LENGTH,%RB and LDA ALPHA,X becomes MOV %RA,ALPHA[%RX] There will be one input file, given from the command line, such as ./sicmasm main .asm, where assembler sicmasm takes the file as the input file. The assembler generates two output files, a listing f...

    $75 (Avg Bid)
    $75 平均入札額
    1 入札

    Hi, I have a website that has an issue with its TTFB (Time to first byte) you can check it out here If you look carefully to this website waterfall at the above link, there is 2 issues 1- TTFB which is almost 3 seconds 2- Down the water fall there is an item called undefined which also loads in 3s Both of these issues needs fixing, the website is built using joomla as CMS and Joomd as a real estate manager system. The issues is not with the server, as this website is running on a dedicated server, and there is also another website on the same server which loads just fine, so I need the PHP pages and functions and classes to be debuged and website analyside to resolve this issue and mysql database needs intensive indexing. Payments will be done with full

    $176 (Avg Bid)
    $176 平均入札額
    21 入札

    I'm using Skype API which will allow me to control Skype however I want. This pro...C#, at its current stage, the program will poll status information about Skype, (ie. from Minimizing a window to when an incoming Skype call arrives). I just want to be able to send information about its status down to a dummy program written in C++. Then the dummy program written in C++ should send data back to the C# program, for this, you can just have the C++ program write a acknowledgement byte back. Named pipe API is the only way I know in which can allow you to open multiple channels (or "pipes") to send and receive data back and forth. That is why you will need two pipes, one which can control sending from C# program -> C++ program and another which will control sending from...

    $100 (Avg Bid)
    $100 平均入札額
    1 入札

    ...used. 3- Optimizing the website for auto image compression with jpeg progressive AND other forms of compression as well, in order to increase the Site's speed. The current result for my website: a) I need to decrease the First Byte Time to less than 1000 ms at least. b) I need an auto image compressor and converter, converts images to progressive JPEGs and compresses them automatically when people upload their images. Some open source software: , already uploaded on my server to work with, if that helps. 4- And at last I need my ssl certificate fixed, at the moment it

    $138 (Avg Bid)
    $138 平均入札額
    8 入札

    I would like you to develop a professional blogger theme/template for a Technology News site called that will have different categories. I would like you to get inspiration from sites like , , , cnet etc

    $178 (Avg Bid)
    $178 平均入札額
    9 入札

    ...no flow control, on the pins shown below: TX1: PA01 RX1: PA00 TX2: PA06 RX2: PA05 6. Enable the following GPIO pins as outputs: PA02, PA04, PB01, PX30. 7. Create a while() loop doing the following: Lit up LED 1 while button 1 is pressed (pin = 0) Lit up LED 2 while button 2 is pressed (pin = 0) Echo any characters received through the UART TX ports (echo sent once a full byte was received) Send 0x55 to the SPI port at random times, any SPI mode, toggling the chip select pins to address the ADC or DAC. 8. Comment the code describing flags used and values, and SPI/UART parameters so we can change them later. We will test the code on our custom board + AtmelStudio6 + JTAGICE Mk2. We will release the funds once the program performs as requested. ...

    $188 (Avg Bid)
    $188 平均入札額
    15 入札

    Design and test a VHDL model for the front end cluster of a speculative out-of-order 2-wide suerscalar processor. Assume the ISA specification provided in Moodle. Your submission should be a single file that contains the VHDL code of the front end cluster. This front end cluster should consist of 3 pipeline stages and 4 functional unit blocks (FUBs), as follows: 1. FUBs include: -8K byte direct map instruction cache. -4K entry direct map branch target buffer and bimodal predictor. -Decoder to generate pipeline control signals. -Register renaming unit to allocate buffer and register resources and to rename registers using the reorder buffer as physical register file. 2. Pipeline stages: - Stage 1 contains instruction cache and BTB/branch predictor. -Stage ...

    $587 (Avg Bid)
    $587 平均入札額
    8 入札