• Welcome to Valhalla Legends Archive.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Grok

#46
Excess of Grok / Re: Texas Tech >>>>> Tejas
November 11, 2008, 05:08 PM
Quote from: DarkMinion on November 10, 2008, 02:21 PM
I like how we have been picked to lose our last 3 games.  Kansas would beat us because we can't play on the road.  We were up, what, 63-14 in the 4th?  Texas was supposed to beat us down.  OSU was supposed to beat us because we can't play defense.  36 point ass-kicking?  Now we can't beat OU.  I guess we'll see.

Heh, its not human nature to admit they were wrong.  People usually do whatever it takes to make their initial statement correct, even if that means waiting till TT loses then saying "told you so".
#47
General Discussion / Re: In need of a good debunking
November 09, 2008, 09:55 PM
Quote from: GadgetMan on November 09, 2008, 02:02 PM
Good news on your Volvo, Grok.
If it has an air intake, you can put a HHO system on it. You can share with me the year and model and I'd be delighted to help you designa  system to suit not just your vehicle, but your level of ability.

2004 S60R
Red one   ;D
Been wanting to build a CAI for years, never got around to it.  Plans are simple and materials are cheap.
HHO though, what's involved there?
#48
Web Development / Re: SQL Databases
November 09, 2008, 12:38 PM
Quote from: Banana fanna fo fanna on June 01, 2008, 12:08 PM
i wouldn't use sql if i were you. the technology is outdated and is barely in use anymore. only a few vendors support the technology until its end of life later this year. no real company still uses a sql database these days. sql is slow, inflexible, and overall lacking in relevance to any career plans you may have.

instead, i would use ajax.

???   :o

Nonsense.
#49
General Discussion / Re: In need of a good debunking
November 09, 2008, 07:35 AM
Quote from: GadgetMan on November 08, 2008, 08:47 PM
Thank you, Grok and iago. I tend to dismiss the nay-sayers as they are the ones that discover problems, and not the solutions.
I wonder, are there any of you guys interested in the computer control systems for automotive apps? I have an issue on a device and it's effects on the ECU...

Not me.  Everytime I start to study this area, I get distracted.  Only skimmed the surface, and only details specific to my Volvo.
#50
Excess of Grok / Re: Texas Tech >>>>> Tejas
November 09, 2008, 07:26 AM
How does that foot taste?
#51
General Discussion / Re: In need of a good debunking
November 07, 2008, 11:57 PM
However, welcome to the forum =)
#52
Battle.Net had its time, which came and went.  Things change, people change.  Those were good times, but they are over for me.  I think even when Starcraft 2 comes out, I will not be doing the same things on battle.net as before.  I really doubt most of Valhalla Legends cares much for that scene (in its previous incarnation of attitude) any more, or will again in the future.  Everyone has new interests and finds their challenges in different things.

Of course, I could just be speaking for myself.
#53
Excess of Grok / Texas Tech >>>>> Tejas
November 02, 2008, 03:19 AM
Grats on the victory!
#54
I know I'm bumping a 4-month old post, but I'll do it anyway.  I've been doing Java programming for about 3 years.  This summer I got into C# a lot more, and while not far into it, I have some preferences already.

The biggest difference for me so far, is creating and consuming C# accessor and mutator methods feel a lot more natural than in Java.  Perhaps my bias comes from having used classic VB for years, but I just don't like
Java's:
  MyObject.setMyProperty(value)
  value=MyObject.getMyProperty()
as much as
C#'s:
  MyObject.MyProperty = value;
  value = MyObject.MyProperty

With Java, you end up with twice the number of method names than in C#, creating the impression that your classes are a lot more complicated than necessary.

Oh and a pet peeve, most Java book authors frequently mistake PascalCase for camelCase when discussing naming conventions.
#55
Warcraft / Re: After 86 wipes...
June 02, 2008, 07:52 AM
Grats!  Archimonde is a pain in the ass until everyone "gets it", then let the farming begin.  Great loot though, what did you get?
#56
Quote from: Banana fanna fo fanna on May 19, 2008, 08:51 PM
muthafukkin GROK is going to be the devastatingly awesome python web development solution soon. you just wait.

Python.  That will never happen.
#57
Quote from: Hostile on May 04, 2008, 09:59 AM
Grok does your phone get text messages? Do you even look at your phone? :P

Hehe, yup.  You're a silly one, Hostile.
#58
I don't believe I even mentioned CD players.

What I'm looking for is an mp3 device in which the UI and database elements are programmable, such that significant customization can be done by someone willing to put in the time.

If you've no experience with such a device, find another thread in which to contribute.
#59
Quote from: betawarz on April 30, 2008, 09:06 AM
programmable mp3 player - http://www.wirelesshut.com/0/10356020.html

Hmm, so, it does not indicate the language platform supported.  How long have you owned this mp3 player, and what type of API did it provide?  Did you write your code on the PC and upload it to the player?
#60
General Discussion / MP3 Player Recommendations
April 29, 2008, 10:51 PM
I'm looking to buy my first portable MP3 player.  Yup, first.  Primary feature I'd like is for the UI and database to be programmable.  Maybe Java?  I'm supposing one would write the code on a PC virtual mp3 player environment and upload it to the mp3 player to test and run.

The reason I want it programmable is how certain I will be unhappy with whatever menu, grouping, and filter system provided by the manufacturer's default software.

Is anyone using such an mp3 player and have comments?

Asking here BEFORE I go do my untargeted searches.