resume

What are your recommended tools and frameworks for network development on Linux?

What are your favourite network-tools, which you use to troubleshoot or design (as in conceptualize) your network-application code. Ethereal/Wireshark Nmap any particular simulators (e.g. ns) any special purpose sniffer any particular frameworks, (e.g. iptables) I am looking at must have, and good/advantage to have tools/framework ...

Delphi thread that waits for data, processes it, then resumes waiting

I need to create a thread in Delphi with the following characteristics: Waits until the main thread adds data to a shared queue. Processes all the data in the queue, returning the results to main thread (for this last part I'll just send messages to the main window). Processing is time-consuming, so new data may be added to the queue w...

How to resume view stack of iphone application

Hi, We are implementing one web based application in iPhone. if i answered the incoming phone call my application is relaunching once again instead of resume the application to the state where it last the focus. we are implementing stack of views. I.e i am maintaining views in a stack manner and each view has the information like ima...

Smart Software Installer - resume at last failure

Hello folks, Has anyone out there ever written your own software installer in .Net that has a "pickup at last failure" ability baked in? e.g. Let's say the install copies a bunch of files, registers some DLLs, sets up/manipulates a database (MS SQL), and sets up a data driven web site (IIS) that uses said database. If the database man...

More Valuable Skill

When job hunting for a developer position, what looks better? Working on a renovation project/creating a new application OR supporting legacy applications. With 3 years of experience I've spent my time supporting legacy J2EE applications. I have also added new features and overhauled a small part of the application. But I have never bee...

PHP Remote file streaming with Resume Support

Firstly, I am aware of similar question being asked before. The subject pretty much explains the question but still, the file is hosted on another server, the user will download file via my script, streamed to him... But the problem is user can't resume it once paused...any solutions? ...

Should one put a certification logo on a programmer's resume?

As a programmer looking for a job, should I put my certification logo on my resume? ...

Alternatives to "designed and developed" in resumes

I am currently working on my resume and the phrase "designed and implemented" seems to come up with almost every paragraph and bullet point. I am a senior software developer so most of what I do is design and development/implementation but how can I phrase it in some other ways to keep if fresh? E.g. keep the reader of my resume from fal...

What should I know for an entry-level job?

I just graduated from college. I only know C, C++, and Java. I've been looking for a job, but I feel my set of languages is not enough. So I would like to learn some other stuff while I'm not working. What do you think it's more important? I was thinking of learning SQL and XML. I don't know, what do you think? ...

App always starts fresh from root activity instead of resuming background state (Known Bug)

I am facing exactly the problem mentioned in these links: http://code.google.com/p/android/issues/detail?id=2373 h**p://groups.google.com/group/android-developers/browse_thread/thread/77aedf6c7daea2ae/da073056831fd8f3?#da073056831fd8f3 h**p://groups.google.com/group/android-developers/browse_thread/thread/2d88391190be3303?tvc=2 I hav...

Adding the Projects Format in Software Engineer Resume

For Example I have 2 years experience done 10 Projects, Formatting the projects like Project Name: Client: Domain: Tools Used: Description: Responsibility: If i Used this format for 10 projects means, it will goes more than 5 pages. What is the best format for adding a projects in the resume. Maximum How many pages resume should b...

Resumé/CV in Latex

Hi, I'm looking to rewrite my CV in tex, but have had difficulties finding an elegant template to start hacking from. Any leads? Thanks, yannick ...

How to resume CUPS printer from command line

Hello I have printer in CUPS that due driver problems (hp 1010) form time to time goes into pause. I would like to write a shell script that will be once per hour resuming printer in cups. But I have no idea after googling for couple of minutes how to resume printer from shell command line. Regards Stan ...

I'm making a resume...what would you consider as intermediate python programming skills?

I've made a couple of scripts. One is a stock screener that can search through every stock. Another creates a heatmap that tells you what's performed well and badly over the past day. They aren't really that useful, just did them to work on my programming skills. I was able to throw some SQL in my scripts too. Would you call that in...

What are good resources to learn Coldfusion for a job application...

The job title is "ColdFusion Developer." I have bit's HTML and Javascripting experience, but mostly have worked in the "harder" languages such as C and C++ with occational flurries of assembly. I'm currently employeed, but in the current job climate I figure it can't hurt to be looking around and applying for other positions. Plus acc...

Java threading problem

Hi! I'm using multiple threads in my application. Basically I have a combo box and upon selecting Inbox, p1 resumes and p2 is suspended and upon selecting Send, p2 starts and p1 stops. Below is the code (I'm sure it's not perfect) public void modifyText(ModifyEvent e) { if (combo.getText().equals("Inbox")) ...

iPhone SDK: My server doesn't support range header requests, does that mean it's impossible for me to implement resumable downloads?

I am currently developing an iPhone app, in which involves downloads of up to 300 mb. I have been told by my hosting service that my server does not support range header requests. However, when I download a file from my server using a download client, like safari download manager, resume options are available and work. Does this mean ...

Silverlight or HTML 5 - what looks better on the resume?

To a developer who is about to delve into learning Silverlight would you recommend that its worth the effort OR would you say its better to focus on HTML5? I am asking purely from a marketability perspective ...

Trap error or 'Resume Next'

I realise this is an older programming environment, but I have to clean up some VB6 code and I am finding that most of it uses: On Error Resume Next What is the general consensus about the use of On Error Resume Next? Surely, if there is an error, you would want the app to stop what it was doing, rollback any data changes, and info...

Android Resume Activity

In my app, I start an activity and then on button click, display an http url (using Intent - VIEW_ACTION) So when in the middle of the activity, if the user clicks the button called "Google", it opens up google.com in the browser. When I hit the back button, it comes back to my original activity screen. How can I get my activity to re...