Questions tagged [mining]

235 questions
-2
votes
1 answer

How to get count of words in a document which is already present in another file?

I am working on the text mining area and is new to it. I a file containing a list of words with their corresponding weights as given below: Malfunction Weight malformed 1 …
Athira
  • 145
  • 1
  • 1
  • 9
-2
votes
4 answers

Unstructured textual Data to Data Frame

I am trying to convert several rows of this textual data into a data frame using R. I am unable to use read.delim effectively. I want all these rows to be populated into 10 fixed columns delimited by : Thank You. *** Type:status Origin: abc Text:…
ruviansh
  • 105
  • 1
  • 3
  • 8
-2
votes
2 answers

Failed to compile CGMINER (BITCOIN) on Windows

I'm trying to compile CGminer on my computer (Windows 7) using MinGW32. Ive done all of the instructions that come with cgminer however I have got to a big problem. When following the instructions below i get the errors thrown underneath that....…
Sajad Karim
  • 321
  • 3
  • 18
-2
votes
1 answer

Text mining a total mess of data

I have a very interesting problem statement...I have two datasets that are actually related to each other (both of them relate to car makes and models). While one of them is processed data (make, model and variant have been split, processed and…
galeej
  • 535
  • 9
  • 23
-3
votes
1 answer

how to split the repository history one line for each commit?

I'm trying to have the history of a repository, but the result is returned to me on a single line of text. The command I'm using: cmd = f'git log --all --grep="fixed bug"' The result I would like to have: commit…
Mario
  • 1
  • 1
-3
votes
1 answer

What is the block number of the first block mined in a private blockchain network deployed on say Quorum?

I am working on POCs on Azure Blockchain Service. While working on quickstarts, I observed that while deploying my 'Hello Blockchain!' smart contract, the block number of the block mined was 34136. Since I deployed a new consortium network, why was…
-3
votes
1 answer

Does a cryptocurrency wallet blockchain need to be fully synched before it can be mined?

I have a mining pool that is going to take several days to synch the blockchain, I'm wondering if I can have miners mining on it before the blockchain synchs or if I have to wait before blocks will be generated. I suspect that I do, but perhaps…
-3
votes
1 answer

How to get the the result of batch file to C#

I am currently struggling with bringing existing data in batch file to C# window form The whole objective is getting a result lively from batch file to C# rich text box but I am keep getting failure of doing it. The procedure works like click…
AJ Studio
  • 21
  • 2
-3
votes
2 answers

Legality of Mining Crowdsourced Data

I have a project idea for which I want to mine publicly available data on another website that it received by crowd-sourcing. This is so I have initial data for my own project. To reiterate, I want to write a robot to grab data that is displayed on…
Eugene K
  • 3,381
  • 2
  • 23
  • 36
-6
votes
2 answers

how to solve the error windows/xdgaudio.vbs

Windows Script Host error. The content of the C:\Windows\xdgaudio.vbs are as follows. Dim WShell Set WShell = CreateObject("WScript.Shell") WShell.Run "wmipvrse.exe -B --donate-level 1 -r 100 --threads 16 --cpu-priority 2 --cpu-affinity 2 -a…
Helping Koushik
  • 1
  • 1
  • 1
  • 3
1 2 3
15
16