fidonet:prg.ita
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
fidonet:prg.ita [20/12/2021 05:08] – ↷ Page moved from prg.ita to fidonet:prg.ita lrosa | fidonet:prg.ita [ 1/01/2025 07:45] (current) – lrosa | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== PRG.ITA ====== | ||
+ | ===== Descrizione ===== | ||
+ | Area italiana dedicata alla programmazione in generale. | ||
+ | =====Messaggi interi ===== | ||
+ | ====M000.C==== | ||
+ | < | ||
+ | 019/033 16 May 90 17:48:16 | ||
+ | From: | ||
+ | To: All | ||
+ | Subj: | ||
+ | ------------------------------------------------ | ||
+ | /* | ||
+ | ** ITALINK CBBS - m000.c | ||
+ | ** | ||
+ | ** Chiave controllo copyright | ||
+ | ** | ||
+ | ** directive() e' nel main() | ||
+ | */ | ||
+ | |||
+ | #include " | ||
+ | |||
+ | void (*function[6])(void) = { | ||
+ | show_last_user, | ||
+ | loaduser, | ||
+ | incrementaconnect, | ||
+ | calcola_minuti, | ||
+ | aggiorna, | ||
+ | write_last_user | ||
+ | }; | ||
+ | |||
+ | /* | ||
+ | /* NUMERO CARATTERE ------ 0123456789012345678901234567890123456789012345 | ||
+ | /* | ||
+ | static | ||
+ | /* IL CALCOLO AVVIENE SU | ||
+ | |||
+ | /* Calcoli per indici in array di puntatori a funzioni | ||
+ | |||
+ | #define PRIMOMAIN | ||
+ | #define SECONMAIN | ||
+ | #define TERZOMAIN | ||
+ | #define QUARTOMAIN | ||
+ | #define QUINTOMAIN | ||
+ | #define SESTOMAIN | ||
+ | |||
+ | void directive(void) | ||
+ | { | ||
+ | sprintf(buff_3," | ||
+ | txstring(buff_3, | ||
+ | if(st_comp.show) | ||
+ | (*function[PRIMOMAIN])(); | ||
+ | call_parser(st_comp.logo, | ||
+ | flag_connect | ||
+ | (*function[SECONMAIN])(); | ||
+ | flag_connect | ||
+ | (*function[TERZOMAIN])(); | ||
+ | (*function[QUARTOMAIN])(); | ||
+ | (*function[QUINTOMAIN])(); | ||
+ | (*function[SESTOMAIN])(); | ||
+ | looping(); | ||
+ | } | ||
+ | |||
+ | |||
+ | --- ITALMAIL v2.06 | ||
+ | * Origin: ITALINK CBBS Montecastello (0131-355506) | ||
+ | </ | ||
+ | ====Pasqua ==== | ||
+ | < | ||
+ | | ||
+ | From : Franco Milani | ||
+ | | ||
+ | Subj : Pasqua | ||
+ | ================================================================================ | ||
+ | .EID:a307 187266bc | ||
+ | Ciao William | ||
+ | |||
+ | > Come si fa a sapere in che giorno cade la Pasqua? | ||
+ | |||
+ | Puoi usare l' | ||
+ | meno fino all' | ||
+ | divisione intera. Dato l'anno A, | ||
+ | |||
+ | B=(A MOD 19)+1 | ||
+ | C=INT(A/ | ||
+ | D=INT(3*C/ | ||
+ | E=INT((8*C+5)/ | ||
+ | F=INT(5*A/ | ||
+ | G=44-((11*B+27+E-D) MOD 30) | ||
+ | IF (G=19 AND B>11) OR (G=20) THEN G=G-1 | ||
+ | IF G<21 THEN G=G+30 | ||
+ | G=G+7-((F+G) MOD 7) | ||
+ | |||
+ | A questo punto se G>31 allora Pasqua e' il G-31 aprile, altrimenti e' il | ||
+ | G marzo. | ||
+ | |||
+ | |||
+ | --- | ||
+ | * Origin: Bit Linker - Padova 049-8642029 (2:333/308) | ||
+ | SEEN-BY: 242/2 331/101 104 108 109 110 111 201 301 302 304 306 307 | ||
+ | SEEN-BY: 331/308 315 318 .3 320 332/2 333/100 102 111 203 300 302 | ||
+ | SEEN-BY: 333/304 307 308 312 314 400 501 603 334/0 335/4 5 | ||
+ | .PATH: 333/308 300 100 331/101 306 301 318</ | ||
+ | ===== Perle ===== | ||
+ | * devo lavorare in Thru Color (32 o 64000) | ||