Jump to content

User talk:Fei: Difference between revisions

From SELESwiki
No edit summary
 
(60 intermediate revisions by 6 users not shown)
Line 1: Line 1:
==Nov. 15 2006==
===quick link===
[[User_talk:JSH]]
===I've also inserted a few new entries for the language reference===
1) INSERT LINK
2) GET
3) GET LINK
4) LOCATION
5) OUTPUT RECORD
6) SET
7) SET LINK
===The following are the examples I entered from all the lse files. I think I have completed all the ones that I can find. You may check on that===
*'''Convex Hull'''
**ConvexHull.lse  
***OVER REGION WHOLE MAP
***OVER REGION VECTOR
*'''Distance Surface'''
**Distance.lse
***REGION CENTRED
*'''Filter Small'''
**FilterSmall.lse
***REGION CENTRED
*'''LSStats'''
**Stats.lse
***OVER REGION WHOLE MAP
***OVER INDEX SEQUENCE
***OUTPUT RECORD--too long though
***WHILE
**nn.lse
***GET
***GET LINK
***OUTPUT RECORD
***RESIZE
***FIND
***FIND LINK
***FIRST
***FIRST LINK
***NEXT
***NEXT LINK
***OVER REGION VECTOR
***INSERT
***INSERT LINK
**centroid.lse
***OVER INDEX SEQUENCE
***NEXT
***DISTANCE
***SET
***OUTPUT RECORD
**IdentifyPatches.lse
***IF
***ELSE
***INSERT TAIL
*'''Producer Consumer'''
**'''The process model'''
***Consumer.lse
****NOTHING
***Producer.lse
****REGION CENTRED
***update.lse
****NOTHING
**'''The CA model'''
***consumeCA.lse
****UNIFORM
*'''Random Walker'''
**RandomWalker.lse
***N
*'''Game of Life'''
**GameOfLife.lse
***OVER REGION CENTRED
*'''Markov chains'''
**MarkovChain.lse
***OVER REGION CENTRED
***CLASSIFY
*'''Spreading2'''
**spreading.lse
***IF Expr THEN Expr ELSE
***MIN--too commonly explained(but since we don't have any example for MIN, I added it from spreading.lse)
*'''Spreading1'''
**Spreading.lse
***REGION LOCATION
***REGION CENTRED
== plus sign problems==
Hi Fei, Here's some info.
[http://en.wikipedia.org/wiki/Wikipedia:Naming_conventions_(technical_restrictions)#Plus]
I used a work-around which is not elegant, substituting "plus sign" for "+" in the code and title...
I'll look into this further,
[[User:Charles | Charles]]
== language reference first page ==
Thursday afternoon...
Hi Fei,
I tried skyping at 430-530. No worries. I have changed your [[Language Reference]] front page, adding a 5 column alphabetical list. These point to 3 pages; [[Language Reference 1]], [[Language Reference 2]], [[Language Reference 3]]. What do you think?
Your original page is now stored at [[Language Reference Original]].
==OLDER==
I think we'll have to re-think about the [[Language Reference]] list... I'm getting the folowing errors:
"WARNING: This page is 39 kilobytes long; some browsers may have problems editing pages approaching or longer than 32kb. Please consider breaking the page into smaller sections."
Hi Fei. I got the note this time, thanks. I was intending that we break the language reference into separate pages for each letter -- I guess we should do that tuesday.
Have a good weekend. [[User:JSH | Josie]]
05.10.2005 Take a look at [[Language Reference2]] or [[Language Reference3]] as an example of a list that links to 3 more pages... I used Excel to make this file, you can find the file here: [[Image:Lang_ref2.zip]].
Unzip this file: it should end up with the name "Lang_ref2.csv". Open it in Excel or OpenOffice Calc to change the columns. Or, open it in Notepad and replace all commas with nothing. I.e. search for "," and replace with "". This will create a nice set of wiki text which you can cut and paste into your Language Reference page. Charles
== foreign ip's ==
04.10.2006 Hi Fei, (I am 'watching' [[User_talk:Charles]], so I get an email from the system when people edit it - a good way to listen for comments by people) Thanks for that note about the foreign IP addresses. The language reference looks good.
Did you notice my changes to "News!!"? What's your next plan? I'm trying to make time to get my SELES 101 tutorials updated and uploaded...  [[User:Charles | Charles]]
== first notes ==
hello, Josie, all the figures in the documentary have been uploaded, :)
hello, Josie, all the figures in the documentary have been uploaded, :)
cya tuesday
cya tuesday
Line 11: Line 140:
hi again, i'm getting a little addicted to updating my profile..lol, please let me know if it looks too inappropriate/unprofessional, i'll delete them. is there anything that i need to think/read/learn about seles over this weekend? thx, fei
hi again, i'm getting a little addicted to updating my profile..lol, please let me know if it looks too inappropriate/unprofessional, i'll delete them. is there anything that i need to think/read/learn about seles over this weekend? thx, fei


29.09 hi fei, it's your page, and a community project so its nice to see some ''personal'' material: modelling can be dry at times. i deleted the subscribe to newsletter part at the top of your user page (if you want it back tell me). i won't usually monitor this page (user_talk:fei), so if you want to 'talk' to me, leave a message at user_talk:charles or email me or skype 'mapswest'. have a great weekend and thx for doing all those graphics - it looks good! charles
29.09 hi fei, it's your page, and a community project so its nice to see some ''personal'' material: modelling can be dry at times. i deleted the subscribe to newsletter part at the top of your user page (if you want it back tell me). i won't usually monitor this page (user_talk:fei), so if you want to 'talk' to me, leave a message at [[User_talk:Charles]] or email me or skype 'mapswest'. have a great weekend and thx for doing all those graphics - it looks good! charles
 
