development

c++ simple shared library in linux

Hello experts, Is the STD library a shared library or what is it ? out of curiosity . Are there any books describe in detail the shared , static libraries development ? Are there any tutorial ? p.s (i'm using netbeans , eclipse, anjuta) and the tutorials aren't useful as I'm trying to understand what's actually going on. ...

Tools or utilities you developed just because you wasn't content with the programs you found

Hi For a skilled developer sometimes it's easy to write a program than to find one, at least it can be true for a simple utility. But were there programs you decided to develop just because all existing were missing something important from your point of view or you were not content with how these programs were working? For example, ...

Could I please get some help correcting my little beginners project ?

Hi, This is my first time posting something like this. I'm a complete n00b at programming/php. I was trying to grasp all the tutorials out there and wanted to create a sort of framework to base projects off of for web db/applications. I came up with a few files for crud operations that I know must really be horrible code. I was wondering...

After having 2 years experience in Software Testing is it worth taking risk to move to Development

I have 2 years of experience in Software Testing. I have worked on both Manual as well as Automation forms of testing. But, this time I have a got a chance in my company to become a Software Developer. I know opportunities like these rarely come in life and I want to make use of it. I could not get any job early in my career in the field...

Best and Easiest RIA RAD tool?

Can anyone share with me what they think is the best and easiest to learn rapid application development for building Rich Internet Applications? Preferably free but if the one you're suggesting is worth it, I might consider purchasing it if it's that easy to use. Thank you to those who'd answer! ...

Create an Apps for school

Hello, I'm not very good in the code for objective-c but i've learn java and sort and i know it's kinda different. Questions i would like to brought up is: Between creating the database on iPhone itself using SQLite or accessing a database online through web services. Any tutorial to recommend? Do i really need to purchase the licenc...

'Non-supported field type change' when modifying a feature

So, now that my previous problem was fixed, I was trying to organize the files a little bit. I found out a 'Note' type field (A multi-line textbox) was supposed to be a Multi-Pick User field. So, I decided to change that. I seemed to change everything, but it just doesn't want to change the type. Which is much a good thing to do, seeing...

Advantages/Disadvantages on developing iPhone apps with Appcelerator Titanium instead Apple development.

Hi, I have a new project which is an iPhone application. for that I have 2 possibilities to build it: using Apple classic style (xcode, objective-c, etc) using Appcelerator Titanium and continue using javascript as an interface to access all the iPhone features to create my app. *I've noticed the absence of a separated interface fil...

[android]autocomplete text view problem with setAdapter

I need to create a dialog with a list containing an autocomplete text view and a button for each line. So everything is working except for the autocomplete text view. My program crashes when i tried to call the setAdapter. that's my code: private Dialog createSosteDialog() { final ArrayList<HashMap<String, String>> mylist = new ArrayL...

When developing an R package, do I have to recompile the package every time I make a change?

I am developing a package in R When I am debugging a particular function or set of functions, what is the best way to test the function? Do I have to either use source('function.R') or R CMD build each time I want to check my changes? (extra credit for associated emacs ess key-bindings) ...

In what language was developed Adobe CS

I want to know this, I believe is C++ & Windows .. but what you know? ...

Linux Kernel Process Management

Hi All, First, i admit all the things i will ask are about our homework but i assure you i am not asking without struggling at least two hours. Description: We are supposed to add a field called max_cpu_percent to task_struct data type and manipulate process scheduling algorithm so that processes can not use an higher percentage of th...