Tagged Questions
The logistics tag has no wiki summary.
5
votes
5answers
640 views
Vehicle Routing / Resource Scheduling Algorithm Design
My first post here – hoping you can help me with designing an algorithm that I’ve been considering for a little while now – not sure what approach to take (VRPTW or resource scheduling or something ...
4
votes
4answers
117 views
How do you manage large git repositories?
One of our git repositories is large enough that a git-clone takes an annoying amount of time (more than a few minutes). The .git directory is ~800M. Cloning always happens on a 100Mbps lan over ssh. ...
2
votes
1answer
88 views
Are there resources about logistics?
I couldn't find any complex resources in Google. Maybe the key words that I used were wrong.
I am interested in web-sites, book titles, book authors etc..
I'm looking general theory.
UPD:
Previous ...
1
vote
2answers
105 views
Any equivalent function of “logitistic” from Stata from R?
I am trying to do some logistic regression, and having heard that the function logistic in Stata can be used to present the coefficient on the OR scale, and logit for the same thing in ln(OR) scale. ...
1
vote
5answers
116 views
Upload naming convention
I'm creating a survey in which users can upload about 6 pictures. What would be the best way for me to store these in the file system? Users can do multiple surveys (thus tracking their improvement ...
1
vote
3answers
185 views
Scheduling Students to Classes
I am making a website for a side project at school where students enter the classes they need to take, what days they want or don't want classes, and when they cant have or don't want classes. The ...
0
votes
2answers
47 views
Prevent choosing of certain objects in NSMutableArray?
I am kind of in a pickle here since I have tried many things to accomplish this and have failed.
What I want to do: I have a NSString in my app which is the answer to a question to a round in a quiz. ...
0
votes
1answer
68 views
How should I do this (Game)?
Right now I have coded about 80% of my game and the remaining 20% is the actual game part of it. I need to know how I should go upon actually making the game part.
Pretty much it will be somewhat ...
0
votes
3answers
194 views
Logistic Regression Using R
I am running logistic regressions using R right now, but I cannot seem to get many useful model fit statistics. I am looking for metrics similar to SASS:
...
0
votes
1answer
311 views
Bar-code number format of DHL , TNT , UPS ground
i need to know the format of bar-code number (tracking number ) for my application
for the following shipping companies DHL , TNT , UPS ground
for example if barcode number of any company ...
0
votes
1answer
127 views
Is there any source code to track shipment for all carrier and airlines
I want to build a web site or desktop application (C#) for customers to track their shipment which sent by DHL , FEDEX ..etc by AWB (Airway bill) number ..
like this ...
0
votes
1answer
159 views
CMS recommendations for CRM system
I'm trying to build a CRM on top of Wordpress. I'm building it as a plugin but I'm trying to figure out the logistical aspect before I start hounding away. Can some of the Senior Wordpress developers ...
0
votes
1answer
88 views
Logistics of Notifications/Messaging in web app
I'm finishing up my first Codeigniter app and I have a question.
Right now I have a message for new users saying something like "Hey there, welcome to the app..."
A row in the db marks when the user ...
0
votes
1answer
48 views
App logicstics & changes due to scope creep
I started an app that was initially a testing platform--user management, and managers that can view their employees tests.
Recently, functionality has been extended (not built yet) to allow users to ...
0
votes
1answer
306 views
User Management: Managing users in user-defined “groups”, database schema and logistics
I'm a noob, development wise and logistically-wise.
I'm developing a site that lets people take a test...
My client wants the ability for a user with the roll/privledge "admin" (a step below a ...