Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner I am not pretending to send emails from x@gmail.com or any other email address. Here's what is happening: If a submitter (the one that fills out the form and presses the Submit button) doesn't enter an email address ending in a domain that I own, the submitted info will not send. If they do, it will. The email address they enter in this case does … Claude 3 Opus Vs. Google Gemini Vs. GPT-4 for Zero-Shot Text Classification Programming Computer Science by usmanmalik57 On March 4, 2024, [Anthropic](https://www.anthropic.com/) launched the [Claude 3 family of large language models](https://www.anthropic.com/news/claude-3-family). Anthropic claimed that its Claude 3 Opus model outperforms GPT-4 on various benchmarks. Intrigued by Anthropic's claim, I performed a simple test to compare the performances of Claude … Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho not so easy :( WallDistance = WallDistance * Cos(Abs(RayRadians - Player.Radians)) 'avoiding the Fish Effect RayHeight = (ObjectSize / WallDistance) * 200 '320 is the width screen If (RayHeight > 200) Then RayHeight = 200 A.ForeColor vbBlue A.DrawLine 475 + 50 + RayCounts, 200 / 2 - … Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho actual code: Private Sub DrawRays2() Dim AY As Double Dim AX As Double Dim StepX As Double Dim StepY As Double Dim VertX As Double Dim VertY As Double Dim HorizX As Double Dim HorizY As Double Dim MapX As Long Dim MapY As Long Dim HorizDist … Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho i fix 1 error: ElseIf (KeyCode = vbKeyUp) Then If (LevelMap0(Fix((Player.PosY + Player.MoveY * Speed) / ObjectSize), Fix((Player.PosX + Player.MoveX * Speed) / ObjectSize)) <> vbBlue) Then 'and: ElseIf (KeyCode = vbKeyDown) Then If (LevelMap0(Fix((Player.PosY - Player.MoveY * Speed) / … Wall Street Best Bet? Video Game Makers Programming Game Development by Brian.oco I have to admit, on my perch here overlooking Wall Street, of the industries traders typcially jawbone about, video games arean't at the top of the list. Exhibit "A". At a dinner Wednesday night with three options traders over some Kobi steaks and some good wine, all the talk was about consumer stocks, and how they might be impacted by… Geithner Speaks, Wall Street Grumbles, Intel's All In Community Center by Brian.oco Boy. What does a tech outfit have to do to get some love on Wall Street? Intel announces a $7 billion effort to upgrade a pair of chip manufacturing centers in the U.S. and Intel’s stock price actually drops by over 3% in Tuesday trading (to $14..44 per share). I’ll get directly to what Intel is doing in a moment but the overall stock market … Much Ado About Apple: What Will it Take to Make Wall Street Happy? Hardware and Software Hardware by Techwriter10 By most people’s measure, it was quite a quarter for Apple, but apparently not for the geniuses on Wall Street. While Apple sold almost a million iPhones in the first week (think about that for a second) and had what [URL="http://www.businessweek.com/technology/content/jul2008/tc20080721_851111.htm?link_position=link1"]BusinessWeek[/URL] … Simple Solutions Could Prevent Future Wall Street Meltdowns Hardware and Software Networking by Techwriter10 [ATTACH=right]14831[/ATTACH]Two days ago, the Dow Jones Industrialized Average [URL="http://www.montrealgazette.com/business/probing+point+dive/3001581/story.html"]plunged almost 1000 points in a half hour[/URL]. That's almost 10 percent of the entire value of the market in 30 minutes. That's insane! What happened? Well, it turns out, it … Solar Energy Technology Spreading Sunshine on Wall Street Hardware and Software Hardware by Brian.oco In the alternative energy movement, the mantra is a simple one: go to where you want to be – not where you are now. Think of hockey great Wayne Gretzky, who once said “I skate to where the puck is going to be, not where it is has been, or where it is now.” So it goes for the solar power market, where emerging companies are taking a technology … Nintendo Rides Wii to Huge Profits - Think Wall Street Notices? Hardware and Software by Brian.oco Here’s a factoid that might interest you. The one-day record holder for a movie premiere is Spiderman 3, which brought in $59 million in ticket sales on its opening day. The one-day record for a video game – Grand Theft Auto IV – earned $310 million on its opening day. Last year, video game sales finally surpassed Hollywood, and is now an … Financials Hurting Wall Street; Small Business Tech Spending on the Rise Digital Media Digital Marketing by Brian.oco Markets are down about 50 points in mid-afternoon trading on Tuesday, mostly due to investor worries about continued woes in the financial services sector. In short, nobody is buying the notion put forward by Wall Street optimists that the credit crunch – now one-year-old – is coming to an end. It's a slow process. Like a virus that works its … Re: Wall Street Best Bet? Video Game Makers Programming Game Development by Dani I have to say that I am one of those Wii people, attracted by the prospect of being able to play those 1990s classic Nintendo games I used to love and (for the first time) current games despite not having a masters degree in MMORPGs or having grown up on PlayStations or GameCubes or the XBox. Google Earnings Have Street on Edge Digital Media Digital Marketing Search Engine Strategies by Brian.oco The stock market has responded favorably, relatively speaking, to the rumor that Microsoft is once again making a bid for Yahoo. Traders are buzzing over whether Steve Ballmer will make the same $33 per share offer now that he made a few months ago. Actually, I wouldn't be surprised if he did - that's how bad Microsoft wants Yahoo from what I'm … Re: Much Ado About Apple: What Will it Take to Make Wall Street Happy? Hardware and Software Hardware by Techwriter10 Apple Insider reports on Piper Jaffray's predictions, which involve lowering the cost of Mac Books. [url]http://www.appleinsider.com/articles/08/07/22/apple_may_be_eying_sub_1000_notebook_market.html[/url] Re: Much Ado About Apple: What Will it Take to Make Wall Street Happy? Hardware and Software Hardware by Techwriter10 NYT weighs in on the Jobs health question. [url]http://www.nytimes.com/2008/07/23/technology/23apple.html?_r=2&oref=slogin&oref=slogin[/url] Re: Much Ado About Apple: What Will it Take to Make Wall Street Happy? Hardware and Software Hardware by Techwriter10 Guy Clapperton offers his own Apple wish list. [url]http://www.daniweb.com/blogs/entry2833.html[/url] Re: Solar Energy Technology Spreading Sunshine on Wall Street Hardware and Software Hardware by arslan_12 Your article is very informative. Street View controversy hits Google UK Digital Media Digital Marketing Search Engine Strategies by happygeek I knew it was going to happen, you knew it was going to happen, [URL="http://www.itwire.com/content/view/19244/53/"]everyone knew[/URL] that Street View would cause a privacy stink when it eventually launched in the UK. Everyone except Google it would appear. Although it is not saying how many images have been removed from the newly … Re: Wall Object in Java Programming Software Development by cool_zephyr try putting the co-ordinates of the walls in a vector like this Vector<Point> wallCoords=new Vector<Point>(); //fill the vector with the top-left coordinates of your wall; int iconWidth=width_of_your_icon; int iconHeight=height_of_your_icon; int playerXPos=your player's X-pos; int playerYPos=your … Re: Street View #Fails =D Community Center Geeks' Lounge by WaltP No, it's a real shot (actually two) of that street. As google (or whoever) goes around taking pictures for the street views, the cars and pedestrians move between shots. Sometimes not enough so you get that effect. If you look at the LA link (if not active check around the Hollywood, CA area, on Sunset, Vine, Hollywood) when you look up, youl '… wall stud detector development Programming Computer Science by chris.burr.56 I am an Open University design student and I have no software devlopment knowledge. I would like to know if it is possible to modify an existing wall stud detector that uses ultra-wide band radar, so that the recieved radar waves could be trasnsposed into an image on a screen of what is behind the wall? Wall Object in Java Programming Software Development by Petranilla In Java programming a game like with maze like structure. How do we check collision with wall? Anyone who knows how the wall object work? Many thanks--Petranilla Street Game Dedicated Server Hardware and Software Networking by Young Teck 06 Alright, everybody know I have a website coming soon called Street Game. Hopefully all will be good enough and with something like this, it has to be. Alright, I am going to get a dedicated server, if I choose 24 months then I get a cheaper deal. Here is the server I am getting: Intel 4 3.0GHz Processor 1GB of Memory RAM 400GB of HDD 1000GB of … Street Art Festival Community Center Geeks' Lounge by mattyd Some great NYC street murals: [URL]http://www.i-am-bored.com/bored_link.cfm?link_id=21039[/URL] Street View #Fails =D Community Center Geeks' Lounge by samarudge A collection of awesome images from street view =D [url]http://bit.ly/9XPpiI[/url] [url]http://bit.ly/ck7faI[/url] [url]http://bit.ly/d2EXTU[/url] [url]http://bit.ly/94I7z8[/url] Re: Street View #Fails =D Community Center Geeks' Lounge by cwarn23 [QUOTE=almostbob;1165763]I followed this google car around for half a day they fuzzed my face out of every pic I am very upset My car is in google maps a hell of a lot[/QUOTE] Could you give a link to you in google maps. I wonder if I'm still in google maps but they blurred my face too. I remember the time google maps captured a person nood … Re: Street View #Fails =D Community Center Geeks' Lounge by cwarn23 I just check almostbobs first link and it was like wtf google deleted you from google maps. The street view for that link doesn't even work any more just like in post #1. But your second link is cool. It has for sure been photo-shopped unless I'm seeing double. The ghost of the blue car appears in front of itself like if it has been edited. There … Re: Street View #Fails =D Community Center Geeks' Lounge by Geekitygeek I wonder how long they drove around before they realised they left their wire cutters on the top camera in link 4 lol..i moved down the street a bit and they are still hovering overhead :) That or they captured an alien invasion : / Alien 1: What do we disguise the ships as? Alien 2: I dunno...just pick something they have plenty of Re: Wall Object in Java Programming Software Development by Petranilla Hi Cool, Many thanks. I'm using image icon for the background. Hor do I check the wall? Below is the snippet on how I'm checking by getting the values of set bound: if (x>=20 && x<=80 && y>=-5 && y<= 60 ) sw=1; else sw=0; It will be long and tedious. Any thoughts? Petranilla