Quantcast
Channel: BlogoSfera » commands
Browsing all 18 articles
Browse latest View live

php calling bash script with multiple commands issue

Below is my demo file for the task Content of index.php shell_exec("./delete.sh param1 params2"); The script is executable Contents of demo.sh destination_path=$1 source_path=$2 xpdf/pdftotext...

View Article



How to restart android adb using terminal on macOS?

I keep having an issue with the Android Studio ADB not recognizing my devices. So far, the only solution I’ve found is to do a complete reboot of my entire computer, which isn’t practical. I’d like to...

View Article

Rewind a SKPhysicsWorld

Lets say I have a SKScene with no gravity, and a single sprite that has been given an impulse and is slowly moving it’s way through that SKScene. Lets say I’m at the 10 second mark, and I’d like to see...

View Article

Serial Commands for BrainTree Scientific, Inc. Syringe Pump rs232

I’ve read this but I am still unable to communicate with this pump. This is the python script I am using (source), import time import serial # configure the serial connections (the parameters differs...

View Article

Using a shell commands in c++

Here goes a terminal command awk '/^Mem/ {print $4}' <(free -m) my code class CSystemInfo{ public: std::string free_ram(){ std::string s; FILE *in; char buff[512]; //here is a prepared string (but...

View Article


How to make pexpect commands execute without interact() in my program

I have this python function using pexpect that looks something like this: def executeCommandWithOtherUser(command): p = pexpect.spawn('su', ['otherUser']) p.expect('Password:') p.sendline('1234')...

View Article

Need server/client to grab text typed into empty space

I think this is what’s Args and strings Is used for, I’m new and inexperienced… Please don’t down vote because I’m a beginner.. but (c#) how would I make the program grab what I write in empty text....

View Article

How to use java Runtime to finish these commads?

i’m trying to develop Intellij IDEA Plugin. Now, i have a problem: this plugin allow user to input some commands to run,such as: mvn clean install cd ./subdir mvn clean insall for easy to use, i don’t...

View Article


WI-Fly RN 370 via access point to communicate with visual studio

I would like you to let me know how I could set up the commands of Wi-Fly RN-370 wireless connection using Infrastructure Network Via access point (CISCO AIRPORT 1100) to communicate with visual...

View Article


I dont see the commands window in eclipse – Java Android

Im using eclipse (Win7 if its matter) and when I write something I never see the commands window. For example, When I type: ” android: ” it should to open me a window with possible commands such as...

View Article

How does FTP protocol negotiate SSL connection? [on hold]

I have read the RFC and am trying to implement an SSL connection in my FTP Server. I have switched all of my Sockets to SSLServer Sockets and SSLsockets using javax.net.ssl.SSLSocket;...

View Article

ProcessBuilder handling output

I am writing a program to read commands from a file, execute them and print the result of each command. This is what i have: import java.io.*; public class StatsGenerator { public static void...

View Article

keyCode if/else commands

I have google voice recognition integrated into my project. With the google voice recognition their is block of code you must write, inside of that block of code you are suppose to put the code for...

View Article


Java interactive console

I’m currently developing a Java command-line application and I want to make it interactive. I mean, I have 2 threads: one thread is permanently writing some information to stdout the second thread only...

View Article

Cleartool commands not working using Java processbuilder

I am trying to execute “cleartool” commands from batch script using Java “ProcessBuilder” but it is getting stuck at “rebase” command [startview command is executed successfully (ERRORLEVEL = 0)] When...

View Article


Why the following code doesn’t work?

i’m trying to run shell command in linux via java. most of the commands work, but when i run the following command i get an execption, although it works in the shell: String command = "cat b.jpg f1.zip...

View Article

passing parameters through hashmap to function in java

i was trying to build a command line tool alike in java, for example, if i write down in console “dir c:/….”, it will activate my Dir class and will get the “c:/….” path as a parameter to the Dir...

View Article


PackageManager problems. How to fix?

I’m doing a school project where you give voice commands. the command if fairly simple, in the form of : “command” “parameter” example: open facebook.I’m having a little bit of trouble with opening an...

View Article
Browsing all 18 articles
Browse latest View live




Latest Images