cbox
-
Posts
6582 -
Joined
-
Last visited
-
Days Won
139
Content Type
Profiles
Forums
Downloads
Gaming News
Everything posted by iBotPeaches
-
...and likes pikmin...
-
Actually the 3rd set is great, but unreadable from a distance. Maybe if that black text outline around the words could be decreased.
-
Amazing tutorial,I could hear your voice which helps compared to other tutorials. I still prefer pictures and text though.
-
3rd set is amazing, still 6 days left though
-
Its cause you asked for it. Don't ask and people generally just give it.
-
You can make your posts more neater with pictures you know, so its not obvious of a bot. I'm heading off now so I cannot check to see if infected. If your paranoid don't download and let me scan later on, I'll update this post with details. 'Twas right Locked, and banned since this was the 2nd virus topic in one day.
-
At first I was going to make them, but I'm way too busy. We started at this on IPB 1.3 Then moved to this on phpBB3 and IPB 2.3 Now its IPB 3, and I would like a new set made since we have new usergroups. If you enter please make them for Requirements: .PNG required .PSD wanted, but not needed Size is loose, 90-125 width, or 20-35 in Height Please have submissions done by June 30, 2009. You can win 10 dollars
-
class MusicID3Tag { public byte[] TAGID = new byte[3]; // 3 public byte[] Title = new byte[30]; // 30 public byte[] Artist = new byte[30]; // 30 public byte[] Album = new byte[30]; // 30 public byte[] Year = new byte[4]; // 4 public byte[] Comment = new byte[30]; // 30 public byte[] Genre = new byte[1]; // 1 } string filePath = @"C:\Documents and Settings\All Users\Documents\My Music\Sample Music\041105.mp3"; using (FileStream fs = File.OpenRead(filePath)) { if (fs.Length >= 128) { MusicID3Tag tag = new MusicID3Tag(); fs.Seek(-128, SeekOrigin.End); fs.Read(tag.TAGID, 0, tag.TAGID.Length); fs.Read(tag.Title, 0, tag.Title.Length); fs.Read(tag.Artist, 0, tag.Artist.Length); fs.Read(tag.Album, 0, tag.Album.Length); fs.Read(tag.Year, 0, tag.Year.Length); fs.Read(tag.Comment, 0, tag.Comment.Length); fs.Read(tag.Genre, 0, tag.Genre.Length); string theTAGID = Encoding.Default.GetString(tag.TAGID); if (theTAGID.Equals("TAG")) { string Title = Encoding.Default.GetString(tag.Title); string Artist = Encoding.Default.GetString(tag.Artist); string Album = Encoding.Default.GetString(tag.Album); string Year = Encoding.Default.GetString(tag.Year); string Comment = Encoding.Default.GetString(tag.Comment); string Genre = Encoding.Default.GetString(tag.Genre); Console.WriteLine(Title); Console.WriteLine(Artist); Console.WriteLine(Album); Console.WriteLine(Year); Console.WriteLine(Comment); Console.WriteLine(Genre); Console.WriteLine(); } } } This looks 10x easier in C#. Found here: http://stackoverflow.com/questions/68283/view-edit-mp3-id3-data-in-c
-
Unsafe tool for the public, could steal their info. Locked.
-
Were not debating something like this in public. Which shouldn't have been posted. If you get angry at IBM, simply walk away from your computer and go chill. The website doesn't rule the world and there is other things to do.
-
duplicate. already know.
-
Its not even a tool. Click that little triangle by a username, and then click "display name history"
-
We were running on RC2 for quite awhile, but now were on the final (or golden) version. That mainly means less bugs. I've tested the basic functions and all seems to be working. Unfortunately on the upgrade our cache was rebuild, so the site will be slow for a couple of days while you guys help rebuild it by visiting topics and what not. The longer the site is up, the faster it becomes. You can now change your display name once per year. (If anyone ever stays that long)
-
Its a closed topic, members can't tell you. I'm not, since theres still ways to use it. Ask somewhere where theres no members
-
evilomen had a wife and kids. He was quite the hard modder back then. He did tons of case cuts, chip installs and spray paints. As I recall.
-
Um...You must not have fully understood what I wrote. The cooler does NOT help. I've heard from many sources that it destroys 360's. Sometimes it heats up too much and that cheap plastic melts to the 360, so its permanently attached. It draws too much power from the 360, makes a helluva a racket and doesn't help. This article should explain it more: http://helpmerick.com/xbox-360-nyko-intercooler-overheat-problems.htm
-
If I'm correct 2 red lights is like Hardware failure. They cause of all problems roots with heat. Your console is getting too hot and either melting that xClamp or just wreaking havoc on the rest of the system. Would you happen to have the Nkyo Air Cooler? That hogs resources from the xbox and actually does more damage than it helps. In other words to fix, you need to get a new xbox from M$. That will insure you get a new version of motherboard that has its components properly placed and protected from heat abuse. Since those heatsinks and video cards and heat up a ton.
-
6 and 3/4 I'm 7 this August.
-
I think this is tomorrow, so 1 hour before someone please post here and remind us. I'm horrible with timezones and I know I'll blow it off, unless someone reminds me.
-
C# has { } to encase your statements, VB doesn't. C# adds a semi-colon to the end of lines (some), VB doesn't. C# uses more symbols less words, VB doesn't.
-
ImageString($image, 1, $x, $y, 'Text', $text_color); Send it the image in that var, and give it the x and y coordinates of the string, and make a variable to the color and thats text_color //Image on top $overlay = 'gamerpic.php'; //Background $image = imagecreatefrompng('kjigd3.png'); //Image on top $oimg = imagecreatefrompng($overlay) //Output imagettftext($oimg, 20, 0, ($img_w/2 - $pos_activity[2]), 50); This will put one image on top (take from google, could be wrong) Inverting is directly from the php manual here. <?php header("Content-Type: image/jpeg"); $image = imagecreatefromjpeg("flower_normal.jpg"); $image_width = imagesx($image); $image_height = imagesy($image); for ($h = 0; $h < $image_height; $h++) { for ($w = 0; $w < $image_width; $w++) { $colors = imagecolorsforindex($image, imagecolorat($image, $w, $h)); $colors['red'] = 255 - $colors['red']; $colors['green'] = 255 - $colors['green']; $colors['blue'] = 255 - $colors['blue']; $new_color = imagecolorallocate($image, $colors['red'], $colors['green'], $colors['blue']); imagesetpixel($image, $w, $h, $new_color); } } imagejpeg($image, NULL, 80); ?>
-
If I'm out late with people, no I'm not going to wake up at 5am. However during school week or work week, I get my 7 hours of sleep.
-
Mornings. 5am mostly since your fresh and best at computer related stuff then.
-
I don't want to member to have to gain abilities to do basic things. The group was made to prevent mainly PM spam, since a bot isn't programmed to make a post then PM spam.
×
- Create New...