source-code.biz source-code.biz

source-code.biz

source-code.biz - Professional Source Code for Software Developers

This web site provides source code for software developers. A compact template engine for producing HTML output. It's available in Java, PHP and Visual Basic. A collection of Java classes for digital signal processing. A Java program that can run a Java servlet as a stand-alone program. A Java module for encoding/decoding binary data in Base64 format. A lightweight Java (JDBC) connection pool manager. A listen-listen TCP gateway, written in C#. A file mirror synchronization tool, written in Java.

http://www.source-code.biz/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SOURCE-CODE.BIZ

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

October

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 1 reviews
5 star
0
4 star
1
3 star
0
2 star
0
1 star
0

Hey there! Start your review of source-code.biz

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.7 seconds

CONTACTS AT SOURCE-CODE.BIZ

Inventec Informatik AG

Christian dHeureuse

Apoll●●●●●sse 2

Zu●●ch , 8032

Switzerland CH

41.4●●●●7841
41.4●●●●0518
ch●●@inventec.ch

View this contact

Inventec Informatik AG

Christian dHeureuse

Apoll●●●●●sse 2

Zu●●ch , 8032

Switzerland CH

41.4●●●●7841
41.4●●●●0518
ch●●@inventec.ch

View this contact

Inventec Informatik AG

Christian dHeureuse

Apoll●●●●●sse 2

Zu●●ch , 8032

Switzerland CH

41.4●●●●7841
41.4●●●●0518
ch●●@inventec.ch

View this contact

Inventec Informatik AG

Christian dHeureuse

Apoll●●●●●sse 2

Zu●●ch , 8032

Switzerland CH

41.4●●●●7841
41.4●●●●0518
ch●●@inventec.ch

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
n/a
UPDATED
n/a
EXPIRATION
n/a

BUY YOUR DOMAIN

Network Solutions®

NAME SERVERS

1
ns1.inventec.ch
2
ns2.inventec.ch

REGISTRAR

COREHUB, S.R.L.

COREHUB, S.R.L.

WHOIS : whois.neulevel.biz

REFERRED :

CONTENT

SCORE

6.2

PAGE TITLE
source-code.biz - Professional Source Code for Software Developers | source-code.biz Reviews
<META>
DESCRIPTION
This web site provides source code for software developers. A compact template engine for producing HTML output. It's available in Java, PHP and Visual Basic. A collection of Java classes for digital signal processing. A Java program that can run a Java servlet as a stand-alone program. A Java module for encoding/decoding binary data in Base64 format. A lightweight Java (JDBC) connection pool manager. A listen-listen TCP gateway, written in C#. A file mirror synchronization tool, written in Java.
<META>
KEYWORDS
1 minitemplator
2 dsp collection
3 servletviewer
4 snippets and tips
5 java
6 vbasic
7 vbscript
8 c / c
9 ms sql server
10 source code biz
CONTENT
Page content here
KEYWORDS ON
PAGE
minitemplator,dsp collection,servletviewer,snippets and tips,java,vbasic,vbscript,c / c,ms sql server,source code biz,donate,main projects open source,java dsp collection,base64coder,miniconnectionpoolmanager,tcpgateway,filemirrorsync
SERVER
Apache/2.2.22 (Ubuntu)
CONTENT-TYPE
iso-8859-1
GOOGLE PREVIEW

source-code.biz - Professional Source Code for Software Developers | source-code.biz Reviews

https://source-code.biz

This web site provides source code for software developers. A compact template engine for producing HTML output. It's available in Java, PHP and Visual Basic. A collection of Java classes for digital signal processing. A Java program that can run a Java servlet as a stand-alone program. A Java module for encoding/decoding binary data in Base64 format. A lightweight Java (JDBC) connection pool manager. A listen-listen TCP gateway, written in C#. A file mirror synchronization tool, written in Java.

SUBDOMAINS

svn.source-code.biz svn.source-code.biz

Subversion repository of www.source-code.biz

Root of svn.source-code.biz, the Subversion repository of www.source-code.biz.

INTERNAL PAGES

source-code.biz source-code.biz
1

Base64Coder - an open-source Base64 encoder/decoder in Java

http://www.source-code.biz/base64coder/java