[[User_talk:JSH]]
 
== checking messages ==
 
I found you by searching under user contributions. Do you get this message? (and lovely pictures you have)
 
I think the pages are case sensitive. Try User_talk:JSH.
 
== wow... ==
 
it looks good....

Latest revision as of 23:12, 15 November 2006

Nov. 15 2006

User_talk:JSH

I've also inserted a few new entries for the language reference

1) INSERT LINK
2) GET
3) GET LINK
4) LOCATION 
5) OUTPUT RECORD 
6) SET 
7) SET LINK

The following are the examples I entered from all the lse files. I think I have completed all the ones that I can find. You may check on that

  • Convex Hull
    • ConvexHull.lse
      • OVER REGION WHOLE MAP
      • OVER REGION VECTOR
  • Distance Surface
    • Distance.lse
      • REGION CENTRED
  • Filter Small
    • FilterSmall.lse
      • REGION CENTRED
  • LSStats
    • Stats.lse
      • OVER REGION WHOLE MAP
      • OVER INDEX SEQUENCE
      • OUTPUT RECORD--too long though
      • WHILE
    • nn.lse
      • GET
      • GET LINK
      • OUTPUT RECORD
      • RESIZE
      • FIND
      • FIND LINK
      • FIRST
      • FIRST LINK
      • NEXT
      • NEXT LINK
      • OVER REGION VECTOR
      • INSERT
      • INSERT LINK
    • centroid.lse
      • OVER INDEX SEQUENCE
      • NEXT
      • DISTANCE
      • SET
      • OUTPUT RECORD
    • IdentifyPatches.lse
      • IF
      • ELSE
      • INSERT TAIL
  • Producer Consumer
    • The process model
      • Consumer.lse
        • NOTHING
      • Producer.lse
        • REGION CENTRED
      • update.lse
        • NOTHING
    • The CA model
      • consumeCA.lse
        • UNIFORM
  • Random Walker
    • RandomWalker.lse
      • N
  • Game of Life
    • GameOfLife.lse
      • OVER REGION CENTRED
  • Markov chains
    • MarkovChain.lse
      • OVER REGION CENTRED
      • CLASSIFY
  • Spreading2
    • spreading.lse
      • IF Expr THEN Expr ELSE
      • MIN--too commonly explained(but since we don't have any example for MIN, I added it from spreading.lse)
  • Spreading1
    • Spreading.lse
      • REGION LOCATION
      • REGION CENTRED

plus sign problems

Hi Fei, Here's some info. [1]

I used a work-around which is not elegant, substituting "plus sign" for "+" in the code and title... I'll look into this further, Charles

language reference first page

Thursday afternoon... Hi Fei, I tried skyping at 430-530. No worries. I have changed your Language Reference front page, adding a 5 column alphabetical list. These point to 3 pages; Language Reference 1, Language Reference 2, Language Reference 3. What do you think?

Your original page is now stored at Language Reference Original.

OLDER

I think we'll have to re-think about the Language Reference list... I'm getting the folowing errors: "WARNING: This page is 39 kilobytes long; some browsers may have problems editing pages approaching or longer than 32kb. Please consider breaking the page into smaller sections."

Hi Fei. I got the note this time, thanks. I was intending that we break the language reference into separate pages for each letter -- I guess we should do that tuesday. Have a good weekend. Josie

05.10.2005 Take a look at Language Reference2 or Language Reference3 as an example of a list that links to 3 more pages... I used Excel to make this file, you can find the file here: File:Lang ref2.zip.

Unzip this file: it should end up with the name "Lang_ref2.csv". Open it in Excel or OpenOffice Calc to change the columns. Or, open it in Notepad and replace all commas with nothing. I.e. search for "," and replace with "". This will create a nice set of wiki text which you can cut and paste into your Language Reference page. Charles

foreign ip's

04.10.2006 Hi Fei, (I am 'watching' User_talk:Charles, so I get an email from the system when people edit it - a good way to listen for comments by people) Thanks for that note about the foreign IP addresses. The language reference looks good. Did you notice my changes to "News!!"? What's your next plan? I'm trying to make time to get my SELES 101 tutorials updated and uploaded... Charles

first notes

hello, Josie, all the figures in the documentary have been uploaded, :) cya tuesday

hi fei, nice work. did you use MWsnap? i made you a sysop. could you do me a favour and subscribe to the newsletter (under Support page) ciao, charles

28.09.2006 nice home page! lol hi fei, i see you have copied and pasted text into your user page: fun! you can post a picture by typing: [[Image:Jie04.jpg]]

hi charles, thanks for the comment, lol, i've subscribed to the newsletter... have a nice weekend! hi again, i'm getting a little addicted to updating my profile..lol, please let me know if it looks too inappropriate/unprofessional, i'll delete them. is there anything that i need to think/read/learn about seles over this weekend? thx, fei

29.09 hi fei, it's your page, and a community project so its nice to see some personal material: modelling can be dry at times. i deleted the subscribe to newsletter part at the top of your user page (if you want it back tell me). i won't usually monitor this page (user_talk:fei), so if you want to 'talk' to me, leave a message at User_talk:Charles or email me or skype 'mapswest'. have a great weekend and thx for doing all those graphics - it looks good! charles

User_talk:JSH

checking messages

I found you by searching under user contributions. Do you get this message? (and lovely pictures you have)

I think the pages are case sensitive. Try User_talk:JSH.

wow...

it looks good....