I'm trying to execute a script .sql generated with MySQL from a java application, I have read and researched different ways to do it and I have found several options (none of which had worked for me) and I found the following block of code :
p...
Good morning. I have a console application made in C # for speech recognition with the class System.Speech.Recognition that recognizes the audio and writes it in a document called tub.txt. Here the code:
using System;
using System.Colle...
Good afternoon friends of stackoverflow I would like that when starting my terminal in ubuntu this command started directly neofetch since it is the one that tells me a lot how is my system.
Hello, I am uploading libraries to my project with "npm" and the following message is continuously displayed:
*** C: \ Users \ victor \ Desktop \ michaelgram & nt; npm install --save page npm WARN [email protected] No repository field. npm...
I need a way to see the bd , collections, and MongoDb documents. Since I usually communicate with mongo using mongoose .
I would like to know a direct way from the console to access the characteristics of a bd that y...
I am trying to work with the pyttsx module. I read the documentation and followed everything to the letter. However, when I try to run a script as simple as this:
import pyttsx
engine = pyttsx.init()
engine.say('Sally sells seashells by the se...
I have a question, in windows I use a command that allows me to locate myself inside a directory and create a text file with all the existing files in the directory in question the command that I used for it is the following
cd /carpeta/ruta_d...
What happens is that when I upload the repository to github through the terminal at the time of entering the web to the repository my name appears twice, I have changed it with the following command:
$ git config --global user.name "Mr. Goding...
I am trying to install a library for python 2.7 in mac osx with pip in the following way:
python -m pip install pyttsx
and the shell returned:
/usr/bin/python: No module named pip
Then I tried to prove that if it existed with pyt...
Hi, I would like to know what configuration I should add to /.vimrc so that the Powerline sources work correctly in Vim, from the terminal.
My configuration is this and I would prefer it to look like the second image.
execute pathogen#infect()...