Berkeley CSUA MOTD:Entry 43086
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/07/08 [General] UID:1000 Activity:popular
7/8     

2006/5/17-19 [Computer/SW/Languages/Misc] UID:43086 Activity:nil
5/17    I recorded some movies with a Casio EX-600 camera.  Uploaded them into
        Picassa.  Then I realized that I forgot to change the date on the
        camera which was set to some date in 2005.  I changed the .AVI files
        to the current dates but picassa still sorts them according to the
        2005 date.  It must be reading dates embedded in the AVI file itself.
        I know that JPEGs hav EXIF header which I can change.  What do I
        use to change the embedded dates inside an AVI file?  I believe
        it's mpeg-4 inside.  Any FREE tools I can use to do this?  Thanks!
        \_ Are you sure Picasa isn't caching metadata?  AFAIK AVI files
           don't have any such date field.
2025/07/08 [General] UID:1000 Activity:popular
7/8     

You may also be interested in these entries...
2009/10/1-22 [Computer/Companies/Google, Academia/Berkeley/CSUA/Motd] UID:53424 Activity:kinda low
10/1    google wave is a really fancy version of wall.  i can pipe
        giant ascii text files through it.  my dream has come true.
        does anyone remember when jwang made it so if you walled
        embedded html tags, it would appear in the csua lwall www page?
        google wave is a little better than that. - danh
        \_ http://www.techcrunch.com/2009/10/09/google-wave-is-easier-to-understand-than
	...
2009/3/26-4/2 [Computer/SW/Languages/Misc, Computer/SW/Apps] UID:52760 Activity:nil
3/26    Anyone here uses Heritrix?  I'm trying to read the Intro document at
        http://crawler.archive.org/An%20Introduction%20to%20Heritrix.pdf but
        both Adobe Reader 8.1.3 (Win32) and gv 3.6.5 (cygwin) display error
        messages and show me blank pages.  Adobe displays:
        "Cannot extract the embedded font 'FTXWSG+TimesNewRomanMS'.  Some
        characters may not display or print correctly."
	...
2008/6/9-12 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Security] UID:50194 Activity:nil
6/8     CSUA code guru please help. I need to see my random number
        generator with a good seed (I just need random 18 bit
        identifiers). The usual time(NULL) is OK, except my program
        might be invoked faster than once a second, and seeding using
        time() produced the same result. I tried clock() but it seems
        to return 0. My program needs to be run in Linux/DOS (Watcom
	...

	...
2006/10/29-30 [Computer/SW/SpamAssassin] UID:45030 Activity:kinda low
10/29   Any tips on dealing with the usual nonsense-text-around-embedded-
        images spam?  I'm running postgrey + spamassassin, and it's catching
        about half of them...  -John
        \_ Are you running Razor2, Pyzor, and other services that contact
           a centralized spam repository to filter out even more spams?
           \_ No, I will be.  A gentleman and a scholar, thanks.  -John
	...
2006/10/11-13 [Computer/SW/OS/Windows] UID:44779 Activity:nil
10/11   Are Windows CE, Windows Embedded, and Windows Mobile the same thing?
        They all sound like the Windows version for small devices.  Is it just
        a marketing thing to rename different versions of the same product?
        Thanks.
        \_ Windows CE is the generic term for Windows Mobile, which includes
           "Pocket PC" Edition, and the castrated  "Smartphone" edition.
	...
2006/8/23-29 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Editors/IDE, Computer/SW/Languages/Java] UID:44116 Activity:nil
8/23    I've been primarily developing Java in Eclipse, but I need to do a
        project with embedded C++, and I'd like a better IDE than Emacs.  MS
        Visual Studio is way too windows-centric.  All I really need is
        something that can do context-assists and autocompletes and flagging of
        illegal syntax.  Suggestions?
        \_ Have you tried this: http://www.eclipse.org/cdt --oj
	...