| Gob Mp3, Gob Music Lyrics
| |
Gob biography, Gob discography
Look up gob in Wiktionary, the free dictionary.Gob, a cylinder of molten glass used in the Glass Container Industry
Gob (mining), a cavity behind a longwall (See Longwall mining.If an internal link led you here, you may wish to change the link to point directly to the intended article.All text is available under the terms of the GNU Free Documentation License.Gob is a pop punk band from Burnaby, British Columbia formed in 1994.The band's trademark sound relies heavily on crunchy, distorted guitars.Their single "I Hear You Calling" was featured on Electronic Arts's NHL 2002 video game.Early history
The roots of Gob trace back to Theo Goutzinakis (guitars, vocals) and Tom Thacker (guitars, vocals) meeting at Brookswood Secondary School in Langley, British Columbia, Canada.Due to personal differences, Kelly was replaced by Jamie Fawkes and in 1995 Gob released Too Late...Late 1990s
As Gob begun work on their second album, Pat had a daughter and decided to leave the band to spend time with his family.Gabe Mantle (formerly of Vancouver hardcore band Brand New Unit) took over on drums, and the band recorded How Far Shallow Takes You.The album had a darker, more personal tone and had a heavier sound than Gob had produced in the past.Singles from the album included "Beauville" and "What To Do".The band released World According to Gob, in 2001.This album was Gob's most successful album to date.The sound took a slight departure from their early punk rock sound and displayed growth in their songwriting and in their musicianship.In 2002, Gob recorded the F.Gob song "Soda", 2 exclusive tracks, "L.All albums credit the musicians simply by their first names, as well.Gob's friendship with several Canadian bands has come up often in the past few years.Cone of Sum 41 has filled in on bass for some Gob live shows since Craig's departure.During Gob's downtime, Tom has played guitar for Sum 41 live since the departure of their guitarist, Dave Baksh..Appearances in other media
Gob appeared on the Canadian television show Being Ian.Gob's song "I Hear You Calling" is featured on the soundtrack of the video game NHL 2002 by EA Sports.Gob's song "I've Been Up Those Steps" and an EA Exlusive "Stick With You" are featured on the soundtrack of the video game NHL 2003 by EA Sports.Gob appeared in the movie Going The Distance (briefly towards the end)
Gob are also to appear in the movie Sharp As Marbles due for later release this year.Gob stickers and posters are seen at least twice on episodes of Supernatural.The song "Give Up The Grudge" appears in the soundtrack of American Wedding.This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.What is it
GOB (GOB2 anyway) is a preprocessor for making GObjects with inline C code so
that generated files are not edited.Syntax is inspired by Java and Yacc or
Lex.Writing a fully featured GObject is a hassle
GObject has little type safety, GOB improves on it.Need for a generator that doesn't require changes to generated code
I like how Java writes method code directly into the class definition.Also since every project has a screenshot, here's one
of gob.It is a screenshot of gob1 and not of gob2, but you get the idea.Documentation
The documentation for gob is it's man page.You can also look at the
manual for version 1 of gob if you want to)
That should explain all that you need
to know to create gob objects.The first is a derivation of GtkButton to count the number of clicks.For an example of creating BonoboObjects with gob, see
GNOME_Foo_SomeInterface.The old version 1 of gob will make GTK+ 1 objects (with some support for
GTK+ 2).You should really migrate your objects to gob2 however.News
For new features read gob2 NEWS or if
you are still interested in gob1, gob1 NEWS
Nov 20 2007: Release gob2 2.Jan 5 2006: Release gob2 2.Dec 16th 2005: Release gob2 2.July 22nd 2005: Release gob2 2.October 26th 2004: Release gob2 2.September 22nd 2004: Release gob2 2.Bunch of new features and fixes, see the NEWS.July 29th 2004: Check out DWI
DWI is an environment for creating
data driven application with minimal
amount of coding.Now there is example gob code in the
Bicycle Calorie
Calculator example which shows how to easily connect a gui created in
glade to an object created in gob.You will notice that pretty much the
only real code is the actual logic of the calculation.July 19th 2004: Release gob2 2.Jun 11th 2004: Release gob2 2.Just some documentation fixes, a new option for where to put
the output and the boxed_type was fixed.Mar 30th 2004: Release gob2 2.May 20th 2003: Release gob2 2.News:
Allow compilation with newer flex (tested with both 2.Jan 16th 2003: Release gob2 2.Dec 13th 2002: Release gob2 2.Aug 20th 2002: Release gob2 2.Update documentation
man page escapes all ' chars (fix debian bug 155577)
Further tests in test.July 17th 2002: Release gob2 2.July 15th 2002: Release gob2 2.May 28th 2002: Release gob2 1.Feb 1st 2002: Release gob2 1.Feb 1st 2002: Release gob 1.Sep 30th 2001: Release 1.That's
the new GObject port of gob, it's called: gob2.It supports most of the normal GObject properties.It doesn't yet
support interfaces (though you CAN use them by just overriding the get_type
method).Very little code
change is needed to port to new GTK+.However gob1 does not take advantage
of some of the new features of GObject.For this purpose I'm working on
gob2, which is an updated version, with a slightly different syntax, that
works directly with GObjects and doesn't thus require GTK+2, just glib2.June 30th 2001: Release 1.April 21st 2001: Release 1.New things:
Add direct support for BonoboXObject
Fix objectlink refcounting problem (Eric Kidd)
Also note I made the web version of the man page look much nicer
with some Perl magic.April 12th 2001: Release 1.February 25th 2001: Release 1.This release adds the possibility to override the get_type function, which
can be used to create BonoboXObject's.BonoboXObjects
more directly in future versions, but at least with this version you CAN
make them.I've also tried to compile GTK+ HEAD objects and apparently it
still works correctly.Unfortunately this version won't work with newest gtk1.Apparently gob is getting very stable.At some point I will start working
on version 2 which should be pure GObject implementation and most likely
incompatible with version 1 of gob.But version 1 of gob will continue
to work with both GTK 1.July 6th 2000: Release 1.They
don't really take advantage of any GObject features and GTK is still
required.Doing a GObject based gob is more of a job for gob2 as it will
require quite a bit of rethinking of the syntax and some of the internals.This is the correct GTK+ behavior.Also this time I have both alpha
and i386 rpms on the site.June 10th 2000: Added an i386 rpm of 1.June 7th 2000: Release 1.May 31st 2000: Release 1.May 20th 2000: Release 0.New things:
destructors run after destroy, not before finalize,
zero out data after destruction
added Self typedef to complement the SELF macros
initial underscore removal from full names, to help to avoid name conflicts
Especially the last change is one to cause problems.What it means is that if
the method name my_object_foo conflicts with a function from another library
called 'foo' because of it's local short alias.You can declare the
method as '_foo'.It will still be 'my_object_foo', but the short name alias
will be '_foo'.Apr 15th 2000: Released 0.Here is the
archive of this list
Requirements
GOB requires Lex, Yacc and glib.RPMs (RedHat packages)
DEBs (Debian packages)
If you want the old 1.GTK+ 1 (with some support
for GTK+ 2) objects get this:
GOB Tarball 1.Links
Links to GOB related sites, examples, etc...DWI can use GOB for quick
development of data driven applications.Id + " Link: " + targetLink.Id + " Text: " + targetLink.He's always stuffing her gob with fast food.Oi, you, shut your gob!He spat a big ball of gob on to the pavement.Verb
gob
peck (as a bird etc.This page was last modified 12:47, 18 January 2008.
|
| |
|
 |
|