Monday, May 30, 2011

triangular based pyramid

triangular based pyramid. Nienhuis Square Based Prism
  • Nienhuis Square Based Prism


  • c-ker
    Dec 13, 07:32 PM
    need more than a grain of salt for this. These rumours come and go all the time. I doubt it will happen. In the summer? yes, but not now

    Maybe VZW will bundle their only current 4G device -- the Mi-FI gizmo -- with a 3G CDMA iPhone 4. Would be similar to what they are doing with the iPad.

    Before you ask if VZW is stupid enough to do that, remember that VZW ninnies nixed the iPhone way back when.




    triangular based pyramid. triangular based pyramid. then square based n-gonal; then square based n-gonal. iJon. Jun 29, 04:03 AM. ifi remember right the powermacs do not have a mic
  • triangular based pyramid. then square based n-gonal; then square based n-gonal. iJon. Jun 29, 04:03 AM. ifi remember right the powermacs do not have a mic


  • kobyh15
    May 4, 12:37 AM
    Apple marketing at its best. Makes me want one really bad.




    triangular based pyramid. square based pyramid cake.
  • square based pyramid cake.


  • JAT
    Apr 8, 02:59 PM
    As a former BBY employee I can tell you a few things that are flawed.

    #1 no former or current Best Buy employee would call themselves BBemployee, BBYEmployee would seem more likely. I know its stupid but it is the culture of Best Buy to shorten it to BBY.

    #2 You would have no clue if Best Buy was in trouble. As a simple Blue Shirt or even a Black Shirt you would not have this information passed down to you.

    #3 Your rant show that you either hate Best Buy for personal reasons or possibly a former employee who has a huge vendetta against the company.

    #4 Your rant does nothing to support this discussion.
    Did you actually read it? I see nothing to support the use of "rant". But s/he did say "I don't really like Best Buy", so that's hardly news at this point.

    I will say that I didn't realize 17.4GB text files would actually post on the forum!




    triangular based pyramid. cone; square-ased pyramid
  • cone; square-ased pyramid


  • twoodcc
    Apr 9, 06:25 PM
    Looks like we are getting close to our likely max output of 270-280k ppd... Nice. Let's see if Apple wants to release new Mac pros soon now.

    hopefully my output will go up next week.

    yeah, it looks like mac pros aren't coming til wwdc or close to it, but hopefully sooner



    more...

    triangular based pyramid. David Nash: Pyramid Square
  • David Nash: Pyramid Square


  • ct2k7
    Apr 23, 06:29 PM
    In which case nearly *all* your personal data is vulnerable. Cell tower tracking is not a special case, and relatively not especially more dangerous or compromising than anything else you've got stored on your computer.

    Again, there's no egregious violation taking place here, and it's not especially worse than any other way to keep tabs on someone.

    I'd rather have a stalker than a paedophile on me.


    Let's reserve the lynching for when we actually find out what this tracking data is for specifically and how widespread the issue is with other companies (i.e., Google, MS, etc.)

    Ok


    If there is no actual cause for concern to the average person (which there really isn't), I fail to see that need to take a flip over it.

    You really didn't say that... did you?


    Anyway, that's all Il'll post about this for now. I really don't have a lot more to say. This topic is already way off-course, mostly my fault.


    ok




    triangular based pyramid. 567 on the pyramid
  • 567 on the pyramid


  • KnightWRX
    Apr 28, 09:42 AM
    So, please don't take everything I typed and generalize it, because it's not for everyone.

    I do understand where Dejo, Balamw and the others are coming from though. And frankly, they are probably better suited to help you than I am. I don't have a lot of experience with Objective-C and Cocoa, not like they do, having mostly come into it recently.

    Back to the code, here is a photo of my connections (ignore canceBigtimer). What you say is true I don't know how NSTimer works entirely , just some parts, I realize that and it is one of the reason I postpone my timer for a future update (need to study it).

    I have two timers, because, like I said.. I don't have full knowledge of timers. I know now that 1 timer is enough, even if I use two timers and start them at the same time, the log only shows 1 loop and the countdown in separate labels show e.g. 59 in one and 58 in another and so on.

    Ok, how about we work on making 1 timer work then ? The code you posted is very complicated and I don't think it has to be this complicated. Going 1 timer would simplify this.

    I see your Start Button is associated to 3 actions. Is this really what you want ? Let's simplify this. As an exercise, make 1 method, call it startTimer (like I did) and have only that action associated with your start button. From there, you can call the other methods yourself as needed.

    Once you have modified the code in this way, post again what you have in full, what it is doing and what you think it should be doing. We'll go from there.

    You mention my two global variables, It makes sense that the timer does not stop because the variables are outside the method that creates the timer. is that whats going on?

    No, the variables are "fine" where they are. They would be better positionned in the @interface block and declared as instance variables, but implementation scope globals work too.

    What you need to do however is reset those if you want your timer to start back at 0. Somewhere in your "stop/reset" code, there needs to be an initialization of those back to 0 :

    seconds = 0;
    minutes = 0;

    If your Cancel button is what should reset it, then this should be right now in newActionTimer. But ideally, we'll get rid of that function when you simplify the code down to 1 timer.

    Look at my NSLog outputs in my screenshot earlier. There's 3 methods there. updateLabel, cancelTimer, startTimer. This should have given you a big indication of how not complicated you should have made this.

    If you want 3 buttons, start, reset, stop, you'd technically need 4 methods, as follows :

    -(IBAction) startTimer: (id) sender;
    -(IBAction) stopTimer: (id) sender;
    -(IBAction) resetTimer: (id) sender;
    -(void) updateLabel;


    One to update the label as needed, one to start the timer, one to stop it and one to reset it.

    Also, NSTimer is not your timer. The timer is what you are creating with ATimerViewController. You need to grasp this. NSTimer simply calls methods, in this case, it should be update label. That's about all it should be doing. Both the stop and reset methods should release the NSTimer object instance. startTimer should always create a new one. However, reset should be the one to set back seconds/minutes to 0.



    more...

    triangular based pyramid. 234 on the pyramid
  • 234 on the pyramid


  • PeterQVenkman
    Oct 7, 03:49 PM
    I dare say that different technology's i.e. GSM vs CDMA could also be the problem in your area.

    When I had Verizon, the worse and only problem was with a Razor the tech was an idiot........... Other than that very very stable network, cannot say that for AT&T

    My only problem was with a Razer, also. That phone was unstable as hell. Right now I have an el cheapo phone that is darn near bullet proof and small. Makes great calls.

    And it does absolutely nothing else well. ;)




    triangular based pyramid. square-ased pyramid,
  • square-ased pyramid,


  • maflynn
    Apr 8, 09:43 AM
    MS still playing catchup by the looks of the feature list in my opinion.
    Actually its the other way around. Windows 7 has leap frogged apple in terms of functionality, UI and usability.

    Apple needs to play catch up by adding some features to OSX.



    more...

    triangular based pyramid. SQUARE BASED PYRAMID NET
  • SQUARE BASED PYRAMID NET


  • AndroidfoLife
    Apr 16, 03:52 PM
    What's go good about it?

    It's like dropbox but free for 5GB. :rolleyes:

    You get 20gbs if you purchase an mp3 album...or pretend to. I purchased 6 foot 7 foot by Lil Wayne one song and 99 cents




    triangular based pyramid. print square-ased pyramid
  • print square-ased pyramid


  • dukebound85
    Jan 10, 04:00 PM
    banned forever i say



    more...

    triangular based pyramid. square-ased pyramid net
  • square-ased pyramid net


  • garybUK
    Mar 10, 07:50 AM
    Apple used to innovate, right now they have acheived the goal of any capitalist company, they've hit the big time with the iPhone and are resting on their laurels.

    Notebooks / Computers, these aren't innovative, infact the PowerPC was innovative, OSX 10.1 was innovative but now... it's got to a point where they don't innovate, Intel does; Nvidia does; AMD does, apple are a box maker using the same components as everyone else.

    Apple A series mobile processors, these are innovated by ARM (spun off from Acorn, a british company). Again they don't innovate.

    Where they DO innovate is the idea of a vertical system where typically companies have gone to a horizontal view. The innovation is to capture you with something (be it a Apple TV, iMac, iPhone, iPod) and get you into their vertical structure. The innovation comes at creating a market for all possible user needs within this vertical structure, e.g. Movies, Music, Apps... where they can't make it themselves they take a cut from other developers (30% split).




    triangular based pyramid. triangular-ased pyramid,
  • triangular-ased pyramid,


  • Xenious
    Oct 2, 05:19 PM
    I'm for open standards, but I'm sorry I selfishly want to see Real die a horrible painful death. Oh and I also want a T-shirt that says "DVD John cracked my butt." :)



    more...

    triangular based pyramid. of a square-ased pyramid
  • of a square-ased pyramid


  • itgoesforfun
    Nov 24, 03:39 PM
    Thanks , let us know man!

    I wont be going until way later so I wont have a way to confirm until tonite.

    It's really great that Apple doesn't give their employees the proper information. I called the Glendale store and received a yes I can use the discounts together(Corporate). I went to the store and was told i cannot combine the discounts, but that option is available online. Apparently I was the 10th person who encountered that fun situation within 90 minutes.




    triangular based pyramid. cone; square-ased pyramid
  • cone; square-ased pyramid


  • clintob
    Oct 3, 06:27 PM
    The MBP is a Pro machine. I'd be willing to be that most of Apple's pro user-base does know the difference between Core Duo and Core 2 Duo.

    Ahh... but you assume the average customer cares. I agree, the MBP is intended to be a pro machine. But there are a lot of customers out there who buy the biggest and brightest because they can afford it and they want it. I have a boss who doesn't know his elbow from his... well... you know. And he has an MBP and a 20" Intel iMac. He can barely use his email, but he's got the toys. And these people are not that rare... particularly when it comes to Apple. Sad but true.

    And as a minor technicality, sending IMs and loading web pages depend on the speed of your internet connection, not your processor.

    Yeah, I know... I was just making a point. Internet connection being equal, the generic apps (Safari, Mail, iChat) are all simple enough to run at basically same speed on a Powerbook G4 as they do on a brand new MacPro.

    I predict MBPs will be out sooner than you might think, otherwise Apple risks being scoffed at by the technology community

    I'm sure we'll see them soon too, if only because it's been a while since the last MBP refresh. But the people who are clamoring or saying that the tech community will scoff at Apple are mistaken. We all bitch and moan because we want the latest, but whenever it comes, even if it's in January, we'll all still buy because at the end of the day the processor is only a piece of the puzzle. Apple is head and shoulders better than everyone else, so those of us in the know will always buy... they've built more than enough confidence over the past few years to earn the technology community's trust.



    more...

    triangular based pyramid. square based pyramid
  • square based pyramid


  • leekohler
    May 5, 11:30 AM
    There is nothing wrong with a doctor talking to anyone about guns, as they can be a risk to health. That's like telling my doctor he can't tell me to use condoms if he asks if I'm gay, or that he can't tell me to do certain stretches before I play hockey, if he asks me about that. This proposed law is a load of crap. Asking people about activities they engage in are key to treating a patient.




    triangular based pyramid. The rationale on ased on the
  • The rationale on ased on the


  • Geckotek
    Dec 14, 03:13 PM
    But the fact remains how are they going to exactly implement two separate phones for carriers that use different cell tech, and implement them properly


    You act like this is some impossible task that's never been done before. Or is Apple just not as capable as every other cell phone manufacturer in the world?



    more...

    triangular based pyramid. Triangular+ased+pyramid+
  • Triangular+ased+pyramid+


  • La Porta
    Mar 25, 07:02 AM
    I remember, I was so excited for this to arrive all day at school. I was a 17 year-old high school senior, just itching to get out of class because I knew the package would arrive that day. I had been running OS X Public Beta on my iMac DV SE and was ready for the real thing! Little did I know that, as far as I go, the "real thing" came with 10.2 on my next LCD iMac!




    triangular based pyramid. on a square based pyramid
  • on a square based pyramid


  • stukick
    Apr 8, 05:42 PM
    Best Buy still sucks.




    triangular based pyramid. Unified Pyramid
  • Unified Pyramid


  • lostontheisland
    Apr 5, 04:56 PM
    Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)

    Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)



    better than being angry over someone elses opinion.

    I'm not angry. There's a difference between being angry and having a civilized argument that DOESN'T involve name calling.

    first-chill!, second-chill a little more, third-am i not within my own rights to call something as i see it?or is that reserved solely for you?the choice of words i use are just that my choice so take your opinion about me elsewhere as after some thought iv decided I couldn't care any less what you say.




    jbg232
    Mar 17, 11:03 AM
    Of course, but dishonesty is immoral. Dishonesty coupled with theft and injury is illegal.

    dishonesty in the abstract sense is the main tenet of your profession counsel.

    Obviously this is not the case, but it would not necessarily be immoral to lie to save someone's life. This is a complicated topic which I don't want to go in to...




    Amazing Iceman
    May 4, 09:04 AM
    Does anybody know what apps are featured in this commercial? I was able to identify a few of them, but not all, and are not yet listed in the AppStore.




    noodlelegs
    Jan 4, 12:29 PM
    It's January 4th and no sign of the Verizon iPhone. Oh well, there's always next year.




    solvs
    Jan 15, 01:33 AM
    Blogging isn't journalism,
    No, but there are some who are trying to be taken seriously. They had a press pass. As has been repeated multiple times, this hurts the entire blogging industry (and it is an industry) who cover things as journalists. This isn't some old lady down the street, this is a tech blog that's a business itself that has been built up over the years in an attempt to be taken seriously and get press access to just events and products to test for their articles. That's all been destroyed with one stupid act, which they're now trying to turn into an act of defiance. They made some interesting points in the last spiel, but it doesn't change the fact that if they want to be taken seriously, and they claim to want to be, at least more than those who are bought or don't ask the tough questions, this isn't going to help.

    So when they do try to post something serious, and they have, is it any wonder if we won't trust them or believe them, or even care?




    markw10
    Nov 24, 07:09 PM
    and now it just came up and I don't see any sales. Am I wrong? It seems they are gone and had the idea this is a 24 hour sale. I wasn't going to cut my order close to midnight but it's 6PM mountain time now.I never expected it to end this soon. I'm hoping this is a mistake. I was going to order some products anyway so that won't stop me but yet I don't want to order and see the prices back in 10 minutes.



    No comments:

    Post a Comment