> Partagiciel.com
Partagiciel.com - télécharger des sharewares et partagiciels.
 > Accueil - Programmation -

Freeware Programmation

Chercher  Freewares Web Images Actu Livres CD DVD High-tech Comparateur Fonds écran Plus d'options de recherche
   Publicité
Programmation

 Trier sur 
 Liens Alternatifs 
 Aller à la page  << - [1] - 2 - 3 - 4 - 5 - 6 - 7 - 8 - >>

API VDUMS

API VDUMS

[v 0.1] Démo Variant  27/22010
En savoir plus Télécharger API VDUMS  [2,67 Mo]

API Developpeur pour developper ses propres disques virtuelles.


Définition et programmation d'un manager de disques virtuelles à partir d'une application windows développez par vous. Possibilité de gérer des ramdisk , filedisk (disque virtuelle->fichier image). Inactivation du disque virtuelles automatisé en cas de sortie brutale du processus et inactivation du disque virtuelle en cas de non réponse répété du processus utilisateur de management de disques. Vous trouvez les API idéal pour monter ces propres disque virtuelle. Version librefournit : uniquement dans le cadre pour monter ses disque virtuelles vers un fichier image brut. Aide fournit. Assistance technique sur le paramétrage des API gratuits.


HippoEDIT

HippoEDIT

[v 1.47] Shareware $39,95  Acheter ce logiciel 21/22010
En savoir plus Télécharger HippoEDIT  [2,92 Mo]

HippoEDIT is a powerful, fast and easy to use text editor for Windows.


HippoEDIT is a powerful, fast and easy to use text editor for MS Windows, primarily targeted at power users and developers. It has a modern and lightweight skinable user interface, multi-tab environment, web and help browser, file and project explorer, external tools integration etc. The editor comes with pre-defined syntax highlighting for C/C , Java, Perl, PHP, Pascal HTML, XML, XSLT etc. Syntax definitions are inheritable and embeddable.


JCGO

JCGO

[v 1.00] Shareware $995  Acheter ce logiciel 20/22010
En savoir plus Télécharger JCGO  [688,18 Ko]

Traducteur Java vers C qui vise à créer un code natif hautement optimisé.


Logiciel qui convertis des programmes écrits en Java en code C indépendant de la plate-forme pour être ensuite compilé en code natif hautement optimisé.


wodWebServer.NET

wodWebServer.NET

[v 1.2.1] Shareware $229  Acheter ce logiciel 11/22010
En savoir plus Télécharger wodWebServer.NET  [1,87 Mo]

Un composant .NET qui implémente les protocoles HTTP et HTTPS.


Son objectif principal est de servir des pages HTML, GIF / JPG / PNG, documents et autres ressources qui sont accessibles par un navigateur (IE, Mozilla Firefox, Netscape, etc.) Il est robuste, facile à utiliser, rapide et pour tous. NET.


wodFtpDLX.NET

wodFtpDLX.NET

[v 1.5.0] Shareware USD229  Acheter ce logiciel 11/22010
En savoir plus Télécharger wodFtpDLX.NET  [3,15 Mo]

wodFtpDLX.NET is secure FTP, SFTP, FTPS client .NET 2.0 component.


Secure FTP client .NET 2.0 component that supports encrypted and non-encrypted FTP access to the servers for transferring files or complete directories. It supports old, very common, FTP protocol, but also secured FTPS (FTP+SSL) and SFTP (FTP+SSH). No matter what protocol is selected - it is completely transparent for programming. Same methods and same events apply for all protocols. Features include - FTP, FTP+SSL with and without encrypted data channel, and SFTP (SSH subsystem) protocols - Certificate authentication for FTP+SSL protocols, or privatekey authentication for FTP+SSH protocol - Internal parsing of received directory listings - get names, sizes, ownerships etc.. directly from our interface, through DirItems collection - Both ASCII and Binary transfer modes supported, no matter if server allows them or not - ListDir and ListNames methods for directory listing - PutFile and GetFile for storing and retrieving files (to file or to data stream) - PutFiles, GetFiles, DeleteFiles, LoopFiles for recursive uploads and downloads - Resume support - Passive and Active data connections for FTP and FTPS protocols - Blocking mode support - Set of events that notify you about method completition - Large files >4.2gb support - Timeout support - Renaming, creating of directories, deletion of files and directories...... Simple interface, powerfull code wodFtpDLX.NET has no intention on providing deepest protocol specific commands (like ACCT, STOU or whatever). It provides only commands that can apply to all 3 supported protocols. But - when it provides something - it does everything automatically for you. You don't have to think about opening data ports, you don't have to think on sending appropriate commands, setting modes etc.. You need to download file? Call GetFile - that's all. wodFtpDLX.NET will do everything else for you.


wodSFTP.NET

wodSFTP.NET

[v 3.3.7] Shareware USD209  Acheter ce logiciel 11/22010
En savoir plus Télécharger wodSFTP.NET  [2,83 Mo]

wodSFTP.NET is a .NET implemenation of client side of SFTP protocol.


