I'm basically lookingfor a solution to exactly the same problem as described in this dead post:
http://railsforum.com/viewtopic.php?pid=88192#p88192
Could someone please advise? Thanks.
Hi.
Can somebody point me to good intruductions into OOP main paradigms, like inheritance, polymorphism, incapsulation? I am lookingfor short article, about 2-3 pages, for very quick reading.
Thank you very much.
I have no ideas how to fix this. In my /etc/TIMEZONE file the TZ variable has the correct value (Canada/Eastern) and still it's showing a -1 hour lag. Where else should I be looking?
I am lookingfor some direction on how to render a barcode from a numeric string on an iPhone? The symbology is not really important right now just curious on the basics or third party support if necessary.
Thanks in advance.
Is there a way in python to programmatically determine the width of the console? I mean the number of characters that fits in one line without wrapping, not the pixel width of the window.
Edit
Lookingfor a solution that works on Linux
When writing web apps in Python, it brain dead easy to run a development server. Django and Google App Engine both ship with simple servers.
The main feature I'm lookingfor is no configuration. I want something like the GAE dev server where you just pass the directory of the app as a parameter when the server is started.
Is there a reason that this is more difficult with PHP?
Looking at the information under the heading "Precision can be omitted or be any of:".
The example: printf("%.*s", 3, "abcdef"); works, outputting:abc (truncating the rest of the string.)
Now, I would like to have a string with multiple parameters formatted (truncated):
printf("%.*s, %.*s", 3, 3, "abcdef", "xyz123");
but the program crashes.
What is the correct syntax?
Thank You.
I understand how to use REST for doing general entity interactions - using urls names to map to entities and the HTTP verbs to map to actions on those entities. But what is the generally accepted way of looking at "actions" more like RPC?
For example, let's say I want to send a command for the device to reset? There's no real "entity" here or do I do something like POST to http://mydevice/device/reset?
I'm lookingfor any open source registry / file system monitoring tool with a hooking driver (like procmon and few other tools), compatible with latest OS. No specific language preference. Any info would be appreciated.
I've been trying to make this program in c++ with opencv that converts the image to greyscale and rotates the image afterwards, but the output I get is all kinds of messed up.
I have been searching for solutions and lookingfor help everywhere, but I haven't been able to find out what the heck I have done wrong so if any of you could help me it'd be great
Code:
http://pastebin.com/FSJKyaeU
Also, here's a picture of the output I get
http://i.imgur.com/qpYm1.jpg
Our Company is lookingfor a sr.flex developer. As part of interview process customized UI understanding and implementation is also included.
I am Usability&design Lead for the same product team have some understanding of flex 3 but am not sure if pure UI/usability questions can be answered by flex developer. So can you suggest some UI related questions to see if he/she has competency to refer a prototype(html/mockup's) and build the same UI in flex.
I'm looking at the google maps api tutorial
and i see this
<script type="text/javascript" src="http://www.google.com/jsapi?autoload={'modules':[{name:'maps', version:3,other_params:'sensor=false'}]}"></script>
Why is modules in single quotes?
What is the name of the Windows System Menu button?
I am talling about the round glass-orb looking object (on a Windows 7 operating system) that appears in the lower left of the screen -- usually -- that you can click on to see the menu selection of programs on your compter.
I'm lookingfor one just to get a general idea of how a standard C++ project should be properly setup.
(If that's possible... :-p)
Here are my requirements for this project:
module-based (has libraries/modules that compile into a main program module)
compiles cross-platform
I'd like to do this so that I can get a hold on the basics of how a good C++ project is setup, and so that I can test out Premake.
Hi, I'm getting up to speed with Flex and I am lookingfor any example of implementing a drag and drop re-sort within a vbox container. Basically I have a Vbox that contains a number of canvas's that are full width and 35px high. I want to be able to drag and drop them to re-order within the vbox.
Any help is greatly appreciated - thanks,
b
I am lookingfor a text editor that will be able to load a 4+ Gigabyte file into it. Textpad doesn't work. I own a copy of it and have been to its support site, it just doesn't do it. Maybe I need new hardware, but that's a different question. The editor needs to be free OR, if its going to cost me, then no more than $30. For Windows.
Is it possible to have divs located around a central point and then on hover for them to whisk off screen and return when the mouse is gone?
This what the layout is looking like, the idea is for the green "leaves" to whisk off to show the branches and the menus. Would this be possible with JavaScript and PHP?
Hi,
I'm lookingfor a jquery image gallery that besides the usual fancy features let the user select one or more images for doing some actions.
Also would be great inline edition of information for individual images.
Using Oracle 10g. ( 10.2.0.4 )
Possibly by looking at either logs or system tables is there a way to determine which version of the oracle client each connection is using.
Our systems initially had 8.1.7 Clients, and then 9.X clients.
We attempted to manually locate all machines that had older clients and upgrade them to to 10.2 Clients.
We are seeking a method to audit (from the server) if we were successful in upgrading all of our client machines.
I'm lookingfor some general guidance on serializing objects in a database.
What are serialized objects?
What are some best-practice scenarios for serializing objects in a DB?
What attributes do you use when creating the column in the DB so you can use a serialized object?
How to save a serialized object?
And how to access the serialized object and its attributes? (Using hashes?)
For example, the first gen iPod touch is making sharp tick sounds when rolling a picker view. I need a easy way to trigger a sound for my unit tests. When a unit test fails, I want the iPhone simulator to make a noise so that I see it. Because I'm not looking at the console all the time for NSLog messages...
Hi,
How I could able to add a toolbar to the picker?
I want above the picker there is a toolbar with a "done" bar button item. clicking the "done" button will hide (animate) the picker offscreen (going to bottom like the keyboard)
I'm still lookingfor this how-to... Hope you could help me.
Thanks
I want to improve my JavaScript so I thought it'd be a good idea to get a book on Object Oriented JavaScript. But I also use a lot of jQuery so I'm lookingfor a book that approached OO JavaScript from a jQuery point of view
I am looking into a way of setting read access on a specific file for a web application (where all files read option is set to be false--unchecked in IIS) deployed with Wix. Is it a possible option at all or I am asking the question in a wrong way?
Thank you.