View test.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View MyAgent.java
package com.mmp.jvmtiperf; | |
import javax.crypto.spec.*; | |
import java.lang.instrument.Instrumentation; | |
import java.security.spec.*; | |
import java.util.Base64; | |
import javax.crypto.*; | |
public class MyAgent { |
View novpn.py
import signal | |
import subprocess | |
from fbchat import Client | |
from fbchat.models import * | |
user = "F1_user_email" | |
passwd = "F1_user_password" | |
recvFrom = "F2_user_id" | |
client = None |