i'm doing B.E, in computer science. i have to do one project called photosynthesis based on computer graphics in openGL in visual c++...pls help me to complete this project....
I wonder if it is possible to write a lightroom plugin, which applies crop rectangles to a set of images?
Of course I do not just want to duplicate the crop, I'd like to set a different crop to every image, based on some computations.
Can this be achieved with lightroom plugins, or would I need to try a different approach?
Hi, Could someone help me with the following RegEx query: based on the following rules:
1) 1 letter followed by 4 letters or numbers, then
2) 5 letters or numbers, then
3) 3 letters or numbers followed by a number and one of the following signs: ! & @ ?
You will have to allow customers to input the fidelity card code as a 15-character string, or as 3 groups of 5 chars, separated by one space.
Is there a way to find out the final location of my animated "object" after the animation? Let's say I am animating an ImageView with location in parent as (0,0 - 20,20) using TranslateAnimation and ScaleAnimation over 1 second with setFillAfter(true).
How to I find the final location of this "object" (since the View location itself does not move)? I need to continue the animation from this point based on an user input.
Hello.
I'm working on a 2D tiles-based games mixing 3D models, which I achieved using OpenGL and C++.
I would like to know what language should I use for creating a map editor, it needs to be easy-to-use and with a form designer or something alike, and with an easily embedded rendering engine.
Which model should I use, if my First view in Login view (NO Tab required) and then all other views are under Tab Bar.
So as a rule should I create Navigation based template coz First view uses only Navigation not Tab Bar or is there any other way around?
Please suggest
First Screen with Nav bar in Top (MUST Needed)
Second Screen Tab Bar view:
I wont to create a User Control based in gridview that have the edit add delete incorporate,
the problem is these:
In the admin part of my web site i have to repeat the same action for view add delete update the data for different datasource.
I wont to create a generic gridview that have incorporate these action.
The gridview can take a xml file for configure him self dependently of the request for desplay the data.
Any ideas how i can do it?
Trying to wrap my head around perl's Autovivification and based on what it sounds like, It seems to work similar to dynamics in C# as a dynamic object is not assigned a type until runtime or, am I totally off here. If so then is there a comparable idea that I can bridge off of in C# that makes sense?
Edit
Okay so I'm apparently way off. So as second part of the 2 part question, is there anything conceptually comparable in C#?
Hi,
I have a Rails application but after some time of development/debugging I realized that it would be very helpful to be able to see the whole HTTP request in the logfiles - log/development.log, not just the parameters.
I also want to have a separate logfile based on user, not session.
Any ideas will be appreciated!
Angel
I normally works in asp.net. But recently I was testing Google App Engine and I found TaskQueues: it's very interesting and powerful. Does anyone know a similar service for asp.net?
I know MSQueue but it's not what I need. I need something like GAE TaskQueue: I put an URL in queue and the URL is triggered (based on queue config).
I am trying to visualize some values on a form. They range from 0 to 200 and I would like the ones around 0 be green and turn bright red as they go to 200.
Basically the function should return color based on the value inputted. Any ideas ?
I want to test my Entities that are built using Entity Framework.
My concern is that using Entity Framework means directly working with data source.
So any ideas how to unit testing Entity Framework based components?
Hey, I was wondering whether there is a way to use FlexScroll (JavaScript custom image based scrollbars) with IFRAMES instead of the DIVS.
Yes, I know scrollable DIVS are better than IFRAMES. This is my clients requirement though.
Cheers.
Based on the following table
ID Date State
-----------------------------
1 06/10/2010 Complete
1 06/04/2010 Pending
2 06/06/2010 Active
2 06/05/2010 Pending
I want the following ouptut
ID Date State
---------------------------
1 06/04/2010 Complete
2 06/05/2010 Active
So date is the earliest one and State is the latest one. I am failing to apply self join on the table to get the output.
Thanks
I wonder whether I can setting up a private maven repository based on my svn.
The svn can be accessed via http.
If yes, then what should I do? Just uploading the architypes is enough?
I am looking for a javascript beautifier with a very specific function. I need a beautifier that can sort functions and vars alphabetically based off of their names. I have a very long javascript file that is an eyesore to look at. Does anyone know of any javascript beautifiers that will do this?
I have an iframe where the src is an htm file and this iframe is put inside usercontrol :
<iframe frameborder="0" src="CName.htm" align="left" width="730" height="1100" ></iframe>
i need the iframe to resized according to the content so that it's height is set according to the hieght of the html file and i don't need to use scrolling attribute
do u have any ideas?
Duplicate - see http://stackoverflow.com/questions/153152/resizing-an-iframe-based-on-content
sir
I'm getting 2 different values
in back button click
My question is,
*If I want to back to view as per my value coming in int variable.
how is it possible?
*My second question is that my project is based on UINavigationController
So,how should i do that?
bcoz i'm using PushviewController to puch the new view from olderview
Thanks in advance
I am trying to learn OOP in PHP, and I have some confusion about interfaces and abstract classes. They both contain no implementations, only definitions, and should be implemented through their sub-classes. What part of abstract classes clearly distinguishes them from interfaces? Also, due to their apparent similarities, based on what reasons should I decide to use one over the other?
I want to know if it is possible to send PUT, DELETE request (practically) through java.net.HttpURLConnection to HTTP-based URL. I have read so many articles describing that how to send GET, POST, TRACE, OPTIONS request but still not finding any sample code which successfully perform PUT and DELETE request. Can any one give idea regarding that?
How can I make a helper that will tell me how many weeks ago (rounded down) with rails? It could be based of the time_ago_in_words helper however I'd want it to return: "last week" then afterwards just two weeks ago, three weeks ago, etc...
Basically, I've got a homework task of programming a text based battle simulator in Python. Obviously I've gone with pokémon...
I would like the enemy to be randomly selected, however I don't know how to randomly select from a list...
foo = ['a', 'b', 'c', 'd', 'e']
from random import choice
print choice(foo)
This is what I've been told to try but I've got no modules or anything imported...
How can I make this work,
appreciated.
Hi,
When developing for the web, one of the saddest issue might be crossbrowser testing. Is there a great solution for testing both on IE6, IE7, IE8, Chrome, Safari and Firefox ?
I tried some web-based solutions but it's not really usable when working offline.
Thx
Boris
I am building a 2d OpenGL es application For iPad it displays a background texture and numerous textures on top of it which are always in motion.
Every frame their location is recalculated based on time delta and speed and the entire thing is being rendered at 60 fps successfully, but still as the movement speed of the sprites raises, thing look stuttering.
Any ideas? Are there inherit problems with what I'm doing? Are there known design patterns for smooth animation?