The Secure File Transfer Protocol provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol. wodSFTP.NET is a dotnet implemenation of client side of this protocol which is reliable and easy to use. SFTP protocol is designed to provide primarily file transfer, but also more general file system access on the remote server - in secure manner. SFTP protocol assumes it is running on secure channel (secure channel is implemented in wodSFTP.NET), thus no plaintext passwords or file information is exposed to the network. wodSFTP.NET supports the most important PutFile (for file uploading) and GetFile (for file downloading) methods, but also * MakeDir and RemoveDir to create and delete directories, * DeleteFile to delete file on the server, * ListItems event to list files in some directory on remote server, * GetAttributes and SetAttributes to retrieve and set attributes for the file, * Resume property to resume broken transfers, * Blocking mode to execute methods and wait until they are completed. * ASCII and Binary file transfers to handle different data types.... * Done event that is fired when executed method is completed - a perfect place to initiate new command... Provided samples will guide you how to take full power of wodSFTP.NET in dotnet environment!


wodSFTPdll

wodSFTPdll

[v 3.5.1] Shareware USD209  Acheter ce logiciel 11/22010
En savoir plus Télécharger wodSFTPdll  [2,61 Mo]

This is win32 dynamic dll library, provided only for VC (and similar) customers.


***This is win32 dynamic dll library, provided only for VC (and similar) customers that prefer to use win32 dynamic library over ActiveX version. Only limited support is available for this product. Customers using other programming environment should try using ActiveX instead*** The Secure File Transfer Protocol provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol. wodSFTPdll library implements client side of this protocol which is reliable and easy to use. SFTP protocol is designed to provide primarily file transfer, but also more general file system access on the remote server - in secure manner. SFTP protocol assumes it is running on secure channel (secure channel is implemented in wodSFTPdll), thus no plaintext passwords or file information is exposed to the network. This library implements protocol that is also used in well known SCP (Secure Copy) command on UNIX systems. Internally, SCP client opens SFTP connection with the server for file transfer (much better than calling RCP over SSH connection). wodSFTPdll supports the most important PutFile (for file uploading) and GetFile (for file downloading) methods, but also * PutData and GetData to copy string variable to/from remote file, * MakeDir and RemoveDir to create and delete directories, * DeleteFile to delete file on the server, * ListItems event to list files in some directory on remote server * GetAttributes and SetAttributes to retrieve and set attributes for the file (or directory), * Resume property to resume broken transfers, * Blocking mode to execute methods and wait until they are completed. * Password and PublicKey properties that determine type of authentication with the server * ASCII and Binary file transfers to handle different data types.... * Done event that is fired when executed method is completed - a perfect place to initiate new command


wodSSH.NET

wodSSH.NET

[v 2.4.7] Shareware USD199  Acheter ce logiciel 11/22010
En savoir plus Télécharger wodSSH.NET  [2,60 Mo]

wodSSH.NET is a client SSH and Telnet component for .NET framework.


Client component for MS.NET framework that provides support for communication with remote console-type services. It allows you to communicate encrypted (and secured, of course) with SSH1 and SSH2 (secure-shell) servers, as well to Telnet servers (using Telnet protocol that is NOT encrypted). For ones that don't know - the SSH transport layer is a secure low level transport protocol. It provides strong encryption, cryptographic host authentication, and integrity protection. Using wodSSH.NET is easily - just put it on your form (or initialize new instance on the fly), set Protocol type and issue Connect method - and just wait for things to happen. You connect to SSH servers, which are standard today in remote console communication. wodSSH.NET is able to automatically determine if remote server is based on SSH1 or SSH2 protocol version, and communicate accordingly. It will provide you with information about remote server Fingerprint, so you can always get authenticated information about remote server. wodSSH.NET can be used as scripting client. Easily, you can set it up to connect to server, execute one or more commands, wait for response, and just disconnect. And all of it fully automated. It's suitable for many environments, such as ASPx. When you're unsure when to send actual command, wodSSH.NET may help also. Using it's unique Prompt property, it can fire event for you whenever remote server sent command prompt to enter new command. All you have to do is send new command once this event is fired. Wait no more - communicate securely. Check out wodSSH.NET.


Visual Studio 2008 Standard

Visual Studio 2008 Standard

Commercial Acheter ce logiciel 6/22010
En savoir plus

Développez les applications connectées répondant aux besoins actuels des entreprises.


Microsoft Visual Studio 2008 Standard Edition offre un environnement de développement très complet aux développeurs de Windows et du Web. Il permet d’améliorer la productivité en matière de développement d’applications Web et client orientées données. Visual Studio 2008 Standard Edition s’adresse tout particulièrement aux développeurs autonomes souhaitant créer des applications connectées, dotées de fonctions utilisateur de dernière génération.


Debugger for MySQL

Debugger for MySQL

[v 1.0] Shareware $99  Acheter ce logiciel 3/22010
En savoir plus Télécharger Debugger for MySQL  [3,50 Mo]

Un outil efficace pour la gestion et le débogage des procédures stockées MySQL.


Un outil abordable, qui vous faciliter le débogage et les tests, qui vous aidera à rédiger un code stable et propre. Une solution idéale "one-stop" pour gérer les procédures et les fonctions MySQL.


 Aller à la page  << - [1] - 2 - 3 - 4 - 5 - 6 - 7 - 8 - >>