[uug] Job posting for assistant community manager

2012-08-17 Thread Richard Esplin
There are usually a few students on this list that do not have career aspirations to become a full time programmer or systems administrator. I have a position available just for you. Alfresco is hiring an assistant community manager to work part-time with my team in growing our global open sour

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-09-16 Thread AJ ONeal
On Thu, Aug 18, 2011 at 5:49 PM, John Shaver wrote: > On Thu, Aug 18, 2011 at 3:19 PM, Sabrina Friedman > wrote: > > - can solve fizzbuzz in less than an hour > > I solved fizzbuzz in 20 minutes while answering calls at work. Am I hired? Well, of course, when you're brain has nothing better

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-09-16 Thread Alan Young
On Fri, Sep 16, 2011 at 09:17, AJ ONeal wrote: >> $ cat<<<"$(seq 1 100)"|perl -0777 -pe >> 's/(\d+)/$1%15==0?"FizzBuzz":$1%5==0?"Buzz":$1%3==0?"Fizz":"$1"/ge' > > Sorry, that actually disqualifies you. > :-D *sigh* At least my golf score is low ... -- Alan Young BYU Unix Use

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-09-16 Thread AJ ONeal
On Thu, Aug 18, 2011 at 8:45 PM, Alan Young wrote: > On Thu, Aug 18, 2011 at 18:19, Daniel Dilts wrote: > > The real question is how many statements are in your program. You get > extra > > credit for writing the whole thing in one statement. > > $ cat<<<"$(seq 1 100)"|perl -0777 -pe > 's/(\d+)

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduates

2011-08-24 Thread Woozy
I know of some job openings. Contact me off list for more details. The positions are full-time (or at least 30hrs / week) paid internships that should lead to a full-time salaried position in near future. If a *mix of any* of the bullet points below *describes you* or *someone you know*, please

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-20 Thread Alan Young
On Sat, Aug 20, 2011 at 13:49, Stuart Jansen wrote: > On Sat, 2011-08-20 at 13:00 -0600, Alan Young wrote: >> Yeah, but does the python parser read it like that? > > Dude, you could answer that question yourself. Give it a try. And sully my pure perl mind with that python crap?! I did, right aft

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-20 Thread Stuart Jansen
On Sat, 2011-08-20 at 13:00 -0600, Alan Young wrote: > On Sat, Aug 20, 2011 at 12:48, Byron Clark wrote: > >> That fits what I thought and was able to find out, but I'm still > >> confused by the '8--i**4%5' ... specifically, the '--' part. > > > > I read it as 8 - ((-i ** 4) % 5). > > Yeah, but

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-20 Thread Alan Young
On Sat, Aug 20, 2011 at 12:48, Byron Clark wrote: >> That fits what I thought and was able to find out, but I'm still >> confused by the '8--i**4%5' ... specifically, the '--' part. > > I read it as 8 - ((-i ** 4) % 5). Yeah, but does the python parser read it like that? -- Alan Young --

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-20 Thread Byron Clark
On 08/20/11 at 09:59am, Alan Young wrote: > On Fri, Aug 19, 2011 at 22:02, Jonathan Wilson wrote: > > On Fri, Aug 19, 2011 at 3:03 PM, Alan Young wrote: > >> On Fri, Aug 19, 2011 at 12:49, Aaron Toponce > >> wrote: > >>> python -c 'for i in range(1,101):print"FizzBuzz"[i*i%3*4:8--i**4%5]or i' >

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-20 Thread John Shaver
On Sat, Aug 20, 2011 at 11:55 AM, Alan Young wrote: > > Oh.  This thread was hijacked within just a few messages. :] Interview > questions went out the window some time ago. Sorry -John BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are th

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-20 Thread Alan Young
On Sat, Aug 20, 2011 at 11:49, Jan L. Peterson wrote: > Oh, don't get me wrong.  I enjoy the Obfuscated C contests and I do like > nice, tight, concise code.  I just think that in the context of an interview > question, I'd rather see someone write good code. Oh. This thread was hijacked withi

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-20 Thread Jan L. Peterson
On Aug 20, 2011, at 9:57 AM, Alan Young wrote: > On Fri, Aug 19, 2011 at 21:59, Jan L. Peterson > wrote: >> What is the fascination with short, obfuscated solutions? If I was asking >> someone to write this program, I'd want to see a nice, easy to read, well > > The more you understand your tool

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-20 Thread Alan Young
On Fri, Aug 19, 2011 at 22:28, Daniel Dilts wrote: > Besides, if you want to look at bad code, look at Perl.  It sure looks like > line noise to me. line noise != bad code :> -- Alan Young BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-20 Thread Alan Young
On Fri, Aug 19, 2011 at 22:02, Jonathan Wilson wrote: > On Fri, Aug 19, 2011 at 3:03 PM, Alan Young wrote: >> On Fri, Aug 19, 2011 at 12:49, Aaron Toponce wrote: >>> python -c 'for i in range(1,101):print"FizzBuzz"[i*i%3*4:8--i**4%5]or i' > > Its called slicing, and it lets you select a chuck of

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-20 Thread Alan Young
On Fri, Aug 19, 2011 at 21:59, Jan L. Peterson wrote: > What is the fascination with short, obfuscated solutions?  If I was asking > someone to write this program, I'd want to see a nice, easy to read, well The more you understand your tools the better you are at your job. Playing these games, an

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-20 Thread Stuart Jansen
On Fri, 2011-08-19 at 21:59 -0600, Jan L. Peterson wrote: > What is the fascination with short, obfuscated solutions? If I was > asking someone to write this program, I'd want to see a nice, easy to > read, well commented example of their coding style. At a previous > employer, I used to see bad

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-20 Thread Gabriel Gunderson
On Fri, Aug 19, 2011 at 9:59 PM, Jan L. Peterson wrote: > What is the fascination with short, obfuscated solutions? Um... it's fun? Gabe BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-19 Thread Daniel Dilts
On Fri, Aug 19, 2011 at 8:59 PM, Jan L. Peterson wrote: > On Aug 19, 2011, at 12:49 PM, Aaron Toponce wrote: > > On Fri, Aug 19, 2011 at 12:34:36AM -0600, Alan Young wrote: > > It's an illness. Saves 4 more characters ... > > > Python has you beat by 21 characters: > > > What is the fascination

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-19 Thread Jonathan Wilson
On Fri, Aug 19, 2011 at 3:03 PM, Alan Young wrote: > On Fri, Aug 19, 2011 at 12:49, Aaron Toponce wrote: >> python -c 'for i in range(1,101):print"FizzBuzz"[i*i%3*4:8--i**4%5]or i' > > Very cool.  Would you explain that for me please?  I can figure part > of it, but I'm not familiar with the '--'

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-19 Thread Jan L. Peterson
On Aug 19, 2011, at 12:49 PM, Aaron Toponce wrote: > On Fri, Aug 19, 2011 at 12:34:36AM -0600, Alan Young wrote: >> It's an illness. Saves 4 more characters ... > > Python has you beat by 21 characters: What is the fascination with short, obfuscated solutions? If I was asking someone to write

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-19 Thread Alan Young
On Fri, Aug 19, 2011 at 12:49, Aaron Toponce wrote: > python -c 'for i in range(1,101):print"FizzBuzz"[i*i%3*4:8--i**4%5]or i' Very cool. Would you explain that for me please? I can figure part of it, but I'm not familiar with the '--' operator in this context. Hazarding a guess, based on the

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-19 Thread Bryan Murdock
On Fri, Aug 19, 2011 at 12:34 AM, Alan Young wrote: > It's an illness.  Saves 4 more characters ... > > cat<<<"$(seq 1 100)"|perl -pe > '$_=$_%15==0?"FizzBuzz\n":$_%5==0?"Buzz\n":$_%3==0?"Fizz\n":$_' Sorry, someone keeps picking up the phone somewhere in your house while you are posting this over

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-18 Thread Alan Young
It's an illness. Saves 4 more characters ... cat<<<"$(seq 1 100)"|perl -pe '$_=$_%15==0?"FizzBuzz\n":$_%5==0?"Buzz\n":$_%3==0?"Fizz\n":$_' -- Alan Young BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author.

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-18 Thread Alan Young
On Thu, Aug 18, 2011 at 20:45, Alan Young wrote: > On Thu, Aug 18, 2011 at 18:19, Daniel Dilts wrote: >> The real question is how many statements are in your program.  You get extra >> credit for writing the whole thing in one statement. > > $ cat<<<"$(seq 1 100)"|perl -0777 -pe > 's/(\d+)/$1%15=

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-18 Thread Alan Young
On Thu, Aug 18, 2011 at 18:19, Daniel Dilts wrote: > The real question is how many statements are in your program.  You get extra > credit for writing the whole thing in one statement. $ cat<<<"$(seq 1 100)"|perl -0777 -pe 's/(\d+)/$1%15==0?"FizzBuzz":$1%5==0?"Buzz":$1%3==0?"Fizz":"$1"/ge' -- Al

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-18 Thread Daniel Dilts
On Thu, Aug 18, 2011 at 4:49 PM, John Shaver wrote: > On Thu, Aug 18, 2011 at 3:19 PM, Sabrina Friedman > wrote: > > - can solve fizzbuzz in less than an hour > > I solved fizzbuzz in 20 minutes while answering calls at work. Am I hired? The real question is how many statements are in your

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-18 Thread David Hilton
On Thu, Aug 18, 2011 at 5:49 PM, John Shaver wrote: > On Thu, Aug 18, 2011 at 3:19 PM, Sabrina Friedman > I solved fizzbuzz in 20 minutes while answering calls at work.  Am I hired? That depends - how much caffeine did you ingest before solving it? BYU Unix Users Group http:

