guide

a good Java guide

Do you know a good guide for Java, such as "dive into python" for python? If I searched google I expect I would find tons of random guides, but trying them all until I found a good one could take ages... that's why I am asking: do you already know one in particular? one you KNOW is good? I already know C, PHP and a bit of Python, if th...

How to pass function to radio button in a button group created using guide in MATLAB?

I have created a button group with four radio buttons and a push button using guide. There are four functions, one for each radio button written separately. How do you to call these functions from respective radio buttons. When a push button is pressed, the function associated with the active radio button should execute. ...

Looking for a good UDK (Unreal Development Kit) guide/book

Hi! I want to learn how to use UDK because I always wanted to make games, etc. Is there anybody who knows a good book or online guide to learn the basics? Thanks a lot! ...

What is the typical method to separate connected letters in a word using OCR

I am very new to OCR and almost know nothing about the algorithms used to recognize words. I am just getting familiar to that. Could anybody please advise on the typical method used to recognize and separate individual characters in connected form (I mean in a word where all letters are linked together)? Forget about handwriting, suppos...

ActionScript 3 Style Guide

Is there any ActionScript 3 Style Guide available online? ...

I like to learn computer science and programming, but i have no understanding.

Hi all, I like to learn computer science and programming, but i don't know where and how to start. For the past two months, i have been researching on types of programming, i found my interest in desktop programming, and also found this subjects (discrete maths, logic, algorithms, data structures, artificial intelligence, simulation) sai...

Multiple GUIs in Matlab using GUIDE

I want to plot of data generated through push button action on one GUI into another GUI's axes object. Please let me know how can i do that? ...

Guide for extern libraries etc

Do you know the guide how to compile extern libraries and source codes into one file with netbeans ? ...

Assign a value to a static text in GUI MATLAB

hi, how to Assign a value to a static text in GUI MATLAB. ...

Problem when calling local variable in GUI MATLAB

I'm getting this error: Error in ==> APP>pushbutton2_Callback at 109 img=imread(FileName) When I try to use FileName in pushbutton2_Callback I'm getting the error mentioned FileName is variable in pushbutton1_Callback. ...

Function that executes on GUI closing in matlab

I am creating a GUI in matlab using guide. It's non-blocking (not calling uiwait). When the gui window is closed, I would like to execute some clean up code. Is there an gui_ClosingFcn callback I should define in analogy to the gui_OpeningFcn template that guide creates for me? ...

good books or tutorials to understand WordPress Programming

Hi, I want to learn/make wordpress plugins. So to start, I thought of taking some tutorials about Wordpress (the engine). I already know how to make a blog post, or change a theme. I want a tutorial about Wordpress Core Engine, that explains how Wordpress works, loop work, plugin are implemented... So far, there are books and tutorials...

I'm Getting Listless and Worried I'll Lose my Passion

So, I'm almost 100% self taught in programming (save for a course in C after I had already taught myself C). This means that to keep myself programming, I have to be constantly finding materials (i.e. tutorials) on the web (I'm poor). Unfortunately, I've found myself stuck in a sort of limbo, where I understand the basics of programming ...

Getting started with Pylons

Hello, I am just starting to use a web framework. I have decided I really like python and started looking at web frameworks. I don't really like django for a few reasons, but from what I have tried so far I found I really like pylons. The problem I have is that I can't find that many articles/tutorials about pylons, especially 1.0 art...

Community PHP Security Project Effort

Hi guys, I've been looking into PHP security for over a month, after all the posts, tutorials, comments, replies to comments, making fun of comments, and then some more comments, I'm left pulling out my hair, while I admit I have really thick hair at this rate I'll be bald in no time. It seems that there is NO GOOD GUIDE to security, pl...

MATLAB GUIDE gui listbox intermittently disappears with seemingly obsolete error

I am building a straightforward MATLAB gui using GUIDE. I have a listbox of items. Most of the time, it works as expected, but sometimes (usually after I edit the figure with GUIDE) populating the listbox causes it to disappear, along with this message: Warning: single-selection listbox control requires a scalar Value Control will not b...

Beginners Ubuntu linux guide for experienced windows developer

I am an windows developer with over 15 years experience. I have just started looking at the latest version of Ubuntu Linux. Could someone point me at a good beginners guide to Ubuntu (preferably from a developers prospective) which is aimed at a Windows user? I have found several using google, but unfortunately I know so little on this s...

How does the Python interpreter handle files on a shared drive?

Does anyone know of a good guide for the python interpreter? I want to know details as to how it handles files it is interpreting. I have some python files on a shared drive that I want multiple processes to use but I do not know if the separate instances of the interpreter will affect one and other. Any insight would be greatly apprecia...

Recomendations on books on using Team Foundation Server 2010

Hi there, I am part of a small team of developers (5-6) who all work on seperate smallish projects and each know our own projects inside out. Our management want us to learn each others systems so that we can update them should the other members be away on leave etc. To this end we want to use TFS2010 as we have already go all the ...

MySQL Book/Tutorial/Video for Beginner?

I have download and install MySQL and once I start the programme I knew I need further help. I found few title by O'Reilly. 1) High Performance MySQL 2) MySQL Cookbook 3) MySQL in a Nutshell 4) MySQL pocket reference 5) Managing and Using MySQL Please recommend which book is for database. If you know any tutorial/video which is availa...