Accueil > > > C'EST UN AUTO-JOINT... AUSSI...
C'EST UN AUTO-JOINT... AUSSI...
Information sur la source
Description
Il présente l'avantage d'utiliser le chan-folder de mirc, (ajout/suppression.) et de ne pas être limité, il a aussi de rapides options de Founder (encore sous ChanServ)
Source
- ;======Procédures internes
- alias setautogoreg {
- set %numchan 0
- unset %autogoreg
- :loop
- set %donnée $readini mirc.ini chanfolder n [ $+ [ %numchan ] ]
- inc %numchan 1
- if (%donnée == $null ) goto finsetautogoreg
- set %autogoreg $insertreg(%autogoreg, %donnée)
- goto loop
- :finsetautogoreg
- unset %donnée %numchan
- }
-
- alias ajouterchan {
- set %numreg 1
- :loop
- set %donnée $gettok(%autogoreg,%numreg,44)
- if (%donnée == $nul) goto finajouter
- set %numécrire %numreg - 1
- writeini mirc.ini chanfolder n $+ %numécrire %donnée
- inc %numreg
- goto loop
- :finajouter
- unset %donnée %numreg %numécrire
- }
-
- alias suprimerchan {
- set %numreg 1
- :loop
- set %donnée $gettok(%autogoreg,%numreg,44)
- if (%donnée == $nul) goto finajouter
- set %numécrire %numreg - 1
- writeini mirc.ini chanfolder n $+ %numécrire %donnée
- inc %numreg
- goto loop
- :finajouter
- set %numécrire %numreg - 1
- remini mirc.ini chanfolder n $+ %numécrire
- unset %donnée %numreg %numécrire
- }
-
- alias lesrejoindre {
- set %autoacte.count.n 0
- set %tps 10
- :loopact
- inc %autoacte.count.n
- set %goin $gettok(%autoactereg,%autoacte.count.n,44)
- if (%goin == $null) goto fini
- .timer 1 %tps /join %goin
- inc %tps 5
- goto loopact
- :fini
- unset %autoacte.count.n %tps %goin
- }
-
- alias setautogo_2 {
- did -r autogo 2
- set %autogo.count.n 0
- :loop
- inc %autogo.count.n
- set %donnée $gettok(%autogoreg,%autogo.count.n,44)
- if (%donnée == $nul) goto finsetautogo_2
- did -a autogo 2 %donnée
- goto loop
- :finsetautogo_2
- unset %autogo.count.n
- unset %donnée
- }
-
-
- alias setautogo_3 {
- did -r autogo 3
- set %autoacte.count.n 0
- :loopact
- inc %autoacte.count.n
- set %donnée $gettok(%autoactereg,%autoacte.count.n,44)
- if (%donnée == $null) /goto finsetautogo_3
- did -a autogo 3 %donnée
- goto loopact
- :finsetautogo_3
- unset %autoacte.count.n
- unset %donnée
- }
- ;========== Dialog ============
- alias autogo dialog -m autogo autogo
- dialog autogo {
- size -1 -1 410 300
- title "Auto rejoindre les salons "
-
- tab "Joindre",20, 170 50 230 185
- tab "Founder",30
-
- button "Fermer", 1, 330 245 70 20, ok
- button "Joindre", 13, 330 20 70 20
-
- check "Rejoindre automatiquement", 11, 175 75 200 20,tab 20
- button "Les joindres", 14, 325 198 70 20,tab 20
- list 3,175 95 140 140,tab 20
- check "Activer l'auto-Join", 6, 10 245 130 20,tab 20
- check "Afficher à la connection", 12, 140 245 130 20, tab 20
-
- box "Liste des Chanels", 10, 10 5 395 230
- button "Ajouter", 7, 15 20 70 20
- button "Enlever", 8, 90 20 70 20
- list 2, 15 45 150 200
- edit "", 4, 170 20 150 20, autohs
-
- check "Activer l'auto-identification- founder", 56, 10 245 200 20,tab 30
- button "s'identifier", 512, 180 130 60 20, tab 30
- button "Changer", 513, 245 130 60 20, tab 30
- button "Enregistrer", 514, 310 130 60 20, tab 30
- button "DROPPER", 515, 315 170 60 20, tab 30
- box "",516, 175 150 210 50, tab 30
- text "Attention , commande pour désenregistrer le salon",517, 180 165 130 40, tab 30
-
- edit "Mot de passe", 54, 210 80 175 20, autohs, tab 30
- text "Passe:" 55,175 80 35 20,tab 30
- check "Activer l'indentification", 511, 175 100 200 20,tab 30
-
- }
-
- on *:dialog:autogo:init:*:{
- /setautogoreg
- /setautogo_2
- /setautogo_3
- did -b autogo 11,7,8
- if (%autojoindre == ON) { did -c autogo 6 }
- if (%afficherautojoin == ON) { did -c autogo 12 }
- if (%autoidfounder == ON) { did -c autogo 56 }
-
- }
-
- on *:dialog:autogo:sclick:2:{
- did -e autogo 11,8
- did -u autogo 11,511
- if (%autojoindre [ $+ [ $did(2,$did(2).sel).text ] ] == On ) { did -c autogo 11 }
- did -r autogo 4
- did -a autogo 4 $did(2,$did(2).sel).text
- if (%autoidfounder [ $+ [ $did(2,$did(2).sel).text ] ] == On ) { did -c autogo 511 }
- did -ra autogo 54 %founderid [ $+ [ $did(4) ] ]
-
-
- }
-
- on *:dialog:autogo:sclick:3:{
- did -e autogo 11,8
- did -r autogo 4
- did -a autogo 4 $did(3,$did(3).sel).text
- did -u autogo 11
- if (%autojoindre [ $+ [ $did(3,$did(3).sel).text ] ] == On ) { did -c autogo 11 }
- /setautogo_2
- }
-
- on *:dialog:autogo:edit:4:{
- if ($did(4) == $null) {
- did -br autogo 11
- did -b autogo 7,8
- }
- if ($did(4) != $null) {
- set %modif $did(4) $+ ,
- if (%modif isin %autogoreg) {
- did -e autogo 11
- did -b autogo 7
- did -e autogo 8
- if (%autojoindre [ $+ [ $did(4) ] ] == On ) { did -c autogo 11 }
- }
- else {
- did -br autogo 11
- did -b autogo 8
- did -e autogo 7
- }
- unset %modif
- }
- }
-
- on *:dialog:autogo:sclick:7:{
- if ($did(4) != $null) {
- set %whoadd $did(4) $+ ,
- if (%whoadd !isin %autogoreg) {
- set %autogoreg $insertreg(%autogoreg, $did(4).text )
- /setautogo_2
- /setautogo_3
- /ajouterchan
- did -r autogo 4
- did -u autogo 11
- }
- unset %whoadd
- }
- }
-
- on *:dialog:autogo:sclick:8:{
-
- if ($did(4) != $null) {
- set %whoremove $did(4) $+ ,
-
-
- if (%whoremove isin %autoactereg) {
- set %autoactereg $remove(%autoactereg,%whoremove)
- unset %autojoindre $+ $did(4)
- /setautogo_3
- did -u autogo 11
- }
- if (%whoremove isin %autogoreg) {
- set %autogoreg $remove(%autogoreg,%whoremove)
- /setautogo_2
- /suprimerchan
- did -r autogo 4
- did -b autogo 11,7,8
- }
- unset %whoremove
- }
- }
-
- on *:dialog:autogo:sclick:6: {
- if ($did(6).state == 0) { .disable #autojoindre | set %autojoindre Off | echo 1 -s *** autojoindre maintenant Inactif }
- if ($did(6).state == 1) { .enable #autojoindre | set %autojoindre On | echo 1 -s *** autojoindre maintenant Actif }
- }
-
- on *:dialog:autogo:sclick:11: {
- if ($did(4) != $null) {
- if ($did(11).state == 0) {
- unset %autojoindre $+ $did(4)
- set %autoacte-remove $did(4) $+ ,
- set %autoactereg $remove(%autoactereg,%autoacte-remove)
- /setautogo_3
- unset %autoacte-remove
- }
-
- }
- if ($did(11).state == 1) {
- set %autojoindre $+ $did(4) On
- set %whatthat $did(4) $+ ,
- if (%whatthat !isin %autoactereg) {
- set %autoactereg $insertreg(%autoactereg, $did(4) )
- /setautogo_3
- unset %whatthat
- }
- }
- }
-
- on *:dialog:autogo:sclick:12: {
- if ($did(12).state == 0) { .disable #autoaffiche | set %afficherautojoin Off | echo 1 -s *** autoafficher maintenant Inactif }
- if ($did(12).state == 1) { .enable #autoaffiche | set %afficherautojoin On | echo 1 -s *** autoafficher maintenant Actif }
- }
- on *:dialog:autogo:sclick:13: {
- if ($did(4) != $null) { /join $did(4) }
-
- }
- on *:dialog:autogo:sclick:14: {
- /lesrejoindre
- dialog -x autogo
- }
-
- on *:dialog:autogo:sclick:511: {
- if ($did(511).state == 0) { set %autoidfounder $+ $did(4) Off }
- if ($did(511).state == 1) { set %autoidfounder $+ $did(4) On }
- }
-
- on *:dialog:autogo:sclick:512: {
- if ($did(4) != $null) {
- if (%founderid [ $+ [ $did(4) ] ] != $null) {
- /msg ChanServ identify $did(4) %founderid [ $+ [ $did(4) ] ]
- }
- }
- }
-
- on *:dialog:autogo:sclick:513: {
- if ($did(4) != $null) {
- if (%founderid [ $+ [ $did(4) ] ] != $null) {
- /msg ChanServ set $did(4) password %founderid [ $+ [ $did(4) ] ]
- }
- }
- }
- on *:dialog:autogo:sclick:514: {
- if ($did(4) != $null) {
- if (%founderid [ $+ [ $did(4) ] ] != $null) {
- /msg ChanServ register $did(4) %founderid [ $+ [ $did(4) ] ]
- }
- }
- }
-
- on *:dialog:autogo:sclick:515: {
- if ($did(4) != $null) {
- if (%founderid [ $+ [ $did(4) ] ] != $null) {
- /msg ChanServ drop $did(4) %founderid [ $+ [ $did(4) ] ]
- }
- }
- }
-
- on *:dialog:autogo:edit:54:{
- set %founderid [ $+ [ $did(4) ] ] $did(54)
- }
-
-
- on *:dialog:autogo:sclick:56: {
- if ($did(56).state == 0) { .disable #autoidfounder | set %autoidfounder Off | echo 1 -s *** autoidfounder maintenant Inactif }
- if ($did(56).state == 1) { .enable #autoidfounder | set %autoidfounder On | echo 1 -s *** autoidfounder maintenant Actif }
- }
- ;====================================== Groupes
- #autoaffiche off
- on *:CONNECT: /autogo
- #autoaffiche end
-
- #autojoindre on
- on *:CONNECT: /lesrejoindre
- #autojoindre end
- ; ====================================== Menus
- menu channel,status,menubar {
- -
- Joindre ou ajout
- . Joindre un ou des chans:/autogo
- .Identifier Founder:/autogo
- .$iif($chan,Ajouter $chan dans la liste) :/autoajout $$chan
- .$iif($chan,Ajouter et mettre en autojoint $chan): /autoajout $$chan | /joindreauto $$chan
- .$iif($chan, Suprimer $chan de la liste):/autodelete $$chan | /part $$chan
- }
-
- alias autoidfounder.id {
- if (%autoidfounder [ $+ [ $chan ] ] == On) { /msg ChanServ identify $chan %founderid [ $+ [ $chan ] ] }
- }
-
- alias autoajout {
- if ($1 != $null) {
- set %whoadd $1 $+ ,
- if (%whoadd !isin %autogoreg) {
- set %autogoreg $insertreg(%autogoreg, $1 )
- /ajouterchan
- }
- unset %whoadd
- }
- }
-
- alias joindreauto {
-
- set %autojoindre $+ $1 On
- set %whatthat $1 $+ ,
- if (%whatthat !isin %autoactereg) {
- set %autoactereg $insertreg(%autoactereg, $1 )
- unset %whatthat
- }
- }
-
- alias autodelete {
- if ($1 != $null) {
- set %whoremove $1 $+ ,
-
-
- if (%whoremove isin %autoactereg) {
- set %autoactereg $remove(%autoactereg,%whoremove)
- unset %autojoindre $+ $1
- }
- if (%whoremove isin %autogoreg) {
- set %autogoreg $remove(%autogoreg,%whoremove)
- /suprimerchan
- }
- unset %whoremove
- }
- }
-
- #autoidfounder off
- on *:JOIN:#:{ if ($nick == $me) { .autoidfounder.id } }
- #autoidfounder end
;======Procédures internes
alias setautogoreg {
set %numchan 0
unset %autogoreg
:loop
set %donnée $readini mirc.ini chanfolder n [ $+ [ %numchan ] ]
inc %numchan 1
if (%donnée == $null ) goto finsetautogoreg
set %autogoreg $insertreg(%autogoreg, %donnée)
goto loop
:finsetautogoreg
unset %donnée %numchan
}
alias ajouterchan {
set %numreg 1
:loop
set %donnée $gettok(%autogoreg,%numreg,44)
if (%donnée == $nul) goto finajouter
set %numécrire %numreg - 1
writeini mirc.ini chanfolder n $+ %numécrire %donnée
inc %numreg
goto loop
:finajouter
unset %donnée %numreg %numécrire
}
alias suprimerchan {
set %numreg 1
:loop
set %donnée $gettok(%autogoreg,%numreg,44)
if (%donnée == $nul) goto finajouter
set %numécrire %numreg - 1
writeini mirc.ini chanfolder n $+ %numécrire %donnée
inc %numreg
goto loop
:finajouter
set %numécrire %numreg - 1
remini mirc.ini chanfolder n $+ %numécrire
unset %donnée %numreg %numécrire
}
alias lesrejoindre {
set %autoacte.count.n 0
set %tps 10
:loopact
inc %autoacte.count.n
set %goin $gettok(%autoactereg,%autoacte.count.n,44)
if (%goin == $null) goto fini
.timer 1 %tps /join %goin
inc %tps 5
goto loopact
:fini
unset %autoacte.count.n %tps %goin
}
alias setautogo_2 {
did -r autogo 2
set %autogo.count.n 0
:loop
inc %autogo.count.n
set %donnée $gettok(%autogoreg,%autogo.count.n,44)
if (%donnée == $nul) goto finsetautogo_2
did -a autogo 2 %donnée
goto loop
:finsetautogo_2
unset %autogo.count.n
unset %donnée
}
alias setautogo_3 {
did -r autogo 3
set %autoacte.count.n 0
:loopact
inc %autoacte.count.n
set %donnée $gettok(%autoactereg,%autoacte.count.n,44)
if (%donnée == $null) /goto finsetautogo_3
did -a autogo 3 %donnée
goto loopact
:finsetautogo_3
unset %autoacte.count.n
unset %donnée
}
;========== Dialog ============
alias autogo dialog -m autogo autogo
dialog autogo {
size -1 -1 410 300
title "Auto rejoindre les salons "
tab "Joindre",20, 170 50 230 185
tab "Founder",30
button "Fermer", 1, 330 245 70 20, ok
button "Joindre", 13, 330 20 70 20
check "Rejoindre automatiquement", 11, 175 75 200 20,tab 20
button "Les joindres", 14, 325 198 70 20,tab 20
list 3,175 95 140 140,tab 20
check "Activer l'auto-Join", 6, 10 245 130 20,tab 20
check "Afficher à la connection", 12, 140 245 130 20, tab 20
box "Liste des Chanels", 10, 10 5 395 230
button "Ajouter", 7, 15 20 70 20
button "Enlever", 8, 90 20 70 20
list 2, 15 45 150 200
edit "", 4, 170 20 150 20, autohs
check "Activer l'auto-identification- founder", 56, 10 245 200 20,tab 30
button "s'identifier", 512, 180 130 60 20, tab 30
button "Changer", 513, 245 130 60 20, tab 30
button "Enregistrer", 514, 310 130 60 20, tab 30
button "DROPPER", 515, 315 170 60 20, tab 30
box "",516, 175 150 210 50, tab 30
text "Attention , commande pour désenregistrer le salon",517, 180 165 130 40, tab 30
edit "Mot de passe", 54, 210 80 175 20, autohs, tab 30
text "Passe:" 55,175 80 35 20,tab 30
check "Activer l'indentification", 511, 175 100 200 20,tab 30
}
on *:dialog:autogo:init:*:{
/setautogoreg
/setautogo_2
/setautogo_3
did -b autogo 11,7,8
if (%autojoindre == ON) { did -c autogo 6 }
if (%afficherautojoin == ON) { did -c autogo 12 }
if (%autoidfounder == ON) { did -c autogo 56 }
}
on *:dialog:autogo:sclick:2:{
did -e autogo 11,8
did -u autogo 11,511
if (%autojoindre [ $+ [ $did(2,$did(2).sel).text ] ] == On ) { did -c autogo 11 }
did -r autogo 4
did -a autogo 4 $did(2,$did(2).sel).text
if (%autoidfounder [ $+ [ $did(2,$did(2).sel).text ] ] == On ) { did -c autogo 511 }
did -ra autogo 54 %founderid [ $+ [ $did(4) ] ]
}
on *:dialog:autogo:sclick:3:{
did -e autogo 11,8
did -r autogo 4
did -a autogo 4 $did(3,$did(3).sel).text
did -u autogo 11
if (%autojoindre [ $+ [ $did(3,$did(3).sel).text ] ] == On ) { did -c autogo 11 }
/setautogo_2
}
on *:dialog:autogo:edit:4:{
if ($did(4) == $null) {
did -br autogo 11
did -b autogo 7,8
}
if ($did(4) != $null) {
set %modif $did(4) $+ ,
if (%modif isin %autogoreg) {
did -e autogo 11
did -b autogo 7
did -e autogo 8
if (%autojoindre [ $+ [ $did(4) ] ] == On ) { did -c autogo 11 }
}
else {
did -br autogo 11
did -b autogo 8
did -e autogo 7
}
unset %modif
}
}
on *:dialog:autogo:sclick:7:{
if ($did(4) != $null) {
set %whoadd $did(4) $+ ,
if (%whoadd !isin %autogoreg) {
set %autogoreg $insertreg(%autogoreg, $did(4).text )
/setautogo_2
/setautogo_3
/ajouterchan
did -r autogo 4
did -u autogo 11
}
unset %whoadd
}
}
on *:dialog:autogo:sclick:8:{
if ($did(4) != $null) {
set %whoremove $did(4) $+ ,
if (%whoremove isin %autoactereg) {
set %autoactereg $remove(%autoactereg,%whoremove)
unset %autojoindre $+ $did(4)
/setautogo_3
did -u autogo 11
}
if (%whoremove isin %autogoreg) {
set %autogoreg $remove(%autogoreg,%whoremove)
/setautogo_2
/suprimerchan
did -r autogo 4
did -b autogo 11,7,8
}
unset %whoremove
}
}
on *:dialog:autogo:sclick:6: {
if ($did(6).state == 0) { .disable #autojoindre | set %autojoindre Off | echo 1 -s *** autojoindre maintenant Inactif }
if ($did(6).state == 1) { .enable #autojoindre | set %autojoindre On | echo 1 -s *** autojoindre maintenant Actif }
}
on *:dialog:autogo:sclick:11: {
if ($did(4) != $null) {
if ($did(11).state == 0) {
unset %autojoindre $+ $did(4)
set %autoacte-remove $did(4) $+ ,
set %autoactereg $remove(%autoactereg,%autoacte-remove)
/setautogo_3
unset %autoacte-remove
}
}
if ($did(11).state == 1) {
set %autojoindre $+ $did(4) On
set %whatthat $did(4) $+ ,
if (%whatthat !isin %autoactereg) {
set %autoactereg $insertreg(%autoactereg, $did(4) )
/setautogo_3
unset %whatthat
}
}
}
on *:dialog:autogo:sclick:12: {
if ($did(12).state == 0) { .disable #autoaffiche | set %afficherautojoin Off | echo 1 -s *** autoafficher maintenant Inactif }
if ($did(12).state == 1) { .enable #autoaffiche | set %afficherautojoin On | echo 1 -s *** autoafficher maintenant Actif }
}
on *:dialog:autogo:sclick:13: {
if ($did(4) != $null) { /join $did(4) }
}
on *:dialog:autogo:sclick:14: {
/lesrejoindre
dialog -x autogo
}
on *:dialog:autogo:sclick:511: {
if ($did(511).state == 0) { set %autoidfounder $+ $did(4) Off }
if ($did(511).state == 1) { set %autoidfounder $+ $did(4) On }
}
on *:dialog:autogo:sclick:512: {
if ($did(4) != $null) {
if (%founderid [ $+ [ $did(4) ] ] != $null) {
/msg ChanServ identify $did(4) %founderid [ $+ [ $did(4) ] ]
}
}
}
on *:dialog:autogo:sclick:513: {
if ($did(4) != $null) {
if (%founderid [ $+ [ $did(4) ] ] != $null) {
/msg ChanServ set $did(4) password %founderid [ $+ [ $did(4) ] ]
}
}
}
on *:dialog:autogo:sclick:514: {
if ($did(4) != $null) {
if (%founderid [ $+ [ $did(4) ] ] != $null) {
/msg ChanServ register $did(4) %founderid [ $+ [ $did(4) ] ]
}
}
}
on *:dialog:autogo:sclick:515: {
if ($did(4) != $null) {
if (%founderid [ $+ [ $did(4) ] ] != $null) {
/msg ChanServ drop $did(4) %founderid [ $+ [ $did(4) ] ]
}
}
}
on *:dialog:autogo:edit:54:{
set %founderid [ $+ [ $did(4) ] ] $did(54)
}
on *:dialog:autogo:sclick:56: {
if ($did(56).state == 0) { .disable #autoidfounder | set %autoidfounder Off | echo 1 -s *** autoidfounder maintenant Inactif }
if ($did(56).state == 1) { .enable #autoidfounder | set %autoidfounder On | echo 1 -s *** autoidfounder maintenant Actif }
}
;====================================== Groupes
#autoaffiche off
on *:CONNECT: /autogo
#autoaffiche end
#autojoindre on
on *:CONNECT: /lesrejoindre
#autojoindre end
; ====================================== Menus
menu channel,status,menubar {
-
Joindre ou ajout
. Joindre un ou des chans:/autogo
.Identifier Founder:/autogo
.$iif($chan,Ajouter $chan dans la liste) :/autoajout $$chan
.$iif($chan,Ajouter et mettre en autojoint $chan): /autoajout $$chan | /joindreauto $$chan
.$iif($chan, Suprimer $chan de la liste):/autodelete $$chan | /part $$chan
}
alias autoidfounder.id {
if (%autoidfounder [ $+ [ $chan ] ] == On) { /msg ChanServ identify $chan %founderid [ $+ [ $chan ] ] }
}
alias autoajout {
if ($1 != $null) {
set %whoadd $1 $+ ,
if (%whoadd !isin %autogoreg) {
set %autogoreg $insertreg(%autogoreg, $1 )
/ajouterchan
}
unset %whoadd
}
}
alias joindreauto {
set %autojoindre $+ $1 On
set %whatthat $1 $+ ,
if (%whatthat !isin %autoactereg) {
set %autoactereg $insertreg(%autoactereg, $1 )
unset %whatthat
}
}
alias autodelete {
if ($1 != $null) {
set %whoremove $1 $+ ,
if (%whoremove isin %autoactereg) {
set %autoactereg $remove(%autoactereg,%whoremove)
unset %autojoindre $+ $1
}
if (%whoremove isin %autogoreg) {
set %autogoreg $remove(%autogoreg,%whoremove)
/suprimerchan
}
unset %whoremove
}
}
#autoidfounder off
on *:JOIN:#:{ if ($nick == $me) { .autoidfounder.id } }
#autoidfounder end
Conclusion
C'est le tout premier addon que j'ai écrit pour mon script, ce qui explique qu'il est un petit peu fouillis, mais il fonctionne bien, et je n'ai pas eu jusqu'ici besoin de le modifier Il peut ajouter ou supprimer les chans dans le folder de mIRC avec le click droit dans le chan. Que dire de plus, on a le choix de faire afficher le dialogue à la connection pour modifier les chan à rejoindre, ou rejoindre directement les chans.. les chans à rejoindre en auto sont dans une liste à part. :) Et Quidni !
Sources de la même categorie
Commentaires et avis
|
Derniers Blogs
TECHDAYS PARIS 2012 : SYSTEM CENTER SERVICE MANAGER 2012 VUE D'ENSEMBLETECHDAYS PARIS 2012 : SYSTEM CENTER SERVICE MANAGER 2012 VUE D'ENSEMBLE par ROMELARD Fabrice
Speakers: Julien Marechal, Gautier Confiant, Sébastien MEYER La session débute par le positionnement de la solution System Center par rapport aux concepts d'organisation ITIL. Le portail du catalogue de se...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice TECHDAYS PARIS 2012 : PLEINIèRE SECOND JOURTECHDAYS PARIS 2012 : PLEINIèRE SECOND JOUR par ROMELARD Fabrice
Après une première journée dédiée aux développeurs, cette seconde journée est dédiée au monde des entreprises et de ses applications. Ainsi, cette pleinière est dédiée à faire un 360 de l'évolution des applications Business aux demandes ac...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice TECHDAYS PARIS 2012 : RETOUR D'EXPéRIENCE SUR LA MISE EN PLACE D'UN CLOUD PRIVéTECHDAYS PARIS 2012 : RETOUR D'EXPéRIENCE SUR LA MISE EN PLACE D'UN CLOUD PRIVé par ROMELARD Fabrice
Speaker : Guillaume Rochette Cette session est dédiée à fournir le retour sur la mise en place d'un cloud privé (IaaS) par Osiatis pour son compte ou celui de ses clients. Ce projet s'est déroulé sur 4 mois et a permis de faire évoluer...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice TECHDAYS PARIS 2012 : COMMENT SHAREPOINT A SAUVé MES TECHDAYSTECHDAYS PARIS 2012 : COMMENT SHAREPOINT A SAUVé MES TECHDAYS par ROMELARD Fabrice
Speakers : Lionel Limozin et Alain Marty La session commence par une découverte de SharePoint à travers la mise en place d'un environnement SharePoint pour la gestion des Sessions animées par BeWise. Le besoin est très ba...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice PERSPECTIVE 3.0 POUR SILVERLIGHT 5.0PERSPECTIVE 3.0 POUR SILVERLIGHT 5.0 par odewit
Je viens de publier la version 3.0 de Perspective pour Silverlight, qui regroupe un portage sous Silverlight 5.0 des fonctionnalités de Perspective 2.0, le framework 3D de haut-niveau introduit récemment et de nouveaux exemples de code. En voici la li...
Cliquez pour lire la suite de l'article par odewit
Forum
RE : AIDERE : AIDE par Nico26000
Cliquez pour lire la suite par Nico26000 RE : AIDERE : AIDE par WorldDMT
Cliquez pour lire la suite par WorldDMT AIDEAIDE par Nico26000
Cliquez pour lire la suite par Nico26000
Logiciels
Academy System (17.2.1.0)ACADEMY SYSTEM (17.2.1.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System Easy-Planning (1.0.0.1)EASY-PLANNING (1.0.0.1)Basé sur les mêmes principes que MyPlanning, Easy-Planning permet de créer des plannings sous la ... Cliquez pour télécharger Easy-Planning COLLECTOR PLUS (3.00B)COLLECTOR PLUS (3.00B)COLLECTOR PLUS version 3.00B est un logiciel utilisant une base de données alimentée par :
- L... Cliquez pour télécharger COLLECTOR PLUS PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V7.4)PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V7.4)PONAMEDIA TV DEVIENS HELLLOOO FLASH
LA TV SUR VOTRE ORDINATEUR.
Toute une plateforme Multi... Cliquez pour télécharger PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO LettresFaciles 2011 (8.0.0.1)LETTRESFACILES 2011 (8.0.0.1)LettresFaciles est un logiciel facilitant la création et la rédaction de lettres types.
Son inte... Cliquez pour télécharger LettresFaciles 2011
|