missing

Where can I get the missing figures from the freely available, classic "Programming Ruby" e-book?

I am studying the content of "Programming Ruby- The Pragmatic Programmer's Guide" but the HTML version does not include the Figures. Are the figures available anywhere online? ...

Netbeans Resolve missing server

I've encountered a problem with my Netbeans 6.1 IDE. After an unsuccessful update, Netbeans stopped recognizing Apache and Glassfish servers and requested me to resolve a missing server error, after which I opened a window to add a server, except there were none listed. Trying to add servers in the list yields no results as there isn't ...

Commits missing after incomplete "git svn dcommit"

I'm missing a few important commits after my computer lost power in the middle of a "git svn dcommit" operation, and I'm unsure of how to get them back. "git log" doesn't show the commits, any ideas? ...

how to find missing value in sequence within groups in SQL?

i have a table of IDs and positions CREATE TABLE #MissingSequence (ID INT NOT NULL, Position INT NOT NULL) INSERT INTO #MissingSequence (ID,Position) SELECT 36,1 UNION ALL SELECT 36,2 UNION ALL SELECT 36,3 UNION ALL SELECT 36,4 UNION ALL SELECT 36,5 UNION ALL SELECT 36,6 UNION ALL SELECT 44,1 UNION ALL SELECT 44,3 UNION ALL SELECT 44,4 ...

Importing data from Excel in SSIS, empty values

I'm using SSIS to import data from Excel sheets into SQL Server 2005, the data contains some columns with data that should have the value of the previous non-empty cell in the same column, it looks like this: 2005 | 15 | Something1 | 12 | Something2 | 14 | Something3 2006 | 10 | Something4 | 2 | Something5 | 18 | So...

What to do when Net-SSH complains about exec! method missing?

This is driving me crazy. I run into this every now and then on a new ubuntu/debian server. Basically I can't do a exec! through net-ssh. Note, that I can require 'net/ssh' perfectly fine. sample code require 'rubygems' require 'net/ssh' Net::SSH.start('my.random.box', 'myuser', :forward_agent => "true") do |ssh| #output = ssh.exec...

Creating the ASP.NET MVC Controller in Visual Studio 2008

I was running through the Movie Database MVC example on ASP.net. For some reason, when I right click the controller folder in Visual Studio solution explorer, I don't get the controller option from the add menu. I have Visual Studio 2008 SP1 and using .net 3.5. Any ideas why the controller option is missing? ...

How to get rid of missing directories in SVN commit?

When I try to commit SVN reports about 10 old directories as missing. I've deleted these directories quite a while ago. I've tried to create the same directory again but then SVN reports them as "obstructed" and I can't delete them. These directories are not in the repository either. They are not affecting my commits directly but Tort...

Missing .dll when I try to run my application

Hello. I have been working with OpenGL (SuperBible) and I just setup my environment (added the additional dependencies, etc.) and built my solution. When I try to execute it it says I am missing a dll. I solved the problem by moving the dll to my folder where the executable resides. My question is why doesn't it look for it in my Syste...

SQL Server missing tables and stored procedures

I have an application on a client's site that processes data each night, last night SQL Server 2005 gave the error "Could not find stored procedure 'xxxx'". The stored procedure does exist in the database, has the right permission as far as I can tell, the application runs fine in other nights as well. In previous occasions, the SQL Ser...

Problem in plug-in development: Eclipse 3.4 can't find a bundle that is definitively there!

Today I had a problem with my old Eclipse 3.4 installation and I had to re-download the entire package. However, I don't think that I got the exact package as before, and I'm having some problems. The problem can be summarized as follows: when developing a plug-in, I cannot resolve dependencies towards 'org.eclipse.jdt.ui'. When trying ...

Xcode iPhone app package missing files

I'm struggling to figure out what exactly it is that decides which files go into the .app-package when compiling an application in Xcode. I've noticed that most image files go there automatically, while others like yaml-files or psd don't, and I cant find anywhere to set this. So, how do you do this? ...

core data missing records iphone

Hello, I have a strange and serious problem. When I am working with core data (not saving or editing or anything) just accessing the data from entity. Sometime strangely a few records or all records are missing(deleting) from the entity when my application restarts. I checked them by opening the SQLite database. Can anyone have the ...

Missing the Rails 2.3.4 gem. Even though it's installed!

Running Snow Leopard. Tried uninstalling, and re-installing. Still getting the same error whenever I run a rake task. mbpro:redmine shereef$ ruby -v ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10.0.0] mbpro:redmine shereef$ rails -v Rails 2.3.4 mbpro:redmine shereef$ which rails /usr/local/bin/rails mbpro:redmine shereef$ gem...

missing System.Windows reference

I have a Silverlight application where I need to use the Vector class in System.Windows within the Web project. But VS is complaining that System.Windows does not exist. I tried adding the reference, but it's not in the list of namespaces to add. In the .NET tab, it goes from System.Web.Services to System.Windows.Forms and skips Syste...

Could you ever go back to not using resharper?

Hello I am curious to see if anyone is of the same mind as me... I have being using Resharper (for c#) at work for about 2 years now. I have just sat down at home to try some new stuff out but I am REALLY missing re-sharper!!! I might have to buy a licence for use at home! Jason ...

why is urllib2 missing table fields which I can see in the Firefox source?

the html that I am receiving from urllib2 is missing dozens of fields of data that I can see when I view the source of the URL in Firefox. Any advice would be much appreciated. Here is what it looks like: from FireFox view source: # ...<td class=td6>as</td></tr></thead>|ManyFields|<br></div><div id="c1">... from urllib2 return html...

How to updates/install mfc71u.dll, msvcp71.dll, msvcr71.dll in visual studio 2005

Hello I have an application which can require some of .dlls i.e mfc71u.dll, msvcp71.dll, msvcr71.dll while running. Is there any Microsoft updates are there which can update visual studio 2005 so that I can install and my system can get that .dlls. Thanks, Kamal. ...

How come we pass the linking stage and still miss symbols ? ?

Hi All And thanks in advance. operating system: AIX 5.3. compiler: xlC_r build system is: "Unix Makefiles" our application uses several static (.a) libs and several shared (.so) libs. the build process pass successfully (we do get some duplicate symbol warnings). but when we try to execute we are getting symbol missing errors. Note:...

ANT: Force error on missing resource?

I've inherited an Ant build system that contains many resource set definitions like this: <files id="app1.lib.jars"> <include name="${java}/jre/lib/jsse.jar"/> <include name="${work.lib}/jtidy.jar"/> ... </files> <files id="app2.lib.jars"> <include name="${work.lib}/itext.jar"/> <include name="${work.lib}/commons-httpclient.j...