The mass tag has no wiki summary.
0
votes
1answer
28 views
How to manage MySQL Connections properly?
I am working on a server-application written in java.
There are up to 30 client requests per second, for every request a specific mysql table entry gets updated.
All the server threads use a single ...
0
votes
1answer
110 views
Kinect. How do I work with multiple centres of mass without them affecting one another in functions?
I'm currently on a BA course in Fine Art and I've recently started trying to learn programming by reading Greg Borenstein's 'Making Things See'.
The piece I'm developing is an attempt to track ...
2
votes
1answer
101 views
Errors while trying to fit gamma distribution with R fitdistr{MASS}
I have a problem with fitdistr{MASS} function in R. I have this vector:
a <- c(26,73,84,115,123,132,159,207,240,241,254,268,272,282,300,302,329,346,359,367,375,378, ...
0
votes
0answers
45 views
Mass add random Title metadata/metatag to avi videos
I need to add a random Title metadata to several avi videos in bulk and fast. When i say random, the Titles really are random codes that i generate using a random code generator software. I just need ...
1
vote
1answer
85 views
Error with function topicmodels::lda in R
I'm trying to use LDA model from topicmodels package in R.
I need to measure method's instability so I have generated true parameters from the Dirichlet distribution for w = 3000 words, t = 8 topics ...
0
votes
0answers
25 views
mass email kickbacks [closed]
When sending mass emails out in our store, we will get kickbacks of emails that are incorrect or no longer work etc.
Do most companies normally go back into their systems and just delete that email ...
0
votes
0answers
114 views
Magento Can't mass update attributes for Required Field Error
I’m hoping someone can shed some light on this:
I’m using the search facility in Magento to find products with a certain attribute, and then selecting those products and using the “update attributes” ...
-1
votes
1answer
69 views
changing rigidbody.mass value in unity 3 D
I am trying to change mass of a 3D object programmatically. But the object doesn't get the calculated mass but a 0 value initially. When the prefab of the object is created it gets the calculated mass ...
0
votes
0answers
24 views
Can we change the mass of a rigidbody in motion at runtime in unity3d?
I am trying to change the mass of a swiped object. I can see the new mass in the inspector on swiping, but the object is not affected by this mass, instead when a prefab of this object is created that ...
1
vote
0answers
142 views
Mass Push notification gets my server down
When I send mass push notification to my iOS app users (around 100,000), after my PHP page says "Done: messages has ben sent to X users), my server goes down and shutdown, although the page is done ...
0
votes
1answer
116 views
International Bulk SMS, what to look for? [closed]
I'm looking for a way to integrate sending unlimited SMS to subscribers all over the world, starting from the ground up. For what I found, the two obvious options are either:
1) Using third party SMS ...
0
votes
2answers
356 views
ActiveAdmin role for mass assignment
In my models I have defined different roles for mass assignment. Some fields are attr_accessible :as => :default. Other fields are attr_accessible :as => [:default, :admin].
How can I allow ...
0
votes
2answers
266 views
Replace specific links in Excel & Powerpoint Files across all directories & subdirectories
We've just migrated all our files (especially Excel and Powerpoint) from a network drive ("O:/...") to a Sharepoint site ("http://sharepoint.company.com/....").
Many of these documents still contain ...
0
votes
5answers
445 views
mass mailing php
I have a small database with 534 registered e-mails (newsletter).
I know how to send e-mail to all e-mail address from my database, but the problem is with the limitation where the page is hosted. ...
0
votes
2answers
91 views
Mass data rendering performance with JavaScript
i am developing a special grid solution for a software product in javascript. The data are collected with a PHP script on the server side and pushed to JavaScript via a JSON array. In my script i have ...
-1
votes
1answer
464 views
Mass rename files (bash)
I have several folders with photos and each an average of 15 thousand photos and now I want one go for a script to rename files.
May the name of the file
obraz2.jpg.1 to obraz2.jpg.1500 and now ...
0
votes
1answer
146 views
Mass Storage Memory Android Intent
I need to open in device's Mass Storage Memory (internal, external and usb Mass Storage) through programmatically using Intent.
How to open Mass Storage Memory.
Guide Me.
Thanks.
0
votes
0answers
20 views
What is the best method of processing 900 incoming smses with 1 modem?
I would like to ask if anyone can suggest the best method of processing +/- 900 incoming smses on one modem without losing any of the smses. Is it best practice to set the New Message Notification to ...
-1
votes
1answer
416 views
Solving Linear equation for mass spring system
I have an array
X=[ 0.1000 0.0844 0.0434 -0.0090 -0.0559 -0.0831 -0.0832 -0.0574 -0.0152 0.029]
which shows the position. The time array with respect to that position is
T= ...
-2
votes
1answer
189 views
discriminant analysis: extract linear equation
Discriminant analysis involves extracting a regression-style linear equation. The equation produced by discriminant analysis is something like as follows:
D = v1*X1 + V2*X3 + V3*X3 + a
How can I ...
8
votes
2answers
587 views
How to navigate to android USB Mass Storage Activity?
I would like to get USB Mass Storage activity to turn on or off the usb mode when device is connected to pc.I have implemented an application as follows.
public class USB_ConnectActivity extends ...
0
votes
1answer
765 views
Magento “Use Defualt Value” mass update
Another Magento Question,
Can anyone help me with this? im trying to specify a range of product_id's to update attributes to set the flag "USE DEFAULT VALUE", yet i keep getting errors i think i'm ...
0
votes
2answers
339 views
SQL Server mass update locking
Consider this statement:
update TABLE1
set FormatCode = case T.FormatCode when null then TABLE1.FormatCode else T.FormatCode end,
CountryCode = case T.CountryCode when null then ...
0
votes
1answer
245 views
how to send mass emails/messages to a persons friends on facebook
I am making a site , where some guy who has a facebook account can invite his friends.
The problem is that the standards facebook API provides a popup for such case , where a user who wants to invite ...
0
votes
1answer
315 views
USB device could not be opened on Android 3.1 XOOM and attaching event could not be trigger
I am trying to get my tablet(XOOM) work with my usb device.
However, as I created a test program based on the adbtest sample code ...
0
votes
1answer
257 views
PHP Getting a script together which will send a newsletter to all emails in database
I have got a database with some emails (max 300) and I want to be able to send an newsletter/email to those, the email/newsletter is written in text a form which on submit takes the action through to ...
0
votes
1answer
93 views
Change number values higher than 200000 in notepad++
How can I change about ~40000 values, using regex(?) higher than 200000?
Fe. Search for value > 200000, replace for: 200000 - 123456.
I have no idea, if it's possible in the Notepad++, or I have to ...
3
votes
3answers
2k views
How to setup mass dynamic virtual hosts in nginx?
Been playing with nginx for about an hour trying to setup mass dynamic virtual hosts.
If you ever done it in apache you know what I mean.
Goal is to have dynamic subdomains for few people in the ...
0
votes
1answer
154 views
Set up a webserver for multiple users and makes PHP scripts run under their account (with their permissions)
I'm setting up an Apache 2.2 webserver for multiple users (having the "developers" profile).
They need to execute PHP scripts/applications (both home-made and acquired) and run
I tried using ...
0
votes
1answer
155 views
MongoDb Mass Saving “isOK() checkWriteError” Exception
I'm trying to write a parser and and I'm using MongoDB as a database. Essentially it is going through, creating objects, and then saving them. It is doing this several times a second. After around 164 ...
2
votes
4answers
81 views
PHP script makes my website inaccessible for that user
I've just recently been asked to develop a PHP application that allows mass emailing. To do this, I have a PHP script that simply grabs the email addresses from a MySQLDatabase and loops through them ...
1
vote
3answers
728 views
Hide all Visual Studio toolbars?
I generally (there are exceptions) don't use toolbars in VS. It keeps happening that I'll open a new filetype (XML, HTML, SQL, ASPX, CS, etc, etc) and have to manually hide the "new" toolbar(s).
Can ...
0
votes
1answer
446 views
corona physics - different mass object?
this is what i'm trying to do, 2 balls will drop at different height, their bounce is set to 1.0, which means after bounce they will go back to their original position. But the higher ball will drop ...
1
vote
0answers
260 views
paypal mass payment using IPN [closed]
how to configure the mass payment IPN to our site, which file to be download for Mass Payment IPN, Actually i need the each payment status in the mass payment without goes to the paypal email
0
votes
1answer
110 views
A script to mass remove a particular character from the top of wordpress posts
I imported a bunch of posts from my old blogger site into wordpress, but every post now has a ">" character at the top of each post. Is there a script I could use to mass remove this character?
1
vote
1answer
855 views
glm.nb with sqrt link using R
i'm trying to fit a negbin model with sqrt link. Unfortunately it seems to be that I have to specify starting values. Is anybody familiar with setting starting values when running the glm.nb command ...
0
votes
2answers
577 views
Ruby's `Process.fork` and `Errno::EAGAIN` due to batch forking
I am trying to accomplish something using Ruby's Process.fork. However, after only a few seconds it'll raise the following exception: fork: Resource temporarily unavailable - fork(2) (Errno::EAGAIN)
...
2
votes
0answers
295 views
Mass virtual hosts with tomcat
I'm using tomcat 5.5 for serving more that 100 sites(suppose my-gwt-site-1.com to my-gwt-site-100.com).
All of my sites are using a single instance of a previously deployed gwt application, the only ...
1
vote
2answers
214 views
kg, km/h, meters box2d
I don't really get it:
I would like to construct a body which is
10 Meters long,
5000kg heavy
and drives 10km/h fast.
What ist this in the box2d world in
pixels,
mass
f
?
0
votes
1answer
1k views
Hibernate Search 3.3.0 Final: Massindexer taking a long time to index
Hi I have the following class. User view is materialized view in oracle.
public class UserView {
@DocumentId
private Integer id;
@Fields({ @Field(index = ...
3
votes
4answers
1k views
How do I calculate a 3D centroid?
Is there even such a thing as a 3D centroid? Let me be perfectly clear—I've been reading and reading about centroids for the last 2 days both on this site and across the web, so I'm perfectly aware at ...
1
vote
3answers
571 views
Wordpress - Mass delete unpopular Tags
Mass delete unpopular Tags
I have 1000's of tags and I would like to simply delete all tags that aren't used more than X times... i.e. 5 times.
Does anyone know of a simple way to do this? Even ...
2
votes
3answers
466 views
How to calculate the mass of a inhomogenous sphere?
I want to calculated the mass of a sphere based on a threedimensional discret inhomogenous density distribution. Lets say a set of 3x3x3 cubes of different densities is inscribed by a sphere. What is ...
0
votes
1answer
478 views
Mass mailing using SQL Server
Is there a way to use SQL server to send mass email? or would I have to purchase a service/API from companies like jangomail or others. what are the advantages/disadvantages to using SQL server or API ...
2
votes
4answers
985 views
Easy code sample for formula for simulating deceleration of a rotating sphere due to friction and gravity?
I have a rotating sphere that the user rotates by applying a virtual force, like a virtual accelerator. I want to be able to simulate a nice momentum effect so that when they lift off the accelerator ...
0
votes
2answers
84 views
Browser Get hange when send mass mails in php
I am sending Mass mail in PHP using the third party tool "PHP List".When as I am running the php list "process_queue.php" from my system within Iframe.Thehe browser continuously loading.also the ...
2
votes
2answers
150 views
Bulk message sending with publish/subscribe model
We are trying to implement a notification module. It allows website internal users to send message to each other. A key feature is that it allows business users to send bulk messages to the users. We ...
8
votes
4answers
2k views
Non-Rigid Body 2D Physics Engines in C++
I'm trying to experiment with 2D physics engines in C++. So far, it seems the most popular is Box2D. Unfortunately, Box2D is a rigid body physics engine and that's not really going to help me with ...
2
votes
1answer
380 views
Massive git commit squashing
My company is in the middle of converting from CVS over to git. We've been on CVS for a long time, so there is a huge history. Too much to do by hand.
Looking at the logs, there is a lot of squashing ...
0
votes
3answers
117 views
Mass emailing user-specific emails
Is there a way to mass email lets say, 100 people with a single connection but for the email to be different for each user. I need small variables changed like their name, and an authentication key ...
