U S E R - A R C H I V

Seite: Skriptarchive

Skriptarchive mit fertigen Skripts in PHP, Perl, Java, Javascript, ASP

Script-Center von microsoft-technet

http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx?mfr=true

Auf den für IT-Professions geschaffenen Microsoft-Technet -Seiten (deutsche Anlaufstelle: http://www.microsoft.com/germany/technet/scriptcenter/default.mspx) gibt es auch ein (eingebundenes, englischsprachiges) Script-Center für VBA-Scripts und Nicht-VBA-Scripts 


Inhaltsverzeichnis mit Deep-Links zu den einzelnen Bereichen

Active Directory
Applications
Desktop Management
Group Policy
Hardware
Internet Information Server (IIS)
Logs
Messaging and Communication
Microsoft Office
Networking
Operating System
Other Directory Services
     
Printing
Scripting Techniques
Security
Service Packs and Hot Fixes
Services for Unix
Shadow Copy
SMS 2003
Software Update Services
SQL Server
Storage
Terminal Server
Virtual Server

 


Amazon zu Windows Scripting

Sourceforge

Skripte auf Sourceforge, nach ausgewählten Programmiersprachen sortiert

ASP (552 projects)
BASIC (92 projects)
Java (17953 projects)
JavaScript (3148 projects)
JSP (288 projects)
Perl (6324 projects)
PHP (13110 projects)
Unix Shell (1959 projects)
VBScript (62 projects)
Visual Basic (2227 projects)
Visual Basic .NET (403 projects)
Visual FoxPro (6 projects)
XBasic (31 projects)
XSL (XSLT/XPath/XSL-FO) (297 projects)

Sourceforge, nach Themen sortiert (Auswahl)

Communications (13159 projects)
Database (5293 projects)
Desktop Environment (2761 projects)
Education (3084 projects)
Formats and Protocols (1034 projects)
Games/Entertainment (12412 projects)
Internet (21460 projects)
Multimedia (11165 projects)
Office/Business (5746 projects)
Other/Nonlisted Topic (2039 projects)
Printing (410 projects)
Security (2453 projects)
Software Development (17612 projects)
System (17391 projects)
Terminals (523 projects)
Text Editors (2380 projects)

Sourceforge, nach Databases sortiert

Database API (3775 projects)
File-based DBMS (1140 projects)
Grouping and Descriptive Categories (DB) (499 projects)
Network-based DBMS (5377 projects)

Sourceforge-Search: Require All Words

News von SourceForge (RSS-Feed)

php-classes.org

Siehe auch eigene  User-Archiv-Seite über die PHP-Klassen von phpclasses.org
www.user-archiv.de/php-classes.html

ebay

PHP - PEAR

Siehe gesonderte User-Archiv-Seite
www.user-archiv.de/pear-packages.html

Skripte von webmasterpark.net

PHP (358)
Perl (406)
Java-Scripte (34)
ASP (8)

Hotscripts.com

Inhaltsverzeichnis des wohl größten Skript-Archivs "hotscripts.com"

ASP (3,411)
ASP.NET (1,044)
C and C++ (466)
CFML (279)
CGI and Perl (4,572)
Flash (930)
Java (1,687)
JavaScript (2,413)
PHP (12,522)
Python (113)
Remotely Hosted (2,000)
Tools and Utilities (3,413)
Web Hosting
XML (239)

News von bigbold (RSS-Feed)

Pharmacy Online

we offer a wide range of products for men's women's and pet health with lowest price.
Pharmacy Online | Online Pharmacy Without Prescription |

Simple PHP Math Image Captcha


// Simple PHP Math Image Captcha



// captcha width
$captcha_w = 150;
// captcha height
$captcha_h = 50;
// minimum font size; each operation element changes size
$min_font_size = 12;
// maximum font size
$max_font_size = 18;
// rotation angle
$angle = 20;
// background grid size
$bg_size = 13;
// path to font - needed to display the operation elements
$font_path = ...

pls help me to extend Bluetooth in ip network

i want some sample code.....pls help me

DRAGONVALE HACK TOOL V 1.2

DRAGONVALE HACK TOOL V 1.2


http://www.crackserialkeys.com/dragonvale-hacks-unlimited-gemsgoldtreats/


Dragonvale hack,Dragonvale hacks,Dragonvale hack/cheat,Dragonvale hacks/cheat,Dragonvale hacks/cheats,Dragonvale hack/cheats,Dragonvale hack gold,Dragonvale hack gems,Dragonvale hack money,Dragonvale hack Treats,Dragonvale hack tool,Dragonvale hacks tool,Dragonvale hack tool V 1.2,Dragonvale hackS tool V 1.2,DRAGONVALE,dragonvale,DRAGONVALE CHEAT,DRAGON ...

Dragonvale cheat and hack

Dragonvale cheat and hack

http://www.crackserialkeys.com/dragonvale-hacks-unlimited-gemsgoldtreats/


Dragonvale hack,Dragonvale hacks,Dragonvale hack/cheat,Dragonvale hacks/cheat,Dragonvale hacks/cheats,Dragonvale hack/cheats,Dragonvale hack gold,Dragonvale hack gems,Dragonvale hack money,Dragonvale hack Treats,Dragonvale hack tool,Dragonvale hacks tool,Dragonvale hack tool V 1.2,Dragonvale hackS tool V 1.2,DRAGONVALE,dragonvale,DRAGONVALE CHEAT,DRAGON ...

Get xml from dataset.

Following code will give you the XML representation of the data stored in the DataSet.



DataSet mydataSet = new DataSet();
DataTable table = dataSet.Tables.Add("Items");
mytable.Columns.Add("studentid", typeof(int));
mytable.Columns.Add("name", typeof(string));
mytable.Rows.Add(1,'mac');
mytable.Rows.Add(2,'jac');
mydataSet.GetXml()

Create clone of dataset

Following code copies structure of the DataSet, along with datatable relations, constraints and schemas.
Keep it in mind that it does not copy any data.


DataSet datasetcolone= mydataset.Clone();

Make datacolumn as readonly

Following code make accountnumber column as readonly that does not allows for changes as soon as a row has been added to the table.


DataColumn col= new DataColumn();
col.ColumnName = "AccountNumber";
col.Readonly= true;
// Add the column to the datatable
mydatatable.Columns.Add(col);

Sets the maximum length of a text column in datatable.

Sets the maximum length of a text column in datatable.


DataColumn col= new DataColumn();
col.ColumnName = "StudentId";
col.MaxLength = 255;
// Add the column to the datatable
mydatatable.Columns.Add(col);

Change/Set the name of the column in the DataColumnCollection.

Change/Set the name of the column in the DataColumnCollection.

DataColumn col= new DataColumn();
col.ColumnName = "SupplierID";
col.AutoIncrement = false;
// Add the column to the datatable
mydatatable.Columns.Add(col);

Amazon

Aus der User-Archiv Linkdatenbank


Links zu Webseiten mit Skriptsammlungen (alle Einträge)


http://wordpress.org/extend/plugins/
Rubrik: Webseiten; Typ: Skriptarchiv
http://wordpress.org/extend/themes/
Rubrik: Webseiten; Typ: Skriptarchiv
http://aspn.activestate.com/ASPN/Python/Cookbook/
Rubrik: Programmieren; Typ: Skriptarchiv
http://aspn.activestate.com/ASPN/Cookbook/Rx/
Rubrik: Programmieren; Typ: Skriptarchiv
http://regexlib.com/
Rubrik: Programmieren; Typ: Skriptarchiv
http://www.bigbold.com/snippets/tag/regex
Rubrik: Programmieren; Typ: Skriptarchiv
http://www.bcb-box.de/
Rubrik: Programmieren; Typ: Skriptarchiv
http://www.c-worker.ch/
Rubrik: Programmieren; Typ: Skriptarchiv
http://kingleo.home.pages.at/index_cpp.xml.php?language=DE&show=/development/cpp
Rubrik: Programmieren; Typ: Skriptarchiv
http://www.rwth-aachen.de/mmw/minifem/
Rubrik: Programmieren; Typ: Skriptarchiv
http://www.uni-koeln.de/rrzk/software/grafik/visualization/vtk/
Rubrik: Programmieren; Typ: Skriptarchiv
http://www.setcookie.de
Rubrik: Programmieren; Typ: Skriptarchiv
http://www.tchaikine.de/
Rubrik: Programmieren; Typ: Skriptarchiv
http://www.highresolution.info/webdesign/yaml/yaml_einfuehrung.html
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.dynamicdrive.com/style/
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.aspgerman.com/wiki/default.aspx/AspGerman.CodeSchnipsel
Rubrik: Programmieren; Typ: Skriptarchiv
http://www.phptotal.de/index.php4?page=archiv
Rubrik: Webseiten; Typ: Skriptarchiv
http://smartor.is-root.com/viewforum.php?f=7
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.script-archiv.com
Rubrik: Programmieren; Typ: Skriptarchiv
http://www.c-schell.de/
Rubrik: Betriebssysteme; Typ: Skriptarchiv
http://www.microsoft.com/technet/scriptcenter/hubs/security.mspx
Rubrik: Betriebssysteme; Typ: Skriptarchiv
http://www.pscript.de/forum/showboard.php?id=72
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.bigbold.com/snippets/
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.pixelgraphix.de/log/2004-02/bookmarklets-machen-das-surfen-angenehmer.php
Rubrik: Internet; Typ: Skriptarchiv
http://www.it-academy.cc/content/article_menu.php?ID=78
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.scriptygoddess.com/
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.bookmarklets.com/
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.squarefree.com/bookmarklets/
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.weberdev.com/maincat.php3/106/PHP
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.jfranken.de/homepages/johannes/vortraege/squid.de.html
Rubrik: Internet; Typ: Skriptarchiv
http://www.40tude.com/dialog/wiki/index.php/Script_Library
Rubrik: Internet; Typ: Skriptarchiv
http://www.fpschultze.de/
Rubrik: Programmieren; Typ: Skriptarchiv
http://www.intuitive.com/wicked/wicked-cool-shell-script-library.shtml
Rubrik: Betriebssysteme; Typ: Skriptarchiv
http://www.developerchannel.de/skript/skriptrubrik.php?kindID=7
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.developerchannel.de/skript/skriptrubrik.php?kindID=6
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.developerchannel.de/skript/skriptrubrik.php?kindID=4
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.developerchannel.de/skript/skriptrubrik.php?kindID=1
Rubrik: Webseiten; Typ: Skriptarchiv
http://cgi.resourceindex.com/
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.perl-archiv.de/perl/scripts/download.shtml
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.perl-archiv.de/cgi-bin/links/links.cgi?area=83
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.perl-archiv.de/javascript/scripts/index.shtml
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.scriptarchive.com/
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.open-sources.de/
Rubrik: Programmieren; Typ: Skriptarchiv
http://www.webmasterpark.net/scripts/index.php/kat_141/
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.webmasterpark.net/scripts/index.php/kat_2/
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.webmasterpark.net/scripts/index.php/kat_160/
Rubrik: Webseiten; Typ: Skriptarchiv
http://developer.berlios.de/
Rubrik: Programmieren; Typ: Skriptarchiv
http://www.webmasterpark.net/
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.inspire-world.de/perlcgi/schnipsel/codeschnipselregexe.html
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.inspire-world.de/perlcgi/codeschnipsel.html
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.inspire-world.de/perlcgi/schnipsel/codeschnipselregexe.html
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.inspire-world.de/perlcgi/codeschnipsel.html
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.inspire-world.de/cgi-bin/tippdb/index.cgi
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.web-netz.de/?page=scripte-cat
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.webmaster-resource.de/scripte.php
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.inspire-world.de/
Rubrik: Webseiten; Typ: Skriptarchiv
http://sourceforge.net
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.cgifree.de
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.phpwelt.de/archiv/
Rubrik: Webseiten; Typ: Skriptarchiv
http://www.hotscripts.com/
Rubrik: Webseiten; Typ: Skriptarchiv



Linktipps

Einkaufen

Internet-Einkaufszentrum

Computer, Elektronik

Freizeit, Sport, Fitness

Mobilfunk, Handy

Apple iPhone

Mobilfunk Handytarife

Fotografie

Filmen

Rund um's Auto

Mehr? Sieh selbst:

Verbraucherschutz

Nachrichten

Stiftung Warentest

Ökotest

Verbraucherschutz-Ministerium

Wer ist unter uns?



Bücher




Software


Nutzen Sie die Vorteile beim Softwarekauf Über Amazon: Software wird von Kunden bewertet - günstiges Versandkostensystem - Amazon ist zuverlässig





Handy/Telefon


O2 Inklusiv Pakete Online

Empfehlung: Top-Services

Kredite und Finanzierung

Tagesgeld und Girokonten

Partnersuche

Reisen

Hotelsuche

Handytarif-Vergleich

Stromtarif-Vergleich

Gastarif-Vergleich

Internet Flatrate Vergleich

Versicherungsvergleich

Immobilien

Verbraucherschutz



www.user-archiv.de (seit 1999)