Tagged Questions
The missing tag has no wiki summary.
7
votes
3answers
141 views
Creating a function to replace NAs from one data.frame with values from another
I regularly have situations where I need to replace missing values from a data.frame with values from some other data.frame that is at a different level of aggregation. So, for example, if I have a ...
7
votes
7answers
5k views
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) ...
6
votes
1answer
2k views
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 ...
5
votes
1answer
100 views
na.locf but don't do trailing NAs
I have the following time series
> y<- xts(1:10, Sys.Date()+1:10)
> y[c(1,2,5,9,10)] <- NA
> y
[,1]
2011-09-04 NA
2011-09-05 NA
2011-09-06 3
2011-09-07 4
...
5
votes
5answers
10k views
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 ...
4
votes
6answers
171 views
In C# how do I deserialize XML from an older object into the updated object and ignore missing xml elements?
What I have is a custom settings file that I serialize/deserialize using an XmlSerializer. I have no schema defined and no serialization tags in my object definition, just straight object ...
4
votes
2answers
746 views
R: Filling missing dates in a time series?
I have a zoo time series with missing days.
In order to fill it and have a continuous series I do...
I generate a chron date-time sequence from start to end.
I merge my series with this one.
I use ...
4
votes
5answers
393 views
Find missing dates for a given range
I'm trying to find missing dates between two DateTime variables for a collection of DateTimes.
For example.
Collection
2010-01-01
2010-01-02
2010-01-03
2010-01-05
DateRange
2010-01-01 -> ...
3
votes
2answers
403 views
Where did the EclipseLink/Maven repository go to? (again)
Yes, I know, the subject was asked before, but the repository moved again. Has anybody seen it? I would be much obliged.
3
votes
1answer
246 views
While migrating from Heroku Bamboo to Cedar stack, some native libraries are missing! How to fix it?
I am migrating a production app from bamboo stack to cedar, I successfully pushed the app on cedar but resulting in error like
LoadError: Could not open library 'lib.so': lib.so: cannot open shared ...
3
votes
1answer
312 views
cannot open core data model in Xcode
http://dl.dropbox.com/u/9580846/Screen%20shot%202011-08-21%20at%208.51.00%20PM.png
I get the following when when I am trying to view my .xcdatamodeld file. I started the project on Lion and I am ...
3
votes
2answers
191 views
missing values - Hot Deck neighbour method
I'm having a problem with R code, rather, with missing values. Don't know actually, how to impute those values using simple Hot Deck method. Like, example, having these data.
1 10000123 111 ...
3
votes
1answer
97 views
Replacing NA's with asterisks (*)
I have a data set which I read from my a .csv file. After some editing work, I now need to write it as a .txt file with (i) all quotes removed (ii) every NA in the whole file to be replaced by an ...
3
votes
1answer
1k views
iPhone - Auto retreive missing files in XCode 4
When changing the file and folder structure into the finder, is there a way to let XCode find the missing files in the project folder instead of having to import again the whole thing and reorganize ...
3
votes
2answers
336 views
CakePHP doesn't load model
I'm new to cakePhp development. I've stuck on following problem:
I've made few models, controllers and views - it works great. The problem is that after production, I have to made new ...
3
votes
4answers
1k views
Function not defined in setInterval
Hallo, I've got something like this:
$(document).ready(function(){
$("#all").height($(window).height()-60);
$('a').bind({
mouseover:function(){
$(this).stop().animate({opacity:0.8},500);
...
3
votes
1answer
884 views
Missing dependencies with Atmosphere and Jersey
I am trying Atmosphere together with Jersey to be able to broadcast messages to users. However on request to the Jersey endpoint, the following appears in the log and results in ServletException.
...
3
votes
1answer
1k views
Git Merge - Incomplete, Missing files and Folders
I was trying to merge a dev branch into master.
git checkout master
git pull . dev
Everything seemed to go well, although there were conflicts I fixed these and commited. But when I checked ...
3
votes
1answer
632 views
System.Type.Missing or System.Reflection.Missing.Value when working with Office PIA?
I searched these SO results and couldn't find anything related to my question. I doubt this could be a duplicate.
I'm currently writing a Microsoft.Office.Interop.Excel PIA wrapper in .NET C# 3.5 and ...
3
votes
2answers
915 views
Android Market: Application not visible on some Devices
i have written an application that needs to process outgoing calls. Everything works fine, the application has already a few hundred downloads, but now i get feedback from people who would like to ...
3
votes
2answers
2k views
XCode 3.1.2, header file not found
Hi All:
I have been trying to build a code that has dependencies with other header files that are not in the project directory. I added the paths to these header files in both HEADER_PATH and ...
3
votes
3answers
665 views
c# dll not found
I am writing a small AOL IM application in C#. I have all the dlls that I need and I have been able to compile and run my app. However, when it runs I get an error that says
"Unable to load DLL ...
3
votes
3answers
247 views
Could you ever go back to not using resharper? [closed]
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 ...
3
votes
2answers
2k views
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 ...
3
votes
2answers
407 views
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?
2
votes
2answers
32 views
Missing symbol compile error in C. Basic header file setup
I'm working on a C project implementing some generic containers and am having this weird issue when compiling. Here is some sample code that also replicates the error.
foo.h
void fooprint(void);
...
2
votes
1answer
61 views
Java missing button text
I set text for buttons, but when I run the project - text on the button is missing.
(Font is Tahoma 11 plain)
2
votes
3answers
60 views
Fix duplicate entries in table
I just found out that a table on my production server (which holds approx. 35K records) contains 588 duplicate entries in an INT(11) column which has AUTO_INCREMENT.
The UNIQUE key is missing on that ...
2
votes
1answer
70 views
In python, is there a way to automatically substitute for missing values?
I'm trying to parse a JSON object that consists of an array of objects. Each object contains several fields, but fields are often missing. Here's an example:
{
'objects' : [{
'fieldA' : ...
2
votes
1answer
134 views
VBA - “Can't find Project or Library” for custom .xla files that are correctly located
We have a main .xls file that references several .xla files in the same folder. Most of the time, all the references open fine, but sometimes, seemingly at random, some users will starting getting ...
2
votes
4answers
168 views
How to remove a row which contain only missing values in R?
I have a large data set with 11 columns and 100000 rows (for example) in which i have values 1,2,3,4. Where 4 is a missing value. Some of the rows are completely missing. i.e. 4 in all 11 columns. For ...
2
votes
2answers
158 views
dealing with missing values with the R filter() function
I'd like to handle missing values using the filter() function in R.
In fact, I wish to compute X_t = 1/(2*T+1) * sum(X_i, i = (t-T)...(t+T)) where (X_t) is a classical time series containing missing ...
2
votes
2answers
934 views
My app does not appear in the android market of my Samsung Galaxy S phone
It seems that I have a very similar problem to this one, but the solution described there didn't help me.
I have developed the application named PYahtzee Free and PYahtzee. The first one is for free, ...
2
votes
1answer
302 views
Jaxb json missing brackets for one element array
I'm using JAXB/Jersey (1.3) to convert java to json in a REST API.
I read a lot about this problem, I tryed this solution, it work a half:
@XmlRootElement
public class ArrayWrapper
{
...
2
votes
2answers
2k views
Post to facebook wall using API Graph and missing share button
Is it possible to post a message with share button in Graph API. I use SDK-PHP v3 and this code:
$args = array(
'access_token' => TOKEN_HERE,
'message' => 'message here',
...
2
votes
1answer
116 views
matplotlib 'auto dimensioning of axes' not showing all datapoints
I recently moved from matplotlib version '0.99.1.1' to '1.0.1'.
A new glitch i'm encountering has to do with "automatic axis dimensioning' ... not all datapoints end up being shown. Here is some code ...
2
votes
0answers
102 views
Request Parameters getting dropped
WE have a strange issue with our application. Some of the data appears and disappears from the application UI. The UI is developed using struts, hibernate , Spring. This is a sporadic event and can't ...
2
votes
1answer
148 views
merging data frames with missing values in R
Code to get the data frames:
rat_all = structure(list(frequency = c(37L, 31L, 14L, 11L, 2L, 3L), isoforms = 8:13,
type = structure(c("rat_all", "rat_all", "rat_all", "rat_all", ...
2
votes
1answer
69 views
New code went AWOL, left old revision. Where did it go?
I just opened up a project I last worked on two weeks ago and discovered that my working version is several revisions behind (using Mercurial via Bitbucket). The latest compiled assemblies on my dev ...
2
votes
1answer
1k views
Why is my development server not loading? default_controller_and_action': missing :action (ArgumentError)
I'm a Ruby nuby (and new to Stack Overflow) working on the Rails Tutorial by Michael Hartl and all of a sudden my development server won't load and keeps exiting. Console also won't load and Rspec ...
2
votes
3answers
248 views
How to find missing values in a sequence with PHP?
Suppose you have an array "value => timestamp". The values are increasing with the time but they can be reset at any moment.
For example :
$array = array(
1 => 6000,
2 => 7000,
3 => 8000,
7 ...
2
votes
2answers
492 views
Finding missing values in a numpy array
Alright, extreme rookie question here. In my program, I generate a 2D numpy array, some of whom's entries are missing (not the "nan" kind of nonexistant, but the "None" kind, or NoneType). I'd like ...
2
votes
0answers
575 views
Subversion update misses new directories [closed]
Possible Duplicate:
Subversion misses new directories during update
Periodically we have trouble with SVN when doing updates. Very occasionally when someone adds a new directory doing an ...
2
votes
5answers
93 views
How to indicate 'missing' tags in XQuery?
I have an XML file:
$xml := <xml>
<element>
<text>blahblah</text>
</element>
<element>
</element>
...
2
votes
2answers
286 views
Where is cmcfg32.lib?
I found a source code on MSDN about how to enable/disable privileges in C++
According to the source code, the linker must include cmcfg32.lib, but it can't be found...
I tried to compile without ...
2
votes
1answer
1k views
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, ...
2
votes
1answer
1k views
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 ...
1
vote
1answer
111 views
Repopulating values in Android Fragment onResume
I have a Fragment(A) with a TextView with value "XXXX" set using setText() method. I replace Fragment(A) by Fragment(B) and then I replace B by A again.
When I do this, the value XXXX is gone in the ...
1
vote
1answer
60 views
Plotting series with some no data in xyplot in R
I tried this question on the R-Help list with no success CrossPostHere...
I am working on some xyplots using the Lattice Library. My X-axis is
the date and I am reproducing charts similar to those ...
1
vote
1answer
177 views
Facebook Stream Posts Missing
I was querying fql for all the posts on my wall and trying out different things with it. I noticed that there were certain posts that were missing. Just to test it out, I started looking at the ...