edesignuk
Aug 6, 01:46 PM
For an awful second I thought I was going to be e :DYou wish buddy, I know your game http://up.edesignuk.com/files/1/Images/Smilies/Dogeyes.gif
davedray
Mar 6, 09:35 AM
I think I will be making it to the Ardmore store. I have never been to a launch there. I was hoping to get there at 3:30 ish too. I am hoping for a WiFi 64 GB one, with an orange cover. We shale see, this will be my first launch day event since Leopard came out, and that wasn't bad at all.
Brize
Feb 16, 10:03 AM
First of all, Safari. I know a lot of people like it, and I tried to, but I hate it. It sticks and takes a ridiculously long time to load pages.
Try SafariSpeed (http://www.versiontracker.com/dyn/moreinfo/macosx/24331) to reduce the time it takes to load pages. It's free, and you'll likely notice a vast improvement.
Try SafariSpeed (http://www.versiontracker.com/dyn/moreinfo/macosx/24331) to reduce the time it takes to load pages. It's free, and you'll likely notice a vast improvement.
kntgsp
Aug 28, 10:16 PM
sold
more...
robbieduncan
Apr 24, 07:54 AM
Actually there is a malloc, it's embedded in the memcpy.
My mistake. But the underlying problem is the same: the address of returnElement is on the stack. The address of the memory the at malloced in the call to memcpy is "lost" as it is never saved into a variable. So that malloced memory is leaked.
But, if I understand you correctly, the act of copying from the heap to the stack has the same effect of free()?
No. Absolutely 100% not. You have allocated space on the heap with the malloc. The malloc returned the address for you to free later. You did not save this address so cannot call free but that is OK as memcpy also returns the destination address (so as you can put the memcpy and malloc in one line like you have). But you fail to save the address their, instead dereferencing the pointer and saving that value in a variable. So at this point the malloced space on the heap is leaked. This is a problem. The space you allocated on the stack for the double is fine: it will get cleaned up for you.
The solution is to split this into two lines. You need to have a void * pointer variable that you store the return from memcpy in. You can then dereference and cast the that into returnElement. And finally free the void * pointer returned from memcpy.
My mistake. But the underlying problem is the same: the address of returnElement is on the stack. The address of the memory the at malloced in the call to memcpy is "lost" as it is never saved into a variable. So that malloced memory is leaked.
But, if I understand you correctly, the act of copying from the heap to the stack has the same effect of free()?
No. Absolutely 100% not. You have allocated space on the heap with the malloc. The malloc returned the address for you to free later. You did not save this address so cannot call free but that is OK as memcpy also returns the destination address (so as you can put the memcpy and malloc in one line like you have). But you fail to save the address their, instead dereferencing the pointer and saving that value in a variable. So at this point the malloced space on the heap is leaked. This is a problem. The space you allocated on the stack for the double is fine: it will get cleaned up for you.
The solution is to split this into two lines. You need to have a void * pointer variable that you store the return from memcpy in. You can then dereference and cast the that into returnElement. And finally free the void * pointer returned from memcpy.
unid
Jan 17, 10:35 PM
http://i851.photobucket.com/albums/ab76/unid_photo/ootcb-morphologorythm/th_201amlamptramp.jpg (http://s851.photobucket.com/albums/ab76/unid_photo/ootcb-morphologorythm/?action=view¤t=201amlamptramp.jpg)
http://i851.photobucket.com/albums/ab76/unid_photo/ootcb-morphologorythm/th_metamorph.jpg (http://s851.photobucket.com/albums/ab76/unid_photo/ootcb-morphologorythm/?action=view¤t=metamorph.jpg)
http://i851.photobucket.com/albums/ab76/unid_photo/ootcb-morphologorythm/th_cabbagepatchqueen.jpg (http://s851.photobucket.com/albums/ab76/unid_photo/ootcb-morphologorythm/?action=view¤t=cabbagepatchqueen.jpg)
http://i851.photobucket.com/albums/ab76/unid_photo/ootcb-morphologorythm/th_metamorph.jpg (http://s851.photobucket.com/albums/ab76/unid_photo/ootcb-morphologorythm/?action=view¤t=metamorph.jpg)
http://i851.photobucket.com/albums/ab76/unid_photo/ootcb-morphologorythm/th_cabbagepatchqueen.jpg (http://s851.photobucket.com/albums/ab76/unid_photo/ootcb-morphologorythm/?action=view¤t=cabbagepatchqueen.jpg)
more...
rever3nce
Apr 24, 01:47 AM
Personally, I let the phone drop to 0% and then recharge it to 100%. You really don't HAVE to, but some recommend it.
When the iPhone reaches 100% charge, it will not accept any more - so, no, it's not bad to keep it plugged in.
are you 100% sure about this?? just asking cuz there are times where i wanna charge my phone but its like 5 min before i wanna go to bed and dont wanna charge it for 8 hours . and its always rumored that leaving your charger on overnight will hurt the battery. thats the last thing i wanna do on an iphone since the battery is non removable
When the iPhone reaches 100% charge, it will not accept any more - so, no, it's not bad to keep it plugged in.
are you 100% sure about this?? just asking cuz there are times where i wanna charge my phone but its like 5 min before i wanna go to bed and dont wanna charge it for 8 hours . and its always rumored that leaving your charger on overnight will hurt the battery. thats the last thing i wanna do on an iphone since the battery is non removable
Beanoir
May 4, 05:22 AM
If you wipe the SSD, as the OP indicated, there IS no Safari history left.... or Safari.
I know, it was just a wee bit of humour. ;)
I know, it was just a wee bit of humour. ;)
more...
Silentwave
Oct 16, 08:44 PM
so-so overall, but I loved the beeping a la Ellen Feiss....
lavrishevo
Apr 27, 08:40 PM
http://img861.imageshack.us/img861/475/muteonbutton.png
http://img684.imageshack.us/img684/5232/muteoffbutton.png
http://img684.imageshack.us/img684/5232/muteoffbutton.png
more...
macquariumguy
Sep 3, 11:56 AM
The banner is on eBay now (with about a day left). I'll probably put the poster up next.
str1f3
Nov 16, 10:46 PM
I would expect Apple to counter Verizon's crazy torpedo ads against them but...
That's really at&t's job.
That's really at&t's job.
more...
Jaffa Cake
Feb 8, 04:01 PM
I would have choked that chicken to death.I would like to think you'd be brought to justice for your crime � but more likely you'd just get off with a poultry fine when you go up before the beak.
zimv20
Jul 8, 12:14 AM
next part --
i want to be able to hit my machine remotely and get to ~/Documents. i've gotten htaccess working in /Library/WebServer/Documents and made a symbolic link (ln -s) from there to my Documents directory.
% pwd
/Library/WebServer/Documents
% ls -l D*
lrwxrwxr-x 1 root admin 20 Jul 8 00:05 Documents@ -> /Users/zim/Documents
%
when i try to browse to Documents, i get "Forbidden / You don't have permission to access /Documents/ on this server."
i stuck my .htaccess file into that directory, but same thing.
any ideas?
i want to be able to hit my machine remotely and get to ~/Documents. i've gotten htaccess working in /Library/WebServer/Documents and made a symbolic link (ln -s) from there to my Documents directory.
% pwd
/Library/WebServer/Documents
% ls -l D*
lrwxrwxr-x 1 root admin 20 Jul 8 00:05 Documents@ -> /Users/zim/Documents
%
when i try to browse to Documents, i get "Forbidden / You don't have permission to access /Documents/ on this server."
i stuck my .htaccess file into that directory, but same thing.
any ideas?
more...
CrAkD
May 4, 07:18 PM
you can only do video in on the 2011 27" imacs if the device your plugging in has thunderbolt. (i.e. 2011 macbook pros)
Full of Win
Jul 8, 09:27 AM
Looks-wise, the Apple Pro Mouse has to be one of the most beautiful ever made.
more...
ashwinr87
Apr 28, 10:23 AM
I solved the problem... apparently using the button to perform the action I needed, will indeed require me to click on it twice and then only perform the pan action. So I removed it and added an Image and added gesture recognizer to it.
Here is the updated code...
The code for the Image -
![BEADED HANDBAG CLUTCH beaded clutch bags. BEADED HANDBAG CLUTCH](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_ulFbg2JP9wPxDq4mBT4bDKvFgLu6XFlD0a2l2AoF1Z8QMd9yssZwwwrpMpJVvv3u5liSwd9Q8vGyU1YK9GCrlMCm7kceuL2X3LDJnFtcBVb5xmd2XgYpLaYxXvKcJJrnbNk8uMIkKvNOTCckm7Ix0OJ0YieR2SKB3OkBjoGO0kpX8=s0-d)
BEADED HANDBAG CLUTCH
![Designer Evening Purse,Clutch beaded clutch bags. Designer Evening Purse,Clutch](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_tpQqVxcbbOXqVddUslhq7g9GmlP4m2s0GykqpVnQWFWhRiYieLEfCXQzS8ZcwmyXw31VZz6_hvU3GE3W8gUO2INwusCRPzlK609RpvdRE9HgXYKhK184K8uVyLTzsOKLtLMxSn8lOU6y1HqgERXZuP1PWLl-waKdvUP6gne8va=s0-d)
Designer Evening Purse,Clutch
Here is the updated code...
The code for the Image -
ulbador
Feb 24, 01:14 PM
Does this script run for an unusually long time or something? I believe the default timeout for MySQL is around 8 hours.
Your code below is calling mysql_ping, but your error message is for mysqli_ping, make sure you are using the right type of connection.
mysql_ping will not do automatic reconnection, however mysqli_ping will if you set the mysqli.reconnect option in php.ini or your code.
Sorry, I just typed up the test cases I had used from memory quickly and copied and pasted (poorly). It is actually using mysqli_ping in the real tests. Thanks for pointing it out. I corrected this in my original post
8 hours is far too long of a timeout for our busy website. We are running a 30 second timeout right on the database out of necessity. Otherwise the resources sit there and are never released and aren't reallocated and used quickly enough.
I know mysqli_ping won't auto-reconnect (at least in some versions of PHP no matter what option you set), I just use it to test if the connection is still open. If not, I grab a new connection. Even if the ping worked and autoreconnected, the code would be fine. I just can't figure out why sometimes it tosses that error, or how to test for it beforehand.
Your code below is calling mysql_ping, but your error message is for mysqli_ping, make sure you are using the right type of connection.
mysql_ping will not do automatic reconnection, however mysqli_ping will if you set the mysqli.reconnect option in php.ini or your code.
Sorry, I just typed up the test cases I had used from memory quickly and copied and pasted (poorly). It is actually using mysqli_ping in the real tests. Thanks for pointing it out. I corrected this in my original post
8 hours is far too long of a timeout for our busy website. We are running a 30 second timeout right on the database out of necessity. Otherwise the resources sit there and are never released and aren't reallocated and used quickly enough.
I know mysqli_ping won't auto-reconnect (at least in some versions of PHP no matter what option you set), I just use it to test if the connection is still open. If not, I grab a new connection. Even if the ping worked and autoreconnected, the code would be fine. I just can't figure out why sometimes it tosses that error, or how to test for it beforehand.
FoxyKaye
Sep 12, 03:51 PM
Ok... this crap HP i have only has 256 ram. I have a few extra sticks of 256 lying around, but i have no way of knowing what type they are. Is there any harm in just sticking them in to see if they will work?
Not that I can recall - with the new RAM, your PC will either boot or it won't, or it will freeze up constantly or it won't. There's a lot of operational consequences to putting in incompatible RAM, but AFAIK none that would destroy your system or MoBo.
Not that I can recall - with the new RAM, your PC will either boot or it won't, or it will freeze up constantly or it won't. There's a lot of operational consequences to putting in incompatible RAM, but AFAIK none that would destroy your system or MoBo.
Nereus
Dec 16, 05:43 PM
Perhaps you should try removing the file com.apple.airport.preferences.plist from the folder you find it in. Perhaps some of the preferences are corrupt.
Also, I'd check to make sure the antenna is plugged in correctly. :)
Thanks! How do I check that the antenna is plugged in correctly?
Also, I'd check to make sure the antenna is plugged in correctly. :)
Thanks! How do I check that the antenna is plugged in correctly?
kevink2
Apr 24, 01:32 PM
Also, up until a few years ago the portables were limited to 4GB of RAM, so weren't as future proof. But my 3 year old Mac Pro doesn't have that limit, and I'm running 14GB on it. If iMacs or MBPs of the time could have supported more RAM, I would have gone that route instead.
simX
Jul 11, 09:16 PM
Originally posted by arogge
It appears that OS X will truncate any password longer than 7 characters to only 8 characters. In other words, it's an 8-character overflow. This problem is global in that it affects the Login Window, Screen Effects, Keychain Access, and even network logon security. For anyone with long password phrases that have easily-guessable words in the first 8 characters, this is a problem. Since "MacintoshOSXIsMoreSecureThanMicrosoftWindows" only needs to be entered as "Macintosh", gaining unauthorized access is very simple with a common name attack. Of course, we all have passwords that are a combination of letters and numbers, including a mix of upper- and lower-case characters. ;)
Actually, this is not entirely true. Keychain Access actually requires the full password. This issue has been documented on MacFixIt before.
It appears that OS X will truncate any password longer than 7 characters to only 8 characters. In other words, it's an 8-character overflow. This problem is global in that it affects the Login Window, Screen Effects, Keychain Access, and even network logon security. For anyone with long password phrases that have easily-guessable words in the first 8 characters, this is a problem. Since "MacintoshOSXIsMoreSecureThanMicrosoftWindows" only needs to be entered as "Macintosh", gaining unauthorized access is very simple with a common name attack. Of course, we all have passwords that are a combination of letters and numbers, including a mix of upper- and lower-case characters. ;)
Actually, this is not entirely true. Keychain Access actually requires the full password. This issue has been documented on MacFixIt before.
Bobby Corwen
Feb 22, 12:58 AM
I have tried to find it before and I remember glancing at it but does anyone know where the official list is where it states the benefits of specific rankings?
Its right here: http://guides.macrumors.com/Help:MacRumors_FAQ#How_do_user_titles_work.3F
Its right here: http://guides.macrumors.com/Help:MacRumors_FAQ#How_do_user_titles_work.3F
bozz2006
Mar 5, 09:35 PM
I know that mactheripper allows you to set the region to anything you like, including "all", when you rip. Maybe give that a shot. As far as why it's slow in handbrake, I'm not sure. I've only done it on a Mac Pro with multiple discs. Perhaps there's a read/write traffic jam on the HDD, since when you convert straight from the DVD it reads from the DVD and writes to the HDD.
No comments:
Post a Comment