On Sat, May 6, 2017 at 9:07 AM, Ian Pilcher wrote:
> On 05/06/2017 12:51 AM, dieter wrote:
> You're right. Seems that it's glibc's qsort().
>
> So it seems that any service written in Python (or any other program
> that uses qsort) needs to be given read access to most of /proc or deal
> with the
On 05/06/2017 10:07 AM, Ian Pilcher wrote:
> On 05/06/2017 12:51 AM, dieter wrote:
>> Personally, I doubt that you will find a reference.
>> Instead, I assume that the reference comes from the C runtime library.
>> It might hepl optimize memory management to know about "meminfo" details.
>
> You'r
On 05/06/2017 01:33 PM, Rahim Shamsy wrote:
> Is there a better and faster way? I need more problem solving
> experience (keeping in mind Data Science) with python.
Probably. Depends on the person and how one learns.
The best way to learn python is to have a problem you wish to solve and
start co
I've just released version 0.2.5 of distlib on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be
usable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Changed regular expressions to be compatible with
Hi,
Hope you are well. I am currently in the process of learning the basics of
programming in Python, and was just checking if I am in the right direction. I
have experience programming in C++ and Java, and want to learn Python for
research work that I am doing. The research is regarding appli
On Fri, 05 May 2017 11:30:41 -0700, 20/20 Lab wrote:
> I'm not sure if this will help you, but I found some stuff on accident
> looking at something related.
>
> Not sure if it will help, but looked promising
>
> https://github.com/parmentelat/apssh/issues/1
>
> ==Some snippets from the page
>
On 05/06/2017 12:51 AM, dieter wrote:
Personally, I doubt that you will find a reference.
Instead, I assume that the reference comes from the C runtime library.
It might hepl optimize memory management to know about "meminfo" details.
You're right. Seems that it's glibc's qsort().
So it seems
On Fri, 05 May 2017 23:54:20 -0500, Ian Pilcher wrote:
> I am trying to write an SELinux policy to confine a simple service that
> I have written in Python, and I'm trying to decide whether to allow or
> dontaudit various denials.
>
> To start, I've reduced my service to the simplest case:
>
>
On 6-5-2017 7:14, Mahmood Naderan wrote:
> Hello,
> I have downloaded python-3.6.1-amd64.exe and it is fine to install it through
> GUI. However, I want to write a batch file to install it via command line.
> Since the installation process is interactive, it seems that the auto-install
> batch f
Hello,
I have downloaded python-3.6.1-amd64.exe and it is fine to install it through
GUI. However, I want to write a batch file to install it via command line.
Since the installation process is interactive, it seems that the auto-install
batch file is difficult. What I want to do is:
set python
10 matches
Mail list logo