ciju.wordpress.com
ciju |
https://ciju.wordpress.com/author/ciju
Few problems, approaches and solutions. Blog moved to ciju.in. On July 28, 2013. Blog moved to http:/ ciju.in. On August 10, 2008. If you would like to play with a minimum-cost perfect matching, klein-tardos. The algorithm in general is called Hungarian algorithm. The implemented algorithm is different from the once here. Each iteration finds and augments the shortest augmenting path from the bipartite graph using the Dijkstra’s algorithm. But essentially, it also uses the same fundamental concepts to so...
wipal.lip6.fr
WiPal: Download
http://wipal.lip6.fr/download.html
IEEE 802.11 traces manipulation software. WiPal 5.0 released! WiPal 4.0 released! Université Pierre et Marie Curie — Paris 6. Laboratoire d'Informatique de Paris 6. Latest version is 5.0. WiPal 5.0 — Download. WiPal 4.0 — Download. WiPal 3.1 — Download. WiPal 3.0 — Download. WiPal 2.1 — Download. WiPal 2.0 — Download. WiPal 1.2 — Download. WiPal 1.1 — Download. WiPal 1.0 — Download. WiPal 1.0a — Download. This program is free software; you can redistribute it and/or modify it under the terms of the GNU.
vhotspur.blogspot.com
Vojta's blog: Towards GCC for HelenOS (2) - libgmp
http://vhotspur.blogspot.com/2013/01/towards-gcc-for-helenos-2-libgmp.html
Towards GCC for HelenOS (2) - libgmp. In my previous post. About bringing GCC to HelenOS, no actual GCC dependency was compiled. In this post I will describe porting GNU MP Bignum library (libgmp). This time I will go directly to compiling this library. I assume you already have the configure-for-helenos.sh. First, a simple patch has to be applied to ensure including of. Next, the built-in tests require the. Function to be present. This function is part of C89 but is somehow missing in our. Automatically...
datenzone.de
erik | Erik Tews
https://www.datenzone.de/blog/author/erik
Using Certificate-Transparency to grab a list of all hostnames a CA has issued certificates for. On August 31, 2015. Is an approach to improve the security of CAs issuing X.509 certificates by running a public audit-log for all issued certificates. Before a CA issues a certificate, the tbsCertificate structure. How to get the hostnames from the log. To download, simply type:. The result should be a sorted list of all hostnames (including with wildcards) digicert every issued a certificate for. Up to 1...
datenzone.de
Generating safe prime numbers in Python | Erik Tews
https://www.datenzone.de/blog/2012/05/generating-safe-prime-numbers-in-python
Generating safe prime numbers in Python. On May 7, 2012. Recently, I tried to generate safe prime numbers. In a Python program. Python is a nice language when it comes to implementing code that needs to deal with long numbers and arbitrary precision integer arithmetic. Python has build in support for arbitrary precision integers, and operators like , *, or * can be overloaded. If the native support for long numbers in Python seems to be to slow, there is gmpy. Is a safe prime number, if. Is prime, and.
davidjairala.github.io
Trouble installing Jekyll in Ubuntu
http://davidjairala.github.io/ubuntu/2014/03/28/trouble-installing-jekyll-in-ubuntu
Trouble installing Jekyll in Ubuntu. If you’re having trouble installing Jekyll. In Ubuntu getting the following error:. Linking shared-object stemmer.so /usr/bin/ld: cannot find -lgmp collect2: error: ld returned 1. Status make: * * [. Error 1 make failed, exit. You’re probably missing the GMP Library. Sudo apt-get install libgmp3-dev gem install jekyll # this should work now!
rodrigomgsys.wordpress.com
BigDecimal para C++ | Blog Rodrigo Tavares - Programação, Linux e Afins
https://rodrigomgsys.wordpress.com/2010/10/31/bigdecimal-para-c
Blog Rodrigo Tavares – Programação, Linux e Afins. Assuntos e tutoriais relacionados a programação e ao Sistema Operacional Linux. Fim de mês… Dureza…. Bem pessoal, estou de volta, como sabem final de mês é um pouco complicado de focar em outros assuntos. Muitas entregas no fim do mês não tive tempo de focar nos estudos em C . Agora mês novo, vida nova…. e vamos voltar ao assunto. 8220;Casa de ferreiro espeto de pau” (um pouco mais sensato). Como já descrevi em meu primeiro post ( Iniciando de Java para C.
beauty-of-chaos.de
Mandelbrot Explorer - History
http://www.beauty-of-chaos.de/mandel/History.html
A first version of the tool (mandtool) used to generate the images presented here on this web site was developed in the late 80s at the University of Karlsruhe, Germany. At this time the faculty for operating systems got a brand new workstation model, a Sun 4 with a high resolution color display. All regular work was done on older Sun 3 workstations, so this new model was just used as a file server. But I think nobody knows anymore what SunView is. And once again it is proven: the web never forgets.
datenzone.de
May | 2012 | Erik Tews
https://www.datenzone.de/blog/2012/05
Monthly Archives: May 2012. Generating safe prime numbers in Python. On May 7, 2012. Recently, I tried to generate safe prime numbers. In a Python program. Python is a nice language when it comes to implementing code that needs to deal with long numbers and arbitrary precision integer arithmetic. Python has build in support for arbitrary precision integers, and operators like , *, or * can be overloaded. If the native support for long numbers in Python seems to be to slow, there is gmpy. Is prime, and.