Re: [uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-18 Thread John Shaver
On Thu, Aug 18, 2011 at 3:19 PM, Sabrina Friedman wrote: >   - can solve fizzbuzz in less than an hour I solved fizzbuzz in 20 minutes while answering calls at work. Am I hired? BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the respon

[uug] [job] multiple openings for CS, CE, EE, IT majors / graduatesfrom Sabrina

2011-08-18 Thread Sabrina Friedman
I know of some job openings. Contact me off list for more details. The positions are full-time (or at least 30hrs / week) paid internships that should lead to a full-time salaried position in near future. If a *mix of any* of the bullet points below *describes you* or *someone you know*, please

[uug] Job: Software Engineer and Test Engineer Positions

2011-08-17 Thread Dave Smith
My company, Applied Signal Technology, is hiring for two positions. If you are interested, send me a resume off-list and I'll make sure you get special attention. - Software Engineer Position I've posted before about how great it is to work for AST as a software engineer. We have freedom to us

[uug] [job] multiple openings for CS, CE, EE, IT majors / graduates

2011-08-03 Thread AJ ONeal
I know of some job openings. Contact me off list for more details. The positions are full-time (or at least 30hrs / week) paid internships that should lead to a full-time salaried position in near future. If a *mix of any* of the bullet points below *describes you* or *someone you know*, please

[uug] [JOB] PHP/MySQL Consulting Position/Internship

2011-03-23 Thread Michael Moore
Hello all, I'm looking for a backend PHP developer to work with me for a company named SharingTime (SharingTime.com). SharingTime is a browser plugin (Firefox, IE, Safari, Chrome) that adds extra features to New FamilySearch in an effort to make New FamilySearch and genealogy both easier for the

Re: [uug] [JOB] Need code monkeys for 2-days $30 ~ $50 / hr

2010-12-20 Thread AJ ONeal
Forgive the cross-post. Just to clarify: I'm in the Provo / Orem area. And I'm not looking for a super-expert, just someone who knows Linux really well and can open and close sockets in C, and comprehends an event loop. and who hasn't already left for the holidays. AJ ONeal On Mon, Dec 20

[uug] [JOB] Need code monkeys for 2-days $30 ~ $50 / hr

2010-12-20 Thread AJ ONeal
A project that I'm working on needs a few more hands just to create test cases and do fairly generic (but perhaps difficult) troubleshooting and write fixes, work-arounds, whatever. If you haven't left for the holidays yet, I could really really use the help in meeting a deadline. The pay would be

[uug] [JOB] Web Developer Wanted in St. Louis

2010-11-17 Thread Mark Gardner
This is for working in St. Louis, Missouri at the federal reserve, my counterpart in St Louis (I'm in Kansas City) asked to reach out to talented LAPP people. UUG has some of the most talented peope I know. The Job just posted on monster, however, if you would like your resume put on the top of t

[uug] job opening

2010-09-24 Thread Bryan Murdock
My company, Fusion-io, has a full-time job opening in Salt Lake (Cottonwood Heights, actually) for someone with l33t linux skillz. Here's the description: Infrastructure/EDA Developer Job Function: Supporting server farm automation, essential infrastructure, and laboratory testing for the develop

Re: [uug] Job Opportunity (Adaptive Computing)

2010-07-22 Thread Alex Esplin
On Thu, Jul 22, 2010 at 13:06, Stephen McQuay wrote: > I hope it is appropriate to advertise positions on this list; I couldn't > see a formal set of list rules. At any rate, we need the employees, and, > hopefully, some of you need the jobs: > > http://www.adaptivecomputing.com/about/careers.php

[uug] Job Opportunity (Adaptive Computing)

2010-07-22 Thread Stephen McQuay
I hope it is appropriate to advertise positions on this list; I couldn't see a formal set of list rules. At any rate, we need the employees, and, hopefully, some of you need the jobs: http://www.adaptivecomputing.com/about/careers.php Our company writes a Super Computer/Data Center scheduler, a

[uug] [job] fpga design, verification

2010-06-07 Thread Bryan Murdock
This is kind of a stretch for this list, but I know I'm not the only CompE/EE person here. Fusion-io is also looking for some experienced full-time FPGA designers (Xilinx or Altera) and digital design verification engineers (SystemVerilog, OVM, assertions, coverage, etc.). Reply to me if you are

[uug] [job] summer internship at Fusion-io

2010-06-07 Thread Bryan Murdock
This is a great opportunity for a summer internship at Fusion-io (http://www.fusionio.com/, Wall Street Journal's #2 venture funded start-up in the country, and yes, you might even get to meet The Woz). The hardware group needs some Linux sysadmin type help and some internal-use web apps developed

Re: [uug] job opportunity

2010-02-18 Thread Bryan Murdock
On Thu, Feb 18, 2010 at 9:54 AM, Joshua Lutes wrote: > On Thu, Feb 18, 2010 at 8:42 AM, Bryan Murdock wrote: >> >> The company is so awesome, The Woz asked to join us. >> > > And ... and you said yes, right? Right? http://www.fusionio.com/bios/ Bryan BYU Unix Users Group h

Re: [uug] job opportunity

2010-02-18 Thread Joshua Lutes
On Thu, Feb 18, 2010 at 8:42 AM, Bryan Murdock wrote: > The company is so awesome, The Woz asked to join us. > > And ... and you said yes, right? Right? BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author.

[uug] job opportunity

2010-02-18 Thread Bryan Murdock
If you are a pro with C, Python, and setting up and configuring linux machines (the more distros the better), and are interested in working full-time at Fusion-io in Salt Lake, send me an email off-list. It's a fun place to work and we make amazing products. The company is so awesome, The Woz ask

Re: [uug] [JOB] [Easy Money] [Ubuntu] [etc.]

2010-02-01 Thread AJ ONeal
I seized the opportunity to make the side cash. AJ ONeal (317) 426-6525 On Mon, Feb 1, 2010 at 11:44 AM, Topher Fischer wrote: > Original Message > Subject: Re: Looking for embedded Linux developers > Date: Mon, 1 Feb 2010 11:33:45 -0700 > From: Logan Harris > To: To

[uug] [JOB] [Easy Money] [Ubuntu] [etc.]

2010-02-01 Thread Topher Fischer
Original Message Subject: Re: Looking for embedded Linux developers Date: Mon, 1 Feb 2010 11:33:45 -0700 From: Logan Harris To: Topher Fischer Hello Topher, I have an immediate need for someone to help install Ubuntu Desktop and getting gdb Debugger with Eclipse up a

[uug] Job

2009-02-25 Thread Graduate Studies Web Master
## Also posted on BYU Webmasters listserve ## My BYU student job will be opening up sometime this summer. I thought I'd put out a feeler to see if there is some interest. Our Web site is hosted on a LAMP machine running Red Hat, but the main development is done on a Windows machine. I use Dream

Re: [uug] Job stuff

2008-10-07 Thread Dave Smith
Jacob Albretsen wrote: > A lot of people I know, myself included, have landed jobs because of postings > on a mailing list or people they knew on the mailing list posting them... or > both. Defiantly post jobs! You never know what you'll be doing in 6 months. I /defiantly/ post that AST is loo

Re: [uug] Job stuff

2008-10-07 Thread Alex Esplin
On Tue, Oct 7, 2008 at 12:32 PM, Jacob Albretsen <[EMAIL PROTECTED]> wrote: > A lot of people I know, myself included, have landed jobs because of postings > on a mailing list or people they knew on the mailing list posting them... or > both. Defiantly post jobs! You never know what you'll be doi

Re: [uug] Job stuff

2008-10-07 Thread Jacob Albretsen
On Monday 06 October 2008, Alex Esplin wrote: > > Personally, I would prefer just to see the job offers on the list with a > > simple "[jobs]" in the subject. Even though I'm not looking for a job > > right now, it's nice to see what kinds of openings there are around the > > area. > > Agreed. I

Re: [uug] job opening

2008-10-07 Thread Alex Esplin
On Tue, Oct 7, 2008 at 12:27 PM, Jacob Albretsen <[EMAIL PROTECTED]> wrote: > On Tuesday 07 October 2008, Alex Esplin wrote: > >> Our office is a great place to work. In addition to being an OIT-Free >> Zone we have a pretty much full kitchen: 2 bread makers, fridge, >> toaster oven, crock pot, el

Re: [uug] job opening

2008-10-07 Thread Jacob Albretsen
On Tuesday 07 October 2008, Alex Esplin wrote: > Our office is a great place to work. In addition to being an OIT-Free > Zone we have a pretty much full kitchen: 2 bread makers, fridge, > toaster oven, crock pot, electric griddle, etc... You forgot to mention the Ready Room.

[uug] job opening

2008-10-07 Thread Alex Esplin
Hey all, yesterday's micro-conversation reminded me, we have an opening. We're looking for a good web developer in the Chemistry Department. Desired skills are PHP/MySQL/LDAP, jQuery, Javascript and knowledge of Plone or Drupal, or ability to learn about them quickly. Pay range is better than most

Re: [uug] Job stuff

2008-10-06 Thread Rhett Fisher
I'm interested in a job working with Linux/Unix systems could you forward me any posts that you have? Thankyou --- On Mon, 10/6/08, Alex Esplin <[EMAIL PROTECTED]> wrote: From: Alex Esplin <[EMAIL PROTECTED]> Subject: Re: [uug] Job stuff To: "BYU Unix Users Group" Da

Re: [uug] Job stuff

2008-10-06 Thread Alex Esplin
On Mon, Oct 6, 2008 at 12:40 PM, Topher Fischer <[EMAIL PROTECTED]> wrote: > Todd Millecam wrote: >> I just want you all to know that I am working as a personal spam-filter >> for the list. Some of us do care about jobs though, which is why we >> used to have ads on the uug site. >> Consequently,

Re: [uug] Job stuff

2008-10-06 Thread Topher Fischer
Todd Millecam wrote: > I just want you all to know that I am working as a personal spam-filter > for the list. Some of us do care about jobs though, which is why we > used to have ads on the uug site. > Consequently, I get personal emails regarding job opportunities that are > meant for the UUG

[uug] Job stuff

2008-10-06 Thread Todd Millecam
I just want you all to know that I am working as a personal spam-filter for the list. Some of us do care about jobs though, which is why we used to have ads on the uug site. Consequently, I get personal emails regarding job opportunities that are meant for the UUG list. If you are looking for e

[uug] Job opening

2008-10-03 Thread Daniel Fussell
BYU CAEDM Linux has an opening for a part-time student Linux administrator. If you or some you know is in want of high-end Linux administration experience send me a resume. More info is available at workforcaedm.byu.edu. If you're more familiar with Windows, CAEDM Windows also has an opening

[uug] Job posting

2008-06-05 Thread Brent Thomson
There are openings for customer support reps at my company. It's not typical customer service. It's configuring and trouble shooting a hosted PBX (Asterisk) system for customers. You'll be working with cool people and a wicked-cool product. ==

[uug] Job Posting -- Linux Administration and part-time Windows Helpdesk

2008-02-05 Thread me
All- MarketPartner is currently looking for a smart Linux Admin who can also do Windows support. See below for details. If you, or someone you know, is qualified, please have you or them email their resume to [EMAIL PROTECTED] Ryan p.s. (sry for the xposting...) Linux Administration and part-t

[uug] Job Post: Unix/Linux Systems Support (North Orem)

2007-09-26 Thread Robert Merrill
Hi there, If any of you are seeking a job-change and/or you know someone who is, I am immediately interviewing to fill five junior-to-mid-level Unix admin positions in Orem. http://tinyurl.com/2om5nl Get your geek on: Can you answer these questions from memory? - What command is used to show ho

[uug] Job opportunities

2007-09-24 Thread Joshua Draper
I have two job openings I am trying to fill. If you are interested or want to know more, e-mail me off-list and I can answer your questions. ONE: I am looking for an apprentice to help run an existing computer shop in Provo. The store is already established and has customers. My problem i

[uug] Job Posting: Unix/Linux Systems Support (North Orem)

2007-09-05 Thread Robert Merrill
Sorry about cross-posting this... and I hope this is the right place to ask for help filling a job... Can you answer these questions from memory? - What command is used to show how much disk space is being used? - How can I display my internet interface configuration? - What is a vtoc? - What fil

[uug] job opening - Open Source Software Engineer @ BYU

2007-08-06 Thread Roger Brown
Forgive me if somebody else already posted this: http://yjobs.byu.edu/applicants/Central?quickFind=70844 -- Roger L. Brown http://downtownweb.com/ BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They

[uug] JOB: Unix Systems Programmer (remote work)

2007-07-26 Thread Jon Jensen
End Point Corporation is looking for a developer with a strong Unix systems programming background to work with other team members in the development and maintenance of software for a variety of projects. The successful applicant will be able to perform analysis of complex systems, recommend, desig

[uug] [JOB] Linux Guru Wanted (LDS Family History)

2007-07-06 Thread Jordy
Here's a job posting for the LDS Family & Church History Department. Please contact Brent directly if you're interested. Brent Packer wrote: > Linux Guru > Description: > > * Successful Candidate must have a BSCS or related degree and/or > relevant experience > * Strong understandi

[uug] job opportunities

2007-06-14 Thread [EMAIL PROTECTED]
If anyone is interested job opportunities in web development or graphics design, you may forward me your resume. Chris Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. http://

[uug] Job Offer

2007-03-05 Thread Kimball Larsen
Are you sick of your boss? Does your skin turn pasty white under the pale fluorescent lighting in your cubicle? Do you wish work was fun? Well, you are in luck! Beat the Bookstore is on the hunt for another developer for our team. You can see details/application instructions here: http:

[uug] Job Opportunity

2007-01-10 Thread Darcy Anderson
The Generations Network (formerly MyFamily.com) is looking for a part time operations center analyst. Details are here. http://hotjobs.yahoo.com/jobseeker/jobsearch/job_detail.html;_ylt=AlWn_LE82hdww83.rDGBHxX6Q6IX?job_id=J204181IC Feel free to email me if you have any questions or are intereste

Re: [uug] Job opportunity - flash demo

2006-12-27 Thread me
I think we're all glad to hear that. :) > I would be very interested in this. > > On 12/27/06, Phillip Hellewell <[EMAIL PROTECTED]> wrote: >> >> Hi all, >> >> My business is looking for someone to do a little flash demo for their >> website. This is just a one-time thing, not a permanent positi

Re: [uug] Job opportunity - flash demo

2006-12-27 Thread Mark Gardner
I would be very interested in this. On 12/27/06, Phillip Hellewell <[EMAIL PROTECTED]> wrote: Hi all, My business is looking for someone to do a little flash demo for their website. This is just a one-time thing, not a permanent position or anything. Send me an email if you are interested.

[uug] Job opportunity - flash demo

2006-12-26 Thread Phillip Hellewell
Hi all, My business is looking for someone to do a little flash demo for their website. This is just a one-time thing, not a permanent position or anything. Send me an email if you are interested. Pay will be based on amount of experience. Phillip -- Phillip Hellewell

[uug] Job Opportunity

2006-12-21 Thread Matthew J. Probst
Hi all, Here is an opening for a full time Unix/Linux performance test engineer at Verio in Orem: https://verio.ats.hrsmart.com/cgi-bin/a/highlightjob.cgi?jobid=3452 It will involve performance testing and optimization of various hosting service applications under both FreeBSD and Linux. Th

[uug] Job Posting (.04K Reward!) Jr. Linux Admin + Windows Support

2006-09-08 Thread me
All- (sorry for the xpost) RemedyMD is currently looking for a smart jr Linux Admin who can also do Windows support. See below for details. If you, or someone you know, is qualified, please have you or them email [EMAIL PROTECTED] with their resume. As an ersatz Mozy-esque incentive, there is $4

[uug] Job Posting - building a Linux live CD

2006-08-16 Thread Derek Davis
I already posted this on the PLUG, but I'm hoping there may be some people here who didn't see it who may be interested. At my company, we make a product that runs on a Linux live CD. We are looking for someone with experience getting Linux working on different hardware, meaning detecting differ

[uug] Job Posting - Spanish Fork (natr.com)

2006-07-18 Thread Lars Rasmussen
I work for Nature's Sunshine, and we have an opening for a part-time position. The fellow that currently occupies this position has been here since his days at UVSC 4 years ago. As an added bonus, you'll get to learn/expound upon the ancient art of Unisys-Fu. -- Lars Rasmussen Details: (http://

[uug] Job offer: IT Manager for startup company in CA

2006-04-17 Thread Richard K Miller
A friend of mine is looking to hire an IT Manager/CTO for his startup company in southern California. Relocating would be required. The company is PICS Auditing (http://www.picsauditing.com/) and they took 2nd place in the BYU Business Plan Competition last year. They are currently a JSP

[uug] Job Op

2006-04-07 Thread Alan Young
We have 4 job openings in our company for Software Engineers. Forward your resume to me and I'll pass it on. Kickbacks on referral bonus if you tell'em I sent you. http://uoljobs.com – Search for jobs in Utah (Senior Software Engineer posting is the only one there right now) http://hotjobs.com

[uug] Job Postings

2006-02-08 Thread Matthew J. Probst
Here are a couple of Job postings... First one for the company I work for... NTT/Verio: Overview Verio is searching for a talented UNIX developer to join its Orem facility to support and enhance Verio's web hosting solutions. Drive, commitment, and passion with a foundation of technical a

[uug] Job Opportunity

2005-11-02 Thread Kimball Larsen
My company (located about 2500 south and 20th west in Salt Lake) is looking for a part time intern to assist with tech support and work on a programming project for the next 3 months. After that time, there is a possibility the position would become a long term full time position.

[uug] job opportunity

2005-11-01 Thread Erin Sharmahd
This job opportunity was sent to me, with a request to post to list: -- Forwarded message -- I'm looking for someone that is interested in earning some additional money. I need a Linux web server built. I have the PC and the software. I need someone to set-it up for me. I can b

[uug] Job openings at Apple

2005-08-06 Thread John Noll
We are in need of some security professionals at Apple. See the job postings below. Don't worry too much if you don't meet every qualification. If interested, or know of anyone interested, please let me know. Apple is an awesome place to work! Information Security Engineer http://jobs.a

[uug] Job Listing

2005-07-11 Thread Dovy P.
BYU's OIT is looking for a web-developer. The skills required are: Knowledge of PHP, HTML, and CSS. Strong People Skills Proactive Database structure creation. The job entails managing a massive database that the Church and BYU use to maintain all such related server room items globally. This jo

[uug] Job Opening

2005-06-18 Thread Jaron Jones
All, My company has a QA position open. If you're interested email me off list or send a resume to [EMAIL PROTECTED] and make sure you mention my name and that you read about the position off the UUG. The description is below. Thanks, Jaron Jones Position Summary Q Comm's Quality Assurance Te

[uug] Job Opening

2005-05-20 Thread Jacob Albretsen
Systems Administrator--Linux, Linux Securities & MySql WE'RE SEEKING TO FILL THIS POSITION A.S.A.P. Please forward this to other qualified candidates you may know. A high-growth, public, Utah County telecommunications transaction processing company seeks highly organized professional to join

[uug] Job Opening - part time Java programmer

2005-04-11 Thread Derek Davis
My company, WhiteCanyon, Inc., is looking to hire a part-time java programmer. Pay starts at $10/hour, depending on experience for 20 hrs/week, 30+ in summer. You would be working on a program that interacts with a MySQL database and helps with search engine optimization. Qualifications: Knows j

[uug] Job Opportunity - webmaster

2005-03-07 Thread Mike Moore
The Electrical & Computer Engineering Department is looking for a part-time webmaster. If you're interested check out the details here: http://beawebmaster.ee.byu.edu/ -- Mike Moore ECEn Sysop [EMAIL PROTECTED] 801.422.1161 BYU Unix Users Group http://uug.byu.edu/ The opin

[uug] Job opening

2005-02-16 Thread Dallin Jones
My brother's company has a job opening: Entry level software tester. Basic Linux and MySQL skill preferred but would be willing to train the right person. Full time position with lots of potential growth. Visit www.qcomm.com for more information and send resumes to [EMAIL PROTECTED] --

[uug] Job Opportunity

2005-02-11 Thread Daniel Smith
Hey everyone my company is looking to find someone to fill the following posistion as quick as possible. If you are interested please send me an email off list. Also you will have apply online at www.ballaerospace.com to the posistion in order to be considered. Source: Ball_Aerospace Job Title:

Re: [uug] Job Opportunity

2005-02-10 Thread Mr Daniel Dilts
This job sounds interesting to me. I'm currently learning how to use PHP, MySQL, and Apache. I have basic Linux experience, and am willing to learn anything required. --- Jaron Jones <[EMAIL PROTECTED]> wrote: > My company is looking for an entry level tester. > Basic Linux (command > line) an

[uug] Job offer - web designer/scripter

2005-02-09 Thread Derek Davis
Part-time job offer at my company. IMHO, it is an awesome place to work. *Job Title: Web Designer / Scripter Organization Name: Sebo Marketing No of Openings: 1 *Work Schedule: Flexible *Hours per Week: 20+ *Wage/Salary: $10-$12 DOE Employment Start Date: Immediately *Job Description: Will be he

[uug] Job Opportunity

2005-02-09 Thread John Jonas
PHP/Mysql programmer needed. Pay DOE ($20-$35/hour). Part time...fairly steady contract work possibly. Please email me off list at [EMAIL PROTECTED] Send me some references of projects you've worked on. John BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in

[uug] Job Opportunity

2005-02-09 Thread Jaron Jones
My company is looking for an entry level tester. Basic Linux (command line) and MySQL would be preferred but will be willing to train the right person. Visit www.qcomm.com to find out more information. Email me off list if you are interested. Thanks, Jaron BYU Unix Users

[uug] Job Opportunity

2005-02-08 Thread Jaron Jones
My company has a job opportunity for a full time entry level tester. Basic Linux (command line) and SQL abilities are highly desired but would be willing to train the right person. Visit www..qcomm.com/5_company/careers.html for more information. Email me off list if you're interested. Jaron -

Re: [uug] Job opportunity

2005-02-07 Thread Chris Bergaust
The clients are running XP or 2000. I was planning on using Samba and Apache. -Original Message- From: Gabriel Gunderson <[EMAIL PROTECTED]> Date: Mon, 07 Feb 2005 19:23:38 To:BYU Unix Users Group Subject: Re: [uug] Job opportunity On Mon, 2005-02-07 at 18:07 -0700, Chris Be

Re: [uug] Job opportunity

2005-02-07 Thread Gabriel Gunderson
On Mon, 2005-02-07 at 18:07 -0700, Chris Bergaust wrote: > Hello, > > I'm kicking Bill Gates off my server forever. I am looking for someone > to help with the setup and maintenance of a basic Linux server > controlling ten client stations. I am currently running Microsoft > Server 2000, and I

[uug] Job opportunity

2005-02-07 Thread Chris Bergaust
Hello, I'm kicking Bill Gates off my server forever. I am looking for someone to help with the setup and maintenance of a basic Linux server controlling ten client stations. I am currently running Microsoft Server 2000, and I am ready to make the switch to a more reliable platform. I need to ha

[uug] Job Opportunity at ViaSubscription

2005-01-21 Thread Nathan Given
I received this job opportunity from a friend: Company: ViaSubscription, a small, progressive high tech company in Orem, Utah. Position: (20 hours/week) web developer/programmer. Applicant: Preferrably working on bachelor's (or masters) degree in Computer Science, Information Technology, or Inform

[uug] job opportunity + $2K finders fee

2005-01-14 Thread Josh Coates
Apologies - offtopic for a UNIX group, but folks in the group may know windows coders, so the finders fee could be interesting. reply to: [EMAIL PROTECTED] Berkeley Data Systems, Inc. is a small, privately funded startup, founded by experienced Silicon Valley veterans. We are located in Lehi, UT.

[uug] Job Postings

2005-01-13 Thread Robert LeBlanc
Dear UUGers, The College of Biology and Agriculture is in need of two computer support personal. The job is posted at http://jobs.byu.edu and is job# 5540. We would like to invite any of you or if you have friends that you believe would like this opportunity to apply. We prefer people who

[uug] Job Opening(s)

2004-11-17 Thread Grant Robinson
A recruiter sent me this. If you are interested, contact the recruiter, not me. :) BEGIN FORWARDED MESSAGE - Dear Grant, My name is Jenn Lull and I'm a recruiter with OSG Global in Des Plaines, IL our company website is listed below. I'm currently trying to fill several positions of t

  1   2   >