Assit the project center Hardware and Software by vidhunk How do project centers assist in methodology and data analysis? Re: How much anonymity does a VPN really provide? Hardware and Software Information Security by Liam91 … (makes it harder to track you) -Some VPNs send your data through two places for extra safety, but it can be… Re: Assit the project center Hardware and Software by Dani I don't understand your question. What is a project center? Something like Slack or Github that can be used to help manage a team working on a software project? Probably the wrong question for me since I'm a one-woman team. Is this a homework question? I'm so confused why you're asking this. Re: Delete unused MySQL indexes Programming Databases by toneewa … indexes or when supporting foreign keys. This can break your data integrity or application. Make sure they are enabled: UPDATE performance_schema… changes incrementally. Repeat. Then, apply changes during maintenance. After your analysis you can consider disabling to reduce overhead. UPDATE performance_schema.setup_consumers… Re: How much anonymity does a VPN really provide? Hardware and Software Information Security by TurisVPN A VPN helps hide your IP and encrypt your internet, so others (like your ISP) can’t see what you do online. But it doesn’t make you totally anonymous. The VPN company can still see your traffic (if they keep logs). Websites can track you with cookies, and if you log in with your real info, they know who you are. So, a VPN is good for privacy … Re: Data Analysis - OO Advice Programming Web Development by phorce > ay, and one for the file, which after loading the file's contents into an array will call the Thanks for the advice :) I'll give that a go! I'm trying to make this into a Platform, which then people can use for Data Analysis so I need it to be structured correctly. plz recommend an data analysis tools Programming Databases by bestbird7788 … to conduct a large amount of data analysis on database. Could anyone recommend an interactive application for data analysis? The requirements are: 1. Able… give up now because SQL does not provide the stepwise analysis capability like Excel. And Excel, It's too rough to… Could anyone recommend an interactive application for data analysis? Programming Software Development by bestbird7788 … to conduct a large amount of data analysis on database. Could anyone recommend an interactive application for data analysis? The requirements are: 1. Able… Re: Could anyone recommend an interactive application for data analysis? Programming Software Development by bestbird7788 … content : -) , and I think you must be professional in mass data analysis. I'm glad to meet you, a expert. I know… VBA, but Excel is not a good choice because the data is updated daily in my case while Excel is fit… Data Analysis - OO Advice Programming Web Development by phorce … well as passing the data through arrays, or variables. The Numeric analysis will be different from the Lexical Analysis in a few different…) of parsing in the data (In some way or another). My first project with using the Lexical Analysis is to create an… Re: Data Analysis - OO Advice Programming Web Development by phorce … for your reply... Basically, the parser will allow for the data to be parsed through both file (e.g. .doc, .txt… Data Analysis with zedgraph and imported data question Programming Software Development by toomuchtodo … a csv/txt file into an array. My data is huge, 100 columns and 12000+ rows. I would like … column and then plot these variables. After I read the data line by line and delimit the row, I'm not… would be by creating a structure and then read the data into the structure, but there's no real starter example… Re: Data Analysis with zedgraph and imported data question Programming Software Development by G_Waddell ….readline While line <> "" 'while we have data rowArr = line.split(",") 'get array of row values… Re: Data Analysis with zedgraph and imported data question Programming Software Development by toomuchtodo … did this in VB6 within 5 minutes. Here is the data and VB6 code: delta_x,delta_y,delta_z,h_x,h_y,h_z,lateral… Data mining Programming Software Development by lotop12 … develop a VBA script to do PCA/SVD based data mining. The data are timetaged numerical quantities. It's been quite frustrating… possible to find VBA and/or python scripts for Topological Data Analysis(TDA)? Thank you for your time Re: Could anyone recommend an interactive application for data analysis? Programming Software Development by rubberman … etc. in order to extract meaningful data from masses of data (millions of data points per day). We are in … out of your data sets. FWIW, I spent a few years writing real-time risk analysis software for the …options trading industry in Chicago, and that (lots of 3rd order differential equations applied to massive data Re: plz recommend an data analysis tools Programming Databases by bestbird7788 … of this year. 1. SQL does not provide the stepwise analysis capability like Excel 2. If changing the SQL statement for… Re: plz recommend an data analysis tools Programming Databases by bestbird7788 … only a simple ETL or import/export tool, It lack analysis ability and can not solve the above problems . some one… Re: plz recommend an data analysis tools Programming Databases by pritaeas SPSS is certainly a major player for statistical analysis. Re: Could anyone recommend an interactive application for data analysis? Programming Software Development by bestbird7788 … annual sales values are all among the top 100 MSSQL data structure( sales table's fields): productID, time, value SQL solution… Re: Data Analysis - OO Advice Programming Web Development by pritaeas > Would this work? Or would it better to have an interface for each of the Numeric, Lexical? Yes, that would work. Although, if you are just implementing the interface for the base class, what's the point? You can just define public methods in the base class, which can then be used in the descendant classes. IMO an interface does not provide … Re: Data Analysis - OO Advice Programming Web Development by pritaeas Okay. If `parser` is a function that accepts different parameters, it is non-standard. You can pass a mixed parameter and check it's type. Depending on the type (string for file, of array) you can choose your processing. Re: Data Analysis - OO Advice Programming Web Development by phorce Thanks for your reply. So the parser (function) would have an if statement that determined whether the parameter is infact a file or an array.. ? Re: Data Analysis - OO Advice Programming Web Development by pritaeas Yes. Because in PHP you cannot have two methods with the same name, but with different parameters (yet). Personally, I'd have two different methods. One for the array, and one for the file, which after loading the file's contents into an array will call the first one. The core of the core of the big data solutions -- Map Programming Software Development by pww71 …Advanced Title: The core of the core of the big data solutions -- Map Author: pengwenwei Email: pww71@sina.com… it has repeated collision probability.Now the big data rarely use a collision probability map,especially relating to…unable to move, people must carry on the data analysis in the local.But as long as the open… Powerful tool for business data analysis and visualization Programming Databases by irisfrank … functions including Excel-based designer, variable displays of reports, data filling, interactive analysis, authority control, scheduled dispatch, printing and output, secondary development… using drill-down , pivot structures or an entire analysis module which gets data locally through an ETL process. Website: http://www.next… Creating interactive data plots with Matplotlib and Python 2.6 for windows Programming Software Development by Skeltpl … of the codes I need (for a data analysis program) and now I'm starting with the… days have been looked at. b) Select data points that should be deleted (outliers etc., …window or write the data to a file and run a separate analysis) and write the regression…how to write the code for the interactive data analysis. I've installed matplotlib but I do… Automatically copy a selected range of data from one workshhet to other. Programming Software Development by mattu124 … getting any sucsses. My Problem is, I am doing a data analysis for a machine on daily basis. And the end of… summerize all the times and start the next one. For analysis i have to move those summerized values to another workshhet… Gmail data analysis using Imaplib Programming Software Development by Arshpreet_1 … getting the UID I will be able to get required data for analysis. My ultimate goal is to make a graph, something…/u/32435266/Graph3.png Is this the correct approach, getting data from conversations/threads so I can calculate the time in… of UIDs for perticular thread ID how I should fetch data so I could get the results for the graph shown… Don't want your Samsung TV to collect data, then don't be a lazy jackass Community Center Geeks' Lounge by happygeek … sensitive information, that information will be among the data captured and transmitted to a third party through your… dog were being recorded by 'someone' and this data could somehow then be used to their detriment. Some…watch or asking for recommendations involve a process of data analysis via a remote server across the Internet. These certain…