Вы находитесь здесь

Huckel 95

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 9053
Wine: 1.2.3

Feedbacks

Description

Permet d’obtenir les orbitales moléculaires des systèmes conjugués et d’avoir accès à la représentation des orbitales frontières, aux indices de liaison et aux charges partielle.

Auteur : Jean-Yves Magna. Site non officiel.

Screenshots

MiniatureMiniatureMiniature

Source code

#!/bin/bash

# CHANGELOG
# [Quentin PÂRIS] (2012-04-29 18:25)
#   Update to v4.0

# PlayOnLinux API
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

# Infos
TITLE="Huckel 95"
PREFIX="Huckel95"
EDITEUR="Jean-Yves Magna"
EDITEUR_URL="http://www.jymagna.com/"
AUTEUR="Quentin PÂRIS"

# On est parti
POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITEUR" "$EDITEUR_URL" "$AUTEUR" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.2.3"
POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"

POL_Download "http://chimiepclamartin.nos-actus.fr/Sur%20le%20Net/huc.exe" f9b3a0fc0cc46a014ea0e59802880dc3
POL_Wine_WaitBefore "$TITLE"
POL_Wine "huc.exe"

POL_System_TmpDelete
POL_Shortcut "Huckel95.exe" "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
Quentin PÂRIS Monday 10 December 2018 at 22:55
Quentin PÂRIS Anonymous

Information

This update has been approved by the team.

Differences

@@ -26,7 +26,7 @@
 POL_System_TmpCreate "$PREFIX"
 cd "$POL_System_TmpDir"
 
-POL_Download "http://www.jymagna.com/huc.exe" f9b3a0fc0cc46a014ea0e59802880dc3
+POL_Download "http://chimiepclamartin.nos-actus.fr/Sur%20le%20Net/huc.exe" f9b3a0fc0cc46a014ea0e59802880dc3
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "huc.exe"
 

New source code

#!/bin/bash

# CHANGELOG
# [Quentin PÂRIS] (2012-04-29 18:25)
#   Update to v4.0

# PlayOnLinux API
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

# Infos
TITLE="Huckel 95"
PREFIX="Huckel95"
EDITEUR="Jean-Yves Magna"
EDITEUR_URL="http://www.jymagna.com/"
AUTEUR="Quentin PÂRIS"

# On est parti
POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITEUR" "$EDITEUR_URL" "$AUTEUR" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.2.3"
POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"

POL_Download "http://chimiepclamartin.nos-actus.fr/Sur%20le%20Net/huc.exe" f9b3a0fc0cc46a014ea0e59802880dc3
POL_Wine_WaitBefore "$TITLE"
POL_Wine "huc.exe"

POL_System_TmpDelete
POL_Shortcut "Huckel95.exe" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

anchoum Friday 25 November 2016 at 16:07
anchoum Anonymous

Message

merci

Replies