Base64Coder - an open-source Base64 encoder/decoder in Java. Base64Coder is a fast and compact Base64 encoder/decoder class. There is no Base64 encoder/decoder in the standard Java SDK class library up to Java 7. The undocumented classes sun.misc.BASE64Encoder and sun.misc.BASE64Decoder should not be used ( explanation. Since Java 8 there is now java.util.Base64. Sample and test programs:. Fedora Koji Build System. For the iPhone, by Sebastian Stenzel.

2

MiniTemplator - A compact template engine for HTML files

http://www.source-code.biz/MiniTemplator

MiniTemplator is a compact template engine. Available in Java, PHP and Visual Basic (VB/VBA). Simple syntax for template variables and blocks. Blocks can be nested. Compact, well-documented source code. A single code module. Documentation and sample programs available. Open Source, licensed under the GNU LGPL. The Java version is also licensed under the EPL. It may be used freely, even for commercial projects ( Details. Is a Template Engine? Why use a Template Engine? What is special about MiniTemplator,...

3

An LRU cache class based on java.util.LinkedHashMap

http://www.source-code.biz/snippets/java/6.htm

An LRU cache class based on java.util.LinkedHashMap. An LRU (least recently used) cache is used to buffer a limited number of the MRU (most recently used) objects of a class in memory. Import java.util.LinkedHashMap;. Import java.util.Collection;. Import java.util.Map;. Import java.util.ArrayList;. An LRU cache, based on code LinkedHashMap /code . This cache has a fixed maximum number of elements ( code cacheSize /code ). This class is thread-safe. All methods of this class are synchronized. Param key th...

4

How to resize an array in C# (CSharp)

http://www.source-code.biz/snippets/csharp/1.htm

How to resize an array in C#. In C#, arrays cannot be resized dynamically. One approach is to use System.Collections.ArrayList. Instead of a native array. Another (faster) solution is to re-allocate the array with a different size and to copy the contents of the old array to the new array. The generic function resizeArray. Below) can be used to do that. License: Free / LGPL.

5

MiniRunAs - A minimalist "run as" for Windows (Open Source, a runas.exe alternative)

http://www.source-code.biz/snippets/c/1.htm

MiniRunAs - A minimalist "run as" for Windows. MiniRunAs is used to run a program with a different Windows user. It is an alternative to the Windows runas command. The password is specified as a parameter on the command-line. No additional console output is written during normal execution. Calls the CreateProcessWithLogonW Win32 API function, which uses the "Secondary Logon" Windows service to start a program in a different security context. MiniRunAs user password commandline.

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL PAGES IN THIS WEBSITE

18

LINKS TO THIS WEBSITE

inventec.ch inventec.ch

Christian d'Heureuse

http://www.inventec.ch/chdh

41 44 383 78 41. 41 52 511 24 80. 41 79 327 99 81. Ida-Sträuli-Strasse 77, 8404 Winterthur, Schweiz. Informatik-Projekte, Erfahrung und Ausbildung.

baynote.wordpress.com baynote.wordpress.com

Budi Artana Yasa | Bay Notes

https://baynote.wordpress.com/author/nybudi

Just another WordPress.com weblog. How to use makecert.exe to create a self-signed test certificate that can be used with IIS for SSL. February 29, 2016. Special options must be specified with makecert.exe, to create a self-signed certificate that can be used with IIS (Microsoft Internet Information Server). Microsoft recommends to install and use the “Certificate Server” to generate an SSL test certificate ( Q216907. Instead of using makecert.exe. But using makecert is simpler. 5131) that supports the &...

UPGRADE TO PREMIUM TO VIEW 36 MORE

TOTAL LINKS TO THIS WEBSITE

38

OTHER SITES

source-code-review.com source-code-review.com

Geoffrey McNiven, PhD, Patent Litigation Support Services: Source Code Review

69 Lexington Drive Croton on Hudson NY 10520, 914 271 5524,. Patent litigation support services.

source-code-vb.blogspot.com source-code-vb.blogspot.com

Source Code Aplikasi VB | Source Code Online

Source Code Aplikasi VB Source Code Online. Koleksi Ratusan Source Code Aplikasi Visual Basic (VB) dan Php Untuk berbagai studi kasus and Usaha Gratis, Download dan Free Source Code Online Aplikasi. 150 Source Code Aplikasi vb (Visual Basic). Untuk Anda Yang Ingin Jadi Programmer Kilat. Anda Ingin Membuat Aplikasi. Untuk Berbagai Kasus - Hanya dalam 1 hari? Kami Sediakan Untuk Anda : DVD Koleksi 150 Source Code Program. Saudara programmer dan mahasiswa. Maka ini adalah halaman web terpenting. Diambil dar...

source-code-viewer.com source-code-viewer.com

Source Code Viewer - View the source code of a webpage before you visit.

Source Code Viewer has become so popular we've had to restrict access to it. If you would like access to it standby, it's coming.

source-code-wordle.de source-code-wordle.de

Words used in Source Code

Words used in Source Code. Here are some wordles (or tag clouds) from all kinds of names in source code. The names have been extracted from a huge amount of code, separated into single words, and put up into a wordle. What objects are doing. Verbs used in method names. These are the most frequently used verbs in method names. The bigger the font, the more frequently the word was used. Color is chosen randomly. Verbs used in functions with boolean result, boolean properties, fields or parameters. Here nou...

source-code.at source-code.at

SOURCE-CODE | The Original FuncBag

In order to view this page you need JavaScript and Flash Player 9 support! Mehr über uns. Und über die Geschichte der FuncBag. Die coolen Backgrounds unserer Produktpräsentationen. Häufig gestellte Fragen inklusive unserer Antworten. Presseclippings und unsere Kontaktdaten für Presspeople. 2014 SOURCE-CODE Designed by. SOURCE-CODE FuncBag @ Facebook.

source-code.biz source-code.biz

source-code.biz - Professional Source Code for Software Developers

This web site provides source code for software developers. A compact template engine for producing HTML output. It's available in Java, PHP and Visual Basic. A collection of Java classes for digital signal processing. A Java program that can run a Java servlet as a stand-alone program. A Java module for encoding/decoding binary data in Base64 format. A lightweight Java (JDBC) connection pool manager. A listen-listen TCP gateway, written in C#. A file mirror synchronization tool, written in Java.

source-code.blogfa.com source-code.blogfa.com

سورس کد

ورود به بخش مدیریت وبلاگ. زبان C و C. وارد شدن فقط عدد. برنامه ساده کار با فایل. چک کردن معتبر بودن کد ملی. علوم کامپیوتری های 88 سمنان. برنامه نویسی به زبان #C. دانشجویان دانشگاه سیلک کاشان. زبان سی پلاس پلاس. بچه های گروه کامپیوتر. Free download, source IT degree programs. بچه کامپیوتری های ایلام. مهندسی کامپیوتر : محمدحسین عابدینی. مجموعه کامپیوتری سرزمین دیجیتال آمل. مجموعه کامپیوتری کتبه نت آمل. انجام پروژه های برنامه نویسی. برنامه نویسی سی پلاس پلاس. Farhoudi.a21 ATsign gmail dot com. بسیار ساده کا...

source-code.cc source-code.cc

SOURCE-CODE | The Original FuncBag

In order to view this page you need JavaScript and Flash Player 9 support! Mehr über uns. Und über die Geschichte der FuncBag. Die coolen Backgrounds unserer Produktpräsentationen. Häufig gestellte Fragen inklusive unserer Antworten. Presseclippings und unsere Kontaktdaten für Presspeople. 2014 SOURCE-CODE Designed by. SOURCE-CODE FuncBag @ Facebook.

source-code.com source-code.com

SOURCE-CODE.COM

Sign In with Facebook. Looking for a new job in Tech? We don't share your personal info with anyone. Check out our Privacy Policy. You're in good company. Get a job in the top Tech companies across Europe. Your dream job is only 20 minutes away. Start today with your free account. Top jobs at the top Tech companies in Europe are at your fingertips. Create the perfect IT CV. Create your Europass formatted IT CV in less than 10 minutes using the CV generator feature. Build my CV now! Filter jobs and apply!

source-code.info source-code.info

SourceCode | Free source code

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! While I may be compensated for sales derived through this website, my opinions of these products are sincere and based on the first-hand experiences and reviews of real users I have uncovered through online research. Is proudly powered by WordPress.

source-code.rozblog.com source-code.rozblog.com

دانلود سورس کد

سال دوم - خودآزمایی فصل دوم. سال دوم - خودآزمایی فصل سوم. سال دوم - خودآزمایی فصل چهارم. سال دوم خودآزمایی فصل پنجم. دانلود کد vb - چاپ نام با رنگ ها و سایزهای مختلف. دانلود کد vb - ساخت دایره های رنگی با سایزهای مختلف. دانلود کد vb - تغییر فونت سایز یک textbox با vb. دانلود کد vb - ساخت قلم paint با vb. دانلود کد vb - ساخت گالری تصویر. دانلود کد vb - زدن دکمه alt 255. دانلود کد vb - ساخت دایره های رنگی با سایزهای مختلف. دانلود کد vb - زدن دکمه alt 255. دانلود کد vb - ساخت گالری تصویر. دانلود پروژه با vb.