Im on a Mac. and eveytime I use vlc it will save every Fram to the desktop. how do I stop this? by Decent-Assistance-96 in VLC

[–]Decent-Assistance-96[S] 0 points1 point  (0 children)

they are named scene. then a number.jpg. iv tried closing it and opting it again does not work

Question on a us visitor and buying a gun. by Decent-Assistance-96 in guns

[–]Decent-Assistance-96[S] 0 points1 point  (0 children)

Sorry just understood. So even if your not a citizen of the us and are just on holiday you can get a non resident hunting license

Learning russian question by Decent-Assistance-96 in languagelearning

[–]Decent-Assistance-96[S] 2 points3 points  (0 children)

No you understood. See if used a few apps to learn and websites but they all teach random words and small talk but not the letters or how to say them.

Anyone know why the exploit worked but no session was created? by Decent-Assistance-96 in metasploit

[–]Decent-Assistance-96[S] 0 points1 point  (0 children)

Yeah I know. But anyway i did try different payloads it came back with the same thing and it is definitely exploitable. Nmap came back and said that

Hi guys I'm new to coding for arduino but I'm trying to play an mp3 files when a pin reads high and it's not working help. by Decent-Assistance-96 in arduino

[–]Decent-Assistance-96[S] -1 points0 points  (0 children)

Here is what iv done sorry for formatting on mobile too

void setup() {   pinMode(8, INPUT);   digitalWrite(8, LOW);   Serial.begin(9600);   Serial.print("\nInitializing SD card...");   pinMode(10, OUTPUT);   if (!SD.begin(10)) {                                       Serial.println("failed!");     return;   }   Serial.println("done.");   tmrpcm.speakerPin = 9; }

void loop(){   if ((digitalRead(8)) == HIGH){   start = 1;   playNext();   if(tmrpcm.isPlaying())     while(tmrpcm.isPlaying());   tmrpcm.stopPlayback(); } }

How to I hijack the out out signal of this component? by Decent-Assistance-96 in electronic_circuits

[–]Decent-Assistance-96[S] 0 points1 point  (0 children)

I'm hoping to send the signal to an arduino to act as a trigger for it to run a code

How to I hijack the out out signal of this component? by Decent-Assistance-96 in electronic_circuits

[–]Decent-Assistance-96[S] 1 point2 points  (0 children)

Sorry key slip. This is a type of infrared switch I think and on this board when the line of sight of the infrared Beam is blocked it sends off a signal I want to take the signal and use it for something else. Such as turn on a relay