xiaojiuwo

Results 6 comments of xiaojiuwo

bm, getprofile,inviteto is not finished

TODO: the key/value pairs in different request are different, we have to implement multiple method to use the information in request to search a user in our database!

``` def all_nodes_influence_sim(g, p, sim_time=50): result_list = [] process_list = [] with futures.ProcessPoolExecutor(max_workers=10) as executor: for node in g.nodes: process_list.append(executor.submit( __mean_single_node_infection, g, node, p, sim_time)) for process in tqdm(process_list, desc="compute...

> In your screenshot you have assigned full screen toggle to the middle button. Does VLC full screen when you click on the middle mouse button? middle button do not...

i have a question, how to create a dotnet core web server using sslv3 protocol?