similar to: installing pystre

Displaying 6 results from an estimated 6 matches similar to: "installing pystre"

2012 Nov 26
1
[LLVMdev] Need help with generating executables from llvm
Hi, We are using llvm for our project on code generation and we are stuck at something very simple but hard to find on the internet. Hence the mail. We need to generate .out (executables that can run on linux) from .s file. We are right now trying it out on coreutils package(who, ls etc). We have generated who.bc, who.s using llvm tools but are unable to get an executable from the .s (rather we
2018 Jul 17
1
Codec Implementation on Hardware
Respected Sir/Madam, I am working as Research Scholar at IIT, Bhubaneshwar, which is one of the pioneer educational organization in India. ( http://www.iitbbs.ac.in ) My assigned task is to transfer voice signal (Audio in future) over wireless sensor network. I have Arduino DUE, Arduino Mega, TMS320C6713 DSP board, TMS320F28379D Lunch pad, FPGA boards and necessary Microphone, filter, amplifier,
2005 Jan 29
1
PyAsterisk Download?
Does anyone know where I can find the Asterisk Python interpreter? The one referenced here: http://www.sineapps.com/news.php?rssid=173 It seems like the site http://vox.groovy.net/moin/PyAsterisk is down -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 Oct 16
0
OPenSSH version 3.4 --sshd hangs for some time at startup
I am trying to run sftp-server from openssh on solaris 2.8. When i start the sshd, and try to see if it has bind to port 22 (using netstat -a), i see that it binds only after approx 9 minutes. During that time a SFTP client cant connect. When i do a 'truss' on this that it is hung on a 'read' system call and is sleeping on that . Is this a bug or is there something in the
2020 Jan 09
9
[PATCH 0/7] Various Python cleanups.
Patch #7 depends on: https://www.redhat.com/archives/libguestfs/2020-January/msg00035.html No, Python < 3 support is not dropped yet, however it will be easier after this series. Pino Toscano (7): build: enforce a minimum Python version python: drop code for Python < 2.5 python: assume support for Capsules python: remove compile time check for PyString_AsString python: replace
2017 May 09
1
[PATCH v2] python: add simple wrappers for PyObject<->string functions
The current need for #ifdef's based on the presence of PyString_FromString makes both the OCaml code of the generator, and the generated C code a mess to read. Hence, add three simple wrappers to make both the OCaml, and C code more readable, and easier to tweak in the future. --- generator/python.ml | 72 ++++++++++++----------------------------------------- python/handle.c | 65