anng12
Mar 9, 06:36 PM
Anyone else coming and at what time?
wakerider017
Mar 19, 12:15 PM
Congrats on your new $560
robbieduncan
Apr 26, 03:59 PM
Views PDFs, images etc.
Sijmen
Feb 4, 04:48 PM
This is generally called newsletter software. I�d suggest looking into CampaignMonitor (http://www.campaignmonitor.com/), which will give you HTML code for a form you can embed (and customise) plus an online interface for managing your list and sending out newsletters. Another similar service is MailChimp (http://www.mailchimp.com).
point665
Oct 26, 07:22 PM
I was there before it opened. Using Leopard now.
Sir_Giggles
Jan 12, 10:24 AM
Well Soundtrack is being bundled with FCPexpress, which makes more sense to me, since Soundtrack was hardly embraced by the pro community, to the aspersions of Logic and BIAS.
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.
jimthorn
Jul 10, 05:51 PM
Originally posted by �bergeek
the ram cover won't come off lol
since i really don't want to do it myself, i'm taking it to macenthusiasts to get it off since that's what the apple store genius dude told me to do.
i have a 512mb stick somewhere...i should really go...maybe i'll go right now.
:) Yes, your iBook will be much happier with 640MB of RAM. It's too bad the other 128MB is hardwired onto the board... 1GB would be nice.
the ram cover won't come off lol
since i really don't want to do it myself, i'm taking it to macenthusiasts to get it off since that's what the apple store genius dude told me to do.
i have a 512mb stick somewhere...i should really go...maybe i'll go right now.
:) Yes, your iBook will be much happier with 640MB of RAM. It's too bad the other 128MB is hardwired onto the board... 1GB would be nice.
canadianluddite
Apr 23, 11:10 AM
I have an application --
PDF, DOC, XLS Fast Reader --
in my iTunes library
but it doesn't sync to my iPod touch --
any suggestions?
Thanks!
PDF, DOC, XLS Fast Reader --
in my iTunes library
but it doesn't sync to my iPod touch --
any suggestions?
Thanks!
Keebler
Mar 5, 09:56 AM
I am too new at CS5 to be of much help, but I wonder if this would be of any help to you (?):
a. Take a good quality RAW photo of the picture, and open this RAW image in Camera Raw as a Smart Object. See if you can adjust the area that is too light (left of the photo).
b. Now, double-click on the image shown in the Layers panel, which in turn will open a layer of the image in Camera Raw. Now adjust the dark side of the image, and then click on "Done." The result is two layers blended into one.
-------------
Thanks AlaskaMoose. I should have mentioned this is a negative. I would definitely try your method if it was a photo.
a. Take a good quality RAW photo of the picture, and open this RAW image in Camera Raw as a Smart Object. See if you can adjust the area that is too light (left of the photo).
b. Now, double-click on the image shown in the Layers panel, which in turn will open a layer of the image in Camera Raw. Now adjust the dark side of the image, and then click on "Done." The result is two layers blended into one.
-------------
Thanks AlaskaMoose. I should have mentioned this is a negative. I would definitely try your method if it was a photo.
MaxBurn
May 5, 06:02 AM
You can get a gophone smartphone account now with an iphone, but you need to bring your own phone. I posted my experience with it in the iphone main forum.
Prepaid either $2/day or $0.10/minute and he small data package is cheap but escapes me at the moment. Im on the big one for $25/500mb.
Prepaid either $2/day or $0.10/minute and he small data package is cheap but escapes me at the moment. Im on the big one for $25/500mb.
simsaladimbamba
May 6, 03:36 PM
you still here.
Of course. I missed you too. Wanna grab a can of bad spinach?
Of course. I missed you too. Wanna grab a can of bad spinach?
MoodyMedStudent
Apr 9, 03:27 PM
Rockport
Banana Republic
J-Fold
Welch Allyn
Lululemon
Calvin Klein
Oris
Banana Republic
J-Fold
Welch Allyn
Lululemon
Calvin Klein
Oris
AppleIntelRock
Jul 9, 01:28 AM
looks like i'm going to los gatos
AuroraProject
Apr 3, 12:32 AM
The world as you know it, will cease to exist. You will be sucked into the black hole that is no phone land. Pack accordingly.
wolrabn
May 2, 01:01 AM
It's not restoring to either though, I've created a few c.firmware packages with pwnagetool - all returning same error code 6 as official.
Mitthrawnuruodo
Mar 3, 07:16 AM
Yes, bring this thread back to life!
I looked thru that apple listing of keystrokes, but I couldn't find one to restore windows (or I overlooked it). That is, if a window of an app is minimized onto the dock and you select the app by apple+tab, is there a keystroke to restore the window so I don't have to use the mouse to find it on the dock and click on it?
Thanks!
Don't think so, but try hiding the apps/windows using cmd-H instead of minimizing them to the dock. Then they are gone from view and reappear when you choose that application again (e.g. using cmd-TAB/shift-cmd-TAB to navigate all open apps), even Finder... (Only problem is that this only works for all the windows of a given program.)
I looked thru that apple listing of keystrokes, but I couldn't find one to restore windows (or I overlooked it). That is, if a window of an app is minimized onto the dock and you select the app by apple+tab, is there a keystroke to restore the window so I don't have to use the mouse to find it on the dock and click on it?
Thanks!
Don't think so, but try hiding the apps/windows using cmd-H instead of minimizing them to the dock. Then they are gone from view and reappear when you choose that application again (e.g. using cmd-TAB/shift-cmd-TAB to navigate all open apps), even Finder... (Only problem is that this only works for all the windows of a given program.)
wrldwzrd89
Oct 3, 08:34 PM
If you copy by burning a dvd along with the itunes library data couldn't you just drop it into the itunes folder? Otherwise if you just transfer the music folders it seems you'd lose all your changed info.....comments, genre etc. I for one would really hate do redo the info on thousands of songs.
Marlene
That's true that you would lose any info that isn't stored inside the music file itself (i.e. in the ID3 tag of an MP3) - I prefer to have iTunes open and drag the info to iTunes so it finds it and imports it immediately. Using your method, I'd have to do the copy while iTunes is closed, then open iTunes and hope it sees the new music library.
Marlene
That's true that you would lose any info that isn't stored inside the music file itself (i.e. in the ID3 tag of an MP3) - I prefer to have iTunes open and drag the info to iTunes so it finds it and imports it immediately. Using your method, I'd have to do the copy while iTunes is closed, then open iTunes and hope it sees the new music library.
edesignuk
Mar 24, 05:40 AM
That's about all there is to say really, update!
http://www.mozilla.org/products/firefox/all.html
http://www.mozilla.org/products/firefox/all.html
JZ Wire
Jul 4, 07:53 PM
Ill be going to the Apple store at the Falls. Even though the At&t store is close by but I have a feeling a lot of people will be going there to activate their phones for the first time.
By the way, someone already started a thread for those who are buying an iPhone in Miami.
By the way, someone already started a thread for those who are buying an iPhone in Miami.
celticpride678
Mar 11, 10:28 PM
Partitioned 25 GB's of space to Lion and haven't touched Snow Leopard since.
Viv
Aug 21, 12:00 PM
Is that a trick question?
Its been done before, krossfyter had it for a while.
D
Love the Ion source pic, used to make them a long time ago:-)
Viv
Its been done before, krossfyter had it for a while.
D
Love the Ion source pic, used to make them a long time ago:-)
Viv
jusacruiser
Apr 26, 04:35 PM
Is there any reason you can't figure out how to use copy paste from the screenshot within preview?
No, I guess not. I could probably do copy and paste. I was trying to use the screen shot feature instead to see how it works.
No, I guess not. I could probably do copy and paste. I was trying to use the screen shot feature instead to see how it works.
level1kid
Mar 15, 12:07 AM
all i can think of is to redo the whole aside thing.
or try to expand the div by placing 20x <br /> under make new blog
but i dont know:confused:
or try to expand the div by placing 20x <br /> under make new blog
but i dont know:confused:
No comments:
Post a Comment