Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c > #388424
| From | Tim Rentsch <tr.17687@z991.linuxsc.com> |
|---|---|
| Newsgroups | comp.lang.c |
| Subject | Re: Top 10 most common hard skills listed on resumes... |
| Date | 2024-09-17 05:56 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <861q1ibfrx.fsf@linuxsc.com> (permalink) |
| References | (16 earlier) <86mskrrvco.fsf@linuxsc.com> <vbj9qb$1qi2h$1@dont-email.me> <vbkbc1$1u33o$1@dont-email.me> <vbkcqi$1v2vr$1@dont-email.me> <20240909100944.715@kylheku.com> |
Kaz Kylheku <643-408-1753@kylheku.com> writes: > On 2024-09-08, Janis Papanagnou <janis_papanagnou+ng@hotmail.com> wrote: > >> On 08.09.2024 16:12, James Kuyper wrote: >> >>> On 9/8/24 00:39, Janis Papanagnou wrote: >>> ... >>> >>>> That's why I immediately see the necessity that compiler creators >>>> need to know them in detail to _implement_ "C". And that's why I >>>> cannot see how the statement of the C-standard's "most important >>>> purpose" would >>> >>> sound reasonable (to me). ... >>> >>> I agree - the most important purpose is for implementors, not >>> developers. >>> >>>> ... I mean, what will a programmer get from the "C" standard that >>>> a well written text book doesn't provide? >>> >>> What the C standard says is more precise and more complete than >>> what most textbooks say. >> >> Exactly. And this precision is what makes standard often difficult >> to read (for programming purposes for "ordinary" folks). > > The C grammar is not presented in a nice way in ISO C. > > It uses nonsensical categories. For instance a basic expression > like A is considered a unary-expression. A newcomer looking at the > grammar for assignment will be wondering how on Earth the A in A = B > is a unary expression, when it contains no unary operator. > > The unary-expression is not given in the immediately preceding > section, and no section references are given; you have to go > searching through the document to find it. > > I also suspect programmers not versed in parsing and grammars will > not intuit that assignment associates right to left. Someone who > remembers their compiler course from university will know that the > right hand side > > "unary-expression assignment-operator assignment-expression" > > has the assignment-expression on the right, and is therefore > identified as right-recursive, and that leads to right association. > > I strongly suspect that the vast majority of the C coders on the > planet (as well as users of other languages that have operator > grammars) refer to operator precedence tables that fit on one > page, rather than flipping around in a telescopic grammar that > goes on for pages. This critique is off base. The C standard is a reference, not a tutorial. If Kaz thinks the grammar given in the C standard is not up to the task *for the document it is part of*, he should post a proposed replacement.
Back to comp.lang.c | Previous | Next — Previous in thread | Next in thread | Find similar
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-08-28 19:26 +0100
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-08-29 00:43 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-08-29 11:35 +0100
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-08-29 13:35 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-08-29 14:10 +0100
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-08-29 16:13 +0100
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-29 15:40 +0000
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-08-29 16:45 +0100
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-29 15:58 +0000
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-08-29 17:06 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-08-29 18:08 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-29 13:30 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-08-29 22:29 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-29 15:03 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-08-29 23:45 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-29 16:32 -0700
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-08-30 00:29 +0100
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-30 02:34 +0000
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-08-30 06:44 -0700
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-30 13:41 -0700
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-31 07:08 +0000
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-08-31 12:45 -0400
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-31 14:03 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-01 09:45 -0700
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-01 10:44 -0700
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-09-01 18:47 +0000
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-01 15:01 -0400
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-01 13:11 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-01 13:14 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-01 14:17 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-08-31 19:11 +0100
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-31 19:32 +0000
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-08-31 16:04 -0400
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-08-31 15:10 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-01 13:15 +0100
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-01 06:30 -0700
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-31 15:31 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-01 00:37 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-31 18:17 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-08-31 20:01 -0700
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-31 20:26 -0700
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-09-01 03:04 +0000
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-01 13:07 -0700
Re: Top 10 most common hard skills listed on resumes... Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-08 06:39 +0200
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-08 10:12 -0400
Re: Top 10 most common hard skills listed on resumes... Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-08 16:37 +0200
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-09 10:46 +0200
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-09 07:03 -0400
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-09 13:06 +0200
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-09 08:21 -0400
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-17 05:46 -0700
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-09-09 17:29 +0000
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-09 14:25 -0400
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-17 05:56 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-17 06:57 -0700
Re: Top 10 most common hard skills listed on resumes... Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-17 19:02 +0200
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-17 16:26 -0700
Re: Top 10 most common hard skills listed on resumes... antispam@fricas.org - 2024-09-18 15:28 +0000
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-21 06:00 -0700
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-01 13:12 -0400
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-07 03:13 +0000
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-02 13:03 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-02 13:39 +0100
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-02 16:22 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-02 20:43 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-02 15:31 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-02 23:48 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-02 15:52 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-02 23:59 +0100
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-02 19:44 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-02 20:04 -0700
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-03 16:08 +0100
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-09 18:00 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-08-29 21:24 -0700
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-05 15:21 +0000
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-09-05 16:54 +0000
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-05 17:37 -0400
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-06 10:35 +0100
Re: Top 10 most common hard skills listed on resumes... Michael S <already5chosen@yahoo.com> - 2024-09-06 14:05 +0300
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-06 07:56 -0700
Re: Top 10 most common hard skills listed on resumes... Michael S <already5chosen@yahoo.com> - 2024-09-08 11:53 +0300
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-09 12:08 -0700
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-06 13:23 -0400
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-09-06 19:58 +0000
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-06 23:38 +0100
Re: Top 10 most common hard skills listed on resumes... Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-08 05:23 +0200
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-05 19:10 +0100
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-06 10:19 +0000
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-06 12:34 +0100
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-07 01:44 +0000
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-07 11:53 +0100
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-08 00:05 +0000
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-08 12:05 +0100
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-08 18:13 +0000
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-08 21:18 +0100
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-09 01:19 +0000
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-09 12:31 +0100
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-10 04:40 +0000
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-10 11:52 +0100
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-10 13:55 +0200
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-10 14:30 +0100
Re: Top 10 most common hard skills listed on resumes... Michael S <already5chosen@yahoo.com> - 2024-09-10 16:53 +0300
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-10 16:18 +0200
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-12 21:09 +0000
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-08 22:01 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-08 14:15 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-08 23:33 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-08 16:20 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-09 00:25 +0100
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-09 00:29 +0000
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-09 02:07 +0100
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-09 03:04 +0000
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-09 11:14 +0200
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-09 16:46 +0000
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-09 19:21 +0200
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-09 22:04 +0000
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-10 09:04 +0200
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-10 13:56 +0000
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-10 16:28 +0200
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-11 23:59 +0000
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-12 13:45 +0200
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-12 21:28 +0000
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-13 16:24 +0200
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-11 17:12 -0400
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-09 12:08 -0700
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-09 16:56 -0400
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-08 18:10 -0700
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-09 02:06 +0000
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-08 20:14 -0700
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-09 15:58 +0100
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-09 16:21 +0000
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-09 17:57 +0100
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-09 19:37 +0200
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-09-09 18:46 +0000
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-09 21:04 +0200
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-09 13:16 -0700
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-10 09:19 +0200
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-10 12:18 -0700
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-10 22:10 +0200
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-09-09 22:33 +0000
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-09 16:24 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-09 18:52 -0700
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-09 20:07 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-09 20:46 -0700
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-09 21:39 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-14 15:07 -0700
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-14 15:51 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-10 04:19 -0700
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-10 12:49 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-14 15:13 -0700
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-09 00:09 -0400
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-09 16:50 +0000
Re: Top 10 most common hard skills listed on resumes... Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-09 13:05 +0200
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-09 11:01 +0200
Re: Top 10 most common hard skills listed on resumes... Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-09 12:28 +0200
Re: Top 10 most common hard skills listed on resumes... Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-09 12:29 +0200
Re: Top 10 most common hard skills listed on resumes... Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-08 05:53 +0200
Re: Top 10 most common hard skills listed on resumes... Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-08 05:58 +0200
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-08 17:14 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-08 17:36 +0100
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-10 15:24 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-10 17:28 +0100
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-11 01:22 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-11 10:34 +0100
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-09-11 15:15 +0000
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-11 16:51 +0100
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-12 00:32 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-12 01:40 +0100
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-13 01:01 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-11 17:20 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-15 20:05 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-16 10:58 +0100
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-09-16 11:30 +0000
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-16 14:42 +0100
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-09-16 14:30 +0000
Re: Top 10 most common hard skills listed on resumes... Michael S <already5chosen@yahoo.com> - 2024-09-16 17:40 +0300
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-16 12:19 -0400
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-16 19:13 +0200
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-09-17 17:32 +0000
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-18 09:44 +0200
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-17 14:08 -0400
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-18 10:05 +0200
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-18 07:27 -0400
Re: Top 10 most common hard skills listed on resumes... David Brown <david.brown@hesbynett.no> - 2024-09-18 14:15 +0200
Re: Top 10 most common hard skills listed on resumes... Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-16 19:26 +0200
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-09-17 09:27 -0400
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-12 02:11 +0000
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-12 12:27 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-12 12:38 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-12 20:54 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-12 13:51 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-13 14:18 +0100
Re: Top 10 most common hard skills listed on resumes... Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-08 05:44 +0200
Re: Top 10 most common hard skills listed on resumes... Michael S <already5chosen@yahoo.com> - 2024-09-08 11:58 +0300
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-08 11:27 +0100
Re: Top 10 most common hard skills listed on resumes... Michael S <already5chosen@yahoo.com> - 2024-09-08 16:34 +0300
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-08 16:39 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-08 17:44 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-10 00:07 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-09 16:53 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-10 01:20 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-09 17:47 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-09 17:51 -0700
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-10 15:15 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-10 17:58 +0100
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-11 01:02 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-11 10:52 +0100
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-12 00:47 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-12 12:00 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-12 12:39 -0700
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-12 12:39 -0700
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-13 00:46 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-13 15:02 +0100
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-13 15:12 +0100
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-09-13 23:01 +0100
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-10 13:05 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-09 09:47 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-09 18:27 +0100
Re: Top 10 most common hard skills listed on resumes... Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-08 16:40 +0200
Re: Top 10 most common hard skills listed on resumes... Michael S <already5chosen@yahoo.com> - 2024-09-08 20:09 +0300
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-08 11:18 +0100
Re: Top 10 most common hard skills listed on resumes... Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-08 17:22 +0200
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-08 19:01 +0100
Re: Top 10 most common hard skills listed on resumes... Waldek Hebisch <antispam@fricas.org> - 2024-09-08 18:39 +0000
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-08 12:19 -0700
Re: Top 10 most common hard skills listed on resumes... Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-09-08 11:50 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-06 04:53 -0700
Re: Top 10 most common hard skills listed on resumes... Bart <bc@freeuk.com> - 2024-09-06 14:48 +0100
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-09-09 17:57 -0700
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-08-29 14:26 -0400
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-08-29 23:53 +0100
Re: Top 10 most common hard skills listed on resumes... Ben Bacarisse <ben@bsb.me.uk> - 2024-08-30 00:08 +0100
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-08-30 13:28 -0400
Re: Top 10 most common hard skills listed on resumes... Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-30 17:36 +0000
Re: Top 10 most common hard skills listed on resumes... James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-08-30 14:37 -0400
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-08-31 02:18 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-08-31 02:11 -0700
Re: Top 10 most common hard skills listed on resumes... Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-08-30 06:40 -0700
Re: Top 10 most common hard skills listed on resumes... Michael S <already5chosen@yahoo.com> - 2024-08-29 23:43 +0300
csiph-web