Since 4/25/2012 7:13:08 PM, bouloumag has written 7 articles and participated in 14 conversations. bouloumag signature: bouloumag
bouloumag's articles:
Items(7) /1
c-like functionnal language1920 (12/14/2005 2:57:16 AM) comp.programming Hi, all I like the idea of functionnal languages (especially the fact that code and data are indistinguishable, which make it easy to do symbolic computation), but I really hate lisp-like, ML/ocaml and haskel ... Marc
gdb alternative1130 (11/15/2005 1:06:09 AM) comp.programming I would like to know if there is an alternative to the gdb debugger on linux? Any good intuitive (GUI?) debugger gdb ? I would prefer an opensource alternative, but I can also buy a commercial software. Regard... Marc
emacs-like indentation in kate031 (8/18/2005 1:44:21 AM) comp.os.linux.misc Hi, all I wonder if the Kate editor can be configured (and how ...) to indent a line directly at the right place when the tab key is pressed (like emacs and vim does). for example, when pressing tab key while... Marc
question about random generator2127 (7/26/2005 12:11:02 AM) comp.lang.c Hi all I am new to this forum and to the c programming language. If I understand, the random() function in C return numbers that follow a uniform distribution U(0,1). Can somebody know how to generate a set of... Marc
generate random points on a line446 (4/29/2005 12:59:23 AM) comp.lang.c Hi all, I wonder what is the most efficient way to generate random point on a line defined by 2 double points (x0,y0) and (x1,y1). Here is the pseudocode of my method : for each point { dx=x1-x0 dy=y1-y1... Marc
set -x equivalent220 (11/13/2003 8:52:31 PM) comp.lang.tcl I wonder if there is any equivalent to the "set -x" command in korn shell. I want a trace log from my script in order to debug it. ... bouloumag
Namespace scope question214 (11/12/2003 8:58:51 PM) comp.lang.tcl What is wrong with the following code : proc Module::Init { Name NeededFiles PrepareJob Executejob PostProc Next } { #----- Create a module namespace namespace eval Module::${Name} { variable Data ... bouloumag
bouloumag's replies:
Items(8) /1
question about random generator2127 (7/26/2005 12:11:02 AM) comp.lang.c Hi all I am new to this forum and to the c programming language. If I understand, the random() function in C return numbers that follow a uniform distribution U(0,1). Can somebody know how to generate a set of... bouloumag(21)
binary search1528 (7/27/2005 6:18:08 PM) comp.programming Given a sorted linked list it is required to perform a binary search for a particular element. Kindly suggest an optimum algorithm for the problem. ... joydeep.paul(5)
what prgramming laguage6932 (11/9/2005 3:54:47 PM) comp.programming im a hs student and i want to start learning computer laguages. which one should i start by learning aka which one is the most helpfull ... Jonny2112(7)
gdb alternative1130 (11/15/2005 1:06:09 AM) comp.programming I would like to know if there is an alternative to the gdb debugger on linux? Any good intuitive (GUI?) debugger gdb ? I would prefer an opensource alternative, but I can also buy a commercial software. Regard... bouloumag(21)
Linux program use times() to Windows432 (12/11/2005 7:28:54 AM) comp.programming Hi all, I am reading a book "Computer Systems A progammer's Perspective"( http://csapp.cs.cmu.edu/public/students.html ). The book have a chapter talking about Memory and have a sample program( http://csapp.cs... zhushenli(384)
Help with Dijkstra's algorithm530 (12/13/2005 3:47:06 PM) comp.programming I think I'm on the right track. I posted this in a different ng, and was directed to this ng, so I'm posting this here for comment: ------------------------------------- This is probably a bit OT, as I'm not l... Matthew
c-like functionnal language1920 (12/14/2005 2:57:16 AM) comp.programming Hi, all I like the idea of functionnal languages (especially the fact that code and data are indistinguishable, which make it easy to do symbolic computation), but I really hate lisp-like, ML/ocaml and haskel ... bouloumag(21)