Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.advocacy > #277712 > unrolled thread
| Started by | 7 <email_at_www_at_enemygadgets_dot_com@enemygadgets.com> |
|---|---|
| First post | 2015-01-24 16:58 +0000 |
| Last post | 2015-01-25 10:46 -0500 |
| Articles | 5 on this page of 25 — 16 participants |
Back to article view | Back to comp.os.linux.advocacy
List of 6000 Linux C function calls and commands 7 <email_at_www_at_enemygadgets_dot_com@enemygadgets.com> - 2015-01-24 16:58 +0000
Re: List of 6000 Linux C function calls and commands owl <owl@rooftop.invalid> - 2015-01-24 18:10 +0000
Re: List of 6000 Linux C function calls and commands "Ezekiel" <zeke@nosuchemail.com> - 2015-01-24 13:30 -0500
Re: List of 6000 Linux C function calls and commands Grant Edwards <invalid@invalid.invalid> - 2015-01-25 03:44 +0000
Re: List of 6000 Linux C function calls and commands Chris Ahlstrom <OFeem1987@teleworm.us> - 2015-01-25 06:42 -0500
Re: List of 6000 Linux C function calls and commands flatfish+++ <phlatphish@yahoo.com> - 2015-01-25 09:24 -0500
Re: List of 6000 Linux C function calls and commands Grant Edwards <invalid@invalid.invalid> - 2015-01-25 16:42 +0000
Re: List of 6000 Linux C function calls and commands JEDIDIAH <jedi@nomad.mishnet> - 2015-01-25 14:14 -0600
Re: List of 6000 Linux C function calls and commands Lloyd Parsons <lloydp21@live.com> - 2015-01-25 16:36 -0600
Re: List of 6000 Linux C function calls and commands John Gohde <john.h.gohde@gmail.com> - 2015-01-25 14:30 -0800
Re: List of 6000 Linux C function calls and commands Martin Gregorie <martin@address-in-sig.invalid> - 2015-01-25 12:41 +0000
Re: List of 6000 Linux C function calls and commands "Ezekiel" <zeke@nosuchemail.com> - 2015-01-25 11:28 -0500
Re: List of 6000 Linux C function calls and commands Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2015-01-25 11:37 -0500
Re: List of 6000 Linux C function calls and commands "Ezekiel" <zeke@nosuchemail.com> - 2015-01-25 11:45 -0500
Re: List of 6000 Linux C function calls and commands DFS <nospam@dfs.com> - 2015-01-25 12:09 -0500
Re: List of 6000 Linux C function calls and commands flatfish+++ <phlatphish@yahoo.com> - 2015-01-25 12:11 -0500
Re: List of 6000 Linux C function calls and commands Steve Carroll <fretwizzer@gmail.com> - 2015-01-25 14:05 -0800
Re: List of 6000 Linux C function calls and commands Grant Edwards <invalid@invalid.invalid> - 2015-01-25 16:54 +0000
Re: List of 6000 Linux C function calls and commands chrisv <chrisv@nospam.invalid> - 2015-01-26 07:12 -0600
Re: List of 6000 Linux C function calls and commands BurfordTJustice <Burford@hub.dub> - 2015-01-26 08:19 -0500
Re: List of 6000 Linux C function calls and commands JEDIDIAH <jedi@nomad.mishnet> - 2015-01-26 09:22 -0600
Re: List of 6000 Linux C function calls and commands Martin Gregorie <martin@address-in-sig.invalid> - 2015-01-24 22:20 +0000
Re: List of 6000 Linux C function calls and commands Folderol <general@musically.me.uk> - 2015-01-24 18:17 +0000
Re: List of 6000 Linux C function calls and commands John Gohde <john.h.gohde@gmail.com> - 2015-01-25 04:56 -0800
Re: List of 6000 Linux C function calls and commands DFS <nospam@dfs.com> - 2015-01-25 10:46 -0500
Page 2 of 2 — ← Prev page 1 [2]
| From | JEDIDIAH <jedi@nomad.mishnet> |
|---|---|
| Date | 2015-01-26 09:22 -0600 |
| Message-ID | <slrnmccmtj.cgk.jedi@nomad.mishnet> |
| In reply to | #277966 |
On 2015-01-26, chrisv <chrisv@nospam.invalid> wrote:
>> Ezekiel wrote:
>>>
>>> I never used a PDP-11. My first *nix experience was with Ultrix running on a
>>> MicroVAX. It ran DEC-windows so opening up multiple terminals was trivial. I
>>> don't remember what the actual resolution was on the Ultrix workstations but
>>> the monitors seemed amazing compared to the typical PC monitor.
This was my late 80s experience with Sun Workstations as well.
I never touched the actual hardware of a MicroVAX. Although I did use both
Ultrix and VMS.
--
This is a consumer product. |||
World domination simply isn't necessary. / | \
[toc] | [prev] | [next] | [standalone]
| From | Martin Gregorie <martin@address-in-sig.invalid> |
|---|---|
| Date | 2015-01-24 22:20 +0000 |
| Message-ID | <ma15sa$2li$1@dont-email.me> |
| In reply to | #277728 |
On Sat, 24 Jan 2015 18:10:57 +0000, owl wrote: > In comp.os.linux.advocacy 7 > <email_at_www_at_enemygadgets_dot_com@enemygadgets.com> wrote: >> List of 6000 Linux C function calls and commands >> ------------------------------------------------ > >> http://man7.org/linux/man-pages/dir_all_alphabetic.html > >> Whoa! Unbelievable. All documented including which header files to use >> when calling functions, and the data types of the functions. > >> Developers can use this to make ANY new computing system or distro. > >> May be a new banking device, or a TV device, or a gaming device, >> or a robot gadget, or a Internet of Things product, or a new tablet, or >> a new smart watch, or a new 3D printer, >> or a new digital camera, or a new digital telescope, or a new security >> camera, etc etc etc. > >> Also documented are all the common commands that may be run from bash >> console such as ls, date, cp, etc. >> These functions are easy enough to call from C program to make >> exceptionally light work of very complex operatons without having to >> write all that in C. > >> Many of these commands are immensely useful in fault finding roles. > > Why don't you just read the man pages in an xterm like everybody else? and/or use 'apropos' of you're not sure of the command's name. -- martin@ | Martin Gregorie gregorie. | Essex, UK org |
[toc] | [prev] | [next] | [standalone]
| From | Folderol <general@musically.me.uk> |
|---|---|
| Date | 2015-01-24 18:17 +0000 |
| Message-ID | <20150124181716.4433655f@debian> |
| In reply to | #277712 |
On Sat, 24 Jan 2015 16:58:51 +0000 7 <email_at_www_at_enemygadgets_dot_com@enemygadgets.com> wrote: > List of 6000 Linux C function calls and commands > ------------------------------------------------ > > http://man7.org/linux/man-pages/dir_all_alphabetic.html > > Whoa! Unbelievable. All documented including which header files to use > when calling functions, and the data types of the functions. > > Developers can use this to make ANY new computing system or distro. > > May be a new banking device, or a TV device, or a gaming device, > or a robot gadget, or a Internet of Things product, or a > new tablet, or a new smart watch, or a new 3D printer, > or a new digital camera, or a new digital telescope, or > a new security camera, etc etc etc. > > Also documented are all the common commands that may be run > from bash console such as ls, date, cp, etc. > These functions are easy enough to call from C program > to make exceptionally light work of very complex operatons > without having to write all that in C. > > Many of these commands are immensely useful in fault finding > roles. Thanks for that... Bookmarked. This is *far* easier to read than the man pages, especially if you're not really sure what you are looking for and just want to browse through. -- W J G
[toc] | [prev] | [next] | [standalone]
| From | John Gohde <john.h.gohde@gmail.com> |
|---|---|
| Date | 2015-01-25 04:56 -0800 |
| Message-ID | <02c9865d-9918-4462-a24c-01d58ed24269@googlegroups.com> |
| In reply to | #277712 |
On Saturday, January 24, 2015 at 11:58:54 AM UTC-5, 7 wrote: > List of 6000 Linux C function calls and commands > ------------------------------------------------ > > http://man7.org/linux/man-pages/dir_all_alphabetic.html > > Whoa! Unbelievable. All documented including which header files to use > when calling functions, and the data types of the functions. > > Developers can use this to make ANY new computing system or distro. > > May be a new banking device, or a TV device, or a gaming device, > or a robot gadget, or a Internet of Things product, or a > new tablet, or a new smart watch, or a new 3D printer, > or a new digital camera, or a new digital telescope, or > a new security camera, etc etc etc. > > Also documented are all the common commands that may be run > from bash console such as ls, date, cp, etc. > These functions are easy enough to call from C program > to make exceptionally light work of very complex operatons > without having to write all that in C. > > Many of these commands are immensely useful in fault finding > roles. Huh? What drugs are you on? 7 is a lost soul. Go yack about assembly programming Libraries why don't you, you fucking idiot! Je suis Moi. https://www.youtube.com/watch?v=liq__GnfNB0 ……… «⊙¿⊙» Says that 7 is a few beers short of a six-pack. :)
[toc] | [prev] | [next] | [standalone]
| From | DFS <nospam@dfs.com> |
|---|---|
| Date | 2015-01-25 10:46 -0500 |
| Message-ID | <ma3348$7q9$2@dont-email.me> |
| In reply to | #277712 |
On 1/24/2015 11:58 AM, 7 wrote: > List of 6000 Linux C function calls and commands > ------------------------------------------------ > > http://man7.org/linux/man-pages/dir_all_alphabetic.html > > Whoa! Unbelievable. All documented including which header files to > use when calling functions, and the data types of the functions. > > Developers can use this to make ANY new computing system or distro. What about using it to write your "fractal operating system"? Problem is, you're too busy at your Windows job. > May be a new banking device, or a TV device, or a gaming device, or > a robot gadget, or a Internet of Things product, or a new tablet, or > a new smart watch, or a new 3D printer, or a new digital camera, or > a new digital telescope, or a new security camera, etc etc etc. Or any number of idiotic fantasies, most of which violate the laws of nature and physics: * Wiperman Humanoid Robot * Mini Delta Robot * Magnetic Pulse Detonation Wave Engine * Hypersonic Turbine Blade * Single Stage To Orbit Solar Assisted Vehicle * Zero Friction Linear Magnetic Pulse Detonation Wave Engine Space Port Launcher (heh!!!!) * Non-Contact Space Elevator Motor * Halogen Gear Drive * Halogen Drive Array Kinetic Energy Recovery System * Wafer Thin Harmonic Drive * Fractal Robot * Fractal Operating System * Stellar Drive Engine * floating continents * compact Genesis devices www.enemygadgets.com http://web.archive.org/web/19990203234858/http://www.stellar.demon.co.uk/atlantis.htm http://web.archive.org/web/19990128235246/http://www.stellar.demon.co.uk/teraform.htm LMFAO! Especially at that last one. /You/ are the kind of absurd person that advocates Linux. > Also documented are all the common commands that may be run from > bash console such as ls, date, cp, etc. These functions are easy > enough to call from C program to make exceptionally light work of > very complex operatons without having to write all that in C. > > Many of these commands are immensely useful in fault finding roles.
[toc] | [prev] | [standalone]
Page 2 of 2 — ← Prev page 1 [2]
Back to top | Article view | comp.os.linux.advocacy
csiph-web