Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 flashlight unsigned jobs fundet, i prisklassen EUR

    ...then it won't show that video on latest videos index page for an example see - Section for most viewed video, and most commented (discussed video) (you can create a new page called Stats, and it will show these stats. as well as for competitors. - A video bar, like here they can select which videos from our channels, like unsigned hype, Most viewed videos, most recent videos ) and can use the video bar to embded on their website/myspace, twitter, facebook etc.. - On Comments, it shows as latest comment at the top of video. Can you switch that around to show the 1st comment on that video to always remain at the top - Different rss feeds for categories/channels. - On our embded video links If we place the embded url

    N/A
    N/A
    0 bud

    Hello I have a unsigned char* containing a binary file I'm looking for a function to split the buffer in to parts of a random size between 2500 and 8000 bytes and then append them to different resource sections And then the opposite function that will operate from the file the resources is appended to that will collect them and save them in to a buffer

    €81 (Avg Bid)
    €81 Gns Bud
    6 bud

    ...will he be able to use the driver without being receiving any prompts. *Command line processed: "C:Program FilesDEIFmulti-line 2 Utility Softwareusb_drivertemp" #E361 An unsigned or incorrectly signed file "C:Program FilesDEIFmulti-line 2 Utility Softwareusb_drivertemp" will be installed (Policy=Ignore). Error 0xe000022f: The third-party INF does not contain digital signature information. [2010/04/14 16:28:40 3156.3] #-198 Command line processed: "C:Program FilesDEIFmulti-line 2 Utility Softwareusb_drivertemp" #E361 An unsigned or incorrectly signed file "C:Program FilesDEIFmulti-line 2 Utility Softwareusb_drivertemp" will be installed (Policy=Ignore). Error 0xe000022f: The third-party INF does no...

    €32 (Avg Bid)
    €32 Gns Bud
    2 bud

    There is an open-source VNC client implementation in Flash, namely Initialy it consisted of a VNC viewer version and a player version (for playing back pre-recorded VNC sessions). Unfortunately, the player version is not maintained anymore. I would like you to port the player to the latest flashlight-vnc codebase. The old player source code can be downloaded from (see version 1.2).

    €28 - €235
    €28 - €235
    0 bud

    ...and D it must not flip between A and D or B and C as an intermediate stage. Both images will have the same dimensions and colour depth. The C++ module must be in the form of a C++ object. It must support the following prototype functions extern bool Launch(long xRes, long yRes); //where xRes and yRes are the desired screen resolution extern bool PutImages(unsigned char* img1Bytes, unsigned char* img2Bytes, long width, long height, long stride); extern <type> GetEvent(); //this will check for keypress or mouse events and return them in an appropriate manner. extern bool DisplayClose(); Pseudo code for displaying an image would be: Launch(800,600); PutImage(image1, image2, 640, 480, 1920); do { event = GetEvent(); ...

    €658 (Avg Bid)
    €658 Gns Bud
    4 bud

    There is an open-source VNC client implementation in Flash, namely Initialy it consisted of a VNC viewer version and a player version (for playing back pre-recorded VNC sessions). Unfortunately, the player version is not maintained anymore. I would like you to port the player to the latest flashlight-vnc codebase. The old player source code can be downloaded from (see version 1.2).

    €219 (Avg Bid)
    €219 Gns Bud
    3 bud

    There is an open-source VNC client implementation in Flash, namely Initialy it consisted of a VNC viewer version and a player version for playing back pre-recorded VNC sessions. Unfortunately, the player version is not maintained anymore. I would like you to port the player to the latest flashlight-vnc codebase. The old player source code can be downloaded from (see version 1.2).

    N/A
    N/A
    0 bud

    Ok i have some C code below: we need a dll where in we can pass a number string like '35465677892' (epoch time) then it will...something this simple as long as its giving the correct output format you should only need to compile it once however if for whatever reason it doesnt work the 1st time youll need to make the changes and recompile. Finally the dll should be compatible with Win7, Vista and XP for both 32 and 64 bit machines #include <stdio.h> #include <time.h> int main(int argc, char *argv[]) { unsigned long epoch = 0; time_t tt = 0; char timestamp[64] = ""; if ((argc < 2) || (!sscanf(argv[1], "%lu", &epoch))) { return 1; } tt = epoch; strftime(timestamp, 64, "%a, %b. %d %Y %X&q...

    €19 (Avg Bid)
    €19 Gns Bud
    1 bud

    ...named "Download" -User must press on "run java applet" link underneath the input field (like in savevid) and accept the "java applet unsigned certificate". -Leave the link "run java applet" there JUST IN CASE the user wants to click it BEFORE he downloads the video. -The user is showed the "download links", a "preview picture" and the "title of the video". (please see the attached images) -Once the user presses on the "download link" for any of the "download formats" provided (FLV normal quality, FLV high quality, 3GP format and MP4 Format, MP4 Hight Quality 720 or/and MP4 Hight Quality 1080), the user is prompted a screen that tells him to accept the unsigned java applet certific...

    €46 (Avg Bid)
    €46 Gns Bud
    3 bud

    Vær venlig at Tilmelde dig eller Log ind for at se detaljer.

    ...then it won't show that video on latest videos index page for an example see - Section for most viewed video, and most commented (discussed video) (you can create a new page called Stats, and it will show these stats. as well as for competitors. - A video bar, like here they can select which videos from our channels, like unsigned hype, Most viewed videos, most recent videos ) and can use the video bar to embded on their website/myspace, twitter, facebook etc.. - On Comments, it shows as latest comment at the top of video. Can you switch that around to show the 1st comment on that video to always remain at the top - Different rss feeds for categories/channels. - On our embded video links If we place the embded url

    N/A
    N/A
    0 bud

    I have a website that needs a tweak on the header. The current site has a flashlight with the name of the website next to it. Pretty plain. I would like to have the flashlight "shining" on the name so it looks like light from the flashlight is illuminating the name. I have an entire new website to design so there will be more work. Thanks.

    N/A
    N/A
    0 bud

    ...Hand ADT depends on the Card type, and includes card.h. You are to put your implementation of this ADT in a file named "". You must use exactly this name. The Player Interface Your third task is to implement three different blackjack players. The interface for a Player is: class Player { // A virtual base class, providing the player interface public: virtual int bet(unsigned int bankroll, unsigned int minimum) = 0; // REQUIRES: bankroll >= minimum // EFFECTS: returns the player's bet, between minimum and bankroll // inclusive virtual bool draw(Card dealer, // Dealer's "up card" const Hand &player) = 0; // Player's current hand // EFFECTS: returns true if the player wishes to be dealt another // card, false otherwise...

    €188 (Avg Bid)
    €188 Gns Bud
    1 bud

    ...then it won't show that video on latest videos index page for an example see - Section for most viewed video, and most commented (discussed video) (you can create a new page called Stats, and it will show these stats. as well as for competitors. - A video bar, like here they can select which videos from our channels, like unsigned hype, Most viewed videos, most recent videos ) and can use the video bar to embded on their website/myspace, twitter, facebook etc.. - On Comments, it shows as latest comment at the top of video. Can you switch that around to show the 1st comment on that video to always remain at the top - Different rss feeds for categories/channels. - On our embded video links If we place the embded url

    N/A
    N/A
    0 bud

    ...then it won't show that video on latest videos index page for an example see - Section for most viewed video, and most commented (discussed video) (you can create a new page called Stats, and it will show these stats. as well as for competitors. - A video bar, like here they can select which videos from our channels, like unsigned hype, Most viewed videos, most recent videos ) and can use the video bar to embded on their website/myspace, twitter, facebook etc.. - On Comments, it shows as latest comment at the top of video. Can you switch that around to show the 1st comment on that video to always remain at the top - Different rss feeds for categories/channels. - On our embded video links If we place the embded url

    N/A
    N/A
    0 bud
    Symbian Application Udløbet left

    Hi Guys, I have one nokia symbian application which i want to make it signed. Right now it is unsigned. Can anybody sign my symbian application and test on all series 60 mobile if it is working fine. Thanks ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software...

    €45 (Avg Bid)
    €45 Gns Bud
    5 bud

    ...band into a rockstar band. To reach this goal the garage band or artist will need to accomplish tasks all relating to their career in order to advance (music strategy and management). There will be a point system and music dollars (revenue model) which can be used to help further career and status. The game will address real life issues and challenges facing musicians and the process by which unsigned artists reach stardom today and historically. The game focus is to provide education and competition about the music industry. Players can earn points / money by executing the game correctly, and also can pay to get value added game items and services within the game to help them earn more points and status. The game will include trivia, challenges and actions that will help the pla...

    €4190 (Avg Bid)
    €4190 Gns Bud
    17 bud

    We need a very Skill Article And Report writer who loves to write. We need One Article and 8 Page Report about, What's happening with the music industry today?(Some History) Where is it headed? Online? If so where? How are unsigned artist selling their music online? WE NEED SUCCESS STORIES AND EXAMPLES of people selling their music online. We want to talk about where unsigned artist are going to get their music heard online? What tools and sites do unsigned artist use to promote their music online? Research the tools that unsigned artist uses to promote their music They need to be in MP3 format so that they can upload their music with ease, need to have a portfolio, their bio(about me), what they want in the future for their music, need to have video(...

    N/A
    N/A
    0 bud

    ...then it won't show that video on latest videos index page for an example see - Section for most viewed video, and most commented (discussed video) (you can create a new page called Stats, and it will show these stats. as well as for competitors. - A video bar, like here they can select which videos from our channels, like unsigned hype, Most viewed videos, most recent videos ) and can use the video bar to embded on their website/myspace, twitter, facebook etc.. - On Comments, it shows as latest comment at the top of video. Can you switch that around to show the 1st comment on that video to always remain at the top - Different rss feeds for categories/channels. - On our embded video links If we place the embded url

    N/A
    N/A
    0 bud

    We need a very Skill Article writer who loves to write. We need 3 Article about, What's happening with the music industry today?(Some History) Where is it headed? Online? If so where? How are unsigned artist selling their music online? WE NEED SUCCESS STORIES AND EXAMPLES of people selling their music online. We want to talk about where unsigned artist are going to get their music heard online? What tools and sites do unsigned artist use to promote their music online? Research the tools that unsigned artist uses to promote their music They need to be in MP3 format so that they can upload their music with ease, need to have a portfolio, their bio(about me), what they want in the future for their music, need to have video(youtube), pictures, ne...

    €28 (Avg Bid)
    €28 Gns Bud
    1 bud
    Hello World C++ Udløbet left

    ...input parameters, output id line, see the format after the main() statement. If you get anything wrong here 10% will be deducted from your mark. SCENARIO 2 : two or more command line parameters is an error and the only output should be "C". SCENARIO 3 * There is one parameter on the command line after the program name. * The command line parameter must be an 8 bit unsigned integer, if not the output must be "P". * Given an integer n the output should be the result of the calculation n!. All calculations should be done using a standard signed integer ( 32 bit) and the result printed out then a line feed (endl or n). The printout shall be an integer with no "e" notation, for example 1e5 would not be a vali...

    €14 (Avg Bid)
    €14 Gns Bud
    31 bud

    ...then it won't show that video on latest videos index page for an example see - Section for most viewed video, and most commented (discussed video) (you can create a new page called Stats, and it will show these stats. as well as for competitors. - A video bar, like here they can select which videos from our channels, like unsigned hype, Most viewed videos, most recent videos ) and can use the video bar to embded on their website/myspace, twitter, facebook etc.. - On Comments, it shows as latest comment at the top of video. Can you switch that around to show the 1st comment on that video to always remain at the top - Different rss feeds for categories/channels. - On our embded video links If we place the embded url

    N/A
    N/A
    0 bud

    ...to BYTE interval - LOG (average) should be taken and scaled down to BYTE interval Algorithm for processing audio samples should be clearly visible so new ones could be added at will. Component should have interface similar to this: class AudioIndexer { void SetAlgorithm(AlgType Alg); } You should have some experience here, and know that there are signed and unsigned samples, and so on. If DirectShow is used, it should be it's managed version: For MP3, AACplus, ... proper codecs should be identified and proposed, to be included with the installation of the component. Coder should be SUBVERSION COMPATIBLE! Please, for easy code maintenance and collaboration, it's imperative we don't send ZIP files

    €94 - €235
    €94 - €235
    0 bud

    ...not have to be a drop down. If I enter them manually it is no problem. I need to be able to upload a datasheet from my computer to the site. I would also like to get the newsletter function that you added to my wife's site. In the backend I would like the option to list/edit all users that have signed up. If a user signs out of the newsletter his data should NOT be deleted. He should just be unsigned from the newsletter. When someone new signs up for the newsletter I want an Email to my Admin address which I would like to enter in the backend. I would like to get a contact form on the site so people can write me from there. The Email address where the mails should go to, should be editable in the backend. Everybody that contacts me this way should be added to the new...

    €244 (Avg Bid)
    €244 Gns Bud
    1 bud

    ..., you would access: and you would end up at , with all of your information being logged into the DB. CREATE TABLE `campaign` ( `id` int(11) NOT NULL auto_increment, `url` varchar(1024) default NULL, PRIMARY KEY (`id`), CREATE TABLE `clicks` ( `id` int(11) NOT NULL auto_increment, `campaign_id` int(11) NOT NULL auto_increment, `address` int(11) unsigned default NULL, `isp` varchar(255) NOT NULL, `country_code` varchar(2) default NULL, `region` varchar(255) default NULL, `state` varchar(2) default NULL, `city` varchar(255) default NULL, `latitude` decimal(15,10) default NULL, `longitude` decimal(15,10) default NULL, `referrer_link` varchar(1024) default NULL, `user_agent` varchar(1024) default NULL, PRIMARY KEY (`id`), KEY `clicks_idx_address`

    €17 (Avg Bid)
    €17 Gns Bud
    3 bud

    ...both 32 and 64 bits float. IMPORTANT! I DO NOT WANT TO CONVERT TO A STRING. I want the raw value as specified by IEEE. Also, I do not want any dependencies to the computing platform. Just casting the value from float to unsigned char[] is not enough. The algorithm needs to be implemented. Following functions shall be implemented: float ieeeflt_frombuf32(unsigned char* buf, int count) double ieeeflt_frombuf64(unsigned char* buf, int count) bool ieeeflt_tobuf32(float value, unsigned char* buf, int size) bool ieeeflt_tobuf64(double value, unsigned char* buf, int size) Count is how many bytes that shall be used from the buffer. Size is the size of the buffer. Boolean return value indicates failure. Big endian buffers sha...

    €22 (Avg Bid)
    €22 Gns Bud
    7 bud

    We need to configure mail server for us. This will be mass emailing server sending about 1000000 - 2000000 emails/day. CentOS 5, CPANEL, EXIM. Only experienced server admins and please include word flashlight in your bid, otherwise it wont be reviewed.

    N/A
    N/A
    0 bud
    Data Entry Udløbet left

    I am looking for someone to add data to a website I am developing. ? The site is www.zarts...art. ? I will give a list of websites that contains art that will need to be submitted (picture, title, artist, original price (if available)) etc. ? The second part is submitting art prices based on actual sales. ? This information is available on one site that contains the sales price, the sales date, and the source. ? ## Deliverables Some pieces of art have multiple versions. ? Example is unsigned, and signed. ? These two pieces will need to be added separately, and their prices will need to reflect the proper pieces. I will only ask that 10 pieces of price data be entered for each piece of art as some have hundreds of sales. I will also verify that the data was inputted ...

    €58 (Avg Bid)
    €58 Gns Bud
    36 bud

    I'm working with an opera-pop singer who has a an amazing voice. We are shopping for a record deal and we need a website just for the record labels. It may be just 1-3 pages but with an emphasis on why they should sign the artist. Check out , , , for references. I'm looking for a few good pictures with a flash animations, an MP3 player, an embedded VIMEO video player, and a short bio. Provide several links to get more details on the music production, full bio, a project summary, the market we are going after, and the kind of deal we are looking for. so links could be: Music Production, Bio, Our Project, Target Market, The Deal Ideally you will provide a photoshop file with all the pages designed. Think simple, yet classy, upscale. Use cropped pictures, maybe summery or spr...

    €411 (Avg Bid)
    €411 Gns Bud
    48 bud

    Recorded sessions are done in FlashLight-VNC. This is NOT desktop version that is downloaded. Here is player/viewer: This is not a flash player, but FlashLight-VNC. Looks like a normal flash player, but it is FlashLight-VNC streaming a recorded VNC session. Here is How to: app needs to screen record using RFBProxy or vncrecord OR.. or a file developed by author called: Please check url's carefully. Must include AUDIO and web cam functions. You will need to know Java and java applets.

    €564 (Avg Bid)
    €564 Gns Bud
    2 bud

    Recorded sessions are done in FlashLight-VNC. This is NOT desktop version that is downloaded. Here is player/viewer: This is not a flash player, but FlashLight-VNC. Looks like a normal flash player, but it is FlashLight-VNC streaming a recorded VNC session. Here is How to: app needs to screen record using RFBProxy or vncrecord OR.. or a file developed by author called: Please check url's carefully. Must include AUDIO and web cam functions. You will need to know Java and java applets.

    N/A
    N/A
    0 bud

    Amazon now require all requests to their catalogue through Amazon We...project should be very simple for any VBA programer familiar with AWS. The programmer will need to create a free Amazon Web Services account in order to test the routine as, for policy reasons, we will not provide our Subscription ID or Key. The subroutine produced will be incorporated into our existing code by us and the source code will become our property. Below is an example of our existing, unsigned, Amazon request: ;SubscriptionId=[SubscriptionID]&Operation=ItemLookup&ItemId=[ISBN]&ResponseGroup=Large where SubscriptionID is our Amazon Subscription ID and ISBN is the ISBN of the book we want information about (eg. ISBN = 0471877271).

    €92 (Avg Bid)
    €92 Gns Bud
    4 bud
    NEW WEBSITE DESIGN Udløbet left

    Hi, I need a new website for my UNSIGNED Band, **Tranquil Fury**. Please see We are an Rock / Metal band based near London and are going forward with a new look and new songs. **The website has to be very eye-catching and get us noticed!** We already have a logo, and require someone to create a good website, maybe flash based, that contains the following: -Animated Intro - Home Page containg latest news. Facebook / Myspace integration / links. Blogs. Add name to mailing list all on page. - Up & Coming Concerts Page. - News Page - Photo / Video page - Band Biography. - Music Player throughout website, - Contact Page / Guestbook / Forum, join mailing list. - Shop

    €459 (Avg Bid)
    €459 Gns Bud
    137 bud
    Java SMPP Client Udløbet left

    ...the file in order to get the Java executable. Sample of the DB Schema CREATE TABLE `cellxnet_new`.`tbl_msg_sms` ( `id` int(10) unsigned NOT NULL auto_increment, `SmppClient` varchar(20) NOT NULL, `SourceAddr` varchar(20) NOT NULL, `DestAddr` varchar(20) NOT NULL, `SmppMsgId` varchar(50) NOT NULL default '0', `Message` varchar(512) NOT NULL, `ScheduleTime` datetime NOT NULL, `Status` varchar(20) NOT NULL default 'W', `SubmitTime` datetime NOT NULL, `SubmitRespTime` datetime NOT NULL, `DelivTime` datetime NOT NULL, `userid` char(13) default NULL, `messagecount` int(10) unsigned NOT NULL, `IsFlash` tinyint(3) unsigned NOT NULL default '0', `SubmitDate` date NOT NULL, PRIMARY KEY (`id`), KEY `FK_t...

    €159 (Avg Bid)
    €159 Gns Bud
    2 bud

    ...app and codesign it for us.? It is a very simple calculator using info from nutritional labels.? Go to [][1]? to see the simple app. Payment will be made to coder? when Ovi has accepted the? app.? When we submitted the application (for S40 and S60 phones) we failed the QA process for the following reasons: For the S60? Comments from the QA team: Failed: Unsigned Application. Summary: The application was not properly signed. All application and contents being submitted to Nokia must be certified through trusted foundations such as Java Verified or Symbian Signed and must obtain a signed certificate before it is accepted through Publish to Ovi. Actual Result: The warning message “Application is untrusted and may be harmful to your phone?? appears durin...

    PHP
    €75 (Avg Bid)
    €75 Gns Bud
    1 bud

    How to do it here: Need server side screen recorder like this: Must be able to start immediately. Must be able to meet milestone completion dates. PM me for any additional questions

    €828 (Avg Bid)
    €828 Gns Bud
    4 bud
    Myspace Band Page Udløbet left

    Need a new myspace layout for unsigned artist "Forgotten Fable" Current Myspace is High Quality, impressive, easy to navigate

    €75 (Avg Bid)
    €75 Gns Bud
    4 bud

    ## **Project Objective? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ** Guarantee that only DLLs signed, with asymmetric keys, will be loaded by a given application. This is just a demo of the technology to show how a .NET application, could use a VB6 DLL that has been signed. If the .NET application finds the DLL unsigned (or signed with a different signature) it will graciously inform that the DLL is invalid and leave the application. ## **Project Deliverables:** ADDITIONAL DETAILS IN THE ATTACHED DOCUMENT. VERY IMPORTANT: The coder must inform which technology (APIs, Libraries, etc) that he/she proposes to be used. If accepted, this becomes part of the specification.

    €54 (Avg Bid)
    €54 Gns Bud
    2 bud

    ...app and codesign it for us.? It is a very simple calculator using info from nutritional labels.? Go to [][1]? to see the simple app. Payment will be made to coder? when Ovi has accepted the? app.? When we submitted the application (for S40 and S60 phones) we failed the QA process for the following reasons: For the S60? Comments from the QA team: Failed: Unsigned Application. Summary: The application was not properly signed. All application and contents being submitted to Nokia must be certified through trusted foundations such as Java Verified or Symbian Signed and must obtain a signed certificate before it is accepted through Publish to Ovi. Actual Result: The warning message “Application is untrusted and may be harmful to your phone?? appears durin...

    PHP
    €75 (Avg Bid)
    €75 Gns Bud
    2 bud

    In this project several different Discrete Time Markov Chains are going to be simula...And make sure your code is successfully compiled and run under UNIX. In order to change the seed of your random generators every time you run your code, you can use “srand48(unsigned((time(0)))” to accomplish this. I am going to test your code at least two times and I don’t want to see the same output. Use drand48() which gives a random number uniformly distributed between 0 and 1. Do not use rand() function since it might not give the desired precision needed to conduct a good simulation. You may initialize the random number generator at the beginning of your program (main routine) by using srand48(unsigned(time(NULL))). The header files stdlib.h and time.h mus...

    €146 (Avg Bid)
    €146 Gns Bud
    4 bud

    Must be familiar with FlashLight-VNC Need programmer who is experienced working with this open source vnc software. Must know how to install and run VNC server using TightVNC, UltraVNC, TurboVNC, VineVNC, X11VNC or any other VNC server supporting Tight Encoding... Must be familiar with RFBProxy or vncrecord Must be able to meet milestone deadline dates. Must be able to start immediately Must have proven track record

    N/A
    N/A
    0 bud

    ...high-level access to the bits in a double, and C has no real type, both double and real must be treated as arrays, the elements of which can be manipulated individually at the bit level. Instead of treating doubles and reals as arrays of bytes, it is more efficient to treat them as arrays of 16-bit unsigned ints. A typedef statement in BPREAL.C declares the "real" type as an array of 3 unsigned ints, and a "doublearray" union so that doubles can be handled as arrays of 4 unsigned ints. The bits contained in each of the arrays' elements are listed below. For each element, its contents are listed from left to right (most significant bit to least significant), and bit 1 of each field is the field's most significant bit: re...

    €28 - €235
    Forseglet
    €28 - €235
    3 bud

    ...compiled and distibuted as a single EXE installation file using Setup Factory 7. This installation EXE is then downloaded by our customers from our web site. We are finding that many of our installations are failing these days because of Windows security measures (UAC, DEP). I am hoping that by including a verified digital certificate, our customers installations will be easier as it appears that unsigned EXE's seem to automatically be given restricted rights. Please do not waste my time if you really have not had considerable experience of this. I am aware that I will have to purchase from Thawte and get a Private and Public Key as well as providing them with details of our company for verification. I am also aware that I have to download some code signing software fr...

    €38 (Avg Bid)
    €38 Gns Bud
    2 bud

    ... The data for the ticker will come from an XML file. Each element will have 4 data points 1) The name of the element 2) A dollar value of the element 3) The change in the dollar value of the element (signed) 4) The percentage change in the dollar value of the element For example: 1) Eco-concious Furniture Buyers 2) 2.50 3) -0.25 4) -10.0% If 3) is positive (unsigned) then 2) 3) 4) will appear in GREEN #009933 and there will be a triangle in GREEN pointing up (wingdings 3) If 3) is negative then 2) 3) 4) will appear in RED #FF0000 and there will be a triangle in RED pointing down (wingdings 3) The type details are as follows: 1) Arial 11px regular 2) 3) 4) Arial 11px bold The triangles can either be from Wingdings ? or can be imag...

    €121 (Avg Bid)
    €121 Gns Bud
    5 bud
    Jdev adf demo Udløbet left

    ...project but to learn. The mysql database I use is very simple: mysql> use test Database changed mysql> describe accounts; +---------+------------------+------+-----+---------+----------------+ | Field? ? | Type? ? ? ? ? ? ? ? ? ? ? ? | Null | Key | Default | Extra? ? ? ? ? ? ? ? ? | +---------+------------------+------+-----+---------+----------------+ | id? ? ? ? ? | int(10) unsigned | NO? ? | PRI | NULL? ? ? | auto_increment | | name? ? ? | varchar(40)? ? ? ? ? | NO? ? |? ? ? ? | NULL? ? ? |? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | | balance | decimal(10,2)? ? ? | NO? ? |? ? ? ? | 0.00? ? ? |? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | +---------+------------------+------+-----+---------+----------------+ 3 rows in set (0.02 sec) I would like the following: ...

    €74 (Avg Bid)
    €74 Gns Bud
    3 bud

    Vær venlig at Tilmelde dig eller Log ind for at se detaljer.

    Fremhævet Forseglet

    ...CREATE TABLE `{$this->getTable('vendors')}` ( `vendor_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `username` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `firstname` varchar(255) NOT NULL, `lastname` varchar(255) NOT NULL, `address` text NOT NULL, `city` varchar(255) NOT NULL, `state` varchar(255) NOT NULL, `zip` varchar(45) NOT NULL, `country` varchar(45) NOT NULL, `url` text NOT NULL, `salesperweek` int(10) unsigned NOT NULL, `aboutcompany` text NOT NULL, `paypal` varchar(255) NOT NULL, `status` int(10) unsigned NOT NULL, `unencrypted_pass` varchar(255) NOT NULL, `company_name` varchar(45) NOT NULL, `commission` int(10) unsigned NOT NULL DEFAULT '40', `automatic_paypal` int(10) unsigned...

    €20 (Avg Bid)
    €20 Gns Bud
    1 bud

    So the visual on this one is a black background with 2 small beams of light (one on the right side and one on the left) that move around the picture illuminating things in the fashion a flashlight would. The two beams don’t cross an invisible axis in the middle (meaning they always stay on the right or left side) As the light is searching it allows us to catch glimpses of piles of treasure (maybe gold / money / something shiny that communicates value). The right side has much more of this treasure than the left side does. As the light moves around for about 10 – 15 seconds passing over the area allowing it to be known that the right side is more rich. Words at the bottom say something to the Affect of : “How are your sales teams finding the opport...

    €132 (Avg Bid)
    €132 Gns Bud
    1 bud