IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1982.49 MB
Powered by
Channel Info
Network: freenodeChannel: #php |
Search in www.irclog.org
Log from #php at freenode 2006-07-09
Pages: 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Next >
[00:00]<yvzn2rf>Rocksfrow: no, down - at your feet... your sitting in gum
[00:00]<yvzn2rf>standing*
[00:00]<yvzn2rf>er... thats to Touqen
[00:00]<xzzvduv>CSWookie: sure its the server and not the client?
[00:00]<xzzvduv>CSWookie: or a proxy on the way?
[00:00]<ayzzsvnz>lol he asked about xdiff
[00:00]<ayzzsvnz>yeah this is #xdiff totally :p
[00:00]<cswjjcyn>hartmut: Not possitive. I held shift when I he refresh. It's not likely to be a proxy.
[00:00]<yvzn2rf>CSWookie: theres an apache directive which caches something... or another.... i dont remember....... it happened to me a year ago :)
[00:01]<pzzvz>itrebal, whats your site's addy?
[00:01]<yvzn2rf>farva: take a wild guess
[00:01]<xylxjzys>good day
[00:01]<pzzvz>eroticphotos.com?
[00:01]<tjufgg>I'm having a shitty one.
[00:02]<tjufgg>Yay depression!
[00:02]<xylxjzys>I hear if you take drugs, it gets lesser for a while
[00:02]<pzzvz>lol
[00:02]<pzzvz>see!
[00:02]<xylxjzys>what makes your day shitty? :(
[00:02]<pzzvz>drugs are the answer!
[00:02]<xylxjzys>drugs are just my answer ;]
[00:02]<xylxjzys>... to any question!
[00:02]<yvzn2rf>farva: yea :)
[00:02]<pzzvz>itrebal.com itrebal?
[00:02]<yvzn2rf>yea
[00:02]<xylxjzys>Touqen: what happened?
[00:03]<pzzvz>itrebal, thats some nice php coding :-p
[00:03]<zjacspzjw>hey
[00:03]<zjacspzjw>whos got some help for me
[00:03]<ayzzsvnz>is it PHP related?
[00:03]<zjacspzjw>i need to compare two strings to get the CHANGES made to one of them..compared to the other
[00:03]<yvzn2rf>Touqen: talk to me about your problems :)
[00:03]<yvzn2rf>farva: the templating behind that webpage is complex :)
[00:03]<xylxjzys>Rocksfrow: that problem is really ambiguous.... what do you mean by changes?
[00:03]<ayzzsvnz>Rocksfrow: we dont deal with xdiff
[00:04]<xylxjzys>Rocksfrow: if one string is "A" and another string is "B", what are the changes?
[00:04]<yvzn2rf>(BTW that island is my vacation island)
[00:04]<pzzvz>itrebal, all i have is an oddly positioned bitmap and some cheesey quote
[00:04]<tjufgg>itrebal: It's nothing huge. I just have moments where I feel like shit for no apparent reason.
[00:04]<zjacspzjw>for the strings..
[00:04]<zjacspzjw>say.. $str1 = "Hi i'm happy";
[00:04]<xylxjzys>Touqen: how's your work/job/school going?
[00:05]<zjacspzjw>$str2 = "Hi i'm sad";
[00:05]<ayzzsvnz>itrebal: xhtml strict eh? i'd like to see you keep it that way with a real siter
[00:05]<yvzn2rf>farva: i know, thats all that you can access without me letting you in :) i've got code thing sup there and the like
[00:05]<zjacspzjw>...i need to detect
[00:05]<zjacspzjw>that "happy" was changed to "sad"
[00:05]<yvzn2rf>jiggster: i do :)
[00:05]<tjufgg>my job is great, school is over
[00:05]<ayzzsvnz>itrebal: fucker :p
[00:05]<xylxjzys>Rocksfrow: what do you mean by "changed"? I don't see any notions of time in your problem description..
[00:05]<pzzvz>itrebal, thats mean
[00:05]<zjacspzjw>okay..
[00:05]<zjacspzjw>$str1 is stored in a db
[00:05]<xylxjzys>Rocksfrow: it seems like you just want to compute the difference between two strings (whatever that means)
[00:05]<yvzn2rf>jiggster: haha theres a fantastic program called 'tidy' which does it :D i just have to keep it close, and it'll fix minor mistakes
[00:05]<zjacspzjw>...$str2 is the RESULTS of $str1 being editted by a user
[00:05]<yvzn2rf>Touqen: :/ i'm sorry, i know how things like that go
[00:06]<xylxjzys>Rocksfrow: what if string 1 is "AAA BBB CCC" and string 2 is "AAA CCC" ?
[00:06]<ayzzsvnz>itrebal: blah one of my layouts will never fit into strict
[00:06]<yvzn2rf>Rocksfrow: we dont' support xdiff
[00:06]<yvzn2rf>jiggster: i know how that goes
[00:06]<xylxjzys>Rocksfrow: you need to pin down *precisely* what this algorithm is, and what it's determining
[00:06]<zjacspzjw>is there anything better than xdiff..or something that will help me do what im doing?
[00:06]<xylxjzys>Rocksfrow: part of that pinning down needs to be some example inputs an output
[00:06]<zjacspzjw>well okay let me explain further than..
[00:06]<xylxjzys>Rocksfrow: you need to decide very precisely what your algorithm is
[00:06]<zjacspzjw>listen ill explain some..
[00:06]<xylxjzys>"AAA BBB CCC", "AAA CCC" -> ???
[00:07]<zjacspzjw>the string can be any text...it's text from a rich text box
[00:07]<zjacspzjw>...and that's saved..
[00:07]<pzzvz>@ char 4, B gone
[00:07]<zjacspzjw>well, an editor logs in and "EDITS" the string..
[00:07]<pzzvz>or whatever
[00:07]<yvzn2rf>jiggster: odd... my server isn't sending application/xhtml+xml
[00:07]<zjacspzjw>i need to make a script to compare..the ORIGINAL string..with the EDITTED string..
[00:07]<zjacspzjw>get me?
[00:08]<xylxjzys>I understand the abstract notion of what you want to do
[00:08]<xylxjzys>my point is that you need to say specifically how this comparison works
[00:08]<zjacspzjw>...explain?
[00:08]<xylxjzys>there are a lot of examples where the output you want is not obvious
[00:08]<cswjjcyn>Well, I've cleared the clients cache, and set it to not be doing any more caching, so I doubt that's the issue. I'm not using a proxy intentionally, although I suppose there might be one on my ISP.
[00:08]<pzzvz>... what do you want tot eh comparison to give you
[00:08]<zjacspzjw>yes..thats my problem
[00:08]<pzzvz>a true false?
[00:08]<pzzvz>the differences?
[00:08]<xylxjzys>take mine: your input is "AAA BBB CCC" and the after-edit is "AAA CCC"
[00:08]<zjacspzjw>yes the differences
[00:08]<xylxjzys>given those two inputs, what output do you want?
[00:08]<pzzvz>Rocksfrow, in what order
[00:08]<pzzvz>whats missing
[00:08]<rcrgjwg>when i declarea function or variable protected, only the class can access this protected and classes that inherit , right?
[00:09]<pzzvz>whats been added?
[00:09]<zjacspzjw>yes..
[00:09]<xylxjzys>if I give you "AAA CCC" and another "AAA BBB CCC", what output do you want? " BBB" or is it "BBB " ?
[00:09]<zjacspzjw>whats removed/added/changed
[00:09]<xylxjzys>Rocksfrow: you're not speaking precisely
[00:09]<xylxjzys>the words you say to not define the problem
[00:09]<zjacspzjw>let me think..
[00:09]<zjacspzjw>a better way to put it







