python astronomical library suggestions: given a datetime, how far away is mars right now?: https://www.reddit.com/r/Python/comments/4ytaic/python_astronomical_library_suggestions_given_a/
reddit
python astronomical library suggestions: given a... • /r/Python
i'm looking for a python library or API that can generate time-specific astronomical distances between earth and [celestial body]. any...
Modifying python colormaps to single value beyond a specific point: http://stackoverflow.com/questions/39024331/modifying-python-colormaps-to-single-value-beyond-a-specific-point
Stackoverflow
Modifying python colormaps to single value beyond a specific point
How do I change a colormap color scheme to show the same color beyond a point.
E.g. here's my colormap:
import palettable
cmap = palettable.colorbrewer.sequential.YlGn_9.mpl_colormap
If I use t...
E.g. here's my colormap:
import palettable
cmap = palettable.colorbrewer.sequential.YlGn_9.mpl_colormap
If I use t...
[x-post /r/netsec] Proof of Concept code for CVE-2016-5696 written in python: https://www.reddit.com/r/Python/comments/4ytjd5/xpost_rnetsec_proof_of_concept_code_for/
reddit
[x-post /r/netsec] Proof of Concept code for... • /r/Python
1 points and 1 comments so far on reddit
Python on Pebble: https://gist.github.com/hiway/cd237eb1040c38e7ab5306a63575ded5
Gist
Python on Pebble. Yes. It works, with a bit of space to write a decent app and some heap memory to spare. AJAX works, as shown…
Python on Pebble. Yes. It works, with a bit of space to write a decent app and some heap memory to spare. AJAX works, as shown in code. - pybble.py
A Python interface to AFL, allowing for easy injection of testcases: https://github.com/shellphish/fuzzer
GitHub
GitHub - shellphish/fuzzer: A Python interface to AFL, allowing for easy injection of testcases and other functionality.
A Python interface to AFL, allowing for easy injection of testcases and other functionality. - shellphish/fuzzer
how to design a nodegraph widget which contains subgraphs?: http://stackoverflow.com/questions/38987494/how-to-design-a-nodegraph-widget-which-contains-subgraphs
Stackoverflow
how to design a nodegraph widget which contains subgraphs?
Here's the thing, I'd like to create a pyqt widget similar to the one Blender uses for representing its nodes. I've given a shot to this problem few times in the past and all my attempts were badly
LinkedIn Launches Open Source Python Plugin for Gradle: https://www.reddit.com/r/Python/comments/4yv3w4/linkedin_launches_open_source_python_plugin_for/
reddit
LinkedIn Launches Open Source Python Plugin for Gradle • /r/Python
2 points and 0 comments so far on reddit
How to Create a port scanner TCP SYN using the method (TCP SYN )?: http://stackoverflow.com/questions/39024816/how-to-create-a-port-scanner-tcp-syn-using-the-method-tcp-syn
Stack Overflow
How to Create a port scanner TCP SYN using the method (TCP SYN )?
#####################################
# Portscan TCP #
# #
#####################################
# -*- coding: utf-8 -*-
#!/usr/bin/python3
import socket
ip = input("Digite o IP ou enderec...
# Portscan TCP #
# #
#####################################
# -*- coding: utf-8 -*-
#!/usr/bin/python3
import socket
ip = input("Digite o IP ou enderec...
Explore and Exert Python file Handling Concepts to the Depth.: https://www.reddit.com/r/Python/comments/4yvitl/explore_and_exert_python_file_handling_concepts/
reddit
Explore and Exert Python file Handling Concepts to the... • /r/Python
1 points and 0 comments so far on reddit
Where can i get python projects to work on ?: https://www.reddit.com/r/Python/comments/4yvo0u/where_can_i_get_python_projects_to_work_on/
reddit
Where can i get python projects to work on ? • /r/Python
hey guys i am looking for python projects to work on and learn something new from them each time i don't want money for it i just wanna do it for...
New to Programming / Advice Please: https://www.reddit.com/r/Python/comments/4yw4g9/new_to_programming_advice_please/
reddit
New to Programming / Advice Please • /r/Python
Hi everyone, I've been wanting to teach myself how to code for a long time. Some of my friends are programmers and they have given me different...
Concurrency with subprocess module. How can I do this?: http://stackoverflow.com/questions/38918337/concurrency-with-subprocess-module-how-can-i-do-this
Stackoverflow
Concurrency with subprocess module. How can I do this?
The code below works but each time you run a program, for example the notepad on target machine, the prompt is stuck until I quit the program.
How to run multiple programs at the same time on target
How to run multiple programs at the same time on target