Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 450 online users. » 0 Member(s) | 446 Guest(s) Google, Baidu, Yandex
|
|
|
pping.py |
Posted by: Skaperen - Mar-07-2017, 10:38 AM - Forum: Code sharing
- No Replies
|
 |
i wrote this command-line interface script to do multiple pings in parallel:
[python]#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future..... More
|
|
|
Reading a CSV |
Posted by: lewoc - Mar-07-2017, 10:29 AM - Forum: General Coding Help
- Replies (4)
|
 |
I have a CSV file that looks like this:
htt ps://gyazo. c om/51b69c4d128286521e86cb5715b5fd9a
I need a program that does this:
If Title = 'Ti..... More
|
|
|
pyutils.py |
Posted by: Skaperen - Mar-07-2017, 10:20 AM - Forum: Code sharing
- Replies (8)
|
 |
the original thread is quite old and now closed.
here is an update ... still a work in progress (and probably forever so):
[python]#!/usr/bin/en..... More
|
|
|
where to start with gui builder? |
Posted by: JackDinn - Mar-07-2017, 08:52 AM - Forum: GUI
- Replies (2)
|
 |
Hi, Iv been tinkering with python for a while and wanted to take a look at what gui options there are for linux desktops (maybe even cross platform). ..... More
|
|
|
Scapy route6 configuration |
Posted by: peterkl - Mar-06-2017, 03:58 PM - Forum: Networking
- No Replies
|
 |
I'm using scapy to build some IPv6 packets. I'm having trouble in the communications between hosts on the same network and with external links as well..... More
|
|
|
Convolution with numpy |
Posted by: Tina - Mar-06-2017, 12:24 PM - Forum: Data Science
- Replies (3)
|
 |
Hello everyone,
I am trying to convolute 2 signals in the time-domain:
the first when is a gaussien function and the second one is a zero array but..... More
|
|
|
Newtons problem |
Posted by: Miraclefruit - Mar-06-2017, 01:56 AM - Forum: Homework
- Replies (2)
|
 |
Newton’s Law of Cooling states that when a hot liquid is placed in a cool
room, each minute the decrease in the temperature is approximately proporti..... More
|
|
|
While loop/half-life |
Posted by: Miraclefruit - Mar-06-2017, 01:50 AM - Forum: Homework
- Replies (6)
|
 |
Carbon-14 is constantly produced in Earth’s upper atmosphere
due to interactions between cosmic rays and nitrogen, and is found in all plants and ani..... More
|
|
|
New iOS token based notification |
Posted by: fbartolom - Mar-04-2017, 06:06 PM - Forum: Networking
- No Replies
|
 |
I am trying to implement the new iOS token based notifications and for this I found a tutorial named: "token-based-authentication-http2-example-apns" ..... More
|
|
|
|