Archive

Posts Tagged ‘zero’

Youtube Caption Checker 2

October 11th, 2011 Comments off

This project is for a windows program that will validate youtube closed captions.

The user loads a youtube caption file (in either sbv or txt format), and the app checks it for errors.

Here is a sample of a youtube caption:

0:00:17.760,0:00:19.649
This is the first line

0:00:19.649,0:00:23.640
This is the second line, which
comes to two lines

0:00:23.640,0:00:28.210
This is the third line, which
comes to two lines

The format is a time stamp, that tells how long the caption appears, followed by one or two lines of text, followed by a blank line.

The time stamp follows this format:

0:00:00.000,0:00:10.500

This means zero hours, zero minutes, zero seconds and zero thousands of a second

0:00:00.000

~to~

zero hours, zero minutes, ten seconds and five hundred thousands of a second

0:00:10.500.

The validator should display any errors, and bring up the sbv or txt file to the place where the error is, giving the user

the option to change it manually. Once an error is fixed (bringing it into compliance with youtube’s format, the editor should move on to the next error.

A youtube caption file has one or two lines per caption.

The app should have a feature for cases where the caption has four lines. In this case, the app should be able to remove the first two of four lines, or the second of four lines. This feature is to allow translation of youtube captions to be put into the captions and then removed after they’ve been checked. Some translated captions will require different character sets, so this feature can’t depend on normal English characters. It should work by counting the number of lines after the timestamps.

It will have a check button that says: “Show me all sections that have more than two lines per timestamp.” This should be checked by default. In case a caption file has three lines for one time stamp, the user will be able to decide how to break up third sentence.

The status bar should show the file currently loaded.

The app should allow automatic fixing of missing blank lines.

The app should be re-sizable, so long lines of text can be displayed correctly. The field that displays the text of the caption file should have a ‘word wrap’ button to turn word wrap on and off.

It should have an ‘about’ button.

If you can add a spell checker (easy codes to find), that’s even better. Please communicte via PMB if you can do this. If not, just bid assuming that this feature will not be present. Make sure you have a drop-down menu showing which language is being checked. Why a Drop-down menu? Because more languages can be added that way, if YOU know how to do it. If not, bid without a spell checker.

Here is the URL of a freeware spell checker:

http://tinyspell.numerit.com/

Additional dictionaries for other languages can be found here:

http://tinyspell.numerit.com/dict.htm

Some information about this can be found here:

http://www.talkgraphics.com/showthread.php?25019-Spell-Check-in-X-Pro/page2

If you don’t know how to add a spell checker, say so in your bids.

Once the final app is finished, a final version, with some feature removed, may be needed. Both versions will be used.

No escrow for programmers with less than five positive feedbacks. You will be paid. Check my feedback.

I have had projects that received bids in the thousands of dollars, but were completed for just a few bucks. Please be competitive in your bidding.

Completing the project means submitting the source code.

Youtube Caption Checker

October 2nd, 2011 Comments off

This project is for a windows program that will validate youtube closed captions.

The user loads a youtube caption file (in either sbv or txt format), and the app checks it for errors.

Here is a sample of a youtube caption:

0:00:17.760,0:00:19.649
This is the first line

0:00:19.649,0:00:23.640
This is the second line, which
comes to two lines

0:00:23.640,0:00:28.210
This is the third line, which
comes to two lines

The format is a time stamp, that tells how long the caption appears, followed by one or two lines of text, followed by

a blank line.

The time stamp follows this format:

0:00:00.000,0:00:10.500

This means zero hours, zero minutes, zero seconds and zero thousands of a second

0:00:00.000

~to~

zero hours, zero minutes, ten seconds and five hundred thousands of a second

0:00:10.500.

The validator should display any errors, and bring up the sbv or txt file to the place where the error is, giving the user

the option to change it manually. Once an error is fixed (bringing it into compliance with

A youtube caption file has one or two lines per caption.

The app should have a feature for cases where the caption has four lines. In this case, the app should be able to

remove the first two of four lines, or the second of four lines. This feature is to allow translation of youtube captions

to be put into the captions and then removed after they’ve been checked. Some translated captions will require

different character sets, so this feature can’t depend on normal English characters. It should work by counting the

number of lines after the timestamps.

It will have a check button that says: “Show me all sections that have more than two lines per timestamp.” This

should be checked by default. In case a caption file has three lines for one time stamp, the user will be able to decide

how to break up third sentence.

The status bar should show the file currently loaded.

The app should be re-sizable, so long lines of text can be displayed correctly.

The field that displays the text of the caption file should have a ‘word wrap’ button to turn word wrap on and off.

It should have an ‘about’ button.

If you can add a spell checker (easy codes to find), that’s even better. Please communicte via PMB if you can do this.

If not, just bid assuming that this feature will not be present. Make sure you have a drop-down menu showing which

language is being checked. Why a Drop-down menu? Because more languages can be added that way, if YOU know

how to do it. If not, bid without a spell checker.

Here is the URL of a freeware spell checker:

http://tinyspell.numerit.com/

Additional dictionaries for other languages can be found here:

http://tinyspell.numerit.com/dict.htm

Some information about this can be found here:

http://www.talkgraphics.com/showthread.php?25019-Spell-Check-in-X-Pro/page2

If you don’t know how to add a spell checker, say so in your bids.

Once the final app is finished, a final version, with some feature removed, may be needed. Both versions will be

used.

No escrow for programmers with less than five positive feedbacks. You will be paid. Check my feedback.

I have had projects that received bids in the thousands of dollars, but were completed for just a few bucks. Please

be competitive in your bidding.

Completing the project means submitting the source code.

Categories: YouTube Tags: , , , , , ,

Trend And Cycle

September 30th, 2011 Comments off

The indicators are proprietary, all histogram style. Two of the indicators signals come from change of slope and the third is both change of slope and zero line crossing.

Entry and exit logic, as stated in my brief summary, are dependent on which confluence of the indicators is being used:

IN1 = 1st indicator: FTLM_KG
IN2 = 2nd indicator: STLM
IN3 = 3rd indicator: JRSX

“Option 1″: IN1, IN2, and IN3

Enter only when IN1 and IN2 indicator are sloping in the same direction and IN3 is over/under zero line in same direction.

Exit partially when 1st, IN3 slope changes to opposite direction of IN2. 2nd, when IN1 slope changes in opposite direction of IN2, and 3rd/final, when IN3 crosses over/under zero line in opposite direction of IN2

“Option 2″: IN1 and IN2

Enter only when IN1 and IN2 indicator are sloping in same direction.

Exit partially at either pre-determined fixed pip gains or when IN1 slope goes opposite direction of IN2 or a combination of both exit possibilities because of the observed nature of this particular option.

“Option 3″: IN2 and IN3

Enter only when slope of IN2 and zero line cross of IN3 agree.

Exit partially 1st, when slope of IN3 is opposite direction of IN2 BUT zero line cross direction of IN3 is still in agreement w/ slope of IN2. 2nd, when zero line cross of IN3 is opposite to slope of IN2.

“Option 4″: IN1 and IN3

Enter only when slope of IN1 and zero line cross + slope of IN3 agree.

Exit partially 1st, when slope of IN3 is opposite to slope of IN1 BUT zero line cross direction of IN3 is still in agreement w/ slope of IN1. 2nd, when slope of IN1 is opposite to zero line cross direction of IN3. 3rd, when zero line cross direction of IN3 is opposite to original direction of the move.

_____________________________________________________

Please note that in all these Options, there are situations when thing don’t “line up” perfectly and quality moves are missed because IN1 or IN3 (depending Option being used) are already a couple bars into the current move before IN2 follows suit. To counteract that, I propose an option to decide the number of late bars on which it is acceptable to enter a trade. Also, considering the possibility of reducing position size for said instances in the event the move has already run its course and is going to go against order.

In regards to the code, I require it be commented adequately to minimize the possibility of any confusion in the event I need to make changes and collaborate w/ another programmer to do so.

If I can think of any other subtle nuances, I’ll share them w/ you as well.

Categories: Programming Tags: , , , , , ,

Customization Of Existing X-zero Classifieds Website

July 28th, 2011 Comments off

I need a custom template developed for an X-Zero classifieds website that needs to look similar to Quikr.com in every aspect.

This work has already been partially been done by myself (check adspapa.com) but I am not finding enough time to devote to this work because of some other involvements.

I would also like the bidder to customize the buildURL function to allow for custom slugs in URLs of ads and category. The bidder would also need to capture the $_SERVER['HTTP_HOST'] variable in the script to enable the city selection to appear the way they appear in Quikr.com such as delhi.quikr.com or mumbai.quikr.com. This would also need to be updated in urlbuilder.inc.php file.

Please see Quikr.com, what I need is something VERY CLOSE to that in design and functionality, the way ads are tagged with localities in respective cities.

Only people who understand what I said and who are EXPERTS with XZero Classifieds and can get the job done in 7-10 days’ time may please apply. I don’t want us wasting each other’s time.

Thank you.

Magazine Issue Zero Comp

May 5th, 2011 Comments off

I need at least 3 proofs to choose from fallowing the layout, feel, color, etc of competitions mags. I need a front cover made to look like a real professional magazine cover from a couple example and images I can provide. table of content, add space and three articles laid out over four pages and four pages laid out for the media kit including price sheet and demographic info and company mission and goals. The magazine will have a similar feel to it as maxium and fhm but will be a local event and city guide magazine and no web site examples just photoshop and indesign work you have done that relates to this project I just need three samples of the 8 page magazine.information and most images will be provided please no bids over $100.

Mt4 Indicator – Fix Bugs Zero Divide Error

April 20th, 2011 Comments off

Hello I have a custom made indicator , it draws arrows on price action signals, it has the option to look back n bars and draw arrows on previous signals, it also signals in real time.

While the indicator has worked well it does have problems where on certain timeframes/brokers it gives an “zero divide error” I need someone to go through the code and remove all these bugs and maybe tidy up the code -

The indicator is less than 1000 lines,

the requirements are that the indicator must work on all timeframes for all markets with the broker gomarkets.
The indicator works on all day timeframes.

The indicator only really has problems on m15 and below markets and h4 and below on gold-

X-zero Template Redesign

March 9th, 2010 Comments off

I need a nice and professional looking custom template redesigned for my x-zero classifieds.

I have my website up running but not satisfied with the design.
My website is opened to one country only but i would like to open it to many other countries in two different languages( English and French)while putting the adsense in different pages.

So i need somebody who is already familiar with the x-zero script modifications for this job.Please do not bid if you are not familiar with this script.

Hope to get your quote for this job and ready to provide you with further details.

X-zero Classifieds Template

March 9th, 2010 Comments off

We need a custom template designed for x-zero classifieds.

The template should be simple to follow and professional.

The template should also be fast without bugs or errors.

If you have any questions feel free to contact us.

Javascript Replace Zero With O

March 4th, 2010 Comments off

I have a site where the client wants the zero character to be replaced with a capital “O” every time it’s displayed on the page. I don’t want to change the actual content b/c I need it to stay as a zero for my links, etc. so I just want it replaced visually to the user. It seems like javascript will work best for this.

We are using jquery library for other scripts on the site, so that’s what should be used for this.

I assume this is relatively easy, albeit non-standard. Let me know if you have any questions.

Write A Program That Uses Bitw

January 31st, 2010 Comments off

Declare int number = 128;

Programming Project 1264984028

January 31st, 2010 Comments off

Declare int number = 128;

Perl Divide By Zero Fix

January 15th, 2010 Comments off

I have a Perl script which calculates percent from my data. Some of the data has a ZERO in the denominator and the Perl code output stops and I get nothing. It’s call ODBC SQLState Codes For example, code 22012, DIVISION BY ZERO error.

Java Gui For A Blackjack Game

May 26th, 2009 Comments off

1. Specification
Write a GUI for a system that plays one or more games of Blackjack; use the rules given in Appendix A. The basic operation of the GUI is described here, and snapshots are given in Appendix B. A complete executable version of the code is not provided to run, but 90% of the code is given.

1.1 Model code
The model code is located in the model package in the BlueJ project. It is the solution from assignment 1, adapted to use the GUI. There is no Dealer class: the dealer is an object of type Player. All console IO has been removed. The model code is complete, except for calls to update() that you have to add as needed.

1.2 GUI behaviour
The system asks for the number of players (not including the dealer) and their names, as in Appendix 1, but uses pop-up dialogue boxes. It then shows the game GUI.

The game GUI is one window with p + 1 panels: a panels for each player and one at the bottom for the dealer. These panels are all objects of the same class. A player panel has two parts: a status panel at left and an action panel at right. The status panel has two parts: bet data at the top and cards at the bottom. The bet data consists of the player name, stake, bet, and last action. A player is identified with a number and name, but the dealer is just called “Dealer”. The hand panel shows the cards in a player’s hand, from left to right as they are dealt.

The action panel for a normal player has three buttons labelled “Buy”, “Draw”, and “Sit”; these do the obvious things. The action panel for the dealer has three buttons labelled “Draw”, “Sit”, and “Again”. The system deals one card to each person, shows these cards in the hand panels, and then waits. The user (you) then gets a second card for each person by clicking on an action; a player has the choice to buy or draw, but the dealer can only draw a second card. When a player buys a card, the system asks for the buy amount with a pop-up dialogue box, subtracts the amount from the player’s stake, and adds the amount to the player’s bet. All amounts are shown with two decimal places. The action is shown at far right in the status panel, directly to the left of the action panel, in the form “Action: XXX”. The action button in the action panel is cleared after each choice.

If the dealer has BlackJack, the game ends and the dealer collects all the bets. The bet amounts are set to zero, and the player and dealer stakes are updated. If the dealer does not have BlackJack, then control returns to the first player, who (you) can choose to buy, draw, or sit.

A player continues until s/he decides to sit, or busts. If the player busts,

Full Time Php Developer India

March 24th, 2009 No comments

We are hiring full time PHP developer with skills in Joomla and Word press. Should have atleast 3+ year of provable experience. Salary starting from 10000rs per month. You can work remotely but should be available from 9am -9pm IST .

You can contact me on my mobile nine zero nine eight five eight five five zero zero. I am in indore mp

Full Time Expert Web Designer

March 24th, 2009 No comments

We are hiring full time web designer with excellent graphic and flash skills. Should have atleast 3+ year of provable experience. Salary starting from 10000rs per month. You can work remotely but should be available from 9am -9pm IST .

You can contact me on my mobile nine zero nine eight five eight five five zero zero. I am in indore mp

Bear