This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*created by Mostafa Zaghloul with a helper library called RedBot.h you can find | |
* it on this link https://github.com/sparkfun/RedBot | |
*--------------------------- thanks a million --------------------------------- | |
*you can find me on | |
*FaceBook::https://www.facebook.com/mostafa.zaghlol3 | |
*Twitter::https://twitter.com/Mostafazaghlul | |
*to Contact for hardware or software questions | |
*/ | |
#include <RedBot.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package xyz.vivekc.webrtccodelab; | |
import android.os.Bundle; | |
import android.support.v7.app.AppCompatActivity; | |
import android.util.Log; | |
import org.webrtc.AudioSource; | |
import org.webrtc.AudioTrack; | |
import org.webrtc.Camera1Enumerator; | |
import org.webrtc.Camera2Enumerator; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.*; | |
import java.io.*; | |
import java.security.*; | |
public class ChangePassword | |
{ | |
private final static JKS j = new JKS(); | |
public static void main(String[] args) throws Exception | |
